aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/StackProtector.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-12-05Re-commit r319490 "XOR the frame pointer with the stack cookie when protectin...Hans Wennborg1-1/+5
2017-12-04Revert r319490 "XOR the frame pointer with the stack cookie when protecting t...Hans Wennborg1-5/+1
2017-11-30XOR the frame pointer with the stack cookie when protecting the stackReid Kleckner1-1/+5
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-3/+3
2017-10-11[NFC] Convert OptimizationRemarkEmitter old emit() calls to new closureVivek Pandya1-18/+26
2017-10-09Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*Adam Nemet1-1/+1
2017-06-07[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko1-1/+3
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-06-05Remove some #include from StackProtector.h; NFCMatthias Braun1-0/+6
2017-05-25CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun1-2/+2
2017-05-18[LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih1-5/+8
2017-04-11Module::getOrInsertFunction is using C-style vararg instead of variadic templ...Serge Guelton1-3/+3
2017-04-11Revert "Turn some C-style vararg into variadic templates"Diana Picus1-3/+3
2017-04-11Turn some C-style vararg into variadic templatesSerge Guelton1-3/+3
2017-04-06Revert "Turn some C-style vararg into variadic templates"Mehdi Amini1-5/+6
2017-04-06Turn some C-style vararg into variadic templatesMehdi Amini1-6/+5
2017-03-09[SSP] In opt remarks, stream Function directlyAdam Nemet1-9/+14
2017-02-28[Stack Protection] Add diagnostic information for why stack protection was ap...David Bozier1-1/+25
2017-02-22[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko1-7/+14
2017-02-09Revert: "[Stack Protection] Add diagnostic information for why stack protecti...David Bozier1-41/+1
2017-02-09[Stack Protection] Add diagnostic information for why stack protection was ap...David Bozier1-1/+41
2016-09-20[CodeGen] stop short-circuiting the SSP code for sspstrong.George Burgess IV1-5/+0
2016-09-14[StackProtector] Use INITIALIZE_TM_PASS instead of INITIALIZE_PASSSilviu Baranga1-1/+1
2016-06-30Add an artificial line-0 debug location when the compiler emits a call toYunzhong Gao1-0/+2
2016-06-30Delete unused includes. NFC.Rafael Espindola1-1/+0
2016-06-07[stack-protection] Add support for MSVC buffer security checkEtienne Bergeron1-8/+37
2016-04-19[SSP, 2/2] Create llvm.stackguard() intrinsic and lower it to LOAD_STACK_GUARDTim Shen1-24/+37
2016-04-11[safestack] Add canary to unsafe stack framesEvgeniy Stepanov1-0/+3
2016-04-08[SSP] Remove llvm.stackprotectorcheck.Tim Shen1-95/+31
2016-04-05Faster stack-protector for Android/AArch64.Evgeniy Stepanov1-16/+12
2015-12-22[BPI] Replace weights by probabilities in BPI.Cong Hou1-5/+6
2015-10-24Refactor: Simplify boolean conditional return statements in lib/CodeGen.Rafael Espindola1-4/+1
2015-10-09CodeGen: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-2/+2
2015-07-07Redirect DataLayout from TargetMachine to Module in StackProtectorMehdi Amini1-1/+1
2015-05-18Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...David Blaikie1-3/+3
2015-02-14CodeGen: Canonicalize access to function attributes, NFCDuncan P. N. Exon Smith1-8/+4
2015-01-27Replace some uses of getSubtargetImpl with the cached versionEric Christopher1-1/+1
2014-12-21CodeGen: minor style tweaks to SSPSaleem Abdulrasool1-13/+15
2014-12-20CodeGen: constify and use range loop for SSPSaleem Abdulrasool1-8/+4
2014-12-01[stack protector] Set edge weights for newly created basic blocks.Akira Hatanaka1-1/+9
2014-11-29Target triple OS detection tidyup. NFCSimon Pilgrim1-2/+2
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie1-1/+1
2014-11-13Use nullptr instead of NULL for variadic sentinelsReid Kleckner1-2/+2
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-1/+2
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-04-17[stack protector] Make the StackProtector pass respect ssp-buffer-size.Josh Magee1-3/+3
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-7/+7
2014-03-09[C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth1-3/+1
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer1-2/+1
2014-01-21Checked return warning from coverityRenato Golin1-2/+3