- ea8579c Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflect by Dan Gohman · 16 years ago
- 7ec5928 Clarify what -tailcallopt option actually do. by Evan Cheng · 16 years ago
- 0df2cd5 Remove the '-disable-scheduling' flag and replace it with the 'source' option of by Bill Wendling · 16 years ago
- 339b153 Changes from review: by Bill Wendling · 16 years ago
- 738b4f2 Implement the JIT side of the GDB JIT debugging interface. To enable this by Reid Kleckner · 16 years ago
- 621c44d Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
- 29feb6a SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 16 years ago
- fe5939f Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
- 1721b8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
- 8ea7021 Provide TargetMachine implementations with reference to Target they were created by Daniel Dunbar · 16 years ago
- 1171332 The attached patches implement most of the ARM AAPCS-VFP hard float by Anton Korobeynikov · 16 years ago
- c386c84 Add new function attribute - noimplicitfloat by Devang Patel · 16 years ago
- 66bd777 Add new function attribute - noredzone. by Devang Patel · 16 years ago
- 42ceb47 CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 16 years ago
- 473bc86 Added option to enable generating less precise mad (multiply addition) by Mon P Wang · 16 years ago
- 042eda3 Add a -no-implicit-float flag. This acts like -soft-float, but may generate by Bill Wendling · 16 years ago
- d37535f Enable the red zone on x86-64 by default. by Dan Gohman · 17 years ago
- b3e9a71 Implement Red Zone utilization on x86-64. This is currently by Dan Gohman · 17 years ago
- 669b9bf Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
- bac9ae2 Add an option to enable StrongPHIElimination, for ease of testing. by Owen Anderson · 17 years ago
- 93698d9 Remove OptimizeForSize global. Use function attribute optsize. by Devang Patel · 17 years ago
- 97905c5 Accidental commit of partial 'stack canaries' code by Bill Wendling · 17 years ago
- cef079d Reverting r55898 to r55909. One of these patches was causing an ICE during the full bootstrap on Darwin: by Bill Wendling · 17 years ago
- c55989a This option doesn't need to be a target option. It can be in SDISel instead. by Owen Anderson · 17 years ago
- fb6914f - Fix SelectionDAG to generate correct CFGs. by Owen Anderson · 17 years ago
- 493492f Add a flag to disable jump table generation (all by Dale Johannesen · 17 years ago
- 0eeed44 Avoid creating expensive comment string if it's not going to be printed. by Evan Cheng · 17 years ago
- 94b0676 Fix indentation. by Evan Cheng · 17 years ago
- 089efff Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
- 2c37da5 Make several variable declarations static. by Dan Gohman · 17 years ago
- bbe6922 Make these variables static. by Dan Gohman · 17 years ago
- b214a52 Make stack alignment options global for all targets by Anton Korobeynikov · 17 years ago
- b369e8d Reverse sense of unwind-tables option. This means by Dale Johannesen · 17 years ago
- bfdf041 Rename -disable-required-unwind-tables to unwind-tables-optional. by Dale Johannesen · 17 years ago
- a9b3e48 Implement new llc flag -disable-required-unwind-tables. by Dale Johannesen · 17 years ago
- 295cc16 Rename option -optimizefor-size to -optimize-size. by Evan Cheng · 17 years ago
- a210169 Add optimize-for-size knob. by Devang Patel · 17 years ago
- 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- e2d6bbb Added tail call optimization to the x86 back end. It can be by Arnold Schwaighofer · 18 years ago
- 621216e Enabling new condition code modeling scheme. by Evan Cheng · 18 years ago
- 0d7bb10 New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme. by Evan Cheng · 18 years ago
- f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago