aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SafeStack.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-15[NFC] Refactor InlineResult for readabilityMircea Trofin1-1/+2
2019-12-17Resubmit "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"Guillaume Chatelet1-2/+2
2019-12-16Revert "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"Guillaume Chatelet1-2/+2
2019-12-16[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMoveGuillaume Chatelet1-2/+2
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-1/+2
2019-09-07Change TargetLibraryInfo analysis passes to always require FunctionTeresa Johnson1-1/+1
2019-07-12Delete dead storesFangrui Song1-4/+0
2019-06-17PHINode: introduce setIncomingValueForBlock() function, and use it.Whitney Tsang1-7/+3
2019-05-20[DebugInfoMetadata] Refactor DIExpression::prepend constants (NFC)Petar Jovanovic1-5/+4
2019-04-04[IR] Refactor attribute methods in Function class (NFC)Evandro Menezes1-1/+1
2019-04-03[IR] Create new method in `Function` class (NFC)Evandro Menezes1-1/+1
2019-02-01[opaque pointer types] Pass value type to GetElementPtr creation.James Y Knight1-4/+4
2019-02-01[opaque pointer types] Pass value type to LoadInst creation.James Y Knight1-6/+8
2019-02-01[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight1-3/+3
2019-01-31Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight1-3/+3
2019-01-31[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight1-3/+3
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-5/+2
2018-08-30SafeStack: Prevent OOB reads with mem intrinsicsVlad Tsyrklevich1-2/+8
2018-08-24[SafeStack] Set debug location for calls to __safestack_pointer_address.Eli Friedman1-0/+4
2018-06-04Move Analysis/Utils/Local.h back to TransformsDavid Blaikie1-1/+1
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-23/+25
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-7/+7
2018-03-21Fix a couple of layering violations in TransformsDavid Blaikie1-1/+1
2018-02-12[SafeStack] Use updated CreateMemCpy API to set more accurate source and dest...Daniel Neilson1-1/+2
2018-01-23[safestack] Inline safestack pointer access when possible.Evgeniy Stepanov1-1/+50
2017-12-08Generalize llvm::replaceDbgDeclare and actually support the use-case thatAdrian Prantl1-3/+5
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-2/+2
2017-09-13[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko1-17/+37
2017-05-25CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun1-3/+3
2017-05-18[LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih1-12/+10
2017-05-10[CodeGen] Compute DT/LI lazily in SafeStackLegacyPass. NFC.Ahmed Bougacha1-2/+15
2017-05-10[CodeGen] Split SafeStack into a LegacyPass and a utility. NFC.Ahmed Bougacha1-71/+88
2017-04-18PR32382: Fix emitting complex DWARF expressions.Adrian Prantl1-3/+3
2017-04-11Module::getOrInsertFunction is using C-style vararg instead of variadic templ...Serge Guelton1-1/+1
2017-04-11Revert "Turn some C-style vararg into variadic templates"Diana Picus1-1/+1
2017-04-11Turn some C-style vararg into variadic templatesSerge Guelton1-1/+1
2017-04-06Revert "Turn some C-style vararg into variadic templates"Mehdi Amini1-2/+2
2017-04-06Turn some C-style vararg into variadic templatesMehdi Amini1-2/+2
2016-10-17Test commit.Michael LeMay1-1/+1
2016-10-14[safestack] Use non-thread-local unsafe stack pointer for Contiki OSDavid L Kreitzer1-49/+1
2016-10-13[safestack] Reapply r283248 after moving X86-targeted SafeStack tests intoDavid L Kreitzer1-7/+6
2016-10-08Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini1-2/+1
2016-10-04Revert r283248. It caused failures in the hexagon buildbots.David L Kreitzer1-6/+7
2016-10-04[safestack] Requires a valid TargetMachine to be passed to the SafeStack pass.David L Kreitzer1-7/+6
2016-07-26[safestack] Fix stack guard live range.Evgeniy Stepanov1-1/+1
2016-06-29StackColoring for SafeStack.Evgeniy Stepanov1-38/+50
2016-06-23Fix doubly included headerMatt Arsenault1-1/+0
2016-06-16[safestack] Sink unsafe address computation to each use.Evgeniy Stepanov1-8/+31
2016-06-16[safestack] Fixup llvm.dbg.value when rewriting unsafe allocas.Evgeniy Stepanov1-0/+1