summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/SafeStack/X86
AgeCommit message (Expand)Author
2025-10-24[test][Transforms] Remove unsafe-fp-math uses part 3 (NFC) (#164787)paperchalice
2025-10-10[Android] Drop workarounds for older Android API levels pre 9, 17 and 21 (#16...Brad Smith
2025-08-08[IR] Remove size argument from lifetime intrinsics (#150248)Nikita Popov
2025-07-21[IR] Only allow lifetime.start/end on allocas (#149310)Nikita Popov
2025-03-14[RemoveDIs] Remove "try-debuginfo-iterators..." test flags (#130298)Jeremy Morse
2025-03-03[Instruction] Set metadata to `poison` on deletion (#129449)Pedro Lobo
2024-11-04SafeStack: Respect alloca addrspace (#112536)Matt Arsenault
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer
2023-12-01Reland "[CodeGen] Port SafeStack to new pass manager (#74027)paperchalice
2023-11-30Revert "[CodeGen] Port SafeStack to new pass manager (#73747)" (#73965)Shubham Sandeep Rastogi
2023-11-30[CodeGen] Port SafeStack to new pass manager (#73747)paperchalice
2023-11-20[DebugInfo][RemoveDIs] Add local-utility plumbing for DPValues (#72276)Jeremy Morse
2023-10-26[opt] Infer DataLayout from triple if not specifiedAlex Richardson
2023-10-04Auto-generate test checks for tests affected by D141060Alex Richardson
2023-08-25Cleanup remaining bits for Minix, Contiki and MyriadBrad Smith
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta
2022-11-27SafeStack: Convert tests to opaque pointersMatt Arsenault
2022-04-08[SafeStack] Move test to X86 directoryNikita Popov
2022-03-08SafeStack: Re-enable SafeStack coloring optimizationTom Stellard
2021-05-30[SafeStack] Use proper API to get stack guardPengxuan Zheng
2021-05-24Revert "[NFC] remove explicit default value for strboolattr attribute in tests"serge-sans-paille
2021-05-24[NFC] remove explicit default value for strboolattr attribute in testsserge-sans-paille
2020-11-20OpaquePtr: Bulk update tests to use typed byvalMatt Arsenault
2020-11-10[SafeStack] Make sure SafeStack does not break musttail call contractXun Li
2020-08-27[StackSafety] Ignore allocas with partial lifetime markersVitaly Buka
2020-08-17[safe-stack] Fix typo in test command lineVitaly Buka
2020-08-16[StackSafety] Skip ambiguous lifetime analysisVitaly Buka
2020-05-21[Instruction] Set metadata uses to undef on deletionVedant Kumar
2020-04-20Require "target datalayout" to be at the beginning of an IR file.Eli Friedman
2019-12-24Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song
2019-12-24Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song
2019-07-24[SafeStack] Insert the deref before remaining elementsPetr Hosek
2019-07-22[SafeStack] Insert the deref after the offsetPetr Hosek
2019-06-17[lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
2018-08-30SafeStack: Prevent OOB reads with mem intrinsicsVlad Tsyrklevich
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2018-02-12[SafeStack] Use updated CreateMemCpy API to set more accurate source and dest...Daniel Neilson
2018-01-19Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson
2017-08-23Parse and print DIExpressions inline to ease IR and MIR testingReid Kleckner
2017-07-28Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl
2017-06-14Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn
2017-05-19[safestack] Disable stack coloring by default.Evgeniy Stepanov
2017-04-18PR32382: Fix emitting complex DWARF expressions.Adrian Prantl
2017-04-10Add address space mangling to lifetime intrinsicsMatt Arsenault
2017-02-24[Fuchsia] Use thread-pointer ABI slots for stack-protector and safe-stackPetr Hosek
2017-02-23Disable TLS for stack protector on Android API<17.Evgeniy Stepanov
2016-10-14[safestack] Use non-thread-local unsafe stack pointer for Contiki OSDavid L Kreitzer
2016-10-13[safestack] Move X86-targeted tests into the X86 subdirectory.David L Kreitzer