aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetOptionsImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-12-30Ignore "no-frame-pointer-elim" and "no-frame-pointer-elim-non-leaf" in favor ...Fangrui Song1-13/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-14Replace "no-frame-pointer-*" function attributes with "frame-pointer"Francis Visoiu Mistrih1-6/+25
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun1-1/+1
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-2/+2
2017-11-03Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie1-1/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-2/+2
2017-03-17Remove LessPreciseFPMADOption from TargetOptions along with all of theEric Christopher1-8/+0
2016-07-28MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun1-1/+1
2015-07-02Use function attribute "trap-func-name" and remove TargetOptions::TrapFuncName.Akira Hatanaka1-7/+0
2015-05-26Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions andAkira Hatanaka1-27/+0
2015-05-23Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.Akira Hatanaka1-9/+19
2015-05-23Simplify and rename function overrideFunctionAttributes. NFC.Akira Hatanaka1-0/+20
2015-04-19Remove CFIFuncName from TargetOptions as it is currently unused.Eric Christopher1-6/+0
2015-04-19Remove the CFIEnforcing flag from TargetOptions as it is unused.Eric Christopher1-2/+1
2015-01-14Migrate ABIName to MCTargetOptions so that it can be shared betweenEric Christopher1-7/+0
2014-12-18Add a new string member to the TargetOptions struct for the nameEric Christopher1-0/+7
2014-11-11Add Forward Control-Flow Integrity.Tom Roeder1-0/+7
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2013-08-22Check only if we have this attribute. If it's not an attribute, then it's ass...Bill Wendling1-4/+2
2013-07-25Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling1-0/+4
2013-06-19This is now a duplicate.Bill Wendling1-26/+0
2013-06-19Make the comparison operators non-member functions.Bill Wendling1-2/+2
2013-05-07Remove exception handling support from the old JIT.Rafael Espindola1-1/+0
2013-04-05Use the target options specified on a function to reset the back-end.Bill Wendling1-0/+26
2011-12-15Move parts of lib/Target that use CodeGen into lib/CodeGen.Nick Lewycky1-0/+52