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
*
Add a "debugger tuning" concept that allows us to fine-tune how we
Paul Robinson
2015-07-15
2
-1
/
+45
*
Debug Info: Add basic support for external types references.
Adrian Prantl
2015-07-15
1
-0
/
+51
*
Revert "[DWARF] Fix debug info generation for function static variables, type...
David Blaikie
2015-07-01
1
-129
/
+0
*
Test committed in r241153 is more target-specific than I thought.
Michael Kuperstein
2015-07-01
1
-0
/
+129
*
Debug info: Add dwarf backend support for DIModule.
Adrian Prantl
2015-06-30
1
-0
/
+25
*
Don't use %llc_dwarf for target-specific tests.
Benjamin Kramer
2015-06-27
1
-2
/
+1
*
Add original source code to test case as suggested in review.
Adrian Prantl
2015-06-27
1
-0
/
+58
*
Debug info: Add more test coverage for bitfields.
Adrian Prantl
2015-06-26
1
-0
/
+140
*
Split test up into two target-spcific directories.
Adrian Prantl
2015-06-25
1
-0
/
+74
*
IAS: Use the root macro instanciation for location
Frederic Riss
2015-06-25
1
-0
/
+14
*
Make this test verify .debug_pubnames is actually missing.
Paul Robinson
2015-06-25
1
-2
/
+2
*
AsmPrinter: Don't emit empty .debug_loc entries
Duncan P. N. Exon Smith
2015-06-21
1
-0
/
+66
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
2
-7
/
+7
*
Revert "[DWARF] Fix a few corner cases in expression emission"
David Blaikie
2015-06-09
1
-110
/
+0
*
llvm/test/DebugInfo/X86/expressions.ll: %llc_dwarf shouldn't be used with -mt...
NAKAMURA Takumi
2015-06-09
1
-2
/
+2
*
Move X86-only test case to appropriate directory
Keno Fischer
2015-06-09
1
-0
/
+110
*
Erase constant dbgloc on reuse in PHI node
Sergey Dmitrouk
2015-06-04
1
-0
/
+81
*
AsmPrinter: Emit the DwarfStringPool offset directly when possible
Duncan P. N. Exon Smith
2015-05-24
1
-4
/
+3
*
DebugInfo: Clarify test/DebugInfo/X86/stmt-list-multiple-compile-units.ll
Duncan P. N. Exon Smith
2015-05-24
1
-4
/
+6
*
DwarfDebug: Emit number of bytes in .debug_loc entry directly
Duncan P. N. Exon Smith
2015-05-06
1
-4
/
+1
*
DebugInfo: Use low_pc relative debug_ranges under fission when the CU has a l...
David Blaikie
2015-05-02
1
-2
/
+7
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
137
-3043
/
+3043
*
DebugInfo: Fixup r235149 after IR change in r235145
Duncan P. N. Exon Smith
2015-04-17
1
-7
/
+7
*
DebugInfo: Simplify testcase from LiveDebugVariables fix in r235140
Duncan P. N. Exon Smith
2015-04-17
1
-80
/
+50
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
6
-7
/
+7
*
DebugInfo: Fix UserValue::match() in LiveDebugVariables after r235050
Duncan P. N. Exon Smith
2015-04-16
1
-0
/
+105
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
9
-20
/
+14
*
DebugInfo: Add missing !dbg attachments to intrinsics
Duncan P. N. Exon Smith
2015-04-15
4
-4
/
+4
*
DebugInfo: Pubnames: Do not include variable declarations in pubnames
David Blaikie
2015-04-14
1
-69
/
+101
*
Update test case to include the original source code & account for some chang...
David Blaikie
2015-04-14
1
-71
/
+71
*
Reapply "Verifier: Check for incompatible bit piece expressions"
Duncan P. N. Exon Smith
2015-04-13
1
-0
/
+46
*
Refactor a lot of duplicated code for stub output.
Rafael Espindola
2015-04-07
1
-0
/
+53
*
Verifier: Check that inlined-at locations agree
Duncan P. N. Exon Smith
2015-04-03
4
-9
/
+19
*
CodeGen: Fix MachineInstr::print() for DBG_VALUE
Duncan P. N. Exon Smith
2015-04-03
1
-0
/
+56
*
DebugInfo: Fix testcases with invalid MDSubprogram nodes
Duncan P. N. Exon Smith
2015-03-28
18
-103
/
+40
*
DebugInfo: Fix bad debug info for compile units and types
Duncan P. N. Exon Smith
2015-03-27
23
-27
/
+27
*
Simplify missing-file-line.ll test.
Peter Collingbourne
2015-03-25
1
-18
/
+14
*
DebugInfo: Permit DW_TAG_structure_type, DW_TAG_member, DW_TAG_typedef tags w...
Peter Collingbourne
2015-03-25
1
-0
/
+61
*
Refactor how passes get a symbol at the end of a section.
Rafael Espindola
2015-03-23
2
-6
/
+5
*
Emit the offset directly instead of creating a dummy expression.
Rafael Espindola
2015-03-17
1
-0
/
+5
*
Centralize the handling of unique ids for temporary labels.
Rafael Espindola
2015-03-17
1
-1
/
+1
*
DebugInfo: Fix testcases that fail -verify-debug-info=true
Duncan P. N. Exon Smith
2015-03-16
1
-2
/
+2
*
Use the i8 immediate cmp instructions when possible.
Rafael Espindola
2015-03-16
2
-6
/
+6
*
Use add32ri8 and friends on fast isel.
Rafael Espindola
2015-03-13
1
-1
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
12
-42
/
+42
*
Don't print labels that on ELF are never used.
Rafael Espindola
2015-03-11
1
-1
/
+0
*
Relax label CHECK to mach COFF syntax.
Rafael Espindola
2015-03-11
1
-0
/
+57
*
Print section start labels when first switching to the section.
Rafael Espindola
2015-03-11
4
-2
/
+34
*
Split test in two to handle building without x86.
Rafael Espindola
2015-03-10
1
-0
/
+26
*
Emit correct linkage-name attribute based on DWARF version.
Paul Robinson
2015-03-10
8
-12
/
+12
[next]