summaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetOptions.h
Commit message (Expand)AuthorAge
* Revert r167620; this can be implemented using an existing CL option.Chad Rosier2012-11-09
* Add support for -mstrict-align compiler option for ARM targets.Chad Rosier2012-11-09
* Add support for the --param ssp-buffer-size= driver option.Chad Rosier2012-08-21
* Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...Evan Cheng2012-07-02
* Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from aLang Hames2012-06-22
* Add DAG-combines for aggressive FMA formation.Lang Hames2012-06-19
* Move the support for using .init_array from ARM to the genericRafael Espindola2012-06-19
* Comment typo fix.Duncan Sands2012-04-11
* Teach LLVM about a PIE option which, when enabled on top of PIC, makesChandler Carruth2012-04-08
* RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick2012-02-10
* Add a TargetOption for disabling tail calls.Nick Lewycky2012-01-19
* Moving options declarations around.Andrew Trick2012-01-17
* Added the MachineSchedulerPass skeleton.Andrew Trick2012-01-13
* whitespaceAndrew Trick2012-01-13
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* Add missing includes/decls.Eli Friedman2011-11-04
* Command line option to enable support for segmented stacks:Rafael Espindola2011-08-30
* Rename TargetOptions::StackAlignment to StackAlignmentOverride.Evan Cheng2011-06-23
* Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola2011-05-25
* Remove -use-divmod-libcall. Let targets opt in when they are available.Evan Cheng2011-04-20
* Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is...Evan Cheng2011-04-08
* Change -arm-divmod-libcall to a target neutral option.Evan Cheng2011-04-07
* Grammar.Eric Christopher2010-07-29
* Split -enable-finite-only-fp-math to two options:Evan Cheng2010-07-15
* Update comment.Evan Cheng2010-07-13
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-02
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-21
* remove dead variable, patch by Nathan Howell!Chris Lattner2010-03-17
* Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflectDan Gohman2010-02-08
* Changes from review:Bill Wendling2009-12-18
* Implement the JIT side of the GDB JIT debugging interface. To enable thisReid Kleckner2009-09-20
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-11
* move an enum from TM -> TargetOptions. This makes TargetOptions.hChris Lattner2009-08-02
* The attached patches implement most of the ARM AAPCS-VFP hard floatAnton Korobeynikov2009-06-08
* Add new function attribute - noimplicitfloatDevang Patel2009-06-05
* Add new function attribute - noredzone. Devang Patel2009-06-04
* Correct comment.Bill Wendling2009-04-29
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-28
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-28
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-25
* Added option to enable generating less precise mad (multiply addition)Mon P Wang2009-03-20
* Add a -no-implicit-float flag. This acts like -soft-float, but may generateBill Wendling2009-03-11
* Implement Red Zone utilization on x86-64. This is currentlyDan Gohman2009-01-26
* Add an option to enable StrongPHIElimination, for ease of testing.Owen Anderson2008-10-07
* Remove OptimizeForSize global. Use function attribute optsize.Devang Patel2008-10-01
* Enable DeadMachineInstructionElim when Fast-ISel is enabled.Dan Gohman2008-09-25
* This option doesn't need to be a target option. It can be in SDISel instead.Owen Anderson2008-08-05
* - Fix SelectionDAG to generate correct CFGs.Owen Anderson2008-08-04
* Add a flag to disable jump table generation (allDale Johannesen2008-07-31
* Avoid creating expensive comment string if it's not going to be printed.Evan Cheng2008-07-01