1. 308f663 Rollback changes r89516: Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separated string or already parsed command line parameters as input, and some code re-factoring to use these new methods. by Viktor Kutuzov · 15 years ago
  2. 054b52c Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separated string or already parsed command line parameters as input, and some code re-factoring to use these new methods. by Viktor Kutuzov · 15 years ago
  3. e823db8 Added getDefaultSubtargetFeatures method to SubtargetFeatures class which returns a correct feature string for given triple. by Viktor Kutuzov · 15 years ago
  4. 51cdac0 Added getArchNameForAssembler method to the Triple class for which returns OS and Vendor independent target assembler arch. by Viktor Kutuzov · 15 years ago
  5. 4136e7b pretty mechanical changes to match coding guidelines (blessed by sabre on IRC) by Gabor Greif · 15 years ago
  6. de05902 Delete some unnecessary flushes. by Dan Gohman · 15 years ago
  7. baa2639 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 15 years ago
  8. 74382b7 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 15 years ago
  9. b683ea4 eliminate the ostream version of CheckBitcodeOutputToConsole, by Chris Lattner · 15 years ago
  10. b515d75 eliminate the std::ostream forms of the bitcode writing APIs. by Chris Lattner · 15 years ago
  11. 17e9edc Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 15 years ago
  12. af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 15 years ago
  13. e55db74 The attached patches attempt to fix cross builds. For example, if you by Anton Korobeynikov · 15 years ago
  14. 815944d Simplify this code so that it doesn't depend on raw_ostream being copyable. by Dan Gohman · 15 years ago
  15. 1b747ad SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 15 years ago
  16. 4b3d572 No really, it's unused. by Daniel Dunbar · 15 years ago
  17. 3e4c41a Remove the GCC path from libLTO. This has been superceded by setAssemblerPath. by Nick Lewycky · 15 years ago
  18. 4bd03ab Remove now unused arguments from TargetRegistry::lookupTarget. by Daniel Dunbar · 15 years ago
  19. 3c2d4bf Pass target triple string in to TargetMachine constructor. by Daniel Dunbar · 15 years ago
  20. db1e998 Remove memory corruption bug. string.c_str() was returning a temporary that was by Nick Lewycky · 15 years ago
  21. d42b58b Fix libLTO: by Nick Lewycky · 15 years ago
  22. 460f656 Remove Value::getName{Start,End}, the last of the old Name APIs. by Daniel Dunbar · 15 years ago
  23. a5881e3 Add TargetRegistry::lookupTarget. by Daniel Dunbar · 15 years ago
  24. 6316fbc Convert StringMap to using StringRef for its APIs. by Daniel Dunbar · 15 years ago
  25. 3d5126f Switch some clients to Value::getName(), and other getName() user by Daniel Dunbar · 15 years ago
  26. ac95cc7 Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 15 years ago
  27. ff9834a Kill off last uses of TargetMachineRegistry class. by Daniel Dunbar · 15 years ago
  28. 51b198a Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 15 years ago
  29. a1bdced Add a Force option to raw_fd_ostream to specify whether opening by Dan Gohman · 15 years ago
  30. 2286f8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 15 years ago
  31. dec9803 Switch some obvious clients to using the new TargetRegistry. by Daniel Dunbar · 15 years ago
  32. 7184781 by David Greene · 15 years ago
  33. b8158ac Reapply my previous asmprinter changes now with more testing and two by Chris Lattner · 15 years ago
  34. 1f316e3 Revert r7561{9,8,7,6}, which depend on r75610. by Daniel Dunbar · 15 years ago
  35. b585146 rename getValueName -> getMangledName by Chris Lattner · 15 years ago
  36. 1ca29d3 As Chris pointed out, this doesn't actually need an LLVMContext to operate. by Owen Anderson · 15 years ago
  37. 0a5372e Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 15 years ago
  38. 485ded0 Don't create undefined symbols for aliases. by Nick Lewycky · 15 years ago
  39. ac57e6e Add the Object Code Emitter class. Original patch by Aaron Gray, I did some by Bruno Cardoso Lopes · 15 years ago
  40. d44d4bf Add newline at end of file. by Duncan Sands · 15 years ago
  41. 0e7a546 Maintain the old LTO API, by using the global context. by Owen Anderson · 15 years ago
  42. 1bc1e64 fix ld error with -no-undefined switch, which is undefined on darwin8 by John Mosby · 15 years ago
  43. 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
  44. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  45. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  46. 855a168 Indentation. by Evan Cheng · 15 years ago
  47. 929a493 remove dead makefile flags. by Chris Lattner · 15 years ago
  48. 75d6ffd Recognize and handle ARM v7 target triples for Darwin. by Bob Wilson · 15 years ago
  49. 2deb58f switch to using llvm/Target/TargetSelect.h by Chris Lattner · 15 years ago
  50. 8189d40 Fix libLTO by #include'ing the initializers for all targets and all asm by Nick Lewycky · 15 years ago
  51. f403cd7 Bug fix: by Rafael Espindola · 15 years ago
  52. d8b4711 <rdar://problem/6944342> libLTO for darwin should add -static when assembling .s by Nick Kledzik · 15 years ago
  53. cbad586 <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to assembler by Nick Kledzik · 15 years ago
  54. f5a1c35f1 <rdar://problem/6941517> C++ static constructors not preserved for static executable using LTO by Nick Kledzik · 15 years ago
  55. e0f0e0b Change LTO to run the global opt pass twice. - This matches llvm-ld. by Daniel Dunbar · 15 years ago
  56. 006a034 Add createStandardLTOPasses to StandardPasses.h, and move lto and llvm-ld over. by Daniel Dunbar · 15 years ago
  57. 4bdf730 update comments about .objc_ symbols being generated by Nick Kledzik · 15 years ago
  58. 3eb445f <rdar://problem/6927148> libLTO needs to handle i386 magic objc class symbols by Nick Kledzik · 15 years ago
  59. 63d6f32 Untabify. by Evan Cheng · 15 years ago
  60. 195bea3 Allow a user of libLTO to specify the full pathname of the gcc executable to by Nick Lewycky · 15 years ago
  61. b8cb0bb Remove LTO optimization level. by Bill Wendling · 15 years ago
  62. 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 15 years ago
  63. a7e326b Don't use 'false' for 'fast isel' here. by Bill Wendling · 15 years ago
  64. 7431af0 Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin. by Rafael Espindola · 15 years ago
  65. 9f777c6 Recognize arm triplets. by Evan Cheng · 15 years ago
  66. dcd158a Force 'llvm-config' to go first, optionally followed by lto and gold mixed in by Nick Lewycky · 15 years ago
  67. 677c2c2 Add the function attributes pass during LTO time. by Nick Lewycky · 15 years ago
  68. a9183c8 If nobody minds, I'm using LTO to produce faster binaries. Switch fast codegen by Nick Lewycky · 15 years ago
  69. 38ed388 Remove changes that were accidently included in previous commit. by Devang Patel · 15 years ago
  70. 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 · 15 years ago
  71. 535e3e8 Revert r64299: it breaks the build when configured by Duncan Sands · 15 years ago
  72. 46dec95 Try this. Darwin -> LTO, PIC -> LTO + possibly gold too. by Nick Lewycky · 15 years ago
  73. ca70533 62987 disables LTO build on darwin. by Devang Patel · 15 years ago
  74. b454eab Correct strange whitespace. by Nick Lewycky · 16 years ago
  75. 1281741 Build libLTO on any platform so long as PIC is enabled. by Nick Lewycky · 16 years ago
  76. 93d9ad5 Setting BUILD_ARCHIVE to 0 has the same effect as defining it to 1. by Bill Wendling · 16 years ago
  77. 6e11687 Remove warning about declaration does not declare anything. This class was by Nick Lewycky · 16 years ago
  78. 4fd40e8 Add protected visibility to libLTO. by Nick Lewycky · 16 years ago
  79. 0d9eb9b Add Binary flag to raw_fd_ostream constructor. by Daniel Dunbar · 16 years ago
  80. f75e789 On darwin, 32-bit x86 target is i386-apple-darwin... by Devang Patel · 16 years ago
  81. ed3e8b4 Don't silently ignore errors when opening output streams. by Dan Gohman · 16 years ago
  82. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 16 years ago
  83. 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
  84. db6535d tentative definitions are default visibility by Nick Kledzik · 16 years ago
  85. 5a7fb69 typo. by Devang Patel · 16 years ago
  86. 4139070 Name string length is end position marker - begin position marker. by Devang Patel · 16 years ago
  87. c2aec57 Do not forget global definitions from inline asm code block. by Devang Patel · 16 years ago
  88. f0d286b LinkOnce definitions have default scope, like weak definitions. Otherwise, the linker may not be able to match LinkOnce definition from one module with an exteranl reference from other module. by Devang Patel · 16 years ago
  89. 920ae98 fix dangling pointer and argv off by one errors. Add support for --disable-inlining by Nick Kledzik · 16 years ago
  90. 82eec45 add _lto_codegen_debug_options so that linker can use it by Nick Kledzik · 16 years ago
  91. a93ae71 Provide a hook to set the code generation debug options to investigate lto failures. by Devang Patel · 16 years ago
  92. ebd6942 by Devang Patel · 16 years ago
  93. 5eabc9d Remove old LTO interface. by Devang Patel · 16 years ago
  94. 7d5633e Add CommonLinkage to lto (treated same as weak AFAICT) by Dale Johannesen · 16 years ago
  95. d2368dc Move MemCpyOpt after GVN. by Owen Anderson · 16 years ago
  96. ecbc963 Add MemCpyOpt to LTO. by Owen Anderson · 16 years ago
  97. eb60fb9 Use GVN in LTO instead of GCSE+LoadVN. by Owen Anderson · 16 years ago
  98. dedf502 Make EH work with unnamed functions. Reenable running by Dale Johannesen · 16 years ago
  99. 5252ae6 Begin setting features for target based on target triple string. by Devang Patel · 17 years ago
  100. 0e50128 Do not set time out, lets assume assembler will do its job in reasonable amount of time. by Devang Patel · 17 years ago