summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/CommandFlags.h
Commit message (Expand)AuthorAge
* Refactor TargetOptions initialization into a single place.Eli Bendersky2014-02-19
* Remove support for not using .loc directives.Rafael Espindola2014-02-05
* Speling fixes.Benjamin Kramer2013-10-22
* 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
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* fix comment.Chris Lattner2012-12-13
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10