| Age | Commit message (Expand) | Author |
| 2010-05-03 | Remove the API compatibility layer which converted add, sub, and mul | Dan Gohman |
| 2010-05-03 | Fix function prototype mismatch in LLVMUnionType(). Fixes PR7019. | Nick Lewycky |
| 2010-04-29 | Verify metadata harder. In particular, check that module | Duncan Sands |
| 2010-04-28 | fix PR6112 - When globalopt (or any other pass) does RAUW(@G, %G), | Chris Lattner |
| 2010-04-20 | Remove the palignr intrinsics now that we lower them to vector shuffles, | Eric Christopher |
| 2010-04-19 | Fix -Wcast-qual warnings. | Dan Gohman |
| 2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher |
| 2010-04-16 | reapply r101434 | Gabor Greif |
| 2010-04-16 | Silence an unused variable warning. | Eric Christopher |
| 2010-04-16 | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif |
| 2010-04-15 | reapply r101364, which has been backed out in r101368 | Gabor Greif |
| 2010-04-15 | Fix a bunch of namespace polution. | Dan Gohman |
| 2010-04-15 | Fix namespace polution. | Dan Gohman |
| 2010-04-15 | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif |
| 2010-04-15 | rotate CallInst operands, i.e. move callee to the back | Gabor Greif |
| 2010-04-14 | Move a bunch of methods from CallSite to CallSiteBase, so that they can | Dan Gohman |
| 2010-04-14 | Enable RTTI again. While this works fine for LLVM, it creates an ABI | Nick Lewycky |
| 2010-04-14 | Turn off RTTI for VMCore. Yay! | Nick Lewycky |
| 2010-04-14 | Fix 80 column ruler. | Nick Lewycky |
| 2010-04-13 | VMCore: Add Type::getIntN[Ptr]Ty, which are the obvious generic forms of | Daniel Dunbar |
| 2010-04-12 | Simplify this code. | Dan Gohman |
| 2010-04-10 | add attributes and module level asm to the ocaml bindings, | Chris Lattner |
| 2010-04-09 | Fix a typo and some indentation. | Dan Gohman |
| 2010-04-08 | Print empty structs as {} rather than { }. | Dan Gohman |
| 2010-04-08 | Fix a comment. | Dan Gohman |
| 2010-04-08 | Use twines to simplify calls to report_fatal_error. For code size and readabi... | Benjamin Kramer |
| 2010-04-07 | introduce a new recoverable error handling API to LLVMContext | Chris Lattner |
| 2010-04-07 | Say bitcast instead of bitconvert. | Dan Gohman |
| 2010-04-07 | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner |
| 2010-04-07 | minor tidying up | Chris Lattner |
| 2010-04-06 | Use a ManagedCleanup to prevent leaking the PassRegistrar map. In breaks the | Owen Anderson |
| 2010-04-06 | give LLVMContext an inline asm diagnostic hook member. | Chris Lattner |
| 2010-04-04 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-04-02 | Ok, third time's the charm. No changes from last time except the CMake | David Greene |
| 2010-04-02 | Skip debug info when looking for existing EH calls at the | Dale Johannesen |
| 2010-04-02 | rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h. | Chris Lattner |
| 2010-04-02 | Revert 100204. It broke a bunch of tests and apparently changed what passes a... | Evan Cheng |
| 2010-04-02 | Let's try this again. Re-apply 100143 including an apparent missing | David Greene |
| 2010-04-02 | Revert r100191 since it breaks objc in clang | Mon P Wang |
| 2010-04-02 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-04-01 | Revert r100143. | Eric Christopher |
| 2010-04-01 | Add some switches helpful for debugging: | David Greene |
| 2010-04-01 | Introduce ImmutableCallSite, useful for contexts where no mutation | Gabor Greif |
| 2010-04-01 | switch IRBuilder to use NewDebugLoc for locations instead | Chris Lattner |
| 2010-04-01 | Switch the representation of the location in instruction from | Chris Lattner |
| 2010-04-01 | fix a bug in DebugRecVH::deleted/allUsesReplacedWith. If an | Chris Lattner |
| 2010-04-01 | add a method to decode a DILocation into a NewDebugLoc. | Chris Lattner |
| 2010-04-01 | update cmakefile. | Chris Lattner |
| 2010-04-01 | Add a new "NewDebugLoc" class which will eventually replace DebugLoc, | Chris Lattner |
| 2010-03-31 | Bump SmallString size a bit to avoid malloc trashing. | Benjamin Kramer |