| Commit message (Expand) | Author | Age | Files | Lines |
| * | DI: Use a `DenseMap` instead of named metadata, NFC | Duncan P. N. Exon Smith | 2014-10-15 | 1 | -8/+5 |
| * | Revert "Revert "DI: Fold constant arguments into a single MDString"" | Duncan P. N. Exon Smith | 2014-10-03 | 1 | -495/+404 |
| * | Revert "DI: Fold constant arguments into a single MDString" | Duncan P. N. Exon Smith | 2014-10-02 | 1 | -404/+495 |
| * | DI: Fold constant arguments into a single MDString | Duncan P. N. Exon Smith | 2014-10-02 | 1 | -495/+404 |
| * | DIBuilder: Remove duplicated comments, NFC | Duncan P. N. Exon Smith | 2014-10-01 | 1 | -77/+1 |
| * | Revert "DIBuilder: Remove dead code" | Duncan P. N. Exon Smith | 2014-10-01 | 1 | -0/+6 |
| * | DIBuilder: Remove dead code | Duncan P. N. Exon Smith | 2014-10-01 | 1 | -14/+0 |
| * | DIBuilder: Encapsulate DIExpression's element type | Duncan P. N. Exon Smith | 2014-10-01 | 1 | -2/+6 |
| * | Move the complex address expression out of DIVariable and into an extra | Adrian Prantl | 2014-10-01 | 1 | -45/+27 |
| * | Revert r218778 while investigating buldbot breakage. | Adrian Prantl | 2014-10-01 | 1 | -27/+45 |
| * | Move the complex address expression out of DIVariable and into an extra | Adrian Prantl | 2014-10-01 | 1 | -45/+27 |
| * | Remove dead code from DIBuilder | Jyoti Allur | 2014-09-29 | 1 | -43/+7 |
| * | DIBuilder: Delete dead code, NFC | Duncan P. N. Exon Smith | 2014-09-19 | 1 | -28/+0 |
| * | Add DIBuilder functions to build RAUWable DIVariables and DIFunctions. | Frederic Riss | 2014-09-17 | 1 | -26/+92 |
| * | Fix comments of createReplaceableForwardDecl() and createForwardDecl(). | Frederic Riss | 2014-09-10 | 1 | -4/+3 |
| * | Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator ch... | David Blaikie | 2014-08-21 | 1 | -5/+5 |
| * | Debug info: Infrastructure to support debug locations for fragmented | Adrian Prantl | 2014-08-01 | 1 | -0/+22 |
| * | Feedback on r214189, no functionality change. | Manman Ren | 2014-07-29 | 1 | -1/+1 |
| * | [Debug Info] remove DITrivialType and use null to represent unspecified param. | Manman Ren | 2014-07-29 | 1 | -5/+2 |
| * | [Debug Info] add DISubroutineType and its creation takes DITypeArray. | Manman Ren | 2014-07-28 | 1 | -4/+4 |
| * | [Debug Info] add a template class DITypedArray. | Manman Ren | 2014-07-28 | 1 | -0/+12 |
| * | [Debug Info] replace DIUnspecifiedParameter with DITrivialType. | Manman Ren | 2014-07-28 | 1 | -2/+2 |
| * | Debug info: split out complex DIVariable address expressions into a | Adrian Prantl | 2014-06-30 | 1 | -12/+13 |
| * | Add new debug kind LocTrackingOnly. | Diego Novillo | 2014-06-24 | 1 | -3/+10 |
| * | DebugInfo: Add FIXME regarding DILexicalBlock uniquing fields. | David Blaikie | 2014-05-15 | 1 | -0/+7 |
| * | PR19562: DebugInfo temporary MDNode leak: Don't include a temporary node to r... | David Blaikie | 2014-05-07 | 1 | -2/+1 |
| * | PR19598: Provide the ability to RAUW a declaration with itself, creating a no... | David Blaikie | 2014-05-06 | 1 | -0/+34 |
| * | PR19623: Implement typedefs of void. | David Blaikie | 2014-05-01 | 1 | -1/+0 |
| * | Modify the assertion in DIBuilder.cpp to cover the DWARF 5 languages | Peter Collingbourne | 2014-04-28 | 1 | -1/+1 |
| * | [C++11] More 'nullptr' conversion or in some cases just using a boolean check... | Craig Topper | 2014-04-09 | 1 | -52/+58 |
| * | DebugInfo: Support namespace aliases as DW_TAG_imported_declaration instead o... | David Blaikie | 2014-04-06 | 1 | -24/+23 |
| * | LTO type uniquing: store the Decl field of a DIImportedEntity as a DIRef. | Adrian Prantl | 2014-04-01 | 1 | -2/+2 |
| * | Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs. | Adrian Prantl | 2014-03-18 | 1 | -7/+8 |
| * | [Layering] Move DebugInfo.h into the IR library where its implementation | Chandler Carruth | 2014-03-06 | 1 | -1/+1 |
| * | [Layering] Move DIBuilder.h into the IR library where its implementation | Chandler Carruth | 2014-03-06 | 1 | -1/+1 |
| * | Add DWARF discriminator support to DILexicalBlocks. | Diego Novillo | 2014-03-03 | 1 | -1/+3 |
| * | Fix >> to be > > for non-c++11. | Eric Christopher | 2014-02-28 | 1 | -1/+1 |
| * | 80-col. | Eric Christopher | 2014-02-28 | 1 | -1/+2 |
| * | Fix a crasher where when we're attempting to replace a type | Eric Christopher | 2014-02-28 | 1 | -4/+7 |
| * | Add a debug info code generation level to the compile unit metadata | Eric Christopher | 2014-02-27 | 1 | -2/+5 |
| * | DIBuilder: simplify array generation to produce true zero-length arrays | David Blaikie | 2014-02-03 | 1 | -4/+0 |
| * | Debug info: Implement (rvalue) reference qualifiers for C++11 non-static | Adrian Prantl | 2013-12-18 | 1 | -2/+3 |
| * | DebugInfo: Simplify a few more explicit constructions, underconstrained types... | David Blaikie | 2013-11-18 | 1 | -4/+4 |
| * | Add an assert that we have a scope that matters for methods | Eric Christopher | 2013-10-15 | 1 | -1/+4 |
| * | Clean up, formatting, comments. No functional change. | Eric Christopher | 2013-10-15 | 1 | -100/+88 |
| * | Debug Info: In DIBuilder, the context field of subprogram is updated to use | Manman Ren | 2013-10-10 | 1 | -2/+24 |
| * | Debug Info: In DIBuilder, the context and type fields of template_type and | Manman Ren | 2013-10-09 | 1 | -4/+4 |
| * | Debug Info: In DIBuilder, the context field of a forward decl is updated | Manman Ren | 2013-10-09 | 1 | -1/+1 |
| * | Debug Info: In DIBuilder, the context field of a DICompositeType is updated | Manman Ren | 2013-10-09 | 1 | -4/+4 |
| * | Debug Info: In DIBuilder, the context fields of a static member and a | Manman Ren | 2013-10-08 | 1 | -2/+2 |