index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
IR
/
MetadataTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-355
/
+356
*
DebugInfo: Support up to 2^16 arguments in a subprogram
Duncan P. N. Exon Smith
2015-04-28
1
-0
/
+20
*
Verifier: Function metadata attachments require a body
Duncan P. N. Exon Smith
2015-04-24
1
-0
/
+18
*
IR: Add Function metadata attachments
Duncan P. N. Exon Smith
2015-04-24
1
-0
/
+108
*
DebugInfo: Gut DIDescriptor
Duncan P. N. Exon Smith
2015-04-16
1
-4
/
+4
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
1
-30
/
+10
*
DebugInfo: Make MDSubprogram::getFunction() return Constant
Duncan P. N. Exon Smith
2015-04-11
1
-17
/
+18
*
IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
Duncan P. N. Exon Smith
2015-04-07
1
-23
/
+23
*
IR: Rename MDSubrange::getLo() to getLowerBound()
Duncan P. N. Exon Smith
2015-04-07
1
-2
/
+2
*
DebugInfo: Use MDTypeRef throughout the hierarchy
Duncan P. N. Exon Smith
2015-04-06
1
-47
/
+54
*
IR: Rename replaceWithUniqued() tests from r233751
Duncan P. N. Exon Smith
2015-03-31
1
-2
/
+2
*
IR: Enable uniquing callbacks during MDNode::replaceWithUniqued()
Duncan P. N. Exon Smith
2015-03-31
1
-0
/
+42
*
Verifier: Add operand checks for remaining debug info
Duncan P. N. Exon Smith
2015-03-30
1
-22
/
+25
*
Verifier: Add operand checks for MDLexicalBlock
Duncan P. N. Exon Smith
2015-03-30
1
-8
/
+11
*
Verifier: Check operands of MDSubprogram nodes
Duncan P. N. Exon Smith
2015-03-30
1
-41
/
+50
*
Verifier: Check operands of MDType subclasses and MDCompileUnit
Duncan P. N. Exon Smith
2015-03-27
1
-70
/
+76
*
Verifier: Check fields of MDVariable subclasses
Duncan P. N. Exon Smith
2015-03-27
1
-22
/
+45
*
Verifier: Check accessors of MDLocation
Duncan P. N. Exon Smith
2015-03-26
1
-2
/
+8
*
AsmWriter: Handle broken metadata nodes
Duncan P. N. Exon Smith
2015-03-16
1
-0
/
+16
*
IR: Make Metadata::print() reliable and useful
Duncan P. N. Exon Smith
2015-03-14
1
-1
/
+84
*
IR: Add missing API to specialized metadata nodes
Duncan P. N. Exon Smith
2015-03-03
1
-1
/
+59
*
IR: Specialize MDScope::getFile() for MDFile
Duncan P. N. Exon Smith
2015-02-28
1
-0
/
+6
*
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
[prev]
[next]