| Commit message (Expand) | Author | Age | Files | Lines |
* | Comment typo fix. | Duncan Sands | 2012-04-11 | 1 | -1/+1 |
* | Teach LLVM about a PIE option which, when enabled on top of PIC, makes | Chandler Carruth | 2012-04-08 | 1 | -2/+8 |
* | RegAlloc superpass: includes phi elimination, coalescing, and scheduling. | Andrew Trick | 2012-02-10 | 1 | -4/+0 |
* | Add a TargetOption for disabling tail calls. | Nick Lewycky | 2012-01-19 | 1 | -2/+7 |
* | Moving options declarations around. | Andrew Trick | 2012-01-17 | 1 | -4/+0 |
* | Added the MachineSchedulerPass skeleton. | Andrew Trick | 2012-01-13 | 1 | -0/+4 |
* | whitespace | Andrew Trick | 2012-01-13 | 1 | -3/+3 |
* | Move global variables in TargetMachine into new TargetOptions class. As an API | Nick Lewycky | 2011-12-02 | 1 | -130/+148 |
* | Add missing includes/decls. | Eli Friedman | 2011-11-04 | 1 | -0/+1 |
* | Command line option to enable support for segmented stacks: | Rafael Espindola | 2011-08-30 | 1 | -0/+2 |
* | Rename TargetOptions::StackAlignment to StackAlignmentOverride. | Evan Cheng | 2011-06-23 | 1 | -2/+2 |
* | Replace the -unwind-tables option with a per function flag. This is more | Rafael Espindola | 2011-05-25 | 1 | -4/+0 |
* | Remove -use-divmod-libcall. Let targets opt in when they are available. | Evan Cheng | 2011-04-20 | 1 | -4/+0 |
* | Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is... | Evan Cheng | 2011-04-08 | 1 | -0/+5 |
* | Change -arm-divmod-libcall to a target neutral option. | Evan Cheng | 2011-04-07 | 1 | -0/+4 |
* | Grammar. | Eric Christopher | 2010-07-29 | 1 | -2/+2 |
* | Split -enable-finite-only-fp-math to two options: | Evan Cheng | 2010-07-15 | 1 | -7/+12 |
* | Update comment. | Evan Cheng | 2010-07-13 | 1 | -1/+1 |
* | Remove the -enable-sjlj-eh option, which doesn't do anything. | Duncan Sands | 2010-05-02 | 1 | -7/+3 |
* | Implement -disable-non-leaf-fp-elim which disable frame pointer elimination | Evan Cheng | 2010-04-21 | 1 | -0/+12 |
* | remove dead variable, patch by Nathan Howell! | Chris Lattner | 2010-03-17 | 1 | -5/+0 |
* | Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflect | Dan Gohman | 2010-02-08 | 1 | -4/+7 |
* | Changes from review: | Bill Wendling | 2009-12-18 | 1 | -0/+5 |
* | Implement the JIT side of the GDB JIT debugging interface. To enable this | Reid Kleckner | 2009-09-20 | 1 | -0/+9 |
* | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach | 2009-08-11 | 1 | -4/+8 |
* | move an enum from TM -> TargetOptions. This makes TargetOptions.h | Chris Lattner | 2009-08-02 | 1 | -0/+9 |
* | The attached patches implement most of the ARM AAPCS-VFP hard float | Anton Korobeynikov | 2009-06-08 | 1 | -0/+8 |
* | Add new function attribute - noimplicitfloat | Devang Patel | 2009-06-05 | 1 | -6/+0 |
* | Add new function attribute - noredzone. | Devang Patel | 2009-06-04 | 1 | -4/+0 |
* | Correct comment. | Bill Wendling | 2009-04-29 | 1 | -1/+1 |
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 1 | -1/+1 |
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 1 | -1/+1 |
* | CodeGen still defaults to non-verbose asm, but llc now overrides it and defau... | Evan Cheng | 2009-03-25 | 1 | -4/+0 |
* | Added option to enable generating less precise mad (multiply addition) | Mon P Wang | 2009-03-20 | 1 | -1/+9 |
* | Add a -no-implicit-float flag. This acts like -soft-float, but may generate | Bill Wendling | 2009-03-11 | 1 | -0/+6 |
* | Implement Red Zone utilization on x86-64. This is currently | Dan Gohman | 2009-01-26 | 1 | -0/+4 |
* | Add an option to enable StrongPHIElimination, for ease of testing. | Owen Anderson | 2008-10-07 | 1 | -0/+4 |
* | Remove OptimizeForSize global. Use function attribute optsize. | Devang Patel | 2008-10-01 | 1 | -4/+0 |
* | Enable DeadMachineInstructionElim when Fast-ISel is enabled. | Dan Gohman | 2008-09-25 | 1 | -0/+6 |
* | This option doesn't need to be a target option. It can be in SDISel instead. | Owen Anderson | 2008-08-05 | 1 | -5/+0 |
* | - Fix SelectionDAG to generate correct CFGs. | Owen Anderson | 2008-08-04 | 1 | -0/+5 |
* | Add a flag to disable jump table generation (all | Dale Johannesen | 2008-07-31 | 1 | -0/+4 |
* | Avoid creating expensive comment string if it's not going to be printed. | Evan Cheng | 2008-07-01 | 1 | -0/+4 |
* | Make stack alignment options global for all targets | Anton Korobeynikov | 2008-04-23 | 1 | -0/+7 |
* | Reverse sense of unwind-tables option. This means | Dale Johannesen | 2008-04-14 | 1 | -4/+3 |
* | Implement new llc flag -disable-required-unwind-tables. | Dale Johannesen | 2008-04-08 | 1 | -2/+7 |
* | Add optimize-for-size knob. | Devang Patel | 2008-03-25 | 1 | -0/+4 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Corrected many typing errors. And removed 'nest' parameter handling | Arnold Schwaighofer | 2007-10-12 | 1 | -3/+3 |
* | Added tail call optimization to the x86 back end. It can be | Arnold Schwaighofer | 2007-10-11 | 1 | -0/+5 |