aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/StackProtector.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-05-21[IR] make stack-protector-guard-* flags into module attrsNick Desaulniers1-3/+2
2021-04-20Revert "Allow invokable sub-classes of IntrinsicInst"Philip Reames1-1/+1
2021-04-20Allow invokable sub-classes of IntrinsicInstPhilip Reames1-1/+1
2021-04-13StackProtector: ensure protection does not interfere with tail call frame.Tim Northover1-4/+20
2021-02-10[CSSPGO] Unblock optimizations with pseudo probe instrumentation.Hongtao Yu1-1/+1
2021-01-27[NFC] StackProtector: be consistent and to initialize DominatorTreeWrapperPassRoman Lebedev1-0/+1
2020-12-15[docs][unittest][Go][StackProtector] Migrate deprecated DebugInfo::get to DIL...Fangrui Song1-1/+3
2020-12-02[Inline] prevent inlining on stack protector mismatchNick Desaulniers1-3/+0
2020-11-17Revert "[IR] add fn attr for no_stack_protector; prevent inlining on mismatch"Nick Desaulniers1-4/+2
2020-10-23[IR] add fn attr for no_stack_protector; prevent inlining on mismatchNick Desaulniers1-2/+4
2020-10-22[X86] Support customizing stack protector guardXiang1 Zhang1-1/+4
2020-09-03[StackProtector] Fix crash with vararg due to not checking LocationSize valid...Amara Emerson1-1/+2
2020-07-27[StackProtector] Speed up RequiresStackProtectorNadav Rotem1-4/+3
2020-03-17[StackProtector] Catch direct out-of-bounds when checking address-takennessJohn Brawn1-5/+32
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