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: Allow metadata attachments on declarations, and fix lazy loaded metadata ...
Peter Collingbourne
2016-06-21
1
-10
/
+10
*
[DebugInfo] Add calling convention support for DWARF and CodeView
Reid Kleckner
2016-06-08
1
-8
/
+23
*
Verifier: Simplify and fix issue where we were not verifying unmaterialized f...
Peter Collingbourne
2016-06-06
1
-0
/
+5
*
IR: Allow multiple global metadata attachments with the same type.
Peter Collingbourne
2016-06-01
1
-26
/
+0
*
DebugInfo: Remove MDString-based type references
Duncan P. N. Exon Smith
2016-04-23
1
-34
/
+30
*
Add #ifndef NDEBUG markers around EXPECT_DEATH after r267270
Duncan P. N. Exon Smith
2016-04-23
1
-0
/
+2
*
BitcodeReader: Avoid referencing unresolved nodes from distinct ones
Duncan P. N. Exon Smith
2016-04-23
1
-0
/
+75
*
Tag the end of an anonymous namespace, NFC
Duncan P. N. Exon Smith
2016-04-23
1
-1
/
+1
*
[DebugInfo] Correct the assertion introduced in r266509 + update test.
Davide Italiano
2016-04-16
1
-1
/
+2
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-37
/
+40
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-8
/
+8
*
[DebugInfo] Optimize memory layout of DISubprogram.
Davide Italiano
2016-04-13
1
-2
/
+3
*
Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.
Adrian Prantl
2016-03-31
1
-2
/
+2
*
[ThinLTO] Remove post-pass metadata linking support
Teresa Johnson
2016-03-29
1
-14
/
+0
*
Simplify this unittest.
Adrian Prantl
2016-02-08
1
-5
/
+2
*
Add a unit test for r259973.
Adrian Prantl
2016-02-08
1
-0
/
+20
*
Add unittest for new CanReplace flag on MDNodes
Teresa Johnson
2016-01-06
1
-0
/
+14
*
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
[prev]
[next]