1. 1797ed5 Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflect by Dan Gohman · 15 years ago
  2. 8c86db5 Clarify what -tailcallopt option actually do. by Evan Cheng · 16 years ago
  3. 187361b Remove the '-disable-scheduling' flag and replace it with the 'source' option of by Bill Wendling · 16 years ago
  4. b4e6a5d Changes from review: by Bill Wendling · 16 years ago
  5. 2763217 Implement the JIT side of the GDB JIT debugging interface. To enable this by Reid Kleckner · 16 years ago
  6. af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  7. 1b747ad SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 16 years ago
  8. 51b198a Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
  9. 2286f8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
  10. 03f4bc5 Provide TargetMachine implementations with reference to Target they were created by Daniel Dunbar · 16 years ago
  11. 0eebf65 The attached patches implement most of the ARM AAPCS-VFP hard float by Anton Korobeynikov · 16 years ago
  12. 578efa9 Add new function attribute - noimplicitfloat by Devang Patel · 16 years ago
  13. d18e31a Add new function attribute - noredzone. by Devang Patel · 16 years ago
  14. 42bf74b CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 16 years ago
  15. bc65ca8 Added option to enable generating less precise mad (multiply addition) by Mon P Wang · 16 years ago
  16. f9abd7e Add a -no-implicit-float flag. This acts like -soft-float, but may generate by Bill Wendling · 16 years ago
  17. 499cb3f Enable the red zone on x86-64 by default. by Dan Gohman · 17 years ago
  18. 92f4f16 Implement Red Zone utilization on x86-64. This is currently by Dan Gohman · 17 years ago
  19. b8cab92 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  20. 95dad83 Add an option to enable StrongPHIElimination, for ease of testing. by Owen Anderson · 17 years ago
  21. 4ae641f Remove OptimizeForSize global. Use function attribute optsize. by Devang Patel · 17 years ago
  22. 1ed49fb Accidental commit of partial 'stack canaries' code by Bill Wendling · 17 years ago
  23. 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
  24. 6ac8df7 This option doesn't need to be a target option. It can be in SDISel instead. by Owen Anderson · 17 years ago
  25. bd3ba46 - Fix SelectionDAG to generate correct CFGs. by Owen Anderson · 17 years ago
  26. 7232464 Add a flag to disable jump table generation (all by Dale Johannesen · 17 years ago
  27. 6547e40 Avoid creating expensive comment string if it's not going to be printed. by Evan Cheng · 17 years ago
  28. 89df08c Fix indentation. by Evan Cheng · 17 years ago
  29. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  30. 4a3f6c8 Make several variable declarations static. by Dan Gohman · 17 years ago
  31. 3c02aca Make these variables static. by Dan Gohman · 17 years ago
  32. 45709ae Make stack alignment options global for all targets by Anton Korobeynikov · 17 years ago
  33. 3541af7 Reverse sense of unwind-tables option. This means by Dale Johannesen · 17 years ago
  34. e8277dc Rename -disable-required-unwind-tables to unwind-tables-optional. by Dale Johannesen · 17 years ago
  35. 4e1b794 Implement new llc flag -disable-required-unwind-tables. by Dale Johannesen · 17 years ago
  36. 2659343 Rename option -optimizefor-size to -optimize-size. by Evan Cheng · 17 years ago
  37. 55c666a Add optimize-for-size knob. by Devang Patel · 17 years ago
  38. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  39. c85e171 Added tail call optimization to the x86 back end. It can be by Arnold Schwaighofer · 18 years ago
  40. e5f6204 Enabling new condition code modeling scheme. by Evan Cheng · 18 years ago
  41. a360268 New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme. by Evan Cheng · 18 years ago
  42. a7ad3d1 expose HonorSignDependentRoundingFPMathOption to .td files by Chris Lattner · 18 years ago
  43. aa4f1e1 Add a new option. by Chris Lattner · 18 years ago
  44. 3e1b03f Fix a message, patch by Christopher Lamb. by Chris Lattner · 18 years ago
  45. 73c5624 rename flag by Jim Laskey · 19 years ago
  46. 1b340dc Flag to control exception handling. by Jim Laskey · 19 years ago
  47. 5032e5a * Fix one more bug in PIC codegen: extra load is needed for *all* by Anton Korobeynikov · 19 years ago
  48. e911615 Revert patch. by Bill Wendling · 19 years ago
  49. cc91f58 Create/store/and delete the TargetObjInfo object. by Bill Wendling · 19 years ago
  50. c9ab2f3 Added option -soft-float to generate SW fp library calls instead of fp instructions. by Evan Cheng · 19 years ago
  51. fde1b3b 1. Remove condition on delete. by Jim Laskey · 19 years ago
  52. a0f3d17 Make target asm info a property of the target machine. by Jim Laskey · 19 years ago
  53. 3199af2 remove #include by Chris Lattner · 19 years ago
  54. c4fa386 Simplify target construction. by Chris Lattner · 19 years ago
  55. 85aaf90 Tidy up options. by Jim Laskey · 19 years ago
  56. 35d86fe Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC. by Chris Lattner · 19 years ago
  57. 152ed05 Added option -code-model to set code model (only used in 64-bit) mode. Valid by Evan Cheng · 19 years ago
  58. 077b387 For PR786: Remove a spurious ; by Reid Spencer · 19 years ago
  59. d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 19 years ago
  60. 80235d5 -enable-unsafe-fp-math implies -enable-finite-only-fp-math by Evan Cheng · 19 years ago
  61. 95942d7 Added option -enable-finite-only-fp-math. When on, the codegen can assume that by Evan Cheng · 19 years ago
  62. a69571c Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. by Owen Anderson · 19 years ago
  63. bc641b9 Eliminate IntrinsicLowering from TargetMachine. by Chris Lattner · 19 years ago
  64. 4c1aa86 - Added option -relocation-model to set relocation model. Valid values include static, pic, by Evan Cheng · 19 years ago
  65. 73bfa71 Remove the X86 and PowerPC Simple instruction selectors; their time has passed. by Nate Begeman · 20 years ago
  66. f63be7d First round of support for doing scalar FP using the SSE2 ISA extension and by Nate Begeman · 20 years ago
  67. 7d93727 capitalize by Chris Lattner · 20 years ago
  68. 34f74a6 Expose an option allowing unsafe math optimizations. Patch contributed by by Chris Lattner · 20 years ago
  69. f976c85 Remove trailing whitespace by Misha Brukman · 20 years ago
  70. f8b0294 Make pattern isel default for ppc by Nate Begeman · 20 years ago
  71. 45554a6 Add a new target-independent code generator flag. by Chris Lattner · 21 years ago
  72. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  73. 167deff Implement new constructor. by Misha Brukman · 21 years ago
  74. c8e8764 * Add BoolAlignment to TargetData, default is 1 byte, size 1 byte by Misha Brukman · 21 years ago
  75. f90e402 Direct declaration of namespace-ified globals does not work, must enclose by Misha Brukman · 21 years ago
  76. 53594de Specify variables' namespace directly instead of using an enclosing namespace. by Misha Brukman · 21 years ago
  77. e67d5fb Move implemented interface header up to the top. by Misha Brukman · 21 years ago
  78. 66d6ee4 Spell out `NoFramePointerElim' for readability. by Misha Brukman · 21 years ago
  79. 0fb5a66 Implement `NoFPElim' in a target-agnostic fashion so it can be shared. by Misha Brukman · 21 years ago
  80. 3048373 Move the IntrinsicLowering header into the CodeGen directory, as per PR346 by Chris Lattner · 21 years ago
  81. bdf1400 Method has been inlined into all callers by Chris Lattner · 21 years ago
  82. 323819e make -print-machineinstrs work for both SparcV9 and X86 by Brian Gaeke · 21 years ago
  83. 2bed9ec Add a new constructor by Chris Lattner · 21 years ago
  84. 05b15fb TargetCacheInfo has been removed; its only uses were to propagate a constant by Brian Gaeke · 21 years ago
  85. f70e0c2 Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering by Chris Lattner · 22 years ago
  86. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  87. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  88. 37ec811 The promotion rules are the same for all targets, they are set by the C standard. by Chris Lattner · 22 years ago
  89. f27eeea Rename MachineOptInfo to TargetoptInfo by Chris Lattner · 23 years ago
  90. 62eaf7e Implement findOptimalStorageSize a bit more generally by Chris Lattner · 23 years ago
  91. 93fa705 Seperate code out of TargetMachine into MachineInstrInfo by Chris Lattner · 23 years ago
  92. 4f94637 Move addPassesToEmitAssembly from TargetMachine to UltraSparc because it by Chris Lattner · 23 years ago
  93. fce1143 Changed `MachineCodeForMethod' to `MachineFunction'. by Misha Brukman · 23 years ago
  94. 516b26f Run LICM before GCSE! by Vikram S. Adve · 23 years ago
  95. c308aef Disable reassociation pass in LLC until it is fixed. by Vikram S. Adve · 23 years ago
  96. c078930 Changed codegen to add 2 empty slots at the top of stack using StackSlots pass by Anand Shukla · 23 years ago
  97. e5b2565 Add peephole optimization pass at the end of code generation. by Vikram S. Adve · 23 years ago
  98. e1f7280 Move all the code that creates code generation passes from Sparc.cpp to by Vikram S. Adve · 23 years ago
  99. 4a48c33 Added class MachineCacheInfo. by Vikram S. Adve · 24 years ago
  100. 7a2f1e7 Add handle to TargetMachine object in all Machine...Info classes. by Vikram S. Adve · 24 years ago