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
/
CodeGen
/
AsmPrinter
/
DwarfDebug.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
DebugInfo: Use low_pc relative debug_ranges under fission when the CU has a l...
David Blaikie
2015-05-02
1
-1
/
+1
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-47
/
+47
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-61
/
+61
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-23
/
+22
*
DebugInfo: Delete subclasses of DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-7
/
+9
*
DebugInfo: Delete old subclasses of DIType
Duncan P. N. Exon Smith
2015-04-20
1
-1
/
+1
*
DwarfUnit: Split MDSubroutineType version of constructTypeDIE()
Duncan P. N. Exon Smith
2015-04-20
1
-1
/
+1
*
DebugInfo: Remove DIType
Duncan P. N. Exon Smith
2015-04-20
1
-7
/
+5
*
DebugInfo: Remove typedefs for DITypeRef, etc.
Duncan P. N. Exon Smith
2015-04-20
1
-2
/
+2
*
AsmPrinter: Create a unified .debug_loc stream
Duncan P. N. Exon Smith
2015-04-17
1
-32
/
+31
*
AsmPrinter: Store MDExpression directly instead of MDNode, NFC
Duncan P. N. Exon Smith
2015-04-17
1
-1
/
+1
*
AsmPrinter: Stop storing MDLocalVariable in DebugLocEntry
Duncan P. N. Exon Smith
2015-04-17
1
-6
/
+4
*
AsmPrinter: Calculate type upfront for location lists, NFC
Duncan P. N. Exon Smith
2015-04-17
1
-13
/
+14
*
AsmPrinter: Simplify logic for debug info intrinsics' !dbg attachments
Duncan P. N. Exon Smith
2015-04-16
1
-3
/
+4
*
DebugInfo: DIRef<> => TypedDebugNodeRef<>
Duncan P. N. Exon Smith
2015-04-16
1
-1
/
+1
*
DebugInfo: Gut DIScope, DIEnumerator and DISubrange
Duncan P. N. Exon Smith
2015-04-16
1
-3
/
+3
*
DebugInfo: Gut DIType and subclasses
Duncan P. N. Exon Smith
2015-04-16
1
-11
/
+11
*
DebugInfo: Gut DICompileUnit and DIFile
Duncan P. N. Exon Smith
2015-04-15
1
-10
/
+10
*
DebugInfo: factor out dead variable in NDEBUG from r235050
Duncan P. N. Exon Smith
2015-04-15
1
-2
/
+1
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
1
-40
/
+40
*
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
2015-04-14
1
-10
/
+10
*
DebugInfo: Gut DIVariable and DIGlobalVariable
Duncan P. N. Exon Smith
2015-04-14
1
-9
/
+9
*
DebugInfo: Inline DIVariable::isBlockByrefVariable() into its callers
Duncan P. N. Exon Smith
2015-04-14
1
-2
/
+4
*
DebugInfo: Gut DIObjCProperty and DIImportedEntity
Duncan P. N. Exon Smith
2015-04-14
1
-1
/
+1
*
DebugInfo: Gut DIExpression
Duncan P. N. Exon Smith
2015-04-14
1
-10
/
+10
*
Reapply "Verifier: Check for incompatible bit piece expressions"
Duncan P. N. Exon Smith
2015-04-13
1
-9
/
+1
*
Revert "Verifier: Check for incompatible bit piece expressions"
Duncan P. N. Exon Smith
2015-04-13
1
-1
/
+9
*
Verifier: Check for incompatible bit piece expressions
Duncan P. N. Exon Smith
2015-04-11
1
-9
/
+1
*
DebugInfo: Remove DITypedArray<>, replace with typedefs
Duncan P. N. Exon Smith
2015-04-07
1
-31
/
+15
*
DebugInfo: Remove special iterators from DIExpression
Duncan P. N. Exon Smith
2015-04-07
1
-1
/
+2
*
CodeGen: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-35
/
+31
*
DebugInfo: Remove DIDescriptor::Verify()
Duncan P. N. Exon Smith
2015-04-06
1
-4
/
+4
*
CodeGen: Assert that inlined-at locations agree
Duncan P. N. Exon Smith
2015-04-03
1
-0
/
+2
*
LexicalScopes: Use debug info hierarchy pervasively
Duncan P. N. Exon Smith
2015-03-30
1
-6
/
+8
*
DwarfDebug: Avoid creating new DebugLocs in the backend
Duncan P. N. Exon Smith
2015-03-30
1
-5
/
+3
*
CodeGen: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-8
/
+6
*
Refactor how passes get a symbol at the end of a section.
Rafael Espindola
2015-03-23
1
-9
/
+2
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
DwarfDebug: Check for null DebugLocs
Duncan P. N. Exon Smith
2015-03-20
1
-13
/
+15
*
Centralize the handling of unique ids for temporary labels.
Rafael Espindola
2015-03-17
1
-9
/
+5
*
Convert the last 4 users of GetTempSymbol to createTempSymbol.
Rafael Espindola
2015-03-17
1
-2
/
+2
*
Convert the easy cases of GetTempSymbol to createTempSymbol.
Rafael Espindola
2015-03-17
1
-2
/
+2
*
Remove dead code. NFC.
Rafael Espindola
2015-03-17
1
-24
/
+0
*
Use the cached subtarget off of the machine function.
Eric Christopher
2015-03-13
1
-6
/
+6
*
Print section start labels when first switching to the section.
Rafael Espindola
2015-03-11
1
-42
/
+5
*
Create symbols marking the start of a section earlier.
Rafael Espindola
2015-03-10
1
-23
/
+21
*
Change the datatype of DwarfExpression::Emit(Un)Signed to (u)int64_t
Adrian Prantl
2015-03-10
1
-2
/
+2
*
Store an optional section start label in MCSection.
Rafael Espindola
2015-03-10
1
-61
/
+46
*
Remove effectively dead code.
Rafael Espindola
2015-03-10
1
-16
/
+1
*
Use a MapVector instead of an extra sort.
Rafael Espindola
2015-03-09
1
-23
/
+8
[next]