aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/ELFWriter.h
AgeCommit message (Expand)Author
2008-08-21Use raw_ostream throughout the AsmPrinter.Owen Anderson
2008-03-21Don't include <map> in Pass.h, which doesn't need it. This requiresDan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-02-08Moved from include/llvm/CodeGen to lib/CodeGen.Bill Wendling