summaryrefslogtreecommitdiff
path: root/lib/CodeGen/StackProtector.cpp
Commit message (Expand)AuthorAge
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [stack protector] Make the StackProtector pass respect ssp-buffer-size.Josh Magee2014-04-17
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Checked return warning from coverityRenato Golin2014-01-21
* Update StackProtector when coloring merges stack slotsHal Finkel2014-01-20
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* [stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee2013-12-19
* Reformat code with clang-format.Josh Magee2013-10-30
* [stackprotector] Update the StackProtector pass to perform datalayout analysis.Josh Magee2013-10-29
* [stackprotector] Refactor the StackProtector pass from a single .cpp file int...Josh Magee2013-09-27
* [stackprotector] Modernize code with IRBuilderBenjamin Kramer2013-09-09
* [stackprotector] Small cleanup.Michael Gottesman2013-08-20
* [stackprotector] Small Bit of computation hoisting.Michael Gottesman2013-08-20
* [stackprotector] Added significantly longer comment to FindPotentialTailCall ...Michael Gottesman2013-08-20
* Removed trailing whitespace.Michael Gottesman2013-08-20
* [stackprotector] Removed stale TODO.Michael Gottesman2013-08-20
* [stackprotector] Added support for emitting the llvm intrinsic stack protecto...Michael Gottesman2013-08-20
* [stackprotector] Simplify SP Pass so that we emit different fail basic blocks...Michael Gottesman2013-08-09
* [stackprotector] Refactored ssp prologue creation code into its own helper fu...Michael Gottesman2013-07-22
* 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
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* Support OpenBSD's native frame protection conventions.Rafael Espindola2013-06-07
* Remove unused #includes.Bill Wendling2013-03-05
* Add the heuristic to differentiate SSPStrong from SSPRequired.Bill Wendling2013-01-23
* Add the IR attribute 'sspstrong'.Bill Wendling2013-01-23
* Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer2013-01-11
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Create enums for the different attributes.Bill Wendling2012-10-09
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-26
* Add support for the --param ssp-buffer-size= driver option.Chad Rosier2012-08-21
* Implement stack protectors for structures with character arrays in them.Bill Wendling2012-08-17
* Whitespace cleanup.Bill Wendling2012-08-13
* For non-Darwin platforms, we want to generate stack protectors only forBill Wendling2012-08-07
* Enable stack protectors for all arrays, not just char arrays. rdar://5875909Bob Wilson2011-11-23
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-15
* Inline check that's used only once.Bill Wendling2011-03-29
* Rework the logic (and removing the bad check for an unreachable block) so thatBill Wendling2011-03-29
* Don't try to add stack protector logic to a dead basic block. It messes upBill Wendling2011-03-29
* In some cases, the "fail BB dominator" may be null after the BB was split (andBill Wendling2011-03-28
* Fix the GCC test suite issue exposed by r127477, which was caused by stackCameron Zwarich2011-03-11