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
...
*
DebugInfoFinder: Check for null imported entities
Duncan P. N. Exon Smith
2015-03-20
1
-0
/
+2
*
IR: Take advantage of -verify checks for MDExpression
Duncan P. N. Exon Smith
2015-03-16
1
-7
/
+1
*
DebugInfo: Simplify logic in DIType::Verify(), NFC
Duncan P. N. Exon Smith
2015-03-16
1
-18
/
+20
*
Fix DwarfExpression::AddMachineRegExpression so it doesn't read past the
Adrian Prantl
2015-03-04
1
-2
/
+2
*
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
2015-03-03
1
-696
/
+92
*
DebugInfo: Use TempMDNode in DIDescriptor::replaceAllUsesWith()
Duncan P. N. Exon Smith
2015-02-28
1
-13
/
+9
*
IR: Add helper to split debug info flags bitfield
Duncan P. N. Exon Smith
2015-02-21
1
-0
/
+24
*
IR: Add debug info flag string conversions
Duncan P. N. Exon Smith
2015-02-21
1
-0
/
+19
*
IR: Drop the scope in DI template parameters
Duncan P. N. Exon Smith
2015-02-18
1
-2
/
+0
*
Fix -DNDEBUG -Werror build after r229733
Duncan P. N. Exon Smith
2015-02-18
1
-0
/
+2
*
IR: isScopeRef() should check isScope()
Duncan P. N. Exon Smith
2015-02-18
1
-1
/
+3
*
IR: Avoid DIScopeRef in DIImportedEntity::getEntity()
Duncan P. N. Exon Smith
2015-02-18
1
-0
/
+17
*
IR: fieldIsMDNode() should be false for MDString
Duncan P. N. Exon Smith
2015-02-17
1
-8
/
+1
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-9
/
+5
*
DebugInfo: Don't crash if 'Debug Info Version' has a strange value
David Majnemer
2015-02-16
1
-1
/
+1
*
Debug info: Use DW_OP_bit_piece instead of DW_OP_piece in the
Adrian Prantl
2015-02-09
1
-8
/
+8
*
DebugInfo: Remove DW_TAG_constant
Duncan P. N. Exon Smith
2015-02-09
1
-2
/
+1
*
DebugInfo: Fix use after return found by asan.
Benjamin Kramer
2015-01-24
1
-1
/
+1
*
Address more review comments for DIExpression::iterator.
Adrian Prantl
2015-01-23
1
-4
/
+9
*
Move the accessor functions from DIExpression::iterator into a wrapper
Adrian Prantl
2015-01-23
1
-6
/
+5
*
Rewrite DIExpression::printInternal() to use the iterator interface.
Adrian Prantl
2015-01-22
1
-9
/
+5
*
Rename DIExpressionIterator to DIExpression::iterator.
Adrian Prantl
2015-01-22
1
-4
/
+4
*
Rewrite DIExpression::Verify() using an iterator. NFC.
Adrian Prantl
2015-01-22
1
-15
/
+23
*
Let subprograms with instructions without parent scopes fail the
Adrian Prantl
2015-01-21
1
-1
/
+2
*
Make DIExpression::Verify() stricter by checking that the number of
Adrian Prantl
2015-01-21
1
-5
/
+24
*
DebugLocs without a scope should fail the verification.
Adrian Prantl
2015-01-20
1
-3
/
+3
*
Add an assertion and prefer a crash over an infinite loop.
Adrian Prantl
2015-01-20
1
-0
/
+3
*
IR: Remove MDNodeFwdDecl
Duncan P. N. Exon Smith
2015-01-19
1
-2
/
+4
*
IR: Move MDLocation into place
Duncan P. N. Exon Smith
2015-01-14
1
-13
/
+6
*
Remove isSubroutineType test for isCompositeType, getTag() is enough.
Yaron Keren
2014-12-19
1
-1
/
+1
*
Try fixing MSVC build after r223802
Hans Wennborg
2014-12-09
1
-1
/
+1
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-56
/
+35
*
Fix a bug when pretty-printing DW_OP_deref.
Adrian Prantl
2014-12-05
1
-0
/
+3
*
Debug Info: revert r222195, r222210 and r222239.
Manman Ren
2014-11-21
1
-3
/
+3
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-7
/
+7
*
Debug Info: In DIBuilder, the context field of a global variable is updated to
Manman Ren
2014-11-18
1
-3
/
+3
*
DI: Use Metadata for DITypeRef and DIScopeRef
Duncan P. N. Exon Smith
2014-11-14
1
-18
/
+20
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-4
/
+4
*
IR: MDNode => Value: NamedMDNode::getOperator()
Duncan P. N. Exon Smith
2014-11-05
1
-4
/
+4
*
IR: Restore the old behavior of getDISubprogram
David Majnemer
2014-11-01
1
-10
/
+9
*
Make getDISubprogram(const Function *F) available in LLVM
Timur Iskhodzhanov
2014-10-23
1
-0
/
+18
*
DI: Make comments "brief"-er, NFC
Duncan P. N. Exon Smith
2014-10-15
1
-8
/
+8
*
DI: Cleanup comments, NFC
Duncan P. N. Exon Smith
2014-10-15
1
-98
/
+0
*
DI: Use a `DenseMap` instead of named metadata, NFC
Duncan P. N. Exon Smith
2014-10-15
1
-41
/
+0
*
DebugInfo: Ensure that all debug location scope chains from instructions with...
David Blaikie
2014-10-14
1
-0
/
+28
*
Revert "Fix stuff... again."
David Blaikie
2014-10-14
1
-28
/
+0
*
Fix stuff... again.
David Blaikie
2014-10-14
1
-0
/
+28
*
Revert "DebugInfo: Ensure that all debug location scope chains from instructi...
David Blaikie
2014-10-10
1
-28
/
+0
*
DebugInfo: Ensure that all debug location scope chains from instructions with...
David Blaikie
2014-10-07
1
-0
/
+28
*
Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
2014-10-03
1
-88
/
+127
[prev]
[next]