summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TargetOptionsImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use function attribute "trap-func-name" and remove TargetOptions::TrapFuncName.Akira Hatanaka2015-07-021-7/+0
* Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions andAkira Hatanaka2015-05-261-27/+0
* Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.Akira Hatanaka2015-05-231-9/+19
* Simplify and rename function overrideFunctionAttributes. NFC.Akira Hatanaka2015-05-231-0/+20
* Remove CFIFuncName from TargetOptions as it is currently unused.Eric Christopher2015-04-191-6/+0
* Remove the CFIEnforcing flag from TargetOptions as it is unused.Eric Christopher2015-04-191-2/+1
* Migrate ABIName to MCTargetOptions so that it can be shared betweenEric Christopher2015-01-141-7/+0
* Add a new string member to the TargetOptions struct for the nameEric Christopher2014-12-181-0/+7
* Add Forward Control-Flow Integrity.Tom Roeder2014-11-111-0/+7
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Check only if we have this attribute. If it's not an attribute, then it's ass...Bill Wendling2013-08-221-4/+2
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-251-0/+4
* This is now a duplicate.Bill Wendling2013-06-191-26/+0
* Make the comparison operators non-member functions.Bill Wendling2013-06-191-2/+2
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-071-1/+0
* Use the target options specified on a function to reset the back-end.Bill Wendling2013-04-051-0/+26
* Move parts of lib/Target that use CodeGen into lib/CodeGen.Nick Lewycky2011-12-151-0/+52
OpenPOWER on IntegriCloud