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
...
*
Assert that the offset of a DBG_VALUE is always 0. (NFC)
Adrian Prantl
2017-08-02
1
-2
/
+4
*
Remove the unused Offset field from MachineLocation (NFC)
Adrian Prantl
2017-08-02
1
-6
/
+2
*
Remove unused includes of MachineLocation.h (NFC)
Adrian Prantl
2017-08-02
1
-0
/
+1
*
Remove unreachable code. (NFC)
Adrian Prantl
2017-08-02
1
-13
/
+2
*
DebugInfo: Ensure imported entities at the top level of an inlined function d...
David Blaikie
2017-07-27
1
-16
/
+15
*
Debug Info: Add a file: field to DIImportedEntity.
Adrian Prantl
2017-07-19
1
-2
/
+3
*
[DWARF] Move a couple of member functions to the DWARFUnit baseclass. NFC.
Wolfgang Pieb
2017-06-30
1
-20
/
+0
*
Align definition of DW_OP_plus with DWARF spec [3/3]
Florian Hahn
2017-06-14
1
-3
/
+3
*
DebugInfo: Produce debug_{gnu_}pub{names,types} entries when explicitly reque...
David Blaikie
2017-05-25
1
-4
/
+4
*
DWARF: Avoid cross-CU references under Fission
David Blaikie
2017-05-12
1
-3
/
+39
*
Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations
Adrian Prantl
2017-04-19
1
-5
/
+9
*
Revert "Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locat...
Adrian Prantl
2017-04-19
1
-9
/
+5
*
Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations
Adrian Prantl
2017-04-19
1
-5
/
+9
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
1
-13
/
+12
*
Refactor code to reduce indentation and improve readability. (NFC)
Adrian Prantl
2017-03-23
1
-43
/
+53
*
Fix a bug when emitting debug info for partially constant global variables.
Adrian Prantl
2017-03-23
1
-7
/
+2
*
Replace uses of DwarfExpression::addMachineReg* with addMachineRegExpression
Adrian Prantl
2017-03-20
1
-28
/
+35
*
Rename methods in DwarfExpression to adhere to the LLVM coding guidelines.
Adrian Prantl
2017-03-16
1
-10
/
+10
*
Add missing module/license header. NFC.
Paul Robinson
2017-03-01
1
-0
/
+13
*
[DWARFv5] Emit new unit header format.
Paul Robinson
2017-02-28
1
-1
/
+4
*
Debug Info: Sort frame index expressions before emitting them.
Adrian Prantl
2017-02-17
1
-8
/
+5
*
DebugInfo: ensure type and namespace names are included in pubnames/pubtypes ...
David Blaikie
2017-02-03
1
-1
/
+25
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-20
1
-64
/
+66
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-66
/
+64
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-64
/
+66
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-66
/
+64
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-64
/
+66
*
DebugInfo: Address non-deterministic output (iterating a SmallPtrSet) in 289697
David Blaikie
2016-12-15
1
-2
/
+0
*
DebugInfo: Emit ranges for functions with DISubprograms but lacking locations...
David Blaikie
2016-12-15
1
-17
/
+12
*
Fix LLVM's use of DW_OP_bit_piece in DWARF expressions.
Adrian Prantl
2016-12-09
1
-3
/
+17
*
[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation
Adrian Prantl
2016-12-05
1
-1
/
+1
*
This change removes the dependency on DwarfDebug that was used for DW_FORM_re...
Greg Clayton
2016-12-01
1
-1
/
+1
*
Emit the DW_AT_type for a C++ static member definition
Adrian Prantl
2016-11-08
1
-0
/
+4
*
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
[prev]
[next]