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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Simplify control flow in the the DWARF expression compiler
Adrian Prantl
2016-11-02
1
-14
/
+15
*
DebugInfo: support for DWARFv5 DW_AT_alignment attribute
Victor Leschuk
2016-10-26
1
-1
/
+11
*
Revert r285181 "DebugInfo: support for DWARFv5 DW_AT_alignment attribute".
Vassil Vassilev
2016-10-26
1
-11
/
+1
*
DebugInfo: support for DWARFv5 DW_AT_alignment attribute
Victor Leschuk
2016-10-26
1
-1
/
+11
*
Invoke add-discriminator at -g0 -fsample-profile
Dehao Chen
2016-10-07
1
-1
/
+1
*
DebugInfo: New metadata representation for global variables.
Peter Collingbourne
2016-09-13
1
-55
/
+24
*
[COFF, Dwarf] Don't emit DW_AT_location for dllimported entities
David Majnemer
2016-07-09
1
-47
/
+54
*
DWARF: Omit DW_AT_APPLE attributes (except ObjC ones) when not targeting LLDB
David Blaikie
2016-05-24
1
-1
/
+2
*
CodeGen: Do not require a MachineFunction just to create a DIEDwarfExpression.
Peter Collingbourne
2016-05-20
1
-3
/
+5
*
Reverting 268054 & 268063 as they caused PR27579.
Amjad Aboud
2016-04-30
1
-108
/
+31
*
Recommitted r264280 "Supporting all entities declared in lexical scope in LLV...
Amjad Aboud
2016-04-29
1
-31
/
+108
*
[DWARF] Force a linkage_name on an inlined subprogram's abstract origin.
Paul Robinson
2016-04-18
1
-1
/
+2
*
Drop debug info for DISubprograms that are not referenced by anything
Adrian Prantl
2016-04-09
1
-19
/
+0
*
Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.
Adrian Prantl
2016-03-31
1
-1
/
+1
*
Revert "Recommitted r263424 "Supporting all entities declared in lexical scop...
Reid Kleckner
2016-03-24
1
-112
/
+32
*
Recommitted r263424 "Supporting all entities declared in lexical scope in LLV...
Amjad Aboud
2016-03-24
1
-32
/
+112
*
Revert "Recommitted r261633 "Supporting all entities declared in lexical scop...
Benjamin Kramer
2016-03-14
1
-108
/
+32
*
Recommitted r261633 "Supporting all entities declared in lexical scope in LLV...
Amjad Aboud
2016-03-14
1
-32
/
+108
*
Revert r261633 "Supporting all entities declared in lexical scope in LLVM deb...
Hans Wennborg
2016-02-23
1
-108
/
+32
*
Supporting all entities declared in lexical scope in LLVM debug info.
Amjad Aboud
2016-02-23
1
-32
/
+108
*
DwarfDebug: Don't drop the DIExpression just because a variable is
Adrian Prantl
2016-02-17
1
-3
/
+14
*
DbgVariable: Add an accessor for the common case of a single expression
Adrian Prantl
2016-02-17
1
-2
/
+1
*
DwarfDebug: emit type units immediately.
Peter Collingbourne
2016-02-11
1
-1
/
+1
*
Improved macro emission in dwarf.
Amjad Aboud
2016-02-01
1
-0
/
+1
*
[opaque pointer types] [NFC] DataLayout::getIndexedOffset: take source elemen...
Eduard Burtescu
2016-01-22
1
-3
/
+3
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-2
/
+2
*
clang-format lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
Dehao Chen
2015-11-11
1
-7
/
+8
*
Emit discriminator for inlined callsites.
Dehao Chen
2015-11-11
1
-0
/
+2
*
Fix indents. It's a follow up to r251353.
Ivan Krasin
2015-10-26
1
-2
/
+2
*
Move imported entities into DwarfCompilationUnit to speed up LTO linking.
Ivan Krasin
2015-10-26
1
-3
/
+3
*
Implement target independent TLS compatible with glibc's emutls.c.
Chih-Hung Hsieh
2015-07-28
1
-20
/
+24
*
Revert "[DWARF] Fix debug info generation for function static variables, type...
David Blaikie
2015-07-01
1
-19
/
+10
*
[DWARF] Fix debug info generation for function static variables, typedefs, an...
Michael Kuperstein
2015-07-01
1
-10
/
+19
*
Debug info: Add dwarf backend support for DIModule.
Adrian Prantl
2015-06-30
1
-0
/
+2
*
AsmPrinter: Use an intrusively linked list for DIE::Children
Duncan P. N. Exon Smith
2015-06-25
1
-27
/
+25
*
AsmPrinter: Convert DIE::Values to a linked list
Duncan P. N. Exon Smith
2015-06-25
1
-24
/
+27
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
AsmPrinter: Rewrite initialization of DbgVariable, NFC
Duncan P. N. Exon Smith
2015-06-21
1
-3
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
AsmPrinter: Rename begin_values() => values_begin(), NFC
Duncan P. N. Exon Smith
2015-05-28
1
-2
/
+2
*
AsmPrinter: Stop exposing underlying DIEValue list, NFC
Duncan P. N. Exon Smith
2015-05-27
1
-2
/
+2
*
AsmPrinter: Store abbreviation data directly in DIE and DIEValue
Duncan P. N. Exon Smith
2015-05-27
1
-5
/
+5
*
Reapply "AsmPrinter: Change DIEValue to be stored by value"
Duncan P. N. Exon Smith
2015-05-27
1
-15
/
+10
*
Revert "AsmPrinter: Change DIEValue to be stored by value"
Duncan P. N. Exon Smith
2015-05-27
1
-10
/
+15
*
AsmPrinter: Change DIEValue to be stored by value
Duncan P. N. Exon Smith
2015-05-27
1
-15
/
+10
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-24
/
+24
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-4
/
+4
*
DebugInfo: Remove DIArray and DITypeArray typedefs
Duncan P. N. Exon Smith
2015-04-21
1
-1
/
+1
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-5
/
+6
*
DebugInfo: Delete subclasses of DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-8
/
+8
[prev]
[next]