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
*
Macro debug info support in LLVM IR
Amjad Aboud
2015-12-10
1
-2
/
+13
*
[ThinLTO] Support cloning of temporary DILocation metadata
Teresa Johnson
2015-12-07
1
-0
/
+8
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-70
/
+27
*
Add a unit test for r248341.
Adrian Prantl
2015-09-22
1
-1
/
+1
*
DI: Set DILexicalBlock columns >= 65536 to 0/unknown
Duncan P. N. Exon Smith
2015-08-28
1
-0
/
+26
*
DI: Add Function::getSubprogram()
Duncan P. N. Exon Smith
2015-08-28
1
-0
/
+12
*
DI: Disallow uniquable DICompileUnits
Duncan P. N. Exon Smith
2015-08-03
1
-79
/
+22
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
1
-31
/
+27
*
DI: Fix unit tests after r243160
Duncan P. N. Exon Smith
2015-07-24
1
-4
/
+0
*
Add a DIModule metadata node to the IR.
Adrian Prantl
2015-06-29
1
-0
/
+34
*
IR: Expose ModuleSlotTracker in Value::print()
Duncan P. N. Exon Smith
2015-06-27
1
-0
/
+13
*
Debug Info IR: Switch DIObjCProperty to use DITypeRef.
Adrian Prantl
2015-06-15
1
-2
/
+2
*
IR / debug info: Add a DWOId field to DICompileUnit,
Adrian Prantl
2015-05-21
1
-29
/
+40
*
Add function entry count metadata.
Diego Novillo
2015-05-13
1
-0
/
+8
*
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
[next]