aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetOptions.h
AgeCommit message (Expand)Author
2009-03-20Added option to enable generating less precise mad (multiply addition)Mon P Wang
2009-03-11Add a -no-implicit-float flag. This acts like -soft-float, but may generateBill Wendling
2009-01-26Implement Red Zone utilization on x86-64. This is currentlyDan Gohman
2008-10-07Add an option to enable StrongPHIElimination, for ease of testing.Owen Anderson
2008-10-01Remove OptimizeForSize global. Use function attribute optsize.Devang Patel
2008-09-25Enable DeadMachineInstructionElim when Fast-ISel is enabled.Dan Gohman
2008-08-05This option doesn't need to be a target option. It can be in SDISel instead.Owen Anderson
2008-08-04- Fix SelectionDAG to generate correct CFGs.Owen Anderson
2008-07-31Add a flag to disable jump table generation (allDale Johannesen
2008-07-01Avoid creating expensive comment string if it's not going to be printed.Evan Cheng
2008-04-23Make stack alignment options global for all targetsAnton Korobeynikov
2008-04-14Reverse sense of unwind-tables option. This meansDale Johannesen
2008-04-08Implement new llc flag -disable-required-unwind-tables.Dale Johannesen
2008-03-25Add optimize-for-size knob.Devang Patel
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-10-12Corrected many typing errors. And removed 'nest' parameter handlingArnold Schwaighofer
2007-10-11Added tail call optimization to the x86 back end. It can beArnold Schwaighofer
2007-09-29Enabling new condition code modeling scheme.Evan Cheng
2007-09-25New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme.Evan Cheng
2007-07-06Remove redundant declarations.Dan Gohman
2007-05-03Add a new option.Chris Lattner
2007-01-29Flag to control exception handling.Jim Laskey
2007-01-17Document flagAnton Korobeynikov
2007-01-17* Fix one more bug in PIC codegen: extra load is needed for *all*Anton Korobeynikov
2006-12-09Added option -soft-float to generate SW fp library calls instead of fp instru...Evan Cheng
2006-05-23-enable-unsafe-fp-math implies -enable-finite-only-fp-mathEvan Cheng
2006-05-23Added option -enable-finite-only-fp-math. When on, the codegen can assume thatEvan Cheng
2006-02-22- Added option -relocation-model to set relocation model. Valid values includ...Evan Cheng
2006-02-18Move PICEnabled declaration here.Evan Cheng
2005-08-18Remove the X86 and PowerPC Simple instruction selectors; their time hasNate Begeman
2005-04-30Expose an option allowing unsafe math optimizations. Patch contributed byChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-15Make pattern isel default for ppcNate Begeman
2005-01-15Add a new target-independent code generator flag.Chris Lattner
2004-07-11Delete the allocate*TargetMachine functions. Move options to a header fileChris Lattner