1. f75e789 On darwin, 32-bit x86 target is i386-apple-darwin... by Devang Patel · 17 years ago
  2. ed3e8b4 Don't silently ignore errors when opening output streams. by Dan Gohman · 17 years ago
  3. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  4. 3688f26 Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been deprecated for almost a year; it's finally time for them to go away. by Owen Anderson · 17 years ago
  5. 920ae98 fix dangling pointer and argv off by one errors. Add support for --disable-inlining by Nick Kledzik · 17 years ago
  6. a93ae71 Provide a hook to set the code generation debug options to investigate lto failures. by Devang Patel · 17 years ago
  7. ebd6942 by Devang Patel · 17 years ago[Renamed from tools/lto2/LTOCodeGenerator.cpp]
  8. c4ab7ac jump threading can introduce allocas, make sure we promote by Chris Lattner · 17 years ago
  9. e424254 Refactor the way to get a string containing the features of the target. by Bill Wendling · 17 years ago
  10. 604a818 If compiling for PPC on an i386 box, the LTO wouldn't get the altivec (and by Bill Wendling · 17 years ago
  11. baa1543 remove the StripSymbolsPass. This should not be done by default in libLTO.dylib. The linker will remove the symbol names if needed after LTO is done by Nick Kledzik · 17 years ago
  12. 3b75d20 Add instcombine after global optimizations. by Devang Patel · 17 years ago
  13. 00481ed Use IPSCCPPass instead of IPConstantPropagationPass. by Devang Patel · 17 years ago
  14. d2368dc Move MemCpyOpt after GVN. by Owen Anderson · 17 years ago
  15. ecbc963 Add MemCpyOpt to LTO. by Owen Anderson · 17 years ago
  16. eb60fb9 Use GVN in LTO instead of GCSE+LoadVN. by Owen Anderson · 17 years ago
  17. 1d40281 Add jump threading to liblto. by Chris Lattner · 17 years ago
  18. e278470 Reenable running StripSymbols when EH is on. Dale fixed EH. by Devang Patel · 17 years ago
  19. 038112a Change the MemoryBuffer::getFile* methods to take just a pointer to the by Chris Lattner · 17 years ago
  20. ef194ed fixes from review of first commit by Nick Kledzik · 17 years ago
  21. 77595fc first commit of new LTO system. It is not hooked up in the llvm/tools/Makefile, so no one will build it be default yet by Nick Kledzik · 17 years ago