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