Hold the LLVMContext by reference rather than by pointer.
[oota-llvm.git] / tools / lto / LTOCodeGenerator.cpp
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-06-26 Evan ChengIndentation.
2009-06-22 Bob WilsonRecognize and handle ARM v7 target triples for Darwin.
2009-06-17 Chris Lattnerswitch to using llvm/Target/TargetSelect.h
2009-06-17 Nick LewyckyFix libLTO by #include'ing the initializers for all...
2009-06-09 Rafael EspindolaBug fix:
2009-06-04 Nick Kledzik<rdar://problem/6944342> libLTO for darwin should add...
2009-06-04 Nick Kledzik<rdar://problem/6940611> libLTO.dylib needs to let...
2009-06-03 Nick Kledzik<rdar://problem/6941517> C++ static constructors not...
2009-06-03 Daniel DunbarChange LTO to run the global opt pass twice.
2009-06-03 Daniel DunbarAdd createStandardLTOPasses to StandardPasses.h, and...
2009-04-30 Nick LewyckyAllow a user of libLTO to specify the full pathname...
2009-04-29 Bill WendlingRemove LTO optimization level.
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingDon't use 'false' for 'fast isel' here.
2009-04-01 Evan ChengRecognize arm triplets.
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.