Age | Commit message (Expand) | Author |
---|---|---|
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
2003-06-22 | Remove a ton of extraneous #includes | Chris Lattner |
2003-06-11 | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell |
2003-04-24 | Remove support for "targetdata pass ctors" | Chris Lattner |
2002-12-07 | Give better error message if two passes of the same argument are registered | Chris Lattner |
2002-11-19 | Ignore options that are "" | Chris Lattner |
2002-09-16 | *** empty log message *** | Vikram S. Adve |
2002-07-26 | Factor PassNameParser out of opt.cpp so that analyze and eventually llc can u... | Chris Lattner |