summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/StackProtector.cpp
AgeCommit message (Expand)Author
2016-06-30Add an artificial line-0 debug location when the compiler emits a call toYunzhong Gao
2016-06-30Delete unused includes. NFC.Rafael Espindola
2016-06-07[stack-protection] Add support for MSVC buffer security checkEtienne Bergeron
2016-04-19[SSP, 2/2] Create llvm.stackguard() intrinsic and lower it to LOAD_STACK_GUARDTim Shen
2016-04-11[safestack] Add canary to unsafe stack framesEvgeniy Stepanov
2016-04-08[SSP] Remove llvm.stackprotectorcheck.Tim Shen
2016-04-05Faster stack-protector for Android/AArch64.Evgeniy Stepanov
2015-12-22[BPI] Replace weights by probabilities in BPI.Cong Hou
2015-10-24Refactor: Simplify boolean conditional return statements in lib/CodeGen.Rafael Espindola
2015-10-09CodeGen: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-07-07Redirect DataLayout from TargetMachine to Module in StackProtectorMehdi Amini
2015-05-18Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...David Blaikie
2015-02-14CodeGen: Canonicalize access to function attributes, NFCDuncan P. N. Exon Smith
2015-01-27Replace some uses of getSubtargetImpl with the cached versionEric Christopher
2014-12-21CodeGen: minor style tweaks to SSPSaleem Abdulrasool
2014-12-20CodeGen: constify and use range loop for SSPSaleem Abdulrasool
2014-12-01[stack protector] Set edge weights for newly created basic blocks.Akira Hatanaka
2014-11-29Target triple OS detection tidyup. NFCSimon Pilgrim
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie
2014-11-13Use nullptr instead of NULL for variadic sentinelsReid Kleckner
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-04-17[stack protector] Make the StackProtector pass respect ssp-buffer-size.Josh Magee
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-03-09[C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer
2014-01-21Checked return warning from coverityRenato Golin
2014-01-20Update StackProtector when coloring merges stack slotsHal Finkel
2014-01-13[PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth
2013-12-19[stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee
2013-10-30Reformat code with clang-format.Josh Magee
2013-10-29[stackprotector] Update the StackProtector pass to perform datalayout analysis.Josh Magee
2013-09-27[stackprotector] Refactor the StackProtector pass from a single .cpp file int...Josh Magee
2013-09-09[stackprotector] Modernize code with IRBuilderBenjamin Kramer
2013-08-20[stackprotector] Small cleanup.Michael Gottesman
2013-08-20[stackprotector] Small Bit of computation hoisting.Michael Gottesman
2013-08-20[stackprotector] Added significantly longer comment to FindPotentialTailCall ...Michael Gottesman
2013-08-20Removed trailing whitespace.Michael Gottesman
2013-08-20[stackprotector] Removed stale TODO.Michael Gottesman
2013-08-20[stackprotector] Added support for emitting the llvm intrinsic stack protecto...Michael Gottesman
2013-08-09[stackprotector] Simplify SP Pass so that we emit different fail basic blocks...Michael Gottesman
2013-07-22[stackprotector] Refactored ssp prologue creation code into its own helper fu...Michael Gottesman
2013-07-22Recommit r186217 with testcase fix:Bill Wendling
2013-07-13Revert commit r186217 -- this is breaking bots:Chandler Carruth
2013-07-12Use the function attributes to pass along the stack protector buffer size.Bill Wendling
2013-06-19Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling
2013-06-07Support OpenBSD's native frame protection conventions.Rafael Espindola
2013-03-05Remove unused #includes.Bill Wendling
2013-01-23Add the heuristic to differentiate SSPStrong from SSPRequired.Bill Wendling