summaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetOptions.h
Commit message (Expand)AuthorAge
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* Move the function and data section flags into the options struct andEric Christopher2014-05-20
* Create MCTargetOptions.Evgeniy Stepanov2014-04-23
* Patch by Vadim ChugunovYaron Keren2014-04-19
* Move the segmented stack switch to a function attributeReid Kleckner2014-04-10
* DebugInfo: TargetOptions/MCAsmInfo support for compressed debug info sectionsDavid Blaikie2014-03-27
* Make DisableIntegratedAS a TargetOption.Rafael Espindola2014-02-21
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-01
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-25
* Recommit r186217 with testcase fix:Bill Wendling2013-07-22
* Revert commit r186217 -- this is breaking bots:Chandler Carruth2013-07-13
* Use the function attributes to pass along the stack protector buffer size.Bill Wendling2013-07-12
* Remove static, because it was messing everything up.Bill Wendling2013-06-20
* Make the '==' operator inline.Bill Wendling2013-06-19
* Make this static inline to avoid duplicates.Bill Wendling2013-06-19
* Make the comparison operators non-member functions.Bill Wendling2013-06-19
* Add operator!= as the compliment to operator==. This is for a future change.Bill Wendling2013-06-19
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-07
* Use the target options specified on a function to reset the back-end.Bill Wendling2013-04-05
* Initialize SSPBufferSize. PR14999. Patch by Vinson Lee.Chad Rosier2013-01-23
* Whitespace.Chad Rosier2012-11-29
* Fix 80-column violations.Chad Rosier2012-11-29
* 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