| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | IR: Return unique_ptr from MDNode::getTemporary() | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -9/+9 |
* | IR: Simplify DIBuilder::trackIfUnresolved(), NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -8/+6 |
* | IR: Remove isa<MDNodeFwdDecl>, NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -4/+1 |
* | IR: Split GenericMDNode into MDTuple and UniquableMDNode | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -2/+3 |
* | DIBuilder: Similar to createPointerType, make createMemberPointerType take | Adrian Prantl | 2014-12-23 | 1 | -4/+5 |
* | IR: Handle self-referencing DICompositeTypes in DIBuilder | Duncan P. N. Exon Smith | 2014-12-18 | 1 | -0/+32 |
* | IR: Split Metadata from Value | Duncan P. N. Exon Smith | 2014-12-09 | 1 | -294/+340 |
* | Debug Info: revert r222195, r222210 and r222239. | Manman Ren | 2014-11-21 | 1 | -1/+1 |
* | Debug Info: add an assertion that the context field of a global variable can not | Manman Ren | 2014-11-21 | 1 | -1/+8 |
* | Do not create a replaceable Variables MDNode for function forward decls. | Frederic Riss | 2014-11-20 | 1 | -4/+4 |
* | Update SetVector to rely on the underlying set's insert to return a pair<iter... | David Blaikie | 2014-11-19 | 1 | -1/+1 |
* | Debug Info: In DIBuilder, the context field of a global variable is updated to | Manman Ren | 2014-11-18 | 1 | -1/+1 |
* | DIBuilder: Use Constant instead of Value | Duncan P. N. Exon Smith | 2014-11-15 | 1 | -29/+20 |
* | DIBuilder: Change private helper function to static, NFC | Duncan P. N. Exon Smith | 2014-11-15 | 1 | -14/+11 |
* | Try to appease MSVC buildbots after r221466. | Frederic Riss | 2014-11-06 | 1 | -1/+1 |
* | Change DIBuilder::createImportedDeclaration from taking a DIScope to a DIDesc... | Frederic Riss | 2014-11-06 | 1 | -2/+5 |
* | 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 |