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
*
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
*
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
[next]