| Age | Commit message (Expand) | Author |
| 2009-08-31 | use an accessor instead of poking internals of a node. | Chris Lattner |
| 2009-08-31 | Fix some nasty callgraph dangling pointer problems in | Chris Lattner |
| 2009-08-30 | add a dump() method on callgraph. | Chris Lattner |
| 2009-08-28 | Mark Andersen's as experimental. | Chris Lattner |
| 2009-08-23 | Fix -Asserts warnings. | Daniel Dunbar |
| 2009-08-23 | remove a few DOUTs here and there. | Chris Lattner |
| 2009-08-23 | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner |
| 2009-08-19 | Use hasDefinitiveInitializer() instead of testing the same thing | Dan Gohman |
| 2009-08-11 | Use isa instead of dyn_cast when the result is only converted to bool. | Dan Gohman |
| 2009-08-07 | Remove unused function. | Daniel Dunbar |
| 2009-08-07 | Fix a bunch of namespace pollution. | Dan Gohman |
| 2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |
| 2009-07-26 | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar |
| 2009-07-25 | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar |
| 2009-07-24 | Move to raw_ostream. | Daniel Dunbar |
| 2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
| 2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
| 2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 2009-07-11 | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin |
| 2009-06-30 | Fix the build on Cygwin. Patch by Aaron Gray. | Owen Anderson |
| 2009-06-25 | Use a more correct atomic increment style. This isn't really necessary in | Owen Anderson |
| 2009-06-24 | Make this thread-safe. | Owen Anderson |
| 2009-03-19 | Clear the cached cost when removing a function in | Dale Johannesen |
| 2009-03-13 | Revert r66920. It was causing failures in the self-hosting buildbot (in release | Bill Wendling |
| 2009-03-13 | Second installment of "BasicBlock operands to the back" | Gabor Greif |
| 2009-02-28 | Change WriteTypeSymbolic to not put a space out before types, also, remove | Chris Lattner |
| 2009-02-13 | Reapply r64300: | Nick Lewycky |
| 2009-02-11 | Revert r64300 and r64301. These were causing the following errors respectively: | Bill Wendling |
| 2009-02-11 | Make sure the SCC pass manager initializes any contained | Duncan Sands |
| 2009-02-05 | Refactor my previous change to maintain the distinction between AliasAnalysis... | Owen Anderson |
| 2009-01-22 | introduce a useful abstraction to find out if a Use is in the call position o... | Gabor Greif |
| 2009-01-17 | switch over some other methods from indices to iterators | Gabor Greif |
| 2009-01-17 | speed up iterative loop by using iterators. changes direction, but functional... | Gabor Greif |
| 2009-01-15 | Add the private linkage. | Rafael Espindola |
| 2009-01-14 | minor simplification | Gabor Greif |
| 2009-01-09 | Removed trailing whitespace from Makefiles. | Misha Brukman |
| 2008-12-27 | Check that the function prototypes are correct before assuming that the | Nick Lewycky |
| 2008-11-21 | reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an | Chris Lattner |
| 2008-11-21 | Revert r59802. It was breaking the build of llvm-gcc: | Bill Wendling |
| 2008-11-21 | Make mem[cpy,move,set] intrinsics overloaded. | Sanjiv Gupta |
| 2008-10-03 | Teach internalize to preserve the callgraph. | Duncan Sands |
| 2008-10-01 | Factorize code: remove variants of "strip off | Duncan Sands |
| 2008-09-23 | Rationalize the names of passes that print information: | Duncan Sands |
| 2008-09-22 | Initial support for the CMake build system. | Oscar Fuentes |
| 2008-09-13 | Fix PR2792: treat volatile loads as writing memory somewhere. | Duncan Sands |
| 2008-09-12 | Rather than marking all internal globals "Ref" | Duncan Sands |
| 2008-09-11 | Intrinsics don't touch internal global variables | Duncan Sands |
| 2008-09-11 | Intrinsics don't read these kinds of global | Duncan Sands |
| 2008-09-09 | Simplify this some more. No functionality change. | Duncan Sands |