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
/
DwarfCompileUnit.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
This change removes the dependency on DwarfDebug that was used for DW_FORM_re...
Greg Clayton
2016-12-01
1
-11
/
+1
*
DebugInfo: New metadata representation for global variables.
Peter Collingbourne
2016-09-13
1
-1
/
+2
*
Reverting 268054 & 268063 as they caused PR27579.
Amjad Aboud
2016-04-30
1
-29
/
+8
*
Recommitted r264280 "Supporting all entities declared in lexical scope in LLV...
Amjad Aboud
2016-04-29
1
-8
/
+29
*
Fixed Dwarf debug info emission to skip DILexicalBlockFile entries.
Amjad Aboud
2016-04-21
1
-1
/
+8
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+1
*
Drop debug info for DISubprograms that are not referenced by anything
Adrian Prantl
2016-04-09
1
-2
/
+0
*
Revert "Recommitted r263424 "Supporting all entities declared in lexical scop...
Reid Kleckner
2016-03-24
1
-37
/
+7
*
Recommitted r263424 "Supporting all entities declared in lexical scope in LLV...
Amjad Aboud
2016-03-24
1
-7
/
+37
*
Revert "Recommitted r261633 "Supporting all entities declared in lexical scop...
Benjamin Kramer
2016-03-14
1
-29
/
+7
*
Recommitted r261633 "Supporting all entities declared in lexical scope in LLV...
Amjad Aboud
2016-03-14
1
-7
/
+29
*
Revert r261633 "Supporting all entities declared in lexical scope in LLVM deb...
Hans Wennborg
2016-02-23
1
-29
/
+7
*
Supporting all entities declared in lexical scope in LLVM debug info.
Amjad Aboud
2016-02-23
1
-7
/
+29
*
DwarfDebug: emit type units immediately.
Peter Collingbourne
2016-02-11
1
-0
/
+10
*
Improved macro emission in dwarf.
Amjad Aboud
2016-02-01
1
-0
/
+7
*
Move imported entities into DwarfCompilationUnit to speed up LTO linking.
Ivan Krasin
2015-10-26
1
-0
/
+10
*
Revert "[DWARF] Fix debug info generation for function static variables, type...
David Blaikie
2015-07-01
1
-5
/
+2
*
[DWARF] Fix debug info generation for function static variables, typedefs, an...
Michael Kuperstein
2015-07-01
1
-2
/
+5
*
AsmPrinter: Use an intrusively linked list for DIE::Children
Duncan P. N. Exon Smith
2015-06-25
1
-13
/
+9
*
AsmPrinter: Convert DIE::Values to a linked list
Duncan P. N. Exon Smith
2015-06-25
1
-5
/
+6
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-10
/
+10
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-2
/
+2
*
DebugInfo: Delete subclasses of DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-5
/
+6
*
DebugInfo: Remove DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-2
/
+3
*
Store an optional section start label in MCSection.
Rafael Espindola
2015-03-10
1
-15
/
+4
*
Move label creation close to emission. NFC.
Rafael Espindola
2015-03-10
1
-6
/
+1
*
Remove support for DIVariable's FlagIndirectVariable and expect
Adrian Prantl
2015-01-19
1
-1
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Provide gmlt-like inline scope information in the skeleton CU to facilitate s...
David Blaikie
2014-11-04
1
-0
/
+2
*
Use common range handling for the CU's ranges
David Blaikie
2014-11-03
1
-4
/
+5
*
Push the CURangeList down into the skeleton CU (where available) rather than ...
David Blaikie
2014-11-03
1
-1
/
+1
*
Add DwarfCompileUnit::BaseAddress to track the base address used by relative ...
David Blaikie
2014-11-03
1
-0
/
+7
*
Cleanup some unused or trivial functions in DwarfCompileUnit
David Blaikie
2014-11-03
1
-6
/
+0
*
Sink DwarfUnit::CURanges into DwarfCompileUnit
David Blaikie
2014-11-03
1
-0
/
+6
*
Sink range list handling down from DwarfUnit into its only use, in DwarfCompi...
David Blaikie
2014-11-03
1
-0
/
+15
*
Add DwarfUnit::isDwoUnit and use it to generalize string creation
David Blaikie
2014-11-02
1
-0
/
+2
*
Sink DwarfUnit::applySubprogramAttributesToDefinition into DwarfCompileUnit
David Blaikie
2014-11-02
1
-0
/
+2
*
Sink DwarfUnit::addExpr into DwarfCompileUnit
David Blaikie
2014-11-02
1
-0
/
+3
*
Sink DwarfUnit::applyVariableAttributes into DwarfCompileUnit
David Blaikie
2014-11-02
1
-0
/
+1
*
Sink DwarfUnit::addLocationList down into DwarfCompileUnit
David Blaikie
2014-11-02
1
-0
/
+3
*
Sink DwarfUnit::addComplexAddress down into DwarfCompileUnit
David Blaikie
2014-11-02
1
-0
/
+8
*
Push DwarfUnit::addAddress down into DwarfCompileUnit
David Blaikie
2014-11-02
1
-0
/
+3
*
Sink DwarfUnit::addVariableAddress into DwarfCompileUnit since type units don...
David Blaikie
2014-11-02
1
-0
/
+5
*
DebugInfo: Sink accelerator table lists down (GlobalNames/Types) into DwarfCo...
David Blaikie
2014-11-02
1
-0
/
+15
*
Don't bother creating LabelBegin for .dwo units
David Blaikie
2014-11-02
1
-2
/
+5
*
Drop DwarfCompileUnit::getLocalLabel* in favor of just mapping through the sk...
David Blaikie
2014-11-02
1
-16
/
+0
*
Sink DwarfUnit::LabelBegin down into DwarfCompileUnit since that's the only p...
David Blaikie
2014-11-02
1
-0
/
+10
*
Sink dwarf unit length emission down into DwarfUnit::emitHeader
David Blaikie
2014-11-01
1
-0
/
+2
[prev]
[next]