1. 81da0d4 IPRA: Allow target to enable IPRA by default by Matt Arsenault · 8 years ago
  2. 3704eba D36604: PR34148: Do not assume we can use a copy relocation for an `external_weak` global by Richard Smith · 8 years ago
  3. 49d70d0 Revert "Feature generic option to setup start/stop-after/before" by Quentin Colombet · 9 years ago
  4. ffe3053 Feature generic option to setup start/stop-after/before by Quentin Colombet · 9 years ago
  5. 53da761 Remove LessPreciseFPMADOption from TargetOptions along with all of the by Eric Christopher · 9 years ago
  6. 0944a8c Change debug-info-for-profiling from a TargetOption to a function attribute. by Dehao Chen · 9 years ago
  7. 82149a1 Use shouldAssumeDSOLocal in classifyGlobalReference. by Rafael Espindola · 9 years ago
  8. 732a531 DAG: Recognize no-signed-zeros-fp-math attribute by Matt Arsenault · 9 years ago
  9. 1ce8d6c Add -debug-info-for-profiling to emit more debug info for sample pgo profile collection by Dehao Chen · 9 years ago
  10. 17d266b Remove unused lambda captures. NFC by Malcolm Parsons · 9 years ago
  11. 7d81813 [TM] Restore default TargetOptions in TargetMachine::resetTargetOptions. by Justin Lebar · 9 years ago
  12. b64fb45 CodeGen: simplify TargetMachine::getSymbol interface. NFC. by Tim Northover · 9 years ago
  13. c39f8b0 Revert "In preparation for removing getNameWithPrefix off of by Eric Christopher · 9 years ago
  14. 2bd52b5 In preparation for removing getNameWithPrefix off of TargetMachine, by Eric Christopher · 9 years ago
  15. f29fa58 New llc option pie-copy-relocations to optimize access to extern globals. by Sriraman Tallam · 9 years ago
  16. 535529b Consistent fp denormal mode names. NFC. by Sjoerd Meijer · 9 years ago
  17. 9baa3e8 TargetMachine: Make the win32-macho workaround more specific. by Matthias Braun · 9 years ago
  18. eccdee9 X86: Do not produce GOT relocations on windows by Matthias Braun · 9 years ago
  19. c4636b3 Revert "Remove extra argument used once on by Eric Christopher · 9 years ago
  20. a1ccdc3 Remove more guts of TargetMachine::getNameWithPrefix and migrate one check to the TLOF mach-o version. by Eric Christopher · 9 years ago
  21. 0be7793 Remove extra argument used once on TargetMachine::getNameWithPrefix and inline the result into the singular caller. by Eric Christopher · 9 years ago
  22. 4367c7f Move the Mangler from the AsmPrinter down to TLOF and clean up the by Eric Christopher · 9 years ago
  23. 46b5b88 Clang patch r280064 introduced ways to set the FP exceptions and denormal by Sjoerd Meijer · 9 years ago
  24. cfed256 Add EnableIPRA to TargetOptions, and move the cl::opt -enable-ipra to TargetMachine.cpp by Mehdi Amini · 9 years ago
  25. d86e8bb Delete MCCodeGenInfo. by Rafael Espindola · 9 years ago
  26. 222a9d0 Don't repeat names in comments. NFC. by Rafael Espindola · 9 years ago
  27. db6bd02 Delete unused includes. NFC. by Rafael Espindola · 9 years ago
  28. 3beef8d Move shouldAssumeDSOLocal to Target. by Rafael Espindola · 9 years ago
  29. f9e348b Convert a few more comparisons to isPositionIndependent(). NFC. by Rafael Espindola · 9 years ago
  30. 8121bec Teach shouldAssumeDSOLocal about tls. by Rafael Espindola · 9 years ago
  31. 8c34dd8 Delete Reloc::Default. by Rafael Espindola · 9 years ago
  32. 38af4d6 Trivial cleanups. by Rafael Espindola · 9 years ago
  33. 7da9b44 Differential Revision: http://reviews.llvm.org/D19733 by Sriraman Tallam · 10 years ago
  34. b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
  35. 94d7786 CodeGen, Target: Move Mach-O-specific symbol name logic to Mach-O lowering. by Peter Collingbourne · 10 years ago
  36. a4e5d3c constify the Function parameter to the TTI creation callback and by Eric Christopher · 10 years ago
  37. 5010ebf Make TargetTransformInfo keeping a reference to the Module DataLayout by Mehdi Amini · 10 years ago
  38. 3e5de88 Replace string GNU Triples with llvm::Triple in TargetMachine. NFC. by Daniel Sanders · 10 years ago
  39. d9699bc Remove DisableTailCalls from TargetOptions and the code in resetTargetOptions by Akira Hatanaka · 10 years ago
  40. 1577f1f Bump SmallString to the minimum required amount for raw_ostream to avoid allocation. by Benjamin Kramer · 10 years ago
  41. ddf76aa Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions. by Akira Hatanaka · 10 years ago
  42. 6f48200 MC: Clean up method names in MCContext. by Jim Grosbach · 10 years ago
  43. ff86773 Stop resetting SanitizeAddress in TargetMachine::resetTargetOptions. NFC. by Akira Hatanaka · 10 years ago
  44. 824f42f Migrate existing backends that care about software floating point by Eric Christopher · 10 years ago
  45. 35a8a62 Add a fixme to resetTargetOptions to explain why it needs to go away. by Eric Christopher · 11 years ago
  46. 75e0c4b Remove superfluous .str() and replace std::string concatenation with Twine. by Yaron Keren · 11 years ago
  47. 12cf76f Add an MCSubtargetInfo variable to the TargetMachine. by Eric Christopher · 11 years ago
  48. 72e23a2 Add a TargetMachine local MCRegisterInfo and MCInstrInfo so that by Eric Christopher · 11 years ago
  49. 5ac4e12 Revert "Add a TargetMachine local MCRegisterInfo and MCInstrInfo so that" by Eric Christopher · 11 years ago
  50. 4e80e18 Add a TargetMachine local MCRegisterInfo and MCInstrInfo so that by Eric Christopher · 11 years ago
  51. 7db449a COFF: Let globals with private linkage reside in their own section by David Majnemer · 11 years ago
  52. 63b1d99 Revert "COFF: Let globals with private linkage reside in their own section" by David Majnemer · 11 years ago
  53. 47e3842 COFF: Let globals with private linkage reside in their own section by David Majnemer · 11 years ago
  54. 93e1ea1 Move the DataLayout to the generic TargetMachine, making it mandatory. by Mehdi Amini · 11 years ago
  55. 025c0ad Target: Canonicalize access to function attributes, NFC by Duncan P. N. Exon Smith · 11 years ago
  56. 30d69c2 [PM] Remove the old 'PassManager.h' header file at the top level of by Chandler Carruth · 11 years ago
  57. 3105fd8 Remove mostly unused setters. by Rafael Espindola · 11 years ago
  58. 36fe028 Only access TLOF via the TargetMachine, not TargetLowering. by Eric Christopher · 11 years ago
  59. 8b04c0d [multiversion] Switch all of the targets over to use the by Chandler Carruth · 11 years ago
  60. e038552 [PM] Port TTI to the new pass manager, introducing a TargetIRAnalysis to by Chandler Carruth · 11 years ago
  61. 93dcdc4 [PM] Switch the TargetMachine interface from accepting a pass manager by Chandler Carruth · 11 years ago
  62. 705b185 [PM] Change the core design of the TTI analysis to use a polymorphic by Chandler Carruth · 11 years ago
  63. 1e923ec Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision by Lang Hames · 11 years ago
  64. 66f755f Revert r224935 "Refactor duplicated code. No intended functionality change." by Lang Hames · 11 years ago
  65. bed67f3 Refactor duplicated code. by Rafael Espindola · 11 years ago
  66. 3976f78 Move resetTargetOptions from taking a MachineFunction to a Function by Eric Christopher · 11 years ago
  67. d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  68. 59f7eba [pr19844] Add thread local mode to aliases. by Rafael Espindola · 11 years ago
  69. a5bb2f6 Use alias linkage and visibility to decide tls access mode. by Rafael Espindola · 11 years ago
  70. eb71972 Move the verbose asm option to be part of the options struct and by Eric Christopher · 11 years ago
  71. 2feed5f Move the function and data section flags into the options struct and by Eric Christopher · 11 years ago
  72. e009892 Delete getAliasedGlobal. by Rafael Espindola · 11 years ago
  73. 98dcb8c Remove unused llvm namespace bool variable. by Eric Christopher · 11 years ago
  74. 737e089 Move the TargetMachine MC options to MCTargetOptions. No functional change. by Eric Christopher · 11 years ago
  75. 9e1b99c Remove MCUseCFI from TargetMachine. by Rafael Espindola · 11 years ago
  76. 062a2ba [C++] Use 'nullptr'. Target edition. by Craig Topper · 12 years ago
  77. 0a951b7 Create MCTargetOptions. by Evgeniy Stepanov · 12 years ago
  78. 24a669d Prevent alias from pointing to weak aliases. by Rafael Espindola · 12 years ago
  79. 65481d7 Revert "Prevent alias from pointing to weak aliases." by Rafael Espindola · 12 years ago
  80. 3b712a8 Prevent alias from pointing to weak aliases. by Rafael Espindola · 12 years ago
  81. a3ad4e6 move getNameWithPrefix and getSymbol to TargetMachine. by Rafael Espindola · 12 years ago
  82. b4eec1d Remove support for not using .loc directives. by Rafael Espindola · 12 years ago
  83. 2037caf Revert r199871 and replace it with a simple check in the debug info by Eric Christopher · 12 years ago
  84. 15abef6 Add a variable to track whether or not we've used a unique section, by Eric Christopher · 12 years ago
  85. 92b0a64 Add a RequireStructuredCFG Field to TargetMachine. by Vincent Lejeune · 12 years ago
  86. d89125a Teach ISel not to optimize 'optnone' functions (revised). by Paul Robinson · 12 years ago
  87. 66c9543 Whitespace. by NAKAMURA Takumi · 12 years ago
  88. 43aa939 Revert r195317 (and r195333), "Teach ISel not to optimize 'optnone' functions." by NAKAMURA Takumi · 12 years ago
  89. b379efe Teach ISel not to optimize 'optnone' functions. by Paul Robinson · 12 years ago
  90. 440e9d8 Replace the "NoFramePointerElimNonLeaf" target option with a function attribute. by Bill Wendling · 12 years ago
  91. 965bd58 Reset some of the target options which affect code generation. by Bill Wendling · 13 years ago
  92. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  93. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  94. cbe34b4 Extend the IL for selecting TLS models (PR9788) by Hans Wennborg · 13 years ago
  95. a3088f0 Handle aliases to tls variables in all architectures, not just x86. by Rafael Espindola · 13 years ago
  96. ede4a8a Teach LLVM about a PIE option which, when enabled on top of PIC, makes by Chandler Carruth · 14 years ago
  97. 16f0ebc Move the TLSModel information into the TargetMachine rather than hiding by Chandler Carruth · 14 years ago
  98. 6e80c28 Prune some includes and forward declarations. by Craig Topper · 14 years ago
  99. d4a964c Prune some includes and forward declarations. by Craig Topper · 14 years ago
  100. d3f8fe8 RegAlloc superpass: includes phi elimination, coalescing, and scheduling. by Andrew Trick · 14 years ago