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
/
test
/
DebugInfo
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DWARF v5] Fix DWARF emitter and consumer to produce/expect a uleb for a loca...
Wolfgang Pieb
2019-02-01
1
-4
/
+4
*
[DebugInfo][DAG] Process FrameIndex dbg.values unconditionally
Jeremy Morse
2019-01-29
1
-0
/
+79
*
Fix an incorrectly configured test.
Jeremy Morse
2019-01-29
1
-0
/
+2
*
[DebugInfo][DAG] Avoid re-ordering of DBG_VALUEs
Jeremy Morse
2019-01-28
2
-7
/
+55
*
[MBP] Don't move bottom block before header if it can't reduce taken branches
Guozhi Wei
2019-01-25
1
-9
/
+8
*
DebugInfo: Use assembly label arithmetic for address pool size for easier rea...
David Blaikie
2019-01-24
1
-6
/
+8
*
[DebugInfo] Allow creation of DBG_VALUEs in blocks where the operand is not used
Jeremy Morse
2019-01-16
1
-0
/
+60
*
Remove irrelevant references to legacy git repositories from
James Y Knight
2019-01-15
13
-25
/
+25
*
Replace "no-frame-pointer-*" function attributes with "frame-pointer"
Francis Visoiu Mistrih
2019-01-14
1
-1
/
+1
*
[DebugInfo] Omit location list entries with empty ranges
David Stenberg
2019-01-09
2
-12
/
+5
*
Rename DIFlagFixedEnum to DIFlagEnumClass. NFC
Paul Robinson
2019-01-08
1
-2
/
+2
*
Revert rL350048 and rL350050
Max Kazantsev
2018-12-24
1
-9
/
+7
*
DebugInfo: Use assembly label arithmetic for address pool size for easier rea...
David Blaikie
2018-12-24
1
-7
/
+9
*
DebugInfo: Add assembly comments for debug_addr contribution header fields
David Blaikie
2018-12-24
1
-0
/
+33
*
llvm-dwarfdump: Dump the section name/number for addr attributes
David Blaikie
2018-12-22
2
-3
/
+3
*
llvm-dwarfdump: Remove extraneous space between '(' and 'indexed'
David Blaikie
2018-12-22
9
-60
/
+60
*
llvm-dwarfdump: Print the section name/number for addr_index attributes
David Blaikie
2018-12-22
1
-1
/
+1
*
DebugInfo: Fix for missing comp_dir handling with r349207
David Blaikie
2018-12-20
1
-0
/
+32
*
DebugInfo: Fix missing local imported entities after r349207
David Blaikie
2018-12-18
1
-0
/
+33
*
Recommit r348806: DebugInfo: Use symbol difference for CU length to simplify ...
David Blaikie
2018-12-18
1
-0
/
+30
*
DebugInfo: Avoid using split DWARF when the split unit would be empty.
David Blaikie
2018-12-14
4
-35
/
+35
*
Revert "debuginfo: Use symbol difference for CU length to simplify assembly ...
Jordan Rupprecht
2018-12-11
1
-9
/
+2
*
debuginfo: Use symbol difference for CU length to simplify assembly reading/e...
David Blaikie
2018-12-10
1
-2
/
+9
*
[DebugInfo] Don't drop dbg.value's of nullptr
Jeremy Morse
2018-12-10
1
-6
/
+3
*
[DebugInfo] Emit undef DBG_VALUEs when SDNodes are optimised out
Jeremy Morse
2018-12-10
2
-5
/
+6
*
Bias physical register immediate assignments
Nirav Dave
2018-11-14
1
-1
/
+1
*
[AsmPrinter] Fix DebugInfo/X86/gnu-public-names.ll after rL346790
Fangrui Song
2018-11-13
1
-1
/
+1
*
[AsmPrinter] Rename a comment of .debug_gnu_pubnames entry
Fangrui Song
2018-11-13
1
-1
/
+1
*
DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address s...
David Blaikie
2018-11-13
1
-67
/
+103
*
[DWARF] Change pubnames to use DWARFSection instead of StringRef
Fangrui Song
2018-11-11
1
-0
/
+35
*
[DWARFv5] Emit normal type units in .debug_info comdats.
Paul Robinson
2018-11-09
1
-27
/
+28
*
[DWARFv5] Read and dump multiple .debug_info sections.
Paul Robinson
2018-11-07
1
-28
/
+32
*
[DWARF v5] Verifier: Add checks for DW_FORM_strx* forms.
Wolfgang Pieb
2018-11-03
1
-4
/
+27
*
test/DebugInfo: Convert some tests to MIR
Matthias Braun
2018-11-02
8
-585
/
+965
*
MachineOperand/MIParser: Do not print debug-use flag, infer it
Matthias Braun
2018-10-30
14
-73
/
+73
*
Relax fast register allocator related test cases; NFC
Matthias Braun
2018-10-29
4
-11
/
+9
*
[X86] Enable the MachineVerifier by default
Francis Visoiu Mistrih
2018-10-29
1
-1
/
+2
*
llvm-dwarfdump: loclists: Don't expect an (albeit empty) expression for LLE_b...
David Blaikie
2018-10-25
1
-2
/
+1
*
DebugInfo: Reuse common addresses for rnglist base address selections
David Blaikie
2018-10-24
1
-3
/
+3
*
llvm-dwarfdump: Account for skeleton addr_base when dumping addresses in spli...
David Blaikie
2018-10-24
1
-2
/
+2
*
[llvm-dwarfdump] - Fix win10 build bot failture.
George Rimar
2018-10-22
1
-6
/
+6
*
[llvm-dwarfdump] - Add the support of parsing .debug_loclists.
George Rimar
2018-10-22
1
-0
/
+168
*
DebugInfo: Use base address specifiers more aggressively
David Blaikie
2018-10-20
1
-11
/
+22
*
DebugInfo: Use DW_OP_addrx in DWARFv5
David Blaikie
2018-10-20
1
-0
/
+27
*
DebugInfo: Implement debug_rnglists.dwo
David Blaikie
2018-10-20
1
-0
/
+78
*
DebugInfo: Use address pool forms in debug_rnglists
David Blaikie
2018-10-20
3
-14
/
+17
*
DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5
David Blaikie
2018-10-20
2
-1
/
+3
*
[DWARF] Make llvm-dwarfdump display location lists in a .dwp file correctly. ...
Wolfgang Pieb
2018-10-19
1
-0
/
+62
*
[dwarfdump] Hide ranges in diff-mode.
Jonas Devlieghere
2018-10-19
1
-0
/
+10
*
Revert "DwarfDebug: Pick next location in case of missing location at block b...
Matthias Braun
2018-10-11
2
-79
/
+6
[next]