| Commit message (Expand) | Author | Age | Files | Lines |
| * | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 2010-04-16 | 5 | -52/+51 |
| * | reapply r101364, which has been backed out in r101368 | Gabor Greif | 2010-04-15 | 5 | -51/+52 |
| * | Fix a bunch of namespace polution. | Dan Gohman | 2010-04-15 | 3 | -3/+7 |
| * | Fix namespace polution. | Dan Gohman | 2010-04-15 | 1 | -0/+4 |
| * | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 2010-04-15 | 5 | -52/+51 |
| * | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 2010-04-15 | 5 | -51/+52 |
| * | Move a bunch of methods from CallSite to CallSiteBase, so that they can | Dan Gohman | 2010-04-14 | 1 | -77/+0 |
| * | Enable RTTI again. While this works fine for LLVM, it creates an ABI | Nick Lewycky | 2010-04-14 | 1 | -0/+1 |
| * | Turn off RTTI for VMCore. Yay! | Nick Lewycky | 2010-04-14 | 1 | -1/+0 |
| * | Fix 80 column ruler. | Nick Lewycky | 2010-04-14 | 1 | -1/+1 |
| * | VMCore: Add Type::getIntN[Ptr]Ty, which are the obvious generic forms of | Daniel Dunbar | 2010-04-13 | 1 | -0/+8 |
| * | Simplify this code. | Dan Gohman | 2010-04-12 | 1 | -14/+14 |
| * | add attributes and module level asm to the ocaml bindings, | Chris Lattner | 2010-04-10 | 1 | -0/+5 |
| * | Fix a typo and some indentation. | Dan Gohman | 2010-04-09 | 1 | -2/+2 |
| * | Print empty structs as {} rather than { }. | Dan Gohman | 2010-04-08 | 1 | -6/+10 |
| * | Fix a comment. | Dan Gohman | 2010-04-08 | 1 | -1/+3 |
| * | Use twines to simplify calls to report_fatal_error. For code size and readabi... | Benjamin Kramer | 2010-04-08 | 1 | -1/+1 |
| * | introduce a new recoverable error handling API to LLVMContext | Chris Lattner | 2010-04-07 | 1 | -0/+38 |
| * | Say bitcast instead of bitconvert. | Dan Gohman | 2010-04-07 | 1 | -1/+1 |
| * | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 2 | -2/+2 |
| * | minor tidying up | Chris Lattner | 2010-04-07 | 1 | -2/+1 |
| * | Use a ManagedCleanup to prevent leaking the PassRegistrar map. In breaks the | Owen Anderson | 2010-04-06 | 1 | -6/+14 |
| * | give LLVMContext an inline asm diagnostic hook member. | Chris Lattner | 2010-04-06 | 3 | -2/+22 |
| * | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-04 | 1 | -0/+70 |
| * | Ok, third time's the charm. No changes from last time except the CMake | David Greene | 2010-04-02 | 3 | -5/+108 |
| * | Skip debug info when looking for existing EH calls at the | Dale Johannesen | 2010-04-02 | 1 | -0/+11 |
| * | rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h. | Chris Lattner | 2010-04-02 | 3 | -16/+16 |
| * | Revert 100204. It broke a bunch of tests and apparently changed what passes a... | Evan Cheng | 2010-04-02 | 3 | -108/+5 |
| * | Let's try this again. Re-apply 100143 including an apparent missing | David Greene | 2010-04-02 | 3 | -5/+108 |
| * | Revert r100191 since it breaks objc in clang | Mon P Wang | 2010-04-02 | 1 | -70/+0 |
| * | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-02 | 1 | -0/+70 |
| * | Revert r100143. | Eric Christopher | 2010-04-01 | 3 | -108/+5 |
| * | Add some switches helpful for debugging: | David Greene | 2010-04-01 | 3 | -5/+108 |
| * | Introduce ImmutableCallSite, useful for contexts where no mutation | Gabor Greif | 2010-04-01 | 2 | -6/+1 |
| * | switch IRBuilder to use NewDebugLoc for locations instead | Chris Lattner | 2010-04-01 | 1 | -3/+5 |
| * | Switch the representation of the location in instruction from | Chris Lattner | 2010-04-01 | 2 | -8/+28 |
| * | fix a bug in DebugRecVH::deleted/allUsesReplacedWith. If an | Chris Lattner | 2010-04-01 | 1 | -4/+7 |
| * | add a method to decode a DILocation into a NewDebugLoc. | Chris Lattner | 2010-04-01 | 1 | -0/+15 |
| * | update cmakefile. | Chris Lattner | 2010-04-01 | 1 | -0/+1 |
| * | Add a new "NewDebugLoc" class which will eventually replace DebugLoc, | Chris Lattner | 2010-04-01 | 2 | -1/+314 |
| * | Bump SmallString size a bit to avoid malloc trashing. | Benjamin Kramer | 2010-03-31 | 1 | -7/+3 |
| * | make irbuilder use the new optimized debug info accessors. | Chris Lattner | 2010-03-31 | 1 | -13/+0 |
| * | add new apis for getting/setting !dbg metadata on | Chris Lattner | 2010-03-31 | 1 | -0/+4 |
| * | Fix a major source of compile-time slowness at -O0 -g by optimizing | Chris Lattner | 2010-03-30 | 3 | -14/+43 |
| * | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 1 | -70/+0 |
| * | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang | 2010-03-30 | 1 | -0/+70 |
| * | move some method definitions to files that make sense. | Chris Lattner | 2010-03-30 | 3 | -55/+54 |
| * | Remove the pmulld intrinsic and autoupdate it as a vector multiply. | Eric Christopher | 2010-03-30 | 1 | -0/+17 |
| * | reapply my timer rewrite with a change for PassManager to store | Chris Lattner | 2010-03-30 | 1 | -33/+21 |
| * | revert r99862 which is causing FNT failures. | Chris Lattner | 2010-03-30 | 1 | -17/+31 |