2015-12-10 |
Amjad Aboud | Macro debug info support in LLVM IR |
blob | commitdiff | raw |
2015-11-16 |
Keno Fischer | [DIBuilder] Make createReferenceType take size and... |
blob | commitdiff | raw | diff to current |
2015-11-05 |
Peter Collingbourne | DI: Reverse direction of subprogram -> function edge. |
blob | commitdiff | raw | diff to current |
2015-10-15 |
Eric Christopher | Remove DIFile from createSubroutineType. |
blob | commitdiff | raw | diff to current |
2015-08-28 |
Duncan P. N. Exon... | AsmPrinter: Allow null subroutine type |
blob | commitdiff | raw | diff to current |
2015-08-26 |
Duncan P. N. Exon... | DI: Make Subprogram definitions 'distinct' |
blob | commitdiff | raw | diff to current |
2015-07-31 |
Duncan P. N. Exon... | DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable |
blob | commitdiff | raw | diff to current |
2015-07-31 |
Duncan P. N. Exon... | DI: Rewrite the DIBuilder local variable API |
blob | commitdiff | raw | diff to current |
2015-07-15 |
Adrian Prantl | Debug Info: Add basic support for external types refere... |
blob | commitdiff | raw | diff to current |
2015-07-10 |
Adrian Prantl | Cleanup a couple of comments in DIBuilder.cpp |
blob | commitdiff | raw | diff to current |
2015-07-06 |
Adrian Prantl | DIBuilder: Don't rauw null pointers with empty arrays... |
blob | commitdiff | raw | diff to current |
2015-07-06 |
Adrian Prantl | Use an early exit in DIBuilder::finalize() to improve... |
blob | commitdiff | raw | diff to current |
2015-07-02 |
Adrian Prantl | DIBuilder: Now that DICompileUnit is distinct, stop... |
blob | commitdiff | raw | diff to current |
2015-06-30 |
Adrian Prantl | Fix a fixme and make DICompileUnit a distinct node... |
blob | commitdiff | raw | diff to current |
2015-06-29 |
Adrian Prantl | Add a DIModule metadata node to the IR. |
blob | commitdiff | raw | diff to current |
2015-06-23 |
Alexander Kornienko | Revert r240137 (Fixed/added namespace ending comments... |
blob | commitdiff | raw | diff to current |
2015-06-19 |
Alexander Kornienko | Fixed/added namespace ending comments using clang-tidy... |
blob | commitdiff | raw | diff to current |
2015-06-15 |
Adrian Prantl | Debug Info IR: Switch DIObjCProperty to use DITypeRef. |
blob | commitdiff | raw | diff to current |
2015-05-21 |
Adrian Prantl | IR / debug info: Add a DWOId field to DICompileUnit, |
blob | commitdiff | raw | diff to current |
2015-04-29 |
Duncan P. N. Exon... | IR: Give 'DI' prefix to debug info metadata |
blob | commitdiff | raw | diff to current |
2015-04-21 |
Duncan P. N. Exon... | DebugInfo: Remove DIArray and DITypeArray typedefs |
blob | commitdiff | raw | diff to current |
2015-04-20 |
Duncan P. N. Exon... | DebugInfo: Remove typedefs for DITypeRef, etc. |
blob | commitdiff | raw | diff to current |
2015-04-16 |
Duncan P. N. Exon... | DebugInfo: Remove DIDescriptor from the DIBuilder API |
blob | commitdiff | raw | diff to current |
2015-04-16 |
Duncan P. N. Exon... | DebugInfo: Gut DIDescriptor |
blob | commitdiff | raw | diff to current |
2015-04-16 |
Duncan P. N. Exon... | DebugInfo: Gut DIScope, DIEnumerator and DISubrange |
blob | commitdiff | raw | diff to current |
2015-04-16 |
Duncan P. N. Exon... | DebugInfo: Gut DIType and subclasses |
blob | commitdiff | raw | diff to current |
2015-04-15 |
Duncan P. N. Exon... | DebugInfo: Gut DICompileUnit and DIFile |
blob | commitdiff | raw | diff to current |
2015-04-15 |
Duncan P. N. Exon... | DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare() |
blob | commitdiff | raw | diff to current |
2015-04-14 |
Duncan P. N. Exon... | DebugInfo: Gut DISubprogram and DILexicalBlock* |
blob | commitdiff | raw | diff to current |
2015-04-14 |
Duncan P. N. Exon... | DebugInfo: Gut DIObjCProperty and DIImportedEntity |
blob | commitdiff | raw | diff to current |
2015-04-11 |
Duncan P. N. Exon... | DebugInfo: Make MDSubprogram::getFunction() return... |
blob | commitdiff | raw | diff to current |
2015-04-10 |
Duncan P. N. Exon... | DebugInfo: Stop leaking temporaries in DIBuilder::creat... |
blob | commitdiff | raw | diff to current |
2015-04-07 |
Duncan P. N. Exon... | Revert "Workaround bot failure with explicit conversion... |
blob | commitdiff | raw | diff to current |
2015-04-07 |
Duncan P. N. Exon... | Workaround bot failure with explicit conversion to... |
blob | commitdiff | raw | diff to current |
2015-04-07 |
Duncan P. N. Exon... | IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*() |
blob | commitdiff | raw | diff to current |
2015-04-07 |
Duncan P. N. Exon... | DebugInfo: Remove DITypedArray<>, replace with typedefs |
blob | commitdiff | raw | diff to current |
2015-04-07 |
Duncan P. N. Exon... | DebugInfo: Remove DICompositeType mutation API |
blob | commitdiff | raw | diff to current |
2015-04-07 |
Duncan P. N. Exon... | DebugInfo: Use DebugNodeRef in MDImportedEntity::getEnt... |
blob | commitdiff | raw | diff to current |
2015-04-06 |
Duncan P. N. Exon... | IR: Fix -Werror noasserts build after r234255 |
blob | commitdiff | raw | diff to current |
2015-04-06 |
Duncan P. N. Exon... | IR: Stop using DIDescriptor::is*() and auto-casting |
blob | commitdiff | raw | diff to current |
2015-04-06 |
Duncan P. N. Exon... | DebugInfo: Remove DIDescriptor::Verify() |
blob | commitdiff | raw | diff to current |
2015-04-06 |
Duncan P. N. Exon... | DebugInfo: Use MDTypeRef throughout the hierarchy |
blob | commitdiff | raw | diff to current |
2015-03-30 |
Duncan P. N. Exon... | Verifier: Add operand checks for remaining debug info |
blob | commitdiff | raw | diff to current |
2015-03-30 |
Duncan P. N. Exon... | Verifier: Check operands of MDSubprogram nodes |
blob | commitdiff | raw | diff to current |
2015-03-27 |
Duncan P. N. Exon... | Verifier: Check operands of MDType subclasses and MDCom... |
blob | commitdiff | raw | diff to current |
2015-03-27 |
Duncan P. N. Exon... | DebugInfo: Require non-null in DIBuilder::retainType() |
blob | commitdiff | raw | diff to current |
2015-03-27 |
Duncan P. N. Exon... | Verifier: Check fields of MDVariable subclasses |
blob | commitdiff | raw | diff to current |
2015-03-27 |
Duncan P. N. Exon... | DIBuilder: Change a few helpers to return downcasted... |
blob | commitdiff | raw | diff to current |
2015-03-03 |
Duncan P. N. Exon... | DebugInfo: Move new hierarchy into place |
blob | commitdiff | raw | diff to current |
2015-02-18 |
Duncan P. N. Exon... | IR: Drop the scope in DI template parameters |
blob | commitdiff | raw | diff to current |
2015-02-17 |
Adrian Prantl | DIBuilder: add trackIfUnresolved() to all nodes that... |
blob | commitdiff | raw | diff to current |
2015-02-17 |
Benjamin Kramer | Prefer SmallVector::append/insert over push_back loops. |
blob | commitdiff | raw | diff to current |
2015-02-13 |
Duncan P. N. Exon... | IR: Drop never-used defaults for DIBuilder::createTempl... |
blob | commitdiff | raw | diff to current |
2015-02-12 |
Duncan P. N. Exon... | IR: Stop abusing DW_TAG_base_type for compile unit... |
blob | commitdiff | raw | diff to current |
2015-02-11 |
Adrian Prantl | Allow DIBuilder::replaceVTableHolder() to work with... |
blob | commitdiff | raw | diff to current |
2015-02-11 |
Adrian Prantl | Add a trackIfUnresolved to DIBuilder::createInheritance(), |
blob | commitdiff | raw | diff to current |
2015-02-11 |
Adrian Prantl | Generalize DIBuilder's createReplaceableForwardDecl... |
blob | commitdiff | raw | diff to current |
2015-02-09 |
Adrian Prantl | Debug info: Use DW_OP_bit_piece instead of DW_OP_piece... |
blob | commitdiff | raw | diff to current |
2015-02-09 |
Duncan P. N. Exon... | IR: Take uint64_t in DIBuilder::createExpression() |
blob | commitdiff | raw | diff to current |
2015-02-07 |
Bruce Mitchener | Add more DWARF 5 language constants. |
blob | commitdiff | raw | diff to current |
2015-01-20 |
Duncan P. N. Exon... | Reapply "IR: Simplify DIBuilder's HeaderBuilder API... |
blob | commitdiff | raw | diff to current |
2015-01-20 |
Duncan P. N. Exon... | Revert "IR: Simplify DIBuilder's HeaderBuilder API... |
blob | commitdiff | raw | diff to current |
2015-01-20 |
Duncan P. N. Exon... | IR: Simplify DIBuilder's HeaderBuilder API, NFC |
blob | commitdiff | raw | diff to current |
2015-01-19 |
Duncan P. N. Exon... | IR: Merge UniquableMDNode back into MDNode, NFC |
blob | commitdiff | raw | diff to current |
2015-01-19 |
Duncan P. N. Exon... | IR: Return unique_ptr from MDNode::getTemporary() |
blob | commitdiff | raw | diff to current |
2015-01-19 |
Duncan P. N. Exon... | IR: Simplify DIBuilder::trackIfUnresolved(), NFC |
blob | commitdiff | raw | diff to current |
2015-01-19 |
Duncan P. N. Exon... | IR: Remove isa<MDNodeFwdDecl>, NFC |
blob | commitdiff | raw | diff to current |
2015-01-12 |
Duncan P. N. Exon... | IR: Split GenericMDNode into MDTuple and UniquableMDNode |
blob | commitdiff | raw | diff to current |
2014-12-23 |
Adrian Prantl | DIBuilder: Similar to createPointerType, make createMem... |
blob | commitdiff | raw | diff to current |
2014-12-18 |
Duncan P. N. Exon... | IR: Handle self-referencing DICompositeTypes in DIBuilder |
blob | commitdiff | raw | diff to current |
2014-12-09 |
Duncan P. N. Exon... | IR: Split Metadata from Value |
blob | commitdiff | raw | diff to current |
2014-11-21 |
Manman Ren | Debug Info: revert r222195, r222210 and r222239. |
blob | commitdiff | raw | diff to current |
2014-11-21 |
Manman Ren | Debug Info: add an assertion that the context field... |
blob | commitdiff | raw | diff to current |
2014-11-20 |
Frederic Riss | Do not create a replaceable Variables MDNode for functi... |
blob | commitdiff | raw | diff to current |
2014-11-19 |
David Blaikie | Update SetVector to rely on the underlying set's insert... |
blob | commitdiff | raw | diff to current |
2014-11-18 |
Manman Ren | Debug Info: In DIBuilder, the context field of a global... |
blob | commitdiff | raw | diff to current |
2014-11-15 |
Duncan P. N. Exon... | DIBuilder: Use Constant instead of Value |
blob | commitdiff | raw | diff to current |
2014-11-15 |
Duncan P. N. Exon... | DIBuilder: Change private helper function to static... |
blob | commitdiff | raw | diff to current |
2014-11-06 |
Frederic Riss | Try to appease MSVC buildbots after r221466. |
blob | commitdiff | raw | diff to current |
2014-11-06 |
Frederic Riss | Change DIBuilder::createImportedDeclaration from taking... |
blob | commitdiff | raw | diff to current |
2014-10-15 |
Duncan P. N. Exon... | DI: Use a `DenseMap` instead of named metadata, NFC |
blob | commitdiff | raw | diff to current |
2014-10-03 |
Duncan P. N. Exon... | Revert "Revert "DI: Fold constant arguments into a... |
blob | commitdiff | raw | diff to current |
2014-10-02 |
Duncan P. N. Exon... | Revert "DI: Fold constant arguments into a single MDString" |
blob | commitdiff | raw | diff to current |
2014-10-02 |
Duncan P. N. Exon... | DI: Fold constant arguments into a single MDString |
blob | commitdiff | raw | diff to current |
2014-10-01 |
Duncan P. N. Exon... | DIBuilder: Remove duplicated comments, NFC |
blob | commitdiff | raw | diff to current |
2014-10-01 |
Duncan P. N. Exon... | Revert "DIBuilder: Remove dead code" |
blob | commitdiff | raw | diff to current |
2014-10-01 |
Duncan P. N. Exon... | DIBuilder: Remove dead code |
blob | commitdiff | raw | diff to current |
2014-10-01 |
Duncan P. N. Exon... | DIBuilder: Encapsulate DIExpression's element type |
blob | commitdiff | raw | diff to current |
2014-10-01 |
Adrian Prantl | Move the complex address expression out of DIVariable... |
blob | commitdiff | raw | diff to current |
2014-10-01 |
Adrian Prantl | Revert r218778 while investigating buldbot breakage. |
blob | commitdiff | raw | diff to current |
2014-10-01 |
Adrian Prantl | Move the complex address expression out of DIVariable... |
blob | commitdiff | raw | diff to current |
2014-09-29 |
Jyoti Allur | Remove dead code from DIBuilder |
blob | commitdiff | raw | diff to current |
2014-09-19 |
Duncan P. N. Exon... | DIBuilder: Delete dead code, NFC |
blob | commitdiff | raw | diff to current |
2014-09-17 |
Frederic Riss | Add DIBuilder functions to build RAUWable DIVariables... |
blob | commitdiff | raw | diff to current |
2014-09-10 |
Frederic Riss | Fix comments of createReplaceableForwardDecl() and... |
blob | commitdiff | raw | diff to current |
2014-08-21 |
David Blaikie | Use DILexicalBlockFile, rather than DILexicalBlock... |
blob | commitdiff | raw | diff to current |
2014-08-01 |
Adrian Prantl | Debug info: Infrastructure to support debug locations... |
blob | commitdiff | raw | diff to current |
2014-07-29 |
Manman Ren | Feedback on r214189, no functionality change. |
blob | commitdiff | raw | diff to current |
2014-07-29 |
Manman Ren | [Debug Info] remove DITrivialType and use null to repre... |
blob | commitdiff | raw | diff to current |
2014-07-28 |
Manman Ren | [Debug Info] add DISubroutineType and its creation... |
blob | commitdiff | raw | diff to current |
next |