aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetOptions.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for the --param ssp-buffer-size= driver option.Chad Rosier2012-08-211-0/+4
* Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...Evan Cheng2012-07-021-6/+1
* Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from aLang Hames2012-06-221-10/+30
* Add DAG-combines for aggressive FMA formation.Lang Hames2012-06-191-8/+8
* Move the support for using .init_array from ARM to the genericRafael Espindola2012-06-191-1/+5
* Comment typo fix.Duncan Sands2012-04-111-1/+1
* Teach LLVM about a PIE option which, when enabled on top of PIC, makesChandler Carruth2012-04-081-2/+8
* RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick2012-02-101-4/+0
* Add a TargetOption for disabling tail calls.Nick Lewycky2012-01-191-2/+7
* Moving options declarations around.Andrew Trick2012-01-171-4/+0
* Added the MachineSchedulerPass skeleton.Andrew Trick2012-01-131-0/+4
* whitespaceAndrew Trick2012-01-131-3/+3
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-130/+148
* Add missing includes/decls.Eli Friedman2011-11-041-0/+1
* Command line option to enable support for segmented stacks:Rafael Espindola2011-08-301-0/+2
* Rename TargetOptions::StackAlignment to StackAlignmentOverride.Evan Cheng2011-06-231-2/+2
* Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola2011-05-251-4/+0
* Remove -use-divmod-libcall. Let targets opt in when they are available.Evan Cheng2011-04-201-4/+0
* Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is...Evan Cheng2011-04-081-0/+5
* Change -arm-divmod-libcall to a target neutral option.Evan Cheng2011-04-071-0/+4
* Grammar.Eric Christopher2010-07-291-2/+2
* Split -enable-finite-only-fp-math to two options:Evan Cheng2010-07-151-7/+12
* Update comment.Evan Cheng2010-07-131-1/+1
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-021-7/+3
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-211-0/+12
* remove dead variable, patch by Nathan Howell!Chris Lattner2010-03-171-5/+0
* Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflectDan Gohman2010-02-081-4/+7
* Changes from review:Bill Wendling2009-12-181-0/+5
* Implement the JIT side of the GDB JIT debugging interface. To enable thisReid Kleckner2009-09-201-0/+9
* 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