Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-08-22 | IR. Change strip* family of functions to not look through aliases. | Peter Collingbourne | 1 | -2/+2 |
2019-03-01 | Hide two unused debugging methods, NFCI. | Jonas Hahnfeld | 1 | -0/+4 |
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-11-27 | [stack-safety] Update comment | Vitaly Buka | 1 | -1/+1 |
2018-11-27 | [stack-safety] Fix and uncomment assert | Vitaly Buka | 1 | -3/+2 |
2018-11-27 | [stack-safety] Fix build on gcc 5.4 | Vitaly Buka | 1 | -1/+1 |
2018-11-26 | Fix debug build break | JF Bastien | 1 | -2/+3 |
2018-11-26 | [stack-safety] Inter-Procedural Analysis implementation | Vitaly Buka | 1 | -4/+203 |
2018-11-26 | [stack-safety] Empty local passes for Stack Safety Global Analysis | Vitaly Buka | 1 | -0/+45 |
2018-11-26 | [stack-safety] Local analysis implementation | Vitaly Buka | 1 | -5/+377 |
2018-11-26 | [stack-safety] Empty local passes for Stack Safety Local Analysis | Vitaly Buka | 1 | -0/+60 |