Age | Commit message (Expand) | Author | Files | Lines |
2022-11-26 | [CodeGen] Use std::optional in SafeStack.cpp (NFC) | Kazu Hirata | 1 | -1/+2 |
2022-11-21 | Don't use Optional::getPointer (NFC) | Kazu Hirata | 1 | -1/+1 |
2022-07-17 | [CodeGen] Qualify auto variables in for loops (NFC) | Kazu Hirata | 1 | -2/+2 |
2022-06-14 | [NFC][Alignment] Use Align in SafeStack | Guillaume Chatelet | 1 | -7/+6 |
2022-04-20 | [safestack] Support safestack in stack size diagnostics | Paul Kirth | 1 | -0/+8 |
2022-04-08 | [SafeStack] Don't create SCEV min between pointer and integer (PR54784) | Nikita Popov | 1 | -20/+11 |
2022-03-16 | Cleanup codegen includes | serge-sans-paille | 1 | -2/+0 |
2022-03-10 | Revert "Cleanup codegen includes" | Nico Weber | 1 | -0/+2 |
2022-03-10 | Cleanup codegen includes | serge-sans-paille | 1 | -2/+0 |
2022-03-08 | SafeStack: Re-enable SafeStack coloring optimization | Tom Stellard | 1 | -2/+1 |
2021-12-15 | [SafeStack] Use Align instead of uint64_t | Arthur Eubanks | 1 | -9/+9 |
2021-11-01 | [CodeGen] Use make_early_inc_range (NFC) | Kazu Hirata | 1 | -3/+2 |
2021-10-06 | Reland [IR] Increase max alignment to 4GB | Arthur Eubanks | 1 | -11/+12 |
2021-10-06 | Revert "Reland [IR] Increase max alignment to 4GB" | Arthur Eubanks | 1 | -5/+6 |
2021-10-06 | Reland [IR] Increase max alignment to 4GB | Arthur Eubanks | 1 | -6/+5 |
2021-10-06 | Revert "[IR] Increase max alignment to 4GB" | Arthur Eubanks | 1 | -5/+6 |
2021-10-06 | [IR] Increase max alignment to 4GB | Arthur Eubanks | 1 | -6/+5 |
2021-05-31 | [OpaquePtr] Clean up some uses of Type::getPointerElementType() | Arthur Eubanks | 1 | -4/+3 |
2021-05-30 | [SafeStack] Use proper API to get stack guard | Pengxuan Zheng | 1 | -3/+7 |
2021-01-27 | [CodeGen] SafeStack: preserve DominatorTree if it is avaliable | Roman Lebedev | 1 | -11/+33 |
2020-12-11 | Migrate deprecated DebugLoc::get to DILocation::get | Fangrui Song | 1 | -1/+2 |
2020-11-10 | [SafeStack] Make sure SafeStack does not break musttail call contract | Xun Li | 1 | -16/+16 |
2020-06-18 | [StackSafety] Add "Must Live" logic | Vitaly Buka | 1 | -1/+1 |
2020-06-17 | [SafeStack,NFC] Fix names after files move | Vitaly Buka | 1 | -2/+2 |
2020-06-17 | [SafeStack,NFC] Move SafeStackColoring code | Vitaly Buka | 1 | -1/+1 |
2020-06-14 | [SafeStack,NFC] Make StackColoring read-only | Vitaly Buka | 1 | -1/+8 |
2020-06-14 | [SafeStack,NFC] Cleanup LiveRange interface | Vitaly Buka | 1 | -1/+1 |
2020-06-14 | [SafeStack,NFC] Move ClColoring into SafeStack.cpp | Vitaly Buka | 1 | -2/+10 |
2020-04-13 | [llvm][NFC] CallSite removal from inliner-related files | Mircea Trofin | 1 | -14/+13 |
2020-02-13 | [Local] Do not move around dbg.declares during replaceDbgDeclare | Vedant Kumar | 1 | -5/+4 |
2020-01-15 | [NFC] Refactor InlineResult for readability | Mircea Trofin | 1 | -1/+2 |
2019-12-17 | Resubmit "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove" | Guillaume Chatelet | 1 | -2/+2 |
2019-12-16 | Revert "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove" | Guillaume Chatelet | 1 | -2/+2 |
2019-12-16 | [Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove | Guillaume Chatelet | 1 | -2/+2 |
2019-11-13 | Sink all InitializePasses.h includes | Reid Kleckner | 1 | -1/+2 |
2019-09-07 | Change TargetLibraryInfo analysis passes to always require Function | Teresa Johnson | 1 | -1/+1 |
2019-07-12 | Delete dead stores | Fangrui Song | 1 | -4/+0 |
2019-06-17 | PHINode: introduce setIncomingValueForBlock() function, and use it. | Whitney Tsang | 1 | -7/+3 |
2019-05-20 | [DebugInfoMetadata] Refactor DIExpression::prepend constants (NFC) | Petar Jovanovic | 1 | -5/+4 |
2019-04-04 | [IR] Refactor attribute methods in Function class (NFC) | Evandro Menezes | 1 | -1/+1 |
2019-04-03 | [IR] Create new method in `Function` class (NFC) | Evandro Menezes | 1 | -1/+1 |
2019-02-01 | [opaque pointer types] Pass value type to GetElementPtr creation. | James Y Knight | 1 | -4/+4 |
2019-02-01 | [opaque pointer types] Pass value type to LoadInst creation. | James Y Knight | 1 | -6/+8 |
2019-02-01 | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 1 | -3/+3 |
2019-01-31 | Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it." | James Y Knight | 1 | -3/+3 |
2019-01-31 | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 1 | -3/+3 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-12-21 | [IR] Add Instruction::isLifetimeStartOrEnd, NFC | Vedant Kumar | 1 | -5/+2 |
2018-08-30 | SafeStack: Prevent OOB reads with mem intrinsics | Vlad Tsyrklevich | 1 | -2/+8 |
2018-08-24 | [SafeStack] Set debug location for calls to __safestack_pointer_address. | Eli Friedman | 1 | -0/+4 |