1. f1caa28 MachineFunction: Return reference from getFunction(); NFC by Matthias Braun · 8 years ago
  2. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  3. 1be62f0 Move TargetFrameLowering.h to CodeGen where it's implemented by David Blaikie · 8 years ago
  4. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  5. 53da761 Remove LessPreciseFPMADOption from TargetOptions along with all of the by Eric Christopher · 9 years ago
  6. 941a705 MachineFunction: Return reference for getFrameInfo(); NFC by Matthias Braun · 9 years ago
  7. 56c7044 Use function attribute "trap-func-name" and remove TargetOptions::TrapFuncName. by Akira Hatanaka · 10 years ago
  8. e36505c Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions and by Akira Hatanaka · 10 years ago
  9. ddf76aa Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions. by Akira Hatanaka · 10 years ago
  10. bd88183 Simplify and rename function overrideFunctionAttributes. NFC. by Akira Hatanaka · 10 years ago
  11. d2e3dda Remove CFIFuncName from TargetOptions as it is currently unused. by Eric Christopher · 11 years ago
  12. 78804ab Remove the CFIEnforcing flag from TargetOptions as it is unused. by Eric Christopher · 11 years ago
  13. 6e30cd9 Migrate ABIName to MCTargetOptions so that it can be shared between by Eric Christopher · 11 years ago
  14. 661f2d1 Add a new string member to the TargetOptions struct for the name by Eric Christopher · 11 years ago
  15. eb7a303 Add Forward Control-Flow Integrity. by Tom Roeder · 11 years ago
  16. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  17. fe88aea Check only if we have this attribute. If it's not an attribute, then it's assumed false. by Bill Wendling · 12 years ago
  18. 440e9d8 Replace the "NoFramePointerElimNonLeaf" target option with a function attribute. by Bill Wendling · 12 years ago
  19. 7ed4110 This is now a duplicate. by Bill Wendling · 12 years ago
  20. cce21cc Make the comparison operators non-member functions. by Bill Wendling · 12 years ago
  21. 9a38340 Remove exception handling support from the old JIT. by Rafael Espindola · 12 years ago
  22. eb108ba Use the target options specified on a function to reset the back-end. by Bill Wendling · 13 years ago
  23. c9e935c Move parts of lib/Target that use CodeGen into lib/CodeGen. by Nick Lewycky · 14 years ago[Renamed (95%) from llvm/lib/Target/TargetOptions.cpp]
  24. b9cda97 Refactor the implementation of the TargetOptions out of TargetMachine, taking by Nick Lewycky · 14 years ago