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
/
lib
/
IR
/
DebugInfo.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
-42
/
+42
*
DebugInfo: Remove DIArray and DITypeArray typedefs
Duncan P. N. Exon Smith
2015-04-21
1
-1
/
+1
*
DebugInfo: Remove DIDescriptor from the DebugInfo API
Duncan P. N. Exon Smith
2015-04-17
1
-31
/
+31
*
DebugInfo: DIRef<> => TypedDebugNodeRef<>
Duncan P. N. Exon Smith
2015-04-16
1
-14
/
+0
*
DebugInfo: Gut DIDescriptor
Duncan P. N. Exon Smith
2015-04-16
1
-15
/
+0
*
DebugInfo: Gut DIScope, DIEnumerator and DISubrange
Duncan P. N. Exon Smith
2015-04-16
1
-2
/
+0
*
DebugInfo: Gut DIType and subclasses
Duncan P. N. Exon Smith
2015-04-16
1
-12
/
+11
*
DebugInfo: Gut DICompileUnit and DIFile
Duncan P. N. Exon Smith
2015-04-15
1
-2
/
+2
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
1
-10
/
+0
*
Fix crash in DebugInfoFinder when adding a module with forward declared compo...
Anders Waldenborg
2015-04-14
1
-1
/
+1
*
DebugInfo: Update signature of DICompileUnit::replace*()
Duncan P. N. Exon Smith
2015-04-14
1
-12
/
+0
*
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
2015-04-14
1
-7
/
+7
*
DebugInfo: Gut DINamespace and DITemplate*Parameter
Duncan P. N. Exon Smith
2015-04-14
1
-8
/
+6
*
DebugInfo: Gut DIVariable and DIGlobalVariable
Duncan P. N. Exon Smith
2015-04-14
1
-6
/
+6
*
DebugInfo: Move DIVariable::printExtendedName() to its only caller
Duncan P. N. Exon Smith
2015-04-14
1
-35
/
+0
*
DebugInfo: Gut DIObjCProperty and DIImportedEntity
Duncan P. N. Exon Smith
2015-04-14
1
-1
/
+1
*
DebugInfo: Gut DILocation
Duncan P. N. Exon Smith
2015-04-14
1
-2
/
+2
*
DebugInfo: Move DILocation::computeNewDiscriminators()
Duncan P. N. Exon Smith
2015-04-14
1
-5
/
+0
*
AddDiscriminators: Create new MDLocation directly
Duncan P. N. Exon Smith
2015-04-14
1
-9
/
+0
*
SelectionDAG: Stop using DIVariable::isInlinedFnArgument()
Duncan P. N. Exon Smith
2015-04-13
1
-10
/
+0
*
DebugInfo: Remove DIGlobalVariable::getGlobal()
Duncan P. N. Exon Smith
2015-04-13
1
-4
/
+0
*
DebugInfo: Migrate DISubprogram::describes() to new hierarchy, NFC
Duncan P. N. Exon Smith
2015-04-13
1
-12
/
+0
*
Reapply "Verifier: Check for incompatible bit piece expressions"
Duncan P. N. Exon Smith
2015-04-13
1
-13
/
+0
*
Revert "Verifier: Check for incompatible bit piece expressions"
Duncan P. N. Exon Smith
2015-04-13
1
-0
/
+13
*
DebugInfo: Make MDSubprogram::getFunction() return Constant
Duncan P. N. Exon Smith
2015-04-11
1
-6
/
+0
*
Verifier: Check for incompatible bit piece expressions
Duncan P. N. Exon Smith
2015-04-11
1
-13
/
+0
*
DebugInfo: Remove dead DIDescriptor::replaceAllUsesWith()
Duncan P. N. Exon Smith
2015-04-11
1
-27
/
+0
*
DebugInfo: Assume a valid pointer for DISubprogram::getFunction()
Duncan P. N. Exon Smith
2015-04-11
1
-3
/
+2
*
DebugInfo: Move DIScope::getName() and getContext() to MDScope
Duncan P. N. Exon Smith
2015-04-11
1
-31
/
+0
*
DebugInfo: Add forwarding getFilename() accessor to new hierarchy
Duncan P. N. Exon Smith
2015-04-11
1
-14
/
+0
*
DebugInfo: Remove dead DIDescriptor::getDescriptorField()
Duncan P. N. Exon Smith
2015-04-10
1
-19
/
+0
*
DebugInfo: Remove constructors for DIRef<>
Duncan P. N. Exon Smith
2015-04-07
1
-56
/
+4
*
IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
Duncan P. N. Exon Smith
2015-04-07
1
-2
/
+2
*
DebugInfo: Remove DITypedArray<>, replace with typedefs
Duncan P. N. Exon Smith
2015-04-07
1
-32
/
+18
*
DebugInfo: Remove DICompositeType mutation API
Duncan P. N. Exon Smith
2015-04-07
1
-15
/
+0
*
DebugInfo: Move DIExpression bit-piece API to MDExpression
Duncan P. N. Exon Smith
2015-04-07
1
-15
/
+0
*
DebugInfo: Remove special iterators from DIExpression
Duncan P. N. Exon Smith
2015-04-07
1
-5
/
+0
*
DebugInfo: Move DIFlag-related API from DIDescriptor to DebugNode
Duncan P. N. Exon Smith
2015-04-07
1
-43
/
+0
*
IR: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-83
/
+75
*
DebugInfo: Reimplement DIRef<>::resolve() using TypedDebugNodeRef<>
Duncan P. N. Exon Smith
2015-04-06
1
-0
/
+14
*
DebugInfo: Drop confusing forwarding API from DILexicalBlockFile
Duncan P. N. Exon Smith
2015-04-06
1
-3
/
+0
*
DebugInfo: Remove DIDescriptor::Verify()
Duncan P. N. Exon Smith
2015-04-06
1
-61
/
+0
*
DebugInfo: Use MDTypeRef throughout the hierarchy
Duncan P. N. Exon Smith
2015-04-06
1
-1
/
+1
*
DebugInfo: Create MDTypeRef, etc., to replace DITypeRef
Duncan P. N. Exon Smith
2015-04-06
1
-8
/
+1
*
DebugInfo: Remove dead code for accessing fields
Duncan P. N. Exon Smith
2015-04-06
1
-45
/
+0
*
DebugInfo: Use MDFile instead of accessing operands directly, NFC
Duncan P. N. Exon Smith
2015-04-06
1
-2
/
+4
*
git-clang-format r233603.
Rafael Espindola
2015-04-01
1
-1
/
+1
*
Verifier: Move over DISubprogram::Verify()
Duncan P. N. Exon Smith
2015-03-31
1
-33
/
+1
*
DebugInfo: Rewrite llvm::getDISubprogram(), NFC
Duncan P. N. Exon Smith
2015-03-31
1
-11
/
+3
*
DebugInfo: Hide isScopeRef() and isTypeRef() behind NDEBUG
Duncan P. N. Exon Smith
2015-03-31
1
-1
/
+1
[next]