| Commit message (Expand) | Author | Age | Files | Lines |
| * | Resubmit "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove" | Guillaume Chatelet | 2019-12-17 | 1 | -2/+2 |
| * | Revert "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove" | Guillaume Chatelet | 2019-12-16 | 1 | -2/+2 |
| * | [Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove | Guillaume Chatelet | 2019-12-16 | 1 | -2/+2 |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -1/+2 |
| * | Change TargetLibraryInfo analysis passes to always require Function | Teresa Johnson | 2019-09-07 | 1 | -1/+1 |
| * | Delete dead stores | Fangrui Song | 2019-07-12 | 1 | -4/+0 |
| * | PHINode: introduce setIncomingValueForBlock() function, and use it. | Whitney Tsang | 2019-06-17 | 1 | -7/+3 |
| * | [DebugInfoMetadata] Refactor DIExpression::prepend constants (NFC) | Petar Jovanovic | 2019-05-20 | 1 | -5/+4 |
| * | [IR] Refactor attribute methods in Function class (NFC) | Evandro Menezes | 2019-04-04 | 1 | -1/+1 |
| * | [IR] Create new method in `Function` class (NFC) | Evandro Menezes | 2019-04-03 | 1 | -1/+1 |
| * | [opaque pointer types] Pass value type to GetElementPtr creation. | James Y Knight | 2019-02-01 | 1 | -4/+4 |
| * | [opaque pointer types] Pass value type to LoadInst creation. | James Y Knight | 2019-02-01 | 1 | -6/+8 |
| * | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-02-01 | 1 | -3/+3 |
| * | Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it." | James Y Knight | 2019-01-31 | 1 | -3/+3 |
| * | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-01-31 | 1 | -3/+3 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [IR] Add Instruction::isLifetimeStartOrEnd, NFC | Vedant Kumar | 2018-12-21 | 1 | -5/+2 |
| * | SafeStack: Prevent OOB reads with mem intrinsics | Vlad Tsyrklevich | 2018-08-30 | 1 | -2/+8 |
| * | [SafeStack] Set debug location for calls to __safestack_pointer_address. | Eli Friedman | 2018-08-24 | 1 | -0/+4 |
| * | Move Analysis/Utils/Local.h back to Transforms | David Blaikie | 2018-06-04 | 1 | -1/+1 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -23/+25 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -7/+7 |
| * | Fix a couple of layering violations in Transforms | David Blaikie | 2018-03-21 | 1 | -1/+1 |
| * | [SafeStack] Use updated CreateMemCpy API to set more accurate source and dest... | Daniel Neilson | 2018-02-12 | 1 | -1/+2 |
| * | [safestack] Inline safestack pointer access when possible. | Evgeniy Stepanov | 2018-01-23 | 1 | -1/+50 |
| * | Generalize llvm::replaceDbgDeclare and actually support the use-case that | Adrian Prantl | 2017-12-08 | 1 | -3/+5 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -2/+2 |
| * | [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot... | Eugene Zelenko | 2017-09-13 | 1 | -17/+37 |
| * | CodeGen: Rename DEBUG_TYPE to match passnames | Matthias Braun | 2017-05-25 | 1 | -3/+3 |
| * | [LegacyPassManager] Remove TargetMachine constructors | Francis Visoiu Mistrih | 2017-05-18 | 1 | -12/+10 |
| * | [CodeGen] Compute DT/LI lazily in SafeStackLegacyPass. NFC. | Ahmed Bougacha | 2017-05-10 | 1 | -2/+15 |
| * | [CodeGen] Split SafeStack into a LegacyPass and a utility. NFC. | Ahmed Bougacha | 2017-05-10 | 1 | -71/+88 |
| * | PR32382: Fix emitting complex DWARF expressions. | Adrian Prantl | 2017-04-18 | 1 | -3/+3 |
| * | Module::getOrInsertFunction is using C-style vararg instead of variadic templ... | Serge Guelton | 2017-04-11 | 1 | -1/+1 |
| * | Revert "Turn some C-style vararg into variadic templates" | Diana Picus | 2017-04-11 | 1 | -1/+1 |
| * | Turn some C-style vararg into variadic templates | Serge Guelton | 2017-04-11 | 1 | -1/+1 |
| * | Revert "Turn some C-style vararg into variadic templates" | Mehdi Amini | 2017-04-06 | 1 | -2/+2 |
| * | Turn some C-style vararg into variadic templates | Mehdi Amini | 2017-04-06 | 1 | -2/+2 |
| * | Test commit. | Michael LeMay | 2016-10-17 | 1 | -1/+1 |
| * | [safestack] Use non-thread-local unsafe stack pointer for Contiki OS | David L Kreitzer | 2016-10-14 | 1 | -49/+1 |
| * | [safestack] Reapply r283248 after moving X86-targeted SafeStack tests into | David L Kreitzer | 2016-10-13 | 1 | -7/+6 |
| * | Turn cl::values() (for enum) from a vararg function to using C++ variadic tem... | Mehdi Amini | 2016-10-08 | 1 | -2/+1 |
| * | Revert r283248. It caused failures in the hexagon buildbots. | David L Kreitzer | 2016-10-04 | 1 | -6/+7 |
| * | [safestack] Requires a valid TargetMachine to be passed to the SafeStack pass. | David L Kreitzer | 2016-10-04 | 1 | -7/+6 |
| * | [safestack] Fix stack guard live range. | Evgeniy Stepanov | 2016-07-26 | 1 | -1/+1 |
| * | StackColoring for SafeStack. | Evgeniy Stepanov | 2016-06-29 | 1 | -38/+50 |
| * | Fix doubly included header | Matt Arsenault | 2016-06-23 | 1 | -1/+0 |
| * | [safestack] Sink unsafe address computation to each use. | Evgeniy Stepanov | 2016-06-16 | 1 | -8/+31 |
| * | [safestack] Fixup llvm.dbg.value when rewriting unsafe allocas. | Evgeniy Stepanov | 2016-06-16 | 1 | -0/+1 |
| * | [safestack] Add canary to unsafe stack frames | Evgeniy Stepanov | 2016-04-11 | 1 | -19/+76 |