Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | IR: Drop newline from AssemblyWriter::printMDNodeBody() | Duncan P. N. Exon Smith | 2015-02-25 | 1 | -1/+1 | |
* | IR: Fix MDType fields from unsigned to uint64_t | Duncan P. N. Exon Smith | 2015-02-19 | 1 | -6/+53 | |
* | IR: Add missing null operand to MDSubroutineType | Duncan P. N. Exon Smith | 2015-02-19 | 1 | -0/+9 | |
* | IR: Drop scope from MDTemplateParameter | Duncan P. N. Exon Smith | 2015-02-19 | 1 | -21/+13 | |
* | IR: Allow MDSubrange to have 'count: -1' | Duncan P. N. Exon Smith | 2015-02-18 | 1 | -0/+8 | |
* | IR: Add MDCompositeTypeBase::replace*() | Duncan P. N. Exon Smith | 2015-02-18 | 1 | -0/+41 | |
* | IR: Add MDCompileUnit::replace*() | Duncan P. N. Exon Smith | 2015-02-18 | 1 | -0/+32 | |
* | IR: Add MDSubprogram::replaceFunction() | Duncan P. N. Exon Smith | 2015-02-18 | 1 | -0/+37 | |
* | IR: Add missing clone() overloads | Duncan P. N. Exon Smith | 2015-02-17 | 1 | -0/+60 | |
* | IR: Add MDExpression::ExprOperand | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -0/+36 | |
* | IR: Add MDNode::replaceWithPermanent() | Duncan P. N. Exon Smith | 2015-02-10 | 1 | -0/+38 | |
* | IR: Remove unnecessary fields from MDTemplateParameter | Duncan P. N. Exon Smith | 2015-02-10 | 1 | -46/+17 | |
* | IR: Add accessors to MDExpression | Duncan P. N. Exon Smith | 2015-02-10 | 1 | -0/+7 | |
* | IR: Add specialized debug info metadata nodes | Duncan P. N. Exon Smith | 2015-02-10 | 1 | -0/+847 | |
* | IR: Allow 32-bits for lines in debug location | Duncan P. N. Exon Smith | 2015-02-06 | 1 | -7/+6 | |
* | IR: Split out DebugInfoMetadata.h, NFC | Duncan P. N. Exon Smith | 2015-02-02 | 1 | -0/+1 | |
* | Fix some file headers, NFC | Duncan P. N. Exon Smith | 2015-02-02 | 1 | -1/+1 | |
* | IR: Change GenericDwarfNode::getHeader() to StringRef | Duncan P. N. Exon Smith | 2015-01-22 | 1 | -6/+5 | |
* | IR: DwarfNode => DebugNode, NFC | Duncan P. N. Exon Smith | 2015-01-22 | 1 | -8/+8 | |
* | IR: Update references to temporaries before deleting | Duncan P. N. Exon Smith | 2015-01-22 | 1 | -0/+11 | |
* | IR: Canonicalize GenericDwarfNode empty headers to null | Duncan P. N. Exon Smith | 2015-01-20 | 1 | -0/+8 | |
* | IR: Introduce GenericDwarfNode | Duncan P. N. Exon Smith | 2015-01-20 | 1 | -0/+35 | |
* | IR: Allow temporary nodes to become uniqued or distinct | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -0/+79 | |
* | IR: Return unique_ptr from MDNode::getTemporary() | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -32/+22 | |
* | IR: Add MDLocation::getTemporary() | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -0/+8 | |
* | IR: Remove MDNodeFwdDecl | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -16/+15 | |
* | IR: Store RAUW support and Context in the same pointer, NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -0/+37 | |
* | IR: Add isUniqued() and isTemporary() | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -3/+27 | |
* | IR: Allow 16-bits for column info | Duncan P. N. Exon Smith | 2015-01-16 | 1 | -5/+5 | |
* | IR: Fix a use-after-free in RAUW | Duncan P. N. Exon Smith | 2015-01-14 | 1 | -0/+28 | |
* | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -1/+1 | |
* | IR: Add MDLocation class | Duncan P. N. Exon Smith | 2015-01-13 | 1 | -0/+37 | |
* | IR/MetadataTest.cpp: Appease msc17 to avoid initializer list. | NAKAMURA Takumi | 2015-01-13 | 1 | -1/+1 | |
* | IR: Use unique_ptr, NFC | Duncan P. N. Exon Smith | 2015-01-13 | 1 | -4/+3 | |
* | IR: Remove an invalid assertion when replacing resolved operands | Duncan P. N. Exon Smith | 2015-01-13 | 1 | -0/+27 | |
* | Revert "IR: Fix an inverted assertion when replacing resolved operands" | Duncan P. N. Exon Smith | 2015-01-13 | 1 | -23/+0 | |
* | IR: Fix an inverted assertion when replacing resolved operands | Duncan P. N. Exon Smith | 2015-01-13 | 1 | -0/+23 | |
* | IR: Fix unit test memory leak reported by ASan | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -0/+1 | |
* | IR: Make MDNodeFwdDecl destructor public | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -0/+4 | |
* | IR: Add test for handleChangedOperand() recursion | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -0/+63 | |
* | IR: Make temporary nodes distinct | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -0/+6 | |
* | IR: Add MDNode::getDistinct() | Duncan P. N. Exon Smith | 2015-01-07 | 1 | -0/+38 | |
* | IR: Add MDNode::isDistinct() | Duncan P. N. Exon Smith | 2015-01-07 | 1 | -0/+27 | |
* | IR: Don't drop MDNode uniquing on null operands | Duncan P. N. Exon Smith | 2015-01-05 | 1 | -0/+20 | |
* | Remove 'metadata' from comments | Duncan P. N. Exon Smith | 2014-12-16 | 1 | -4/+4 | |
* | IR: Stop printing 'metadata' in Metadata::print() | Duncan P. N. Exon Smith | 2014-12-16 | 1 | -4/+4 | |
* | IR: Make MDNode::dump() useful by adding addresses | Duncan P. N. Exon Smith | 2014-12-16 | 1 | -0/+39 | |
* | IR: Don't track nullptr on metadata RAUW | Duncan P. N. Exon Smith | 2014-12-12 | 1 | -0/+47 | |
* | IR: Split Metadata from Value | Duncan P. N. Exon Smith | 2014-12-09 | 1 | -14/+60 | |
* | IR: Drop uniquing for self-referencing MDNodes | Duncan P. N. Exon Smith | 2014-12-07 | 1 | -0/+40 |