| 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 |
| * | [IR] Add a boolean field in DILocation to know if a line must covered or not | Calixte Denizet | 2018-09-20 | 1 | -2/+15 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
| * | Use standard `print(dbgs())` pattern to implement DebugLoc::dump | Sean Silva | 2018-03-15 | 1 | -13/+1 |
| * | Remove redundant includes from lib/IR. | Michael Zolotukhin | 2017-12-13 | 1 | -1/+0 |
| * | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 1 | -1/+1 |
| * | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 2017-10-12 | 1 | -1/+1 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | Reapply "[Cloning] Take another pass at properly cloning debug info" | Keno Fischer | 2017-06-01 | 1 | -81/+0 |
| * | Revert "[Cloning] Take another pass at properly cloning debug info" | Keno Fischer | 2017-05-30 | 1 | -0/+81 |
| * | [Cloning] Take another pass at properly cloning debug info | Keno Fischer | 2017-05-30 | 1 | -81/+0 |
| * | Cloning: Fix debug info cloning | Gor Nishanov | 2017-05-27 | 1 | -1/+1 |
| * | Make it illegal for two Functions to point to the same DISubprogram | Adrian Prantl | 2017-05-09 | 1 | -0/+114 |
| * | Revert r302469 "Make it illegal for two Functions to point to the same DISubp... | Hans Wennborg | 2017-05-09 | 1 | -114/+0 |
| * | Make it illegal for two Functions to point to the same DISubprogram | Adrian Prantl | 2017-05-08 | 1 | -0/+114 |
| * | Cleanup dump() functions. | Matthias Braun | 2017-01-28 | 1 | -2/+2 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -1/+0 |
| * | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 2016-01-29 | 1 | -1/+1 |
| * | IR: Give 'DI' prefix to debug info metadata | Duncan P. N. Exon Smith | 2015-04-29 | 1 | -8/+8 |
| * | DebugInfo: Delete subclasses of DIScope | Duncan P. N. Exon Smith | 2015-04-20 | 1 | -1/+1 |
| * | DebugInfo: Allow DebugLocs to be constructed from const | Duncan P. N. Exon Smith | 2015-04-16 | 1 | -5/+7 |
| * | DebugInfo: Gut DIScope, DIEnumerator and DISubrange | Duncan P. N. Exon Smith | 2015-04-16 | 1 | -2/+2 |
| * | DebugInfo: Gut DISubprogram and DILexicalBlock* | Duncan P. N. Exon Smith | 2015-04-14 | 1 | -1/+1 |
| * | IR: Stop using DIDescriptor::is*() and auto-casting | Duncan P. N. Exon Smith | 2015-04-06 | 1 | -9/+3 |
| * | DebugLoc: Remove getFromDILexicalBlock() | Duncan P. N. Exon Smith | 2015-03-30 | 1 | -9/+0 |
| * | DebugInfo: Remove dead code from old DebugLoc API | Duncan P. N. Exon Smith | 2015-03-30 | 1 | -9/+0 |
| * | DebugInfo: Write new DebugLoc API | Duncan P. N. Exon Smith | 2015-03-30 | 1 | -53/+63 |
| * | DebugInfo: Implement MDLocation::getInlinedAtScope() | Duncan P. N. Exon Smith | 2015-03-30 | 1 | -3/+1 |
| * | IR: Cleanup dead code, NFC | Duncan P. N. Exon Smith | 2015-01-16 | 1 | -5/+0 |
| * | IR: Move MDLocation into place | Duncan P. N. Exon Smith | 2015-01-14 | 1 | -6/+2 |
| * | IR: Split Metadata from Value | Duncan P. N. Exon Smith | 2014-12-09 | 1 | -262/+35 |
| * | Revert "Revert "DI: Fold constant arguments into a single MDString"" | Duncan P. N. Exon Smith | 2014-10-03 | 1 | -8/+2 |
| * | Revert "DI: Fold constant arguments into a single MDString" | Duncan P. N. Exon Smith | 2014-10-02 | 1 | -2/+8 |
| * | DI: Fold constant arguments into a single MDString | Duncan P. N. Exon Smith | 2014-10-02 | 1 | -8/+2 |
| * | Add missing const specifier to a const method. | Evgeniy Stepanov | 2014-06-05 | 1 | -1/+1 |
| * | [BUG][REFACTOR] | Zinovy Nis | 2014-05-07 | 1 | -0/+22 |
| * | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-15 | 1 | -2/+2 |
| * | [C++11] More 'nullptr' conversion or in some cases just using a boolean check... | Craig Topper | 2014-04-09 | 1 | -16/+17 |
| * | [Layering] Move DebugInfo.h into the IR library where its implementation | Chandler Carruth | 2014-03-06 | 1 | -1/+1 |
| * | [Layering] Move DebugLoc.h into the IR library. The implementation | Chandler Carruth | 2014-03-05 | 1 | -1/+1 |
| * | Test commit | Alon Mishne | 2014-02-05 | 1 | -1/+1 |
| * | Reland r200340 - 'Add line table debug info to COFF files when using a win32 ... | Timur Iskhodzhanov | 2014-01-30 | 1 | -0/+20 |
| * | Revert r200340, "Add line table debug info to COFF files when using a win32 t... | NAKAMURA Takumi | 2014-01-29 | 1 | -20/+0 |
| * | Add line table debug info to COFF files when using a win32 triple. | Timur Iskhodzhanov | 2014-01-28 | 1 | -0/+20 |
| * | Rename VMCore directory to IR. | Chandler Carruth | 2013-01-02 | 1 | -0/+315 |