1. a5881e3 Add TargetRegistry::lookupTarget. by Daniel Dunbar · 15 years ago
  2. 3d5126f Switch some clients to Value::getName(), and other getName() user by Daniel Dunbar · 15 years ago
  3. ff9834a Kill off last uses of TargetMachineRegistry class. by Daniel Dunbar · 15 years ago
  4. 51b198a Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 15 years ago
  5. a1bdced Add a Force option to raw_fd_ostream to specify whether opening by Dan Gohman · 15 years ago
  6. 2286f8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 15 years ago
  7. dec9803 Switch some obvious clients to using the new TargetRegistry. by Daniel Dunbar · 15 years ago
  8. 7184781 by David Greene · 15 years ago
  9. b8158ac Reapply my previous asmprinter changes now with more testing and two by Chris Lattner · 15 years ago
  10. 1f316e3 Revert r7561{9,8,7,6}, which depend on r75610. by Daniel Dunbar · 15 years ago
  11. b585146 rename getValueName -> getMangledName by Chris Lattner · 15 years ago
  12. ac57e6e Add the Object Code Emitter class. Original patch by Aaron Gray, I did some by Bruno Cardoso Lopes · 15 years ago
  13. 0e7a546 Maintain the old LTO API, by using the global context. by Owen Anderson · 15 years ago
  14. 4434ed4 Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the by Owen Anderson · 15 years ago
  15. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  16. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  17. 855a168 Indentation. by Evan Cheng · 15 years ago
  18. 75d6ffd Recognize and handle ARM v7 target triples for Darwin. by Bob Wilson · 15 years ago
  19. 2deb58f switch to using llvm/Target/TargetSelect.h by Chris Lattner · 15 years ago
  20. 8189d40 Fix libLTO by #include'ing the initializers for all targets and all asm by Nick Lewycky · 15 years ago
  21. f403cd7 Bug fix: by Rafael Espindola · 15 years ago
  22. d8b4711 <rdar://problem/6944342> libLTO for darwin should add -static when assembling .s by Nick Kledzik · 15 years ago
  23. cbad586 <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to assembler by Nick Kledzik · 15 years ago
  24. f5a1c35f1 <rdar://problem/6941517> C++ static constructors not preserved for static executable using LTO by Nick Kledzik · 15 years ago
  25. e0f0e0b Change LTO to run the global opt pass twice. - This matches llvm-ld. by Daniel Dunbar · 15 years ago
  26. 006a034 Add createStandardLTOPasses to StandardPasses.h, and move lto and llvm-ld over. by Daniel Dunbar · 15 years ago
  27. 195bea3 Allow a user of libLTO to specify the full pathname of the gcc executable to by Nick Lewycky · 16 years ago
  28. b8cb0bb Remove LTO optimization level. by Bill Wendling · 16 years ago
  29. 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 16 years ago
  30. a7e326b Don't use 'false' for 'fast isel' here. by Bill Wendling · 16 years ago
  31. 9f777c6 Recognize arm triplets. by Evan Cheng · 16 years ago
  32. 677c2c2 Add the function attributes pass during LTO time. by Nick Lewycky · 16 years ago
  33. a9183c8 If nobody minds, I'm using LTO to produce faster binaries. Switch fast codegen by Nick Lewycky · 16 years ago
  34. 38ed388 Remove changes that were accidently included in previous commit. by Devang Patel · 16 years ago
  35. 13319ce The debugger sometimes lookup dynamically in the runtime to find ivar info of any Objective-C classes. It would be very helpful to debugger if the compiler encodes runtime version number in DWARF. by Devang Patel · 16 years ago
  36. 0d9eb9b Add Binary flag to raw_fd_ostream constructor. by Daniel Dunbar · 16 years ago
  37. f75e789 On darwin, 32-bit x86 target is i386-apple-darwin... by Devang Patel · 16 years ago
  38. ed3e8b4 Don't silently ignore errors when opening output streams. by Dan Gohman · 16 years ago
  39. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 16 years ago
  40. 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 · 16 years ago
  41. 920ae98 fix dangling pointer and argv off by one errors. Add support for --disable-inlining by Nick Kledzik · 16 years ago
  42. a93ae71 Provide a hook to set the code generation debug options to investigate lto failures. by Devang Patel · 16 years ago
  43. ebd6942 by Devang Patel · 16 years ago[Renamed from tools/lto2/LTOCodeGenerator.cpp]
  44. c4ab7ac jump threading can introduce allocas, make sure we promote by Chris Lattner · 16 years ago
  45. e424254 Refactor the way to get a string containing the features of the target. by Bill Wendling · 16 years ago
  46. 604a818 If compiling for PPC on an i386 box, the LTO wouldn't get the altivec (and by Bill Wendling · 16 years ago
  47. 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 · 16 years ago
  48. 3b75d20 Add instcombine after global optimizations. by Devang Patel · 16 years ago
  49. 00481ed Use IPSCCPPass instead of IPConstantPropagationPass. by Devang Patel · 16 years ago
  50. d2368dc Move MemCpyOpt after GVN. by Owen Anderson · 17 years ago
  51. ecbc963 Add MemCpyOpt to LTO. by Owen Anderson · 17 years ago
  52. eb60fb9 Use GVN in LTO instead of GCSE+LoadVN. by Owen Anderson · 17 years ago
  53. 1d40281 Add jump threading to liblto. by Chris Lattner · 17 years ago
  54. e278470 Reenable running StripSymbols when EH is on. Dale fixed EH. by Devang Patel · 17 years ago
  55. 038112a Change the MemoryBuffer::getFile* methods to take just a pointer to the by Chris Lattner · 17 years ago
  56. ef194ed fixes from review of first commit by Nick Kledzik · 17 years ago
  57. 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