aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetOptions.h
Commit message (Expand)AuthorAgeFilesLines
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-111-4/+8
* move an enum from TM -> TargetOptions. This makes TargetOptions.hChris Lattner2009-08-021-0/+9
* The attached patches implement most of the ARM AAPCS-VFP hard floatAnton Korobeynikov2009-06-081-0/+8
* Add new function attribute - noimplicitfloatDevang Patel2009-06-051-6/+0
* Add new function attribute - noredzone. Devang Patel2009-06-041-4/+0
* Correct comment.Bill Wendling2009-04-291-1/+1
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-1/+1
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-1/+1
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-4/+0
* Added option to enable generating less precise mad (multiply addition)Mon P Wang2009-03-201-1/+9
* Add a -no-implicit-float flag. This acts like -soft-float, but may generateBill Wendling2009-03-111-0/+6
* Implement Red Zone utilization on x86-64. This is currentlyDan Gohman2009-01-261-0/+4
* Add an option to enable StrongPHIElimination, for ease of testing.Owen Anderson2008-10-071-0/+4
* Remove OptimizeForSize global. Use function attribute optsize.Devang Patel2008-10-011-4/+0
* Enable DeadMachineInstructionElim when Fast-ISel is enabled.Dan Gohman2008-09-251-0/+6
* This option doesn't need to be a target option. It can be in SDISel instead.Owen Anderson2008-08-051-5/+0
* - Fix SelectionDAG to generate correct CFGs.Owen Anderson2008-08-041-0/+5
* Add a flag to disable jump table generation (allDale Johannesen2008-07-311-0/+4
* Avoid creating expensive comment string if it's not going to be printed.Evan Cheng2008-07-011-0/+4
* Make stack alignment options global for all targetsAnton Korobeynikov2008-04-231-0/+7
* Reverse sense of unwind-tables option. This meansDale Johannesen2008-04-141-4/+3
* Implement new llc flag -disable-required-unwind-tables.Dale Johannesen2008-04-081-2/+7
* Add optimize-for-size knob.Devang Patel2008-03-251-0/+4
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Corrected many typing errors. And removed 'nest' parameter handlingArnold Schwaighofer2007-10-121-3/+3
* Added tail call optimization to the x86 back end. It can beArnold Schwaighofer2007-10-111-0/+5
* Enabling new condition code modeling scheme.Evan Cheng2007-09-291-5/+0
* New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme.Evan Cheng2007-09-251-0/+4
* Remove redundant declarations.Dan Gohman2007-07-061-6/+0
* Add a new option.Chris Lattner2007-05-031-0/+16
* Flag to control exception handling.Jim Laskey2007-01-291-0/+5
* Document flagAnton Korobeynikov2007-01-171-0/+3
* * Fix one more bug in PIC codegen: extra load is needed for *all*Anton Korobeynikov2007-01-171-0/+2
* Added option -soft-float to generate SW fp library calls instead of fp instru...Evan Cheng2006-12-091-0/+6
* -enable-unsafe-fp-math implies -enable-finite-only-fp-mathEvan Cheng2006-05-231-5/+6
* Added option -enable-finite-only-fp-math. When on, the codegen can assume thatEvan Cheng2006-05-231-0/+7
* - Added option -relocation-model to set relocation model. Valid values includ...Evan Cheng2006-02-221-6/+0
* Move PICEnabled declaration here.Evan Cheng2006-02-181-0/+6
* Remove the X86 and PowerPC Simple instruction selectors; their time hasNate Begeman2005-08-181-7/+0
* Expose an option allowing unsafe math optimizations. Patch contributed byChris Lattner2005-04-301-0/+6
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Make pattern isel default for ppcNate Begeman2005-04-151-0/+7
* Add a new target-independent code generator flag.Chris Lattner2005-01-151-0/+9
* Delete the allocate*TargetMachine functions. Move options to a header fileChris Lattner2004-07-111-0/+30