| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove dead declaration | Matt Arsenault | 2018-10-30 | 1 | -7/+0 |
| * | [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-08-24 | 1 | -8/+5 |
| * | Mark dump() methods as const. NFC | Sam Clegg | 2017-06-21 | 1 | -1/+1 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -1/+1 |
| * | Erase unused FunctionDIs variables after r252219. | Yaron Keren | 2015-11-07 | 1 | -1/+0 |
| * | [CodeGen] Reduce visibility of implementation details | Benjamin Kramer | 2015-07-01 | 1 | -1/+1 |
| * | IR: Give 'DI' prefix to debug info metadata | Duncan P. N. Exon Smith | 2015-04-29 | 1 | -1/+1 |
| * | DebugInfo: Remove DIDescriptor from the DebugInfo API | Duncan P. N. Exon Smith | 2015-04-17 | 1 | -1/+2 |
| * | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 1 | -1/+1 |
| * | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -1/+1 |
| * | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -3/+3 |
| * | Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for fu... | David Blaikie | 2014-07-25 | 1 | -0/+3 |
| * | Revert "Recommit r212203: Don't try to construct debug LexicalScopes hierarch... | David Blaikie | 2014-07-21 | 1 | -3/+0 |
| * | Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for fu... | David Blaikie | 2014-07-09 | 1 | -0/+3 |
| * | Temporarily revert "Don't try to construct debug LexicalScopes hierarchy for ... | Eric Christopher | 2014-07-03 | 1 | -3/+0 |
| * | Don't try to construct debug LexicalScopes hierarchy for functions that do no... | David Blaikie | 2014-07-02 | 1 | -0/+3 |
| * | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-07 | 1 | -3/+3 |
| * | Revert "Give internal classes hidden visibility." | Benjamin Kramer | 2013-09-11 | 1 | -1/+1 |
| * | Give internal classes hidden visibility. | Benjamin Kramer | 2013-09-11 | 1 | -1/+1 |
| * | Track new virtual registers by register number. | Mark Lacey | 2013-08-14 | 1 | -1/+3 |
| * | Clean up LDV, no functionality change. | Manman Ren | 2013-02-13 | 1 | -4/+0 |
| * | Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back. | Manman Ren | 2013-02-13 | 1 | -0/+4 |
| * | Update LiveDebugVariables after live range splitting. | Jakob Stoklund Olesen | 2011-05-06 | 1 | -0/+7 |
| * | Emit DBG_VALUE instructions from LiveDebugVariables. | Jakob Stoklund Olesen | 2010-12-03 | 1 | -1/+4 |
| * | Update LiveDebugVariables during coalescing. | Jakob Stoklund Olesen | 2010-12-02 | 1 | -0/+3 |
| * | Implement the first half of LiveDebugVariables. | Jakob Stoklund Olesen | 2010-12-02 | 1 | -2/+2 |
| * | Stub out a new LiveDebugVariables pass. | Jakob Stoklund Olesen | 2010-11-30 | 1 | -0/+57 |