summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/StackProtector.cpp
AgeCommit message (Expand)Author
2024-09-23[IRBuilder] Remove uses of CreateGlobalStringPtr() (NFC)Nikita Popov
2024-01-09[CodeGen] Port `StackProtector` to new pass manager (#75334)paperchalice
2023-11-22[llvm][TypeSize] Fix addition/subtraction in TypeSize. (#72979)Sander de Smalen
2023-11-14[CodeGen] Drop some references to getInt8PtrTy. NFCFangrui Song
2023-11-07[NFC] Remove Type::getInt8PtrTy (#71029)Paulo Matos
2023-10-24[Analysis] Add Scalable field in MemoryLocation.h (#69716)Harvin Iriawan
2023-04-13[StackProtector] don't check stack protector before calling nounwind functionsNick Desaulniers
2023-03-23[StackProtector] attribute __stack_chk_fail as NoReturnNick Desaulniers
2023-03-16StackProtector: expose RequiresStackProtector publicly. NFC.Tim Northover
2023-01-27Lift EHPersonalities from Analysis to IR (NFC)Stefan Gränitz
2023-01-13Add -disable-check-noreturn-call for stack protectXiang1 Zhang
2023-01-06Revert D141134 "[NFC] Only expose getXXXSize functions in TypeSize"Guillaume Chatelet
2023-01-06[NFC] Only expose getXXXSize functions in TypeSizeGuillaume Chatelet
2022-12-14Attributes: Add function getter to parse integer string attributesMatt Arsenault
2022-12-12[StackProtector] Rewrite dominator tree update handlingRoman Lebedev
2022-12-12Enhance stack protectorXiang1 Zhang
2022-12-02Revert "Enhance stack protector for calling no return function"Florian Hahn
2022-12-01MemoryLocation: convert Optional to std::optionalKrzysztof Parzyszek
2022-12-01Enhance stack protector for calling no return functionXiang1 Zhang
2022-09-16StackProtector: ensure stack checks are inserted before the tail callLiqiang Tao
2022-06-20[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-03-16Cleanup codegen includesserge-sans-paille
2022-03-10Revert "Cleanup codegen includes"Nico Weber
2022-03-10Cleanup codegen includesserge-sans-paille
2021-12-14[AArch64][SVE] Fix handling of stack protection with SVEJohn Brawn
2021-11-18[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-10-04[GlobalISel] Port over the SelectionDAG stack protector codegen feature.Amara Emerson
2021-09-18[CodeGen] Use make_early_inc_range (NFC)Kazu Hirata
2021-05-21[IR] make stack-protector-guard-* flags into module attrsNick Desaulniers
2021-04-20Revert "Allow invokable sub-classes of IntrinsicInst"Philip Reames
2021-04-20Allow invokable sub-classes of IntrinsicInstPhilip Reames
2021-04-13StackProtector: ensure protection does not interfere with tail call frame.Tim Northover
2021-02-10[CSSPGO] Unblock optimizations with pseudo probe instrumentation.Hongtao Yu
2021-01-27[NFC] StackProtector: be consistent and to initialize DominatorTreeWrapperPassRoman Lebedev
2020-12-15[docs][unittest][Go][StackProtector] Migrate deprecated DebugInfo::get to DIL...Fangrui Song
2020-12-02[Inline] prevent inlining on stack protector mismatchNick Desaulniers
2020-11-17Revert "[IR] add fn attr for no_stack_protector; prevent inlining on mismatch"Nick Desaulniers
2020-10-23[IR] add fn attr for no_stack_protector; prevent inlining on mismatchNick Desaulniers
2020-10-22[X86] Support customizing stack protector guardXiang1 Zhang
2020-09-03[StackProtector] Fix crash with vararg due to not checking LocationSize valid...Amara Emerson
2020-07-27[StackProtector] Speed up RequiresStackProtectorNadav Rotem
2020-03-17[StackProtector] Catch direct out-of-bounds when checking address-takennessJohn Brawn
2019-11-13Sink all InitializePasses.h includesReid Kleckner
2019-09-30[SSP] [3/3] cmpxchg and addrspacecast instructions can nowPaul Robinson
2019-09-30[SSP] [2/3] Refactor an if/dyn_cast chain to switch on opcode. NFCPaul Robinson
2019-09-30[SSP] [1/3] Revert "StackProtector: Use PointerMayBeCaptured"Paul Robinson
2019-06-12StackProtector: Use PointerMayBeCapturedMatt Arsenault
2019-04-05Change some dyn_cast to more apropriate isa. NFCFangrui Song
2019-02-01[opaque pointer types] Pass value type to LoadInst creation.James Y Knight
2019-02-01[opaque pointer types] Pass function types to CallInst creation.James Y Knight