1. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  2. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  3. cbe34b4 Extend the IL for selecting TLS models (PR9788) by Hans Wennborg · 13 years ago
  4. a3088f0 Handle aliases to tls variables in all architectures, not just x86. by Rafael Espindola · 13 years ago
  5. ede4a8a Teach LLVM about a PIE option which, when enabled on top of PIC, makes by Chandler Carruth · 14 years ago
  6. 16f0ebc Move the TLSModel information into the TargetMachine rather than hiding by Chandler Carruth · 14 years ago
  7. 6e80c28 Prune some includes and forward declarations. by Craig Topper · 14 years ago
  8. d4a964c Prune some includes and forward declarations. by Craig Topper · 14 years ago
  9. d3f8fe8 RegAlloc superpass: includes phi elimination, coalescing, and scheduling. by Andrew Trick · 14 years ago
  10. 8093eac Moving options declarations around. by Andrew Trick · 14 years ago
  11. e77e84e Added the MachineSchedulerPass skeleton. by Andrew Trick · 14 years ago
  12. a6c59b8 Also remove unnecessary includes from this file, which was supposed to be part by Nick Lewycky · 14 years ago
  13. b9cda97 Refactor the implementation of the TargetOptions out of TargetMachine, taking by Nick Lewycky · 14 years ago
  14. 50f02cb Move global variables in TargetMachine into new TargetOptions class. As an API by Nick Lewycky · 14 years ago
  15. ecb2908 Sink codegen optimization level into MCCodeGenInfo along side relocation model by Evan Cheng · 14 years ago
  16. aab6169 Switch new .file directive emission off by default, change llc's flag for it to by Nick Lewycky · 14 years ago
  17. 40f8f2f Add support for a new extension to the .file directive: by Nick Lewycky · 14 years ago
  18. ddc0f87 Command line option to enable support for segmented stacks: by Rafael Espindola · 14 years ago
  19. efd9b42 - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. by Evan Cheng · 14 years ago
  20. cc38ef6 Don't leak CodeGenInfos. by Benjamin Kramer · 14 years ago
  21. 2129f59 Introduce MCCodeGenInfo, which keeps information that can affect codegen by Evan Cheng · 14 years ago
  22. 4d1ca96 Eliminate asm parser's dependency on TargetMachine: by Evan Cheng · 14 years ago
  23. 8b2a2a1 Rename TargetOptions::StackAlignment to StackAlignmentOverride. by Evan Cheng · 14 years ago
  24. fc9bae6 Replace the -unwind-tables option with a per function flag. This is more by Rafael Espindola · 14 years ago
  25. a3181d1 Add all the plumbing needed for MC to expand cfi to the old tables in by Rafael Espindola · 14 years ago
  26. 5f1ba4c Remove -use-divmod-libcall. Let targets opt in when they are available. by Evan Cheng · 15 years ago
  27. 74d92c1 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 · 15 years ago
  28. a7c7b54 Change -arm-divmod-libcall to a target neutral option. by Evan Cheng · 15 years ago
  29. 3e2b335 Integrated-As: Add support for setting the AllowTemporaryLabels flag via by Daniel Dunbar · 15 years ago
  30. c5efca4 Initialize MCNoExecStack. by Rafael Espindola · 15 years ago
  31. b58867c Change some methods in MCDwarf.cpp to be able to handle an arbitrary by Rafael Espindola · 15 years ago
  32. 55f0c6b Split -enable-finite-only-fp-math to two options: by Evan Cheng · 15 years ago
  33. f439610 -enable-unsafe-fp-math should not imply -enable-finite-only-fp-math. by Evan Cheng · 15 years ago
  34. b33dfbc MC: Add TargetMachine support for setting the value of MCRelaxAll with by Daniel Dunbar · 15 years ago
  35. 4ed63f8 Don't eliminate frame pointers from leaf functions if "--disable-fp-elim" is by Bill Wendling · 15 years ago
  36. 02d3368 - Set the "HasCalls" flag after instruction selection is finished. by Bill Wendling · 15 years ago
  37. db4bc54 Revert r103804. The comment is correct. by Bill Wendling · 15 years ago
  38. 95f6ebc Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what by Bill Wendling · 15 years ago
  39. 211427b Remove the -enable-sjlj-eh option, which doesn't do anything. by Duncan Sands · 15 years ago
  40. 4158a0f Implement -disable-non-leaf-fp-elim which disable frame pointer elimination by Evan Cheng · 16 years ago
  41. 5b212a3 add llvm codegen support for -ffunction-sections and -fdata-sections, by Chris Lattner · 16 years ago
  42. 3464a5b Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflect by Dan Gohman · 16 years ago
  43. 640b58b Clarify what -tailcallopt option actually do. by Evan Cheng · 16 years ago
  44. 8cbc25d Remove the '-disable-scheduling' flag and replace it with the 'source' option of by Bill Wendling · 16 years ago
  45. 022d18f Changes from review: by Bill Wendling · 16 years ago
  46. 9a10db8 Implement the JIT side of the GDB JIT debugging interface. To enable this by Reid Kleckner · 16 years ago
  47. 7b26fce Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  48. 693e36a SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 16 years ago
  49. e833810 Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
  50. 338191c Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
  51. 6db8134 Provide TargetMachine implementations with reference to Target they were created by Daniel Dunbar · 16 years ago
  52. 77d1943 The attached patches implement most of the ARM AAPCS-VFP hard float by Anton Korobeynikov · 16 years ago
  53. d1c7d34 Add new function attribute - noimplicitfloat by Devang Patel · 16 years ago
  54. 72a4d2f Add new function attribute - noredzone. by Devang Patel · 16 years ago
  55. 5e5a63c CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 17 years ago
  56. f67448a Added option to enable generating less precise mad (multiply addition) by Mon P Wang · 17 years ago
  57. 42adc73 Add a -no-implicit-float flag. This acts like -soft-float, but may generate by Bill Wendling · 17 years ago
  58. 75cee3a Enable the red zone on x86-64 by default. by Dan Gohman · 17 years ago
  59. b6d36e1 Implement Red Zone utilization on x86-64. This is currently by Dan Gohman · 17 years ago
  60. 9c4b7d5 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  61. 1d338fc Add an option to enable StrongPHIElimination, for ease of testing. by Owen Anderson · 17 years ago
  62. 1b76f2c Remove OptimizeForSize global. Use function attribute optsize. by Devang Patel · 17 years ago
  63. 6fe5fe4 Accidental commit of partial 'stack canaries' code by Bill Wendling · 17 years ago
  64. 99b8371 Reverting r55898 to r55909. One of these patches was causing an ICE during the full bootstrap on Darwin: by Bill Wendling · 17 years ago
  65. bbeb8f0 This option doesn't need to be a target option. It can be in SDISel instead. by Owen Anderson · 17 years ago
  66. a102290 - Fix SelectionDAG to generate correct CFGs. by Owen Anderson · 17 years ago
  67. c31eb20 Add a flag to disable jump table generation (all by Dale Johannesen · 17 years ago
  68. c963f6c Avoid creating expensive comment string if it's not going to be printed. by Evan Cheng · 17 years ago
  69. 864541a Fix indentation. by Evan Cheng · 17 years ago
  70. d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  71. 6a2da37 Make several variable declarations static. by Dan Gohman · 17 years ago
  72. c107d00 Make these variables static. by Dan Gohman · 17 years ago
  73. cb195f5 Make stack alignment options global for all targets by Anton Korobeynikov · 17 years ago
  74. 876224b Reverse sense of unwind-tables option. This means by Dale Johannesen · 18 years ago
  75. 4c0c018 Rename -disable-required-unwind-tables to unwind-tables-optional. by Dale Johannesen · 18 years ago
  76. 344aec2 Implement new llc flag -disable-required-unwind-tables. by Dale Johannesen · 18 years ago
  77. 88c44ef Rename option -optimizefor-size to -optimize-size. by Evan Cheng · 18 years ago
  78. 246a527 Add optimize-for-size knob. by Devang Patel · 18 years ago
  79. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  80. 9ccea99 Added tail call optimization to the x86 back end. It can be by Arnold Schwaighofer · 18 years ago
  81. 5fb5a1f Enabling new condition code modeling scheme. by Evan Cheng · 18 years ago
  82. 8a7dec7 New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme. by Evan Cheng · 18 years ago
  83. f65f18b expose HonorSignDependentRoundingFPMathOption to .td files by Chris Lattner · 18 years ago
  84. 6ac3a37 Add a new option. by Chris Lattner · 18 years ago
  85. 25e62eb Fix a message, patch by Christopher Lamb. by Chris Lattner · 19 years ago
  86. 52726f5 rename flag by Jim Laskey · 19 years ago
  87. d115486 Flag to control exception handling. by Jim Laskey · 19 years ago
  88. 3f6d528 * Fix one more bug in PIC codegen: extra load is needed for *all* by Anton Korobeynikov · 19 years ago
  89. 38ee651 Revert patch. by Bill Wendling · 19 years ago
  90. a967e9c Create/store/and delete the TargetObjInfo object. by Bill Wendling · 19 years ago
  91. e107a8b Added option -soft-float to generate SW fp library calls instead of fp instructions. by Evan Cheng · 19 years ago
  92. ae92ce8 1. Remove condition on delete. by Jim Laskey · 19 years ago
  93. 261779b Make target asm info a property of the target machine. by Jim Laskey · 19 years ago
  94. 2f93c0f remove #include by Chris Lattner · 19 years ago
  95. 0fc4541 Simplify target construction. by Chris Lattner · 19 years ago
  96. 82dc16c Tidy up options. by Jim Laskey · 19 years ago
  97. 9e56e5c Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC. by Chris Lattner · 19 years ago
  98. 0441746 Added option -code-model to set code model (only used in 64-bit) mode. Valid by Evan Cheng · 19 years ago
  99. 94531bf For PR786: Remove a spurious ; by Reid Spencer · 19 years ago
  100. aa237256 Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 19 years ago