aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/StackProtector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-32/+34
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-4/+5
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-11/+12
* Update to LLVM 3.5a.Stephen Hines2014-04-241-11/+31
* 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
* Implement stack protectors for structures with character arrays in them.Bill Wendling2012-08-171-15/+40
* Whitespace cleanup.Bill Wendling2012-08-131-7/+7
* For non-Darwin platforms, we want to generate stack protectors only forBill Wendling2012-08-071-1/+10
* Enable stack protectors for all arrays, not just char arrays. rdar://5875909Bob Wilson2011-11-231-6/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-1/+1
* Inline check that's used only once.Bill Wendling2011-03-291-2/+1
* Rework the logic (and removing the bad check for an unreachable block) so thatBill Wendling2011-03-291-8/+5
* Don't try to add stack protector logic to a dead basic block. It messes upBill Wendling2011-03-291-1/+2
* In some cases, the "fail BB dominator" may be null after the BB was split (andBill Wendling2011-03-281-1/+2
* Fix the GCC test suite issue exposed by r127477, which was caused by stackCameron Zwarich2011-03-111-3/+3
* Make more passes preserve dominators (or state that they preserve dominators ifCameron Zwarich2011-01-081-0/+18
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-2/+6
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-2/+2
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-2/+2
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-2/+2