1. 4cb1f5f Reset some of the target options which affect code generation. by Bill Wendling · 12 years ago
  2. 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  3. d04a8d4 Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  4. ce718ff Extend the IL for selecting TLS models (PR9788) by Hans Wennborg · 13 years ago
  5. ce0a5cd Handle aliases to tls variables in all architectures, not just x86. by Rafael Espindola · 13 years ago
  6. 253933e Teach LLVM about a PIE option which, when enabled on top of PIC, makes by Chandler Carruth · 13 years ago
  7. 3479713 Move the TLSModel information into the TargetMachine rather than hiding by Chandler Carruth · 13 years ago
  8. f1d0f77 Prune some includes and forward declarations. by Craig Topper · 13 years ago
  9. 805853b Prune some includes and forward declarations. by Craig Topper · 13 years ago
  10. 8dd2625 RegAlloc superpass: includes phi elimination, coalescing, and scheduling. by Andrew Trick · 14 years ago
  11. c1b1c7b Moving options declarations around. by Andrew Trick · 14 years ago
  12. 96f678f Added the MachineSchedulerPass skeleton. by Andrew Trick · 14 years ago
  13. ead7448 Also remove unnecessary includes from this file, which was supposed to be part by Nick Lewycky · 14 years ago
  14. b3ffe10 Refactor the implementation of the TargetOptions out of TargetMachine, taking by Nick Lewycky · 14 years ago
  15. 8a8d479 Move global variables in TargetMachine into new TargetOptions class. As an API by Nick Lewycky · 14 years ago
  16. b95fc31 Sink codegen optimization level into MCCodeGenInfo along side relocation model by Evan Cheng · 14 years ago
  17. 4e478fe Switch new .file directive emission off by default, change llc's flag for it to by Nick Lewycky · 14 years ago
  18. 44d798d Add support for a new extension to the .file directive: by Nick Lewycky · 14 years ago
  19. 0f9827c Command line option to enable support for segmented stacks: by Rafael Espindola · 14 years ago
  20. 34ad6db - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. by Evan Cheng · 14 years ago
  21. e236dc6 Don't leak CodeGenInfos. by Benjamin Kramer · 14 years ago
  22. 4396613 Introduce MCCodeGenInfo, which keeps information that can affect codegen by Evan Cheng · 14 years ago
  23. ebdeeab Eliminate asm parser's dependency on TargetMachine: by Evan Cheng · 14 years ago
  24. f05589d Rename TargetOptions::StackAlignment to StackAlignmentOverride. by Evan Cheng · 14 years ago
  25. fc2bb8c Replace the -unwind-tables option with a per function flag. This is more by Rafael Espindola · 14 years ago
  26. f1a5c7e Add all the plumbing needed for MC to expand cfi to the old tables in by Rafael Espindola · 14 years ago
  27. c857894 Remove -use-divmod-libcall. Let targets opt in when they are available. by Evan Cheng · 14 years ago
  28. 4da0c7c Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is lowered into a call to the specified trap function at sdisel time. by Evan Cheng · 14 years ago
  29. 2c69f8e Change -arm-divmod-libcall to a target neutral option. by Evan Cheng · 14 years ago
  30. a7b8c2b Integrated-As: Add support for setting the AllowTemporaryLabels flag via by Daniel Dunbar · 14 years ago
  31. dd0dfdf Initialize MCNoExecStack. by Rafael Espindola · 15 years ago
  32. 195a0ce Change some methods in MCDwarf.cpp to be able to handle an arbitrary by Rafael Espindola · 15 years ago
  33. 60108e9 Split -enable-finite-only-fp-math to two options: by Evan Cheng · 15 years ago
  34. ea4cdb7 -enable-unsafe-fp-math should not imply -enable-finite-only-fp-math. by Evan Cheng · 15 years ago
  35. cb8326d MC: Add TargetMachine support for setting the value of MCRelaxAll with by Daniel Dunbar · 15 years ago
  36. 2abc93d Don't eliminate frame pointers from leaf functions if "--disable-fp-elim" is by Bill Wendling · 15 years ago
  37. 53f7602 - Set the "HasCalls" flag after instruction selection is finished. by Bill Wendling · 15 years ago
  38. 0fc546b Revert r103804. The comment is correct. by Bill Wendling · 15 years ago
  39. b92187a Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what by Bill Wendling · 15 years ago
  40. 57b6e9e Remove the -enable-sjlj-eh option, which doesn't do anything. by Duncan Sands · 15 years ago
  41. e566763 Implement -disable-non-leaf-fp-elim which disable frame pointer elimination by Evan Cheng · 15 years ago
  42. 43ac721 add llvm codegen support for -ffunction-sections and -fdata-sections, by Chris Lattner · 15 years ago
  43. 1797ed5 Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflect by Dan Gohman · 16 years ago
  44. 8c86db5 Clarify what -tailcallopt option actually do. by Evan Cheng · 16 years ago
  45. 187361b Remove the '-disable-scheduling' flag and replace it with the 'source' option of by Bill Wendling · 16 years ago
  46. b4e6a5d Changes from review: by Bill Wendling · 16 years ago
  47. 2763217 Implement the JIT side of the GDB JIT debugging interface. To enable this by Reid Kleckner · 16 years ago
  48. af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  49. 1b747ad SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 16 years ago
  50. 51b198a Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
  51. 2286f8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
  52. 03f4bc5 Provide TargetMachine implementations with reference to Target they were created by Daniel Dunbar · 16 years ago
  53. 0eebf65 The attached patches implement most of the ARM AAPCS-VFP hard float by Anton Korobeynikov · 16 years ago
  54. 578efa9 Add new function attribute - noimplicitfloat by Devang Patel · 16 years ago
  55. d18e31a Add new function attribute - noredzone. by Devang Patel · 16 years ago
  56. 42bf74b CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 16 years ago
  57. bc65ca8 Added option to enable generating less precise mad (multiply addition) by Mon P Wang · 16 years ago
  58. f9abd7e Add a -no-implicit-float flag. This acts like -soft-float, but may generate by Bill Wendling · 16 years ago
  59. 499cb3f Enable the red zone on x86-64 by default. by Dan Gohman · 17 years ago
  60. 92f4f16 Implement Red Zone utilization on x86-64. This is currently by Dan Gohman · 17 years ago
  61. b8cab92 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  62. 95dad83 Add an option to enable StrongPHIElimination, for ease of testing. by Owen Anderson · 17 years ago
  63. 4ae641f Remove OptimizeForSize global. Use function attribute optsize. by Devang Patel · 17 years ago
  64. 1ed49fb Accidental commit of partial 'stack canaries' code by Bill Wendling · 17 years ago
  65. a425e00 Reverting r55898 to r55909. One of these patches was causing an ICE during the full bootstrap on Darwin: by Bill Wendling · 17 years ago
  66. 6ac8df7 This option doesn't need to be a target option. It can be in SDISel instead. by Owen Anderson · 17 years ago
  67. bd3ba46 - Fix SelectionDAG to generate correct CFGs. by Owen Anderson · 17 years ago
  68. 7232464 Add a flag to disable jump table generation (all by Dale Johannesen · 17 years ago
  69. 6547e40 Avoid creating expensive comment string if it's not going to be printed. by Evan Cheng · 17 years ago
  70. 89df08c Fix indentation. by Evan Cheng · 17 years ago
  71. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  72. 4a3f6c8 Make several variable declarations static. by Dan Gohman · 17 years ago
  73. 3c02aca Make these variables static. by Dan Gohman · 17 years ago
  74. 45709ae Make stack alignment options global for all targets by Anton Korobeynikov · 17 years ago
  75. 3541af7 Reverse sense of unwind-tables option. This means by Dale Johannesen · 17 years ago
  76. e8277dc Rename -disable-required-unwind-tables to unwind-tables-optional. by Dale Johannesen · 17 years ago
  77. 4e1b794 Implement new llc flag -disable-required-unwind-tables. by Dale Johannesen · 17 years ago
  78. 2659343 Rename option -optimizefor-size to -optimize-size. by Evan Cheng · 17 years ago
  79. 55c666a Add optimize-for-size knob. by Devang Patel · 17 years ago
  80. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  81. c85e171 Added tail call optimization to the x86 back end. It can be by Arnold Schwaighofer · 18 years ago
  82. e5f6204 Enabling new condition code modeling scheme. by Evan Cheng · 18 years ago
  83. a360268 New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme. by Evan Cheng · 18 years ago
  84. a7ad3d1 expose HonorSignDependentRoundingFPMathOption to .td files by Chris Lattner · 18 years ago
  85. aa4f1e1 Add a new option. by Chris Lattner · 18 years ago
  86. 3e1b03f Fix a message, patch by Christopher Lamb. by Chris Lattner · 18 years ago
  87. 73c5624 rename flag by Jim Laskey · 19 years ago
  88. 1b340dc Flag to control exception handling. by Jim Laskey · 19 years ago
  89. 5032e5a * Fix one more bug in PIC codegen: extra load is needed for *all* by Anton Korobeynikov · 19 years ago
  90. e911615 Revert patch. by Bill Wendling · 19 years ago
  91. cc91f58 Create/store/and delete the TargetObjInfo object. by Bill Wendling · 19 years ago
  92. c9ab2f3 Added option -soft-float to generate SW fp library calls instead of fp instructions. by Evan Cheng · 19 years ago
  93. fde1b3b 1. Remove condition on delete. by Jim Laskey · 19 years ago
  94. a0f3d17 Make target asm info a property of the target machine. by Jim Laskey · 19 years ago
  95. 3199af2 remove #include by Chris Lattner · 19 years ago
  96. c4fa386 Simplify target construction. by Chris Lattner · 19 years ago
  97. 85aaf90 Tidy up options. by Jim Laskey · 19 years ago
  98. 35d86fe Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC. by Chris Lattner · 19 years ago
  99. 152ed05 Added option -code-model to set code model (only used in 64-bit) mode. Valid by Evan Cheng · 19 years ago
  100. 077b387 For PR786: Remove a spurious ; by Reid Spencer · 19 years ago