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
*
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
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
1
-108
/
+88
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
1
-88
/
+108
*
Remove an extra whitespace.
Adrian Prantl
2014-10-02
1
-1
/
+1
*
Pretty-printer: Paper over an ambiguity between line table entries
Adrian Prantl
2014-10-02
1
-1
/
+3
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-45
/
+63
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-57
/
+45
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-45
/
+57
*
Fix DebugInfo replaceAllUsesWith.
Frederic Riss
2014-09-15
1
-1
/
+1
*
Move replaceAllUsesWith() from DIType to DIDescriptor.
Frederic Riss
2014-09-15
1
-2
/
+2
*
Debug info: Add a new explicit DIDescriptor flag for the "public" access
Adrian Prantl
2014-08-29
1
-0
/
+5
*
Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator ch...
David Blaikie
2014-08-21
1
-4
/
+4
*
Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...
David Blaikie
2014-08-06
1
-26
/
+0
*
Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...
David Blaikie
2014-08-04
1
-0
/
+26
*
Debug info: Infrastructure to support debug locations for fragmented
Adrian Prantl
2014-08-01
1
-0
/
+48
*
[Debug Info] remove DITrivialType and use null to represent unspecified param.
Manman Ren
2014-07-29
1
-21
/
+3
*
[Debug Info] add DISubroutineType and its creation takes DITypeArray.
Manman Ren
2014-07-28
1
-0
/
+10
*
[Debug Info] add a template class DITypedArray.
Manman Ren
2014-07-28
1
-10
/
+1
*
[Debug Info] rename getTypeArray to getElements, setTypeArray to setArrays.
Manman Ren
2014-07-28
1
-3
/
+3
*
[Debug Info] replace DIUnspecifiedParameter with DITrivialType.
Manman Ren
2014-07-28
1
-9
/
+15
*
Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...
Eric Christopher
2014-07-18
1
-26
/
+0
*
Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...
David Blaikie
2014-07-18
1
-0
/
+26
*
Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...
David Blaikie
2014-07-11
1
-26
/
+0
*
Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...
David Blaikie
2014-07-10
1
-0
/
+26
*
Revert "DebugInfo: Ensure that all debug location scope chains from instructi...
David Blaikie
2014-07-02
1
-26
/
+0
*
DebugInfo: Ensure that all debug location scope chains from instructions with...
David Blaikie
2014-07-02
1
-0
/
+26
*
Constify the Function pointers in the result of makeSubprogramMap
David Blaikie
2014-07-02
1
-2
/
+3
*
DebugInfo: Provide a utility for building a mapping from llvm::Function*s to ...
David Blaikie
2014-07-01
1
-0
/
+19
*
Revert "DebugInfo: Ensure that all debug location scope chains from instructi...
David Blaikie
2014-07-01
1
-26
/
+0
*
DebugInfo: Ensure that all debug location scope chains from instructions with...
David Blaikie
2014-07-01
1
-0
/
+26
*
Debug info: split out complex DIVariable address expressions into a
Adrian Prantl
2014-06-30
1
-3
/
+15
[next]