aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/StackProtector.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-09[CodeGen] Port `StackProtector` to new pass manager (#75334)paperchalice1-48/+106
2023-11-22[llvm][TypeSize] Fix addition/subtraction in TypeSize. (#72979)Sander de Smalen1-2/+2
2023-11-14[CodeGen] Drop some references to getInt8PtrTy. NFCFangrui Song1-3/+3
2023-11-07[NFC] Remove Type::getInt8PtrTy (#71029)Paulo Matos1-2/+2
2023-10-24[Analysis] Add Scalable field in MemoryLocation.h (#69716)Harvin Iriawan1-2/+1
2023-04-13[StackProtector] don't check stack protector before calling nounwind functionsNick Desaulniers1-12/+9
2023-03-23[StackProtector] attribute __stack_chk_fail as NoReturnNick Desaulniers1-8/+10
2023-03-16StackProtector: expose RequiresStackProtector publicly. NFC.Tim Northover1-25/+51
2023-01-27Lift EHPersonalities from Analysis to IR (NFC)Stefan Gränitz1-1/+1
2023-01-13Add -disable-check-noreturn-call for stack protectXiang1 Zhang1-1/+3
2023-01-06Revert D141134 "[NFC] Only expose getXXXSize functions in TypeSize"Guillaume Chatelet1-1/+1
2023-01-06[NFC] Only expose getXXXSize functions in TypeSizeGuillaume Chatelet1-1/+1
2022-12-14Attributes: Add function getter to parse integer string attributesMatt Arsenault1-6/+3
2022-12-12[StackProtector] Rewrite dominator tree update handlingRoman Lebedev1-52/+29
2022-12-12Enhance stack protectorXiang1 Zhang1-14/+55
2022-12-02Revert "Enhance stack protector for calling no return function"Florian Hahn1-19/+7
2022-12-01MemoryLocation: convert Optional to std::optionalKrzysztof Parzyszek1-1/+2
2022-12-01Enhance stack protector for calling no return functionXiang1 Zhang1-7/+19
2022-09-16StackProtector: ensure stack checks are inserted before the tail callLiqiang Tao1-4/+4
2022-06-20[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata1-1/+1
2022-03-16Cleanup codegen includesserge-sans-paille1-2/+0
2022-03-10Revert "Cleanup codegen includes"Nico Weber1-0/+2
2022-03-10Cleanup codegen includesserge-sans-paille1-2/+0
2021-12-14[AArch64][SVE] Fix handling of stack protection with SVEJohn Brawn1-7/+14
2021-11-18[llvm] Use range-based for loops (NFC)Kazu Hirata1-4/+2
2021-10-04[GlobalISel] Port over the SelectionDAG stack protector codegen feature.Amara Emerson1-3/+2
2021-09-18[CodeGen] Use make_early_inc_range (NFC)Kazu Hirata1-10/+9
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