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
...
*
Update getMergedLocation to check the instruction type and merge properly.
Dehao Chen
2017-10-02
1
-0
/
+23
*
IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.
Peter Collingbourne
2017-09-12
1
-1
/
+1
*
IR: Make stripDebugInfo robust against (invalid) empty basic blocks
Justin Bogner
2017-08-18
1
-0
/
+3
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[IR] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
Eugene Zelenko
2017-05-05
1
-16
/
+23
*
[StripDeadDebug/DIFinder] Track inlined SPs
Keno Fischer
2017-04-11
1
-1
/
+11
*
Teach stripNonLineTableDebugInfo() to remap DILocations in !llvm.loop nodes.
Adrian Prantl
2017-03-30
1
-11
/
+20
*
Enable stripping of multiple DILocation on !llvm.loop metadata
Teresa Johnson
2017-03-19
1
-10
/
+13
*
Change debug-info-for-profiling from a TargetOption to a function attribute.
Dehao Chen
2017-02-01
1
-1
/
+2
*
stripDebugInfo() should remove DILocation's found in !llvm.loop metadata
Daniel Sanders
2017-01-28
1
-0
/
+39
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-20
1
-9
/
+7
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-7
/
+9
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-9
/
+7
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-7
/
+9
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-9
/
+7
*
Add -strip-nonlinetable-debuginfo capability
Michael Ilseman
2016-10-25
1
-0
/
+293
*
[opt] Strip coverage if debug info is not present.
Davide Italiano
2016-10-17
1
-1
/
+5
*
Teach llvm::StripDebugInfo() about global variable !dbg attachments.
Adrian Prantl
2016-10-10
1
-0
/
+9
*
Revert "Add -strip-nonlinetable-debuginfo capability"
Michael Ilseman
2016-10-06
1
-309
/
+0
*
Add -strip-nonlinetable-debuginfo capability
Michael Ilseman
2016-10-06
1
-0
/
+309
*
StripDebugInfo: uses isa<DbgInfoIntrinsic> instead of matching against llvm.d...
Mehdi Amini
2016-05-14
1
-9
/
+2
*
Revert "StripDebugInfo: uses isa<DbgInfoIntrinsic> instead of matching agains...
Mehdi Amini
2016-05-14
1
-2
/
+9
*
StripDebugInfo: uses isa<DbgInfoIntrinsic> instead of matching against llvm.d...
Mehdi Amini
2016-05-14
1
-9
/
+2
*
Fix stripDebugInfo: was modifying "DebugLoc" attached to the intrinsic after ...
Mehdi Amini
2016-05-07
1
-0
/
+1
*
Refactor stripDebugInfo(Function) to handle intrinsic
Mehdi Amini
2016-05-07
1
-21
/
+14
*
Revert r268832 "Refactor stripDebugInfo(Function) to handle intrinsic"
Vitaly Buka
2016-05-07
1
-13
/
+21
*
Refactor stripDebugInfo(Function) to handle intrinsic
Mehdi Amini
2016-05-07
1
-21
/
+13
*
DebugInfo: Remove MDString-based type references
Duncan P. N. Exon Smith
2016-04-23
1
-48
/
+11
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+1
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-3
/
+7
*
Support the Nodebug emission kind for DICompileUnits.
Adrian Prantl
2016-04-08
1
-33
/
+28
*
Remove llvm::getDISubprogram in favor of Function::getSubprogram
Pete Cooper
2016-03-11
1
-17
/
+0
*
One more batch of self-containing headers.
Benjamin Kramer
2016-01-27
1
-1
/
+0
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-18
/
+4
*
IR: Remove implicit iterator conversions from lib/IR, NFC
Duncan P. N. Exon Smith
2015-10-08
1
-1
/
+1
*
DI: Simplify DebugInfoFinder::processType(), NFC
Duncan P. N. Exon Smith
2015-07-24
1
-7
/
+9
*
DI: Remove dead code: getDICompositeType()
Duncan P. N. Exon Smith
2015-07-24
1
-15
/
+0
*
DI: Strengthen some dyn_casts to DIDerivedType, NFC
Duncan P. N. Exon Smith
2015-07-24
1
-2
/
+2
*
Add a DIModule metadata node to the IR.
Adrian Prantl
2015-06-29
1
-0
/
+4
*
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
[prev]
[next]