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
/
DwarfUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix LLVM's use of DW_OP_bit_piece in DWARF expressions.
Adrian Prantl
2016-12-09
1
-24
/
+15
*
[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation
Adrian Prantl
2016-12-05
1
-5
/
+6
*
[DWARF] Put linkage-name on abstract origin even when there's a declaration.
Paul Robinson
2016-12-02
1
-1
/
+3
*
This change removes the dependency on DwarfDebug that was used for DW_FORM_re...
Greg Clayton
2016-12-01
1
-18
/
+11
*
[DebugInfo] Add support for DW_AT_main_subprogram on subprograms
David Blaikie
2016-11-28
1
-0
/
+3
*
Rely on a single DWARF version instead of having two copies
Greg Clayton
2016-11-23
1
-1
/
+1
*
Add DWARF debug info support for C++11 inline namespaces.
Adrian Prantl
2016-11-03
1
-0
/
+2
*
DebugInfo: make DW_TAG_atomic_type valid
Victor Leschuk
2016-10-31
1
-1
/
+5
*
DebugInfo: fix incorrect alignment type (NFC)
Victor Leschuk
2016-10-26
1
-3
/
+3
*
DebugInfo: support for DWARFv5 DW_AT_alignment attribute
Victor Leschuk
2016-10-26
1
-0
/
+13
*
Revert r285181 "DebugInfo: support for DWARFv5 DW_AT_alignment attribute".
Vassil Vassilev
2016-10-26
1
-13
/
+0
*
DebugInfo: support for DWARFv5 DW_AT_alignment attribute
Victor Leschuk
2016-10-26
1
-0
/
+13
*
DebugInfo: preparation to implement DW_AT_alignment
Victor Leschuk
2016-10-20
1
-3
/
+5
*
DebugInfo: change alignment type from uint64_t to uint32_t to save space.
Victor Leschuk
2016-10-18
1
-2
/
+3
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-08-25
1
-10
/
+18
*
Support the DW_AT_noreturn DWARF flag.
Adrian Prantl
2016-08-17
1
-0
/
+3
*
[codeview] Improved array type support.
Amjad Aboud
2016-07-12
1
-27
/
+1
*
[COFF, Dwarf] Don't emit DW_AT_location for dllimported entities
David Majnemer
2016-07-09
1
-8
/
+12
*
[DebugInfo] Add calling convention support for DWARF and CodeView
Reid Kleckner
2016-06-08
1
-1
/
+13
*
DWARF: Omit DW_AT_APPLE attributes (except ObjC ones) when not targeting LLDB
David Blaikie
2016-05-24
1
-4
/
+6
*
CodeGen: Do not require a MachineFunction just to create a DIEDwarfExpression.
Peter Collingbourne
2016-05-20
1
-6
/
+8
*
Debug Info: Introduce a DwarfDebug::UseDWARF2Bitfields flag
Adrian Prantl
2016-05-17
1
-6
/
+3
*
Debug Info: Don't emit bitfields in the DWARF4 format when tuning for GDB.
Adrian Prantl
2016-05-17
1
-6
/
+11
*
Debug Info: Don't emit a DW_AT_data_member_location for DWARF bitfields.
Adrian Prantl
2016-05-17
1
-3
/
+3
*
Debug info: Don't emit a DW_AT_byte_size when emitting a DWARF4 bit field.
Adrian Prantl
2016-05-16
1
-1
/
+2
*
Reverting 268054 & 268063 as they caused PR27579.
Amjad Aboud
2016-04-30
1
-15
/
+7
*
Recommitted r264280 "Supporting all entities declared in lexical scope in LLV...
Amjad Aboud
2016-04-29
1
-7
/
+15
*
Debug Info: Restore the pre-r240853 behavior for DWARF2 bitfields.
Adrian Prantl
2016-04-28
1
-24
/
+10
*
Debug info: Support DWARF4 bitfields via DW_AT_data_bit_offset.
Adrian Prantl
2016-04-28
1
-28
/
+30
*
DebugInfo: Remove MDString-based type references
Duncan P. N. Exon Smith
2016-04-23
1
-2
/
+0
*
[DWARF] Force a linkage_name on an inlined subprogram's abstract origin.
Paul Robinson
2016-04-18
1
-2
/
+4
*
Revert "Recommitted r263424 "Supporting all entities declared in lexical scop...
Reid Kleckner
2016-03-24
1
-15
/
+7
*
Recommitted r263424 "Supporting all entities declared in lexical scope in LLV...
Amjad Aboud
2016-03-24
1
-7
/
+15
*
DebugInfo: Add ability to not emit DW_AT_vtable_elem_location for virtual fun...
Peter Collingbourne
2016-03-17
1
-4
/
+6
*
Revert "Recommitted r261633 "Supporting all entities declared in lexical scop...
Benjamin Kramer
2016-03-14
1
-15
/
+7
*
Recommitted r261633 "Supporting all entities declared in lexical scope in LLV...
Amjad Aboud
2016-03-14
1
-7
/
+15
*
Revert r261633 "Supporting all entities declared in lexical scope in LLVM deb...
Hans Wennborg
2016-02-23
1
-15
/
+7
*
Supporting all entities declared in lexical scope in LLVM debug info.
Amjad Aboud
2016-02-23
1
-7
/
+15
*
DwarfDebug: emit type units immediately.
Peter Collingbourne
2016-02-11
1
-13
/
+14
*
[DIBuilder] Make createReferenceType take size and align
Keno Fischer
2015-11-16
1
-1
/
+3
*
DebugInfo: Include the decl_line/decl_file in subprogram definitions if they ...
David Blaikie
2015-10-07
1
-0
/
+8
*
Debug Info: Allow a DIModule to appear as the scope of other entities.
Adrian Prantl
2015-09-10
1
-0
/
+2
*
AsmPrinter: Allow null subroutine type
Duncan P. N. Exon Smith
2015-08-28
1
-4
/
+3
*
Make DW_AT_[MIPS_]linkage_name optional, and off by default for SCE.
Paul Robinson
2015-08-11
1
-1
/
+1
*
AsmPrinter: Take DIEValueList in some DwarfUnit API, NFC
Duncan P. N. Exon Smith
2015-08-02
1
-6
/
+8
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
1
-2
/
+0
*
Use make_range(rbegin(), rend()) to allow foreach loops. NFC.
Pete Cooper
2015-07-24
1
-2
/
+1
*
AsmPrinter: Use DICompositeType in updateAcceleratorTables(), NFC
Duncan P. N. Exon Smith
2015-07-24
1
-1
/
+1
*
DI: Clarify isUnsignedDIType(), NFC
Duncan P. N. Exon Smith
2015-07-24
1
-17
/
+18
*
DI: Only DICompositeType has getElements(), NFC
Duncan P. N. Exon Smith
2015-07-24
1
-1
/
+1
[next]