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
/
stmt-list-multiple-compile-units.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MC/Dwarf] Unclamp DWARF linetables format on Darwin.
Jonas Devlieghere
2018-09-13
1
-3
/
+3
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
1
-2
/
+2
*
Use .set instead of = when printing assignment in assembly output
Krzysztof Parzyszek
2018-03-27
1
-2
/
+2
*
[DebugInfo] Support DWARF v5 source code embedding extension
Scott Linder
2018-02-23
1
-4
/
+12
*
[DWARF] Regularize dumping strings from line tables.
Paul Robinson
2018-02-05
1
-4
/
+4
*
[MC/Dwarf] Use the older DWARF linetables format on Darwin.
Davide Italiano
2017-12-07
1
-3
/
+3
*
Re-submit r289925 (Update .debug_line section version to match DWARF version)
Paul Robinson
2017-12-04
1
-3
/
+3
*
[test] Don't verify .debug_line offsets in bitcode tests.
Jonas Devlieghere
2017-09-27
1
-4
/
+4
*
[dwarfdump] Fix printing of .debug_line offset.
Jonas Devlieghere
2017-09-27
1
-4
/
+4
*
[dwarfdump] Add support for -debug-line=OFFSET
Jonas Devlieghere
2017-09-27
1
-2
/
+6
*
llvm-dwarfdump: Make -brief the default and add a -verbose option instead.
Adrian Prantl
2017-09-11
1
-2
/
+2
*
Speculatively revert r289925, see PR31407
Nico Weber
2016-12-16
1
-3
/
+3
*
Update .debug_line section version information to match DWARF version.
Ekaterina Romanova
2016-12-16
1
-3
/
+3
*
Reverting back r285355: "Update .debug_line section version information to ma...
Ekaterina Romanova
2016-10-27
1
-3
/
+3
*
Update .debug_line section version information to match DWARF version.
Ekaterina Romanova
2016-10-27
1
-3
/
+3
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-6
/
+4
*
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
Adrian Prantl
2016-04-01
1
-2
/
+2
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-4
/
+4
*
DI: Require subprogram definitions to be distinct
Duncan P. N. Exon Smith
2015-08-28
1
-2
/
+2
*
DI: Disallow uniquable DICompileUnits
Duncan P. N. Exon Smith
2015-08-03
1
-2
/
+2
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
1
-2
/
+2
*
DebugInfo: Clarify test/DebugInfo/X86/stmt-list-multiple-compile-units.ll
Duncan P. N. Exon Smith
2015-05-24
1
-4
/
+6
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-20
/
+20
*
Use a better name for compile unit labels.
Rafael Espindola
2015-03-10
1
-2
/
+2
*
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
2015-03-03
1
-17
/
+17
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-2
/
+2
*
IR: Move MDLocation into place
Duncan P. N. Exon Smith
2015-01-14
1
-4
/
+4
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
1
-25
/
+25
*
Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
2014-10-03
1
-15
/
+15
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
1
-15
/
+15
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
1
-15
/
+15
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-3
/
+3
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-3
/
+3
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-3
/
+3
*
DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...
David Blaikie
2014-04-01
1
-2
/
+4
*
Reapply DW_AT_low/high_pc patch:
Eric Christopher
2014-03-20
1
-7
/
+11
*
Revert "Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc."
Eric Christopher
2014-03-20
1
-11
/
+7
*
Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc.
Eric Christopher
2014-03-19
1
-7
/
+11
*
If we're only emitting line tables for a particular CU then don't add
Eric Christopher
2014-02-27
1
-2
/
+2
*
DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emi...
David Blaikie
2014-02-04
1
-1
/
+1
*
If we use DW_AT_ranges we need to specify a base address that ranges
Eric Christopher
2014-01-29
1
-0
/
+4
*
Turn on CU ranges if we've got multiple compile units in the same
Eric Christopher
2014-01-29
1
-5
/
+5
*
Revert r198208 and reapply:
Eric Christopher
2013-12-30
1
-4
/
+4
*
Revert r198199 (and r198202). It broke 3 DebugInfo tests for targeting i686-c...
NAKAMURA Takumi
2013-12-30
1
-4
/
+4
*
Reapply r198196 with a fix to zero initialize the skeleton pointer.
Eric Christopher
2013-12-30
1
-4
/
+4
*
Temporarily revert "Use a pointer to keep track of the skeleton unit for
Eric Christopher
2013-12-30
1
-4
/
+4
*
Use a pointer to keep track of the skeleton unit for each normal unit
Eric Christopher
2013-12-30
1
-4
/
+4
*
Debug Info: update testing cases to specify the debug info version number.
Manman Ren
2013-11-22
1
-0
/
+2
*
In Dwarf 3 (and Dwarf 2) attributes whose value are offsets into a
Eric Christopher
2013-11-21
1
-2
/
+22
*
Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.
Manman Ren
2013-09-06
1
-1
/
+1
[next]