projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
More MSVC warning fixes:
2009-09-06
Benjamin Kramer
More MSVC warning fixes:
commit
|
commitdiff
|
tree
2009-09-06
Benjamin Kramer
It's a bool, so treat it like one. Fixes a MSVC warning.
commit
|
commitdiff
|
tree
2009-09-06
Benjamin Kramer
Fix an integer truncation noticed by MSVC.
commit
|
commitdiff
|
tree
2009-09-06
Benjamin Kramer
Remove splint hints to silence warnings from ICC and...
commit
|
commitdiff
|
tree
2009-09-05
Benjamin Kramer
Delete unused #include.
commit
|
commitdiff
|
tree
2009-09-04
Benjamin Kramer
Prune #includes.
commit
|
commitdiff
|
tree
2009-09-04
Benjamin Kramer
Remove an unneeded call to c_str().
commit
|
commitdiff
|
tree
2009-09-03
Benjamin Kramer
CppBackend: avoid printing unnecessary whitespace.
commit
|
commitdiff
|
tree
2009-09-01
Benjamin Kramer
Update CMakeLists.
commit
|
commitdiff
|
tree
2009-08-31
Benjamin Kramer
Normalize makefile comments and sort cmake file lists.
commit
|
commitdiff
|
tree
2009-08-29
Benjamin Kramer
Inline empty destructor.
commit
|
commitdiff
|
tree
2009-08-27
Benjamin Kramer
Inverse logic to increase portability.
commit
|
commitdiff
|
tree
2009-08-23
Benjamin Kramer
Remove Streams.h from the targets.
commit
|
commitdiff
|
tree
2009-08-23
Benjamin Kramer
Kill off more cerr/cout uses and prune includes a bit.
commit
|
commitdiff
|
tree
2009-08-23
Benjamin Kramer
Try to fix MSVC build after r79846.
commit
|
commitdiff
|
tree
2009-08-23
Benjamin Kramer
Remove uses of Streams.h from CommandLine.cpp, fix...
commit
|
commitdiff
|
tree
2009-08-23
Benjamin Kramer
Fix windows build.
commit
|
commitdiff
|
tree
2009-08-22
Benjamin Kramer
Forgot to update some CMakeLists.
commit
|
commitdiff
|
tree
2009-08-22
Benjamin Kramer
Update CMake build, unbreak linux build.
commit
|
commitdiff
|
tree
2009-08-21
Benjamin Kramer
Fix build on platforms where stdint.h is not implicitly...
commit
|
commitdiff
|
tree
2009-08-21
Benjamin Kramer
Update CMakeLists.
commit
|
commitdiff
|
tree
2009-08-20
Benjamin Kramer
Add myself to the blame list.
commit
|
commitdiff
|
tree
2009-08-19
Benjamin Kramer
Remove SmallString::append_*int* unit tests.
commit
|
commitdiff
|
tree
2009-08-19
Benjamin Kramer
Proper MSVC build fix (and remove my hack again). Patch...
commit
|
commitdiff
|
tree
2009-08-19
Benjamin Kramer
Add a hack to unbreak MSVC builds. str(n)casecmp are...
commit
|
commitdiff
|
tree
2009-08-17
Benjamin Kramer
Update CMakeLists.
commit
|
commitdiff
|
tree
2009-08-17
Benjamin Kramer
Clear the uniquing table when initializing TLOF to...
commit
|
commitdiff
|
tree
2009-08-16
Benjamin Kramer
Fix use after free in Thumb2SizeReduction (PR4707)...
commit
|
commitdiff
|
tree
2009-08-16
Benjamin Kramer
Fix the MSVC build again.
commit
|
commitdiff
|
tree
2009-08-15
Benjamin Kramer
Revert 78996. It was breaking MSVC builds.
commit
|
commitdiff
|
tree
2009-08-15
Benjamin Kramer
Don't try to get the context from an erased Instruction.
commit
|
commitdiff
|
tree
2009-08-15
Benjamin Kramer
Unbreak build. Evan, please make sure my changes are...
commit
|
commitdiff
|
tree
2009-08-12
Benjamin Kramer
Fix unit test on FreeBSD. We need to make sure there...
commit
|
commitdiff
|
tree
2009-08-11
Benjamin Kramer
Make LLVMContext and LLVMContextImpl classes instead...
commit
|
commitdiff
|
tree
2009-08-11
Benjamin Kramer
Fix struct/class mismatch.
commit
|
commitdiff
|
tree
2009-08-11
Benjamin Kramer
Revert 78662 to fix broken windows build. Add a comment...
commit
|
commitdiff
|
tree
2009-08-11
Benjamin Kramer
This void is implicit in C++.
commit
|
commitdiff
|
tree
2009-08-11
Benjamin Kramer
Silence MSVC warning.
commit
|
commitdiff
|
tree
2009-08-10
Benjamin Kramer
g++ 4.0 doesn't have std::vector::data.
commit
|
commitdiff
|
tree
2009-08-09
Benjamin Kramer
Use abs64 instead abs; some platforms don't have a...
commit
|
commitdiff
|
tree
2009-08-08
Benjamin Kramer
Always initialize AsmConds.
commit
|
commitdiff
|
tree
2009-08-08
Benjamin Kramer
MSVC doesn't like member variables with the same name...
commit
|
commitdiff
|
tree
2009-08-07
Benjamin Kramer
Unbreak build.
commit
|
commitdiff
|
tree
2009-08-07
Benjamin Kramer
Simplify code and avoid allocations.
commit
|
commitdiff
|
tree
2009-08-05
Benjamin Kramer
Rename a variable to make MSVC happy.
commit
|
commitdiff
|
tree
2009-08-05
Benjamin Kramer
Documentation: fix HTML validation errors.
commit
|
commitdiff
|
tree
2009-08-05
Benjamin Kramer
Remove unused forward decls.
commit
|
commitdiff
|
tree
2009-08-04
Benjamin Kramer
Update CMakeLists.
commit
|
commitdiff
|
tree
2009-08-03
Benjamin Kramer
llvm_report_error already prints "LLVM ERROR:". So...
commit
|
commitdiff
|
tree
2009-08-02
Benjamin Kramer
Remove duplicated colons and spaces.
commit
|
commitdiff
|
tree
2009-08-01
Benjamin Kramer
Remove now empty unit test directory.
commit
|
commitdiff
|
tree
2009-07-31
Benjamin Kramer
Update unittest for LLVM API change.
commit
|
commitdiff
|
tree
2009-07-31
Benjamin Kramer
Adjust unit test for the MCSection changes.
commit
|
commitdiff
|
tree
2009-07-31
Benjamin Kramer
Fix build.
commit
|
commitdiff
|
tree
2009-07-31
Benjamin Kramer
Work around a dangling pointer dereference when enumerating...
commit
|
commitdiff
|
tree
2009-07-31
Benjamin Kramer
Fix a struct/class mismatch, to silence a MSVC warning.
commit
|
commitdiff
|
tree
2009-07-31
Benjamin Kramer
Fix cmake build.
commit
|
commitdiff
|
tree
2009-07-30
Benjamin Kramer
fix a unitialized pointer in NamedMDNode (and reenable...
commit
|
commitdiff
|
tree
2009-07-29
Benjamin Kramer
Update unittest for LLVM API change.
commit
|
commitdiff
|
tree
2009-07-29
Benjamin Kramer
Remove now unused Context variables.
commit
|
commitdiff
|
tree
2009-07-29
Benjamin Kramer
fix unittest on platforms with unsigned chars (e.g...
commit
|
commitdiff
|
tree
2009-07-29
Benjamin Kramer
MSVC build fix. Patch by Olaf Krzikalla!
commit
|
commitdiff
|
tree
2009-07-28
Benjamin Kramer
Fix a fixme; don't take binaries from the working directory.
commit
|
commitdiff
|
tree
2009-07-28
Benjamin Kramer
fix unittest
commit
|
commitdiff
|
tree
2009-07-27
Benjamin Kramer
Remove trailing slashes from include paths. Some versions...
commit
|
commitdiff
|
tree
2009-07-27
Benjamin Kramer
Test commit: fix typo
commit
|
commitdiff
|
tree