summaryrefslogtreecommitdiff
path: root/lib/CodeGen/StackProtector.cpp
AgeCommit message (Expand)Author
2017-12-05Re-commit r319490 "XOR the frame pointer with the stack cookie when protectin...Hans Wennborg
2017-12-04Revert r319490 "XOR the frame pointer with the stack cookie when protecting t...Hans Wennborg
2017-11-30XOR the frame pointer with the stack cookie when protecting the stackReid Kleckner
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-10-11[NFC] Convert OptimizationRemarkEmitter old emit() calls to new closureVivek Pandya
2017-10-09Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*Adam Nemet
2017-06-07[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-06-05Remove some #include from StackProtector.h; NFCMatthias Braun
2017-05-25CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun
2017-05-18[LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih
2017-04-11Module::getOrInsertFunction is using C-style vararg instead of variadic templ...Serge Guelton
2017-04-11Revert "Turn some C-style vararg into variadic templates"Diana Picus
2017-04-11Turn some C-style vararg into variadic templatesSerge Guelton
2017-04-06Revert "Turn some C-style vararg into variadic templates"Mehdi Amini
2017-04-06Turn some C-style vararg into variadic templatesMehdi Amini
2017-03-09[SSP] In opt remarks, stream Function directlyAdam Nemet
2017-02-28[Stack Protection] Add diagnostic information for why stack protection was ap...David Bozier
2017-02-22[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2017-02-09Revert: "[Stack Protection] Add diagnostic information for why stack protecti...David Bozier
2017-02-09[Stack Protection] Add diagnostic information for why stack protection was ap...David Bozier
2016-09-20[CodeGen] stop short-circuiting the SSP code for sspstrong.George Burgess IV
2016-09-14[StackProtector] Use INITIALIZE_TM_PASS instead of INITIALIZE_PASSSilviu Baranga
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