adjust for asmprinter change.
[oota-llvm.git] / tools / lto / LTOCodeGenerator.cpp
2009-02-26 Nick LewyckyAdd the function attributes pass during LTO time.
2009-02-23 Nick LewyckyIf nobody minds, I'm using LTO to produce faster binari...
2009-02-17 Devang PatelRemove changes that were accidently included in previou...
2009-02-17 Devang PatelThe debugger sometimes lookup dynamically in the runtim...
2008-11-13 Daniel DunbarAdd Binary flag to raw_fd_ostream constructor.
2008-11-04 Devang PatelOn darwin, 32-bit x86 target is i386-apple-darwin...
2008-08-21 Dan GohmanDon't silently ignore errors when opening output streams.
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-15 Owen AndersonRemove GCSE, ValueNumbering, and LoadValueNumbering...
2008-07-08 Nick Kledzikfix dangling pointer and argv off by one errors. Add...
2008-07-03 Devang PatelProvide a hook to set the code generation debug option...
2008-06-30 Devang PatelRename new lto2 tool as lto.