aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/StackProtector.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+5
2019-09-30[SSP] [3/3] cmpxchg and addrspacecast instructions can nowPaul Robinson1-2/+21
2019-09-30[SSP] [2/3] Refactor an if/dyn_cast chain to switch on opcode. NFCPaul Robinson1-15/+24
2019-09-30[SSP] [1/3] Revert "StackProtector: Use PointerMayBeCaptured"Paul Robinson1-4/+35
2019-06-12StackProtector: Use PointerMayBeCapturedMatt Arsenault1-35/+4
2019-04-05Change some dyn_cast to more apropriate isa. NFCFangrui Song1-1/+1
2019-02-01[opaque pointer types] Pass value type to LoadInst creation.James Y Knight1-3/+3
2019-02-01[opaque pointer types] Pass function types to CallInst creation.James Y Knight1-4/+3
2019-02-01[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight1-5/+4
2019-01-31Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight1-4/+5
2019-01-31[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight1-5/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-21[IR] Add Instruction::isLifetimeStartOrEnd, NFCVedant Kumar1-9/+1
2018-11-29[GlobalISel] Fix insertion of stack-protector epiloguePetr Pavlu1-8/+23
2018-07-13CodeGen: Remove pipeline dependencies on StackProtector; NFCMatthias Braun1-32/+30
2018-07-12Revert "(HEAD -> master, origin/master, arcpatch-D37582) CodeGen: Remove pipe...Matthias Braun1-30/+32
2018-07-12CodeGen: Remove pipeline dependencies on StackProtector; NFCMatthias Braun1-32/+30
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-1/+1
2018-04-06[StackProtector] Ignore certain intrinsics when calculating sspstrong heuristic.Matt Davis1-2/+13
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