summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/StackProtector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Redirect DataLayout from TargetMachine to Module in StackProtectorMehdi Amini2015-07-071-1/+1
* Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...David Blaikie2015-05-181-3/+3
* CodeGen: Canonicalize access to function attributes, NFCDuncan P. N. Exon Smith2015-02-141-8/+4
* Replace some uses of getSubtargetImpl with the cached versionEric Christopher2015-01-271-1/+1
* CodeGen: minor style tweaks to SSPSaleem Abdulrasool2014-12-211-13/+15
* CodeGen: constify and use range loop for SSPSaleem Abdulrasool2014-12-201-8/+4
* [stack protector] Set edge weights for newly created basic blocks.Akira Hatanaka2014-12-011-1/+9
* Target triple OS detection tidyup. NFCSimon Pilgrim2014-11-291-2/+2
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-1/+1
* Use nullptr instead of NULL for variadic sentinelsReid Kleckner2014-11-131-2/+2
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-1/+2
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [stack protector] Make the StackProtector pass respect ssp-buffer-size.Josh Magee2014-04-171-3/+3
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-7/+7
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-3/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-2/+1
* Checked return warning from coverityRenato Golin2014-01-211-2/+3
* Update StackProtector when coloring merges stack slotsHal Finkel2014-01-201-0/+21
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-131-1/+3
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-2/+2
* [stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee2013-12-191-1/+0
* Reformat code with clang-format.Josh Magee2013-10-301-37/+40
* [stackprotector] Update the StackProtector pass to perform datalayout analysis.Josh Magee2013-10-291-27/+60
* [stackprotector] Refactor the StackProtector pass from a single .cpp file int...Josh Magee2013-09-271-70/+1
* [stackprotector] Modernize code with IRBuilderBenjamin Kramer2013-09-091-32/+17
* [stackprotector] Small cleanup.Michael Gottesman2013-08-201-1/+2
* [stackprotector] Small Bit of computation hoisting.Michael Gottesman2013-08-201-5/+5
* [stackprotector] Added significantly longer comment to FindPotentialTailCall ...Michael Gottesman2013-08-201-1/+6
* Removed trailing whitespace.Michael Gottesman2013-08-201-18/+18
* [stackprotector] Removed stale TODO.Michael Gottesman2013-08-201-6/+3
* [stackprotector] Added support for emitting the llvm intrinsic stack protecto...Michael Gottesman2013-08-201-49/+150
* [stackprotector] Simplify SP Pass so that we emit different fail basic blocks...Michael Gottesman2013-08-091-10/+10
* [stackprotector] Refactored ssp prologue creation code into its own helper fu...Michael Gottesman2013-07-221-35/+41
* Recommit r186217 with testcase fix:Bill Wendling2013-07-221-7/+19
* Revert commit r186217 -- this is breaking bots:Chandler Carruth2013-07-131-19/+7
* Use the function attributes to pass along the stack protector buffer size.Bill Wendling2013-07-121-7/+19
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-7/+9
* Support OpenBSD's native frame protection conventions.Rafael Espindola2013-06-071-11/+36
* Remove unused #includes.Bill Wendling2013-03-051-1/+0
* Add the heuristic to differentiate SSPStrong from SSPRequired.Bill Wendling2013-01-231-23/+103
* Add the IR attribute 'sspstrong'.Bill Wendling2013-01-231-0/+6
* Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer2013-01-111-3/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-8/+8
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-301-2/+4
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Create enums for the different attributes.Bill Wendling2012-10-091-2/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-261-2/+2
* Add support for the --param ssp-buffer-size= driver option.Chad Rosier2012-08-211-9/+3
OpenPOWER on IntegriCloud