aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetOptions.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-3/+3
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+10
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+41
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+16
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-7/+20
* Update to LLVM 3.5a.Stephen Hines2014-04-241-63/+16
* Fixes for LLDB build to work around host 4.6.2+ compiler issues.Todd Fiala2013-11-051-0/+53
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-011-6/+1
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-251-7/+1
* Recommit r186217 with testcase fix:Bill Wendling2013-07-221-6/+1
* Revert commit r186217 -- this is breaking bots:Chandler Carruth2013-07-131-1/+6
* Use the function attributes to pass along the stack protector buffer size.Bill Wendling2013-07-121-6/+1
* Remove static, because it was messing everything up.Bill Wendling2013-06-201-4/+4
* Make the '==' operator inline.Bill Wendling2013-06-191-2/+29
* Make this static inline to avoid duplicates.Bill Wendling2013-06-191-1/+1
* Make the comparison operators non-member functions.Bill Wendling2013-06-191-5/+9
* Add operator!= as the compliment to operator==. This is for a future change.Bill Wendling2013-06-191-1/+4
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-071-5/+1
* Use the target options specified on a function to reset the back-end.Bill Wendling2013-04-051-0/+1
* Initialize SSPBufferSize. PR14999. Patch by Vinson Lee.Chad Rosier2013-01-231-4/+4
* Whitespace.Chad Rosier2012-11-291-1/+1
* Fix 80-column violations.Chad Rosier2012-11-291-6/+6
* Revert r167620; this can be implemented using an existing CL option.Chad Rosier2012-11-091-8/+4
* Add support for -mstrict-align compiler option for ARM targets.Chad Rosier2012-11-091-4/+8
* 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