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
/
MC
/
MCDwarf.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DebugInfo] Generate fixups as emitting DWARF .debug_line.
Hsiangkai Wang
2018-08-01
1
-0
/
+51
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
Use debug-prefix-map for AT_NAME
Jonas Devlieghere
2018-07-11
1
-8
/
+1
*
Support -fdebug-prefix-map in llvm-mc. This is useful to omit the
Paul Robinson
2018-07-10
1
-4
/
+12
*
[DWARF] Don't keep a ref to possibly stack allocated data.
Paul Robinson
2018-06-20
1
-2
/
+2
*
[DWARFv5] Tolerate files not all having an MD5 checksum.
Paul Robinson
2018-06-14
1
-14
/
+10
*
[DWARFv5] llvm-mc -dwarf-version does not imply -g.
Paul Robinson
2018-06-12
1
-7
/
+14
*
Support: Simplify endian stream interface. NFCI.
Peter Collingbourne
2018-05-18
1
-8
/
+4
*
Reapply "[DWARFv5] Emit file 0 to the line table."
Paul Robinson
2018-03-29
1
-27
/
+34
*
Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""
Alexander Potapenko
2018-03-28
1
-34
/
+27
*
Reapply "[DWARFv5] Emit file 0 to the line table."
Paul Robinson
2018-03-27
1
-27
/
+34
*
[DWARF] Suppress split line tables more carefully.
Paul Robinson
2018-03-27
1
-2
/
+5
*
Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""
Alexander Kornienko
2018-03-07
1
-34
/
+27
*
Reapply "[DWARFv5] Emit file 0 to the line table."
Paul Robinson
2018-03-06
1
-27
/
+34
*
Revert "[DWARFv5] Emit file 0 to the line table."
Paul Robinson
2018-03-06
1
-34
/
+27
*
[DWARFv5] Emit file 0 to the line table.
Paul Robinson
2018-03-06
1
-27
/
+34
*
[DebugInfo] Support DWARF v5 source code embedding extension
Scott Linder
2018-02-23
1
-10
/
+41
*
[DWARFv5] Turn an assert into a diagnostic. Hand-coded assembler files
Paul Robinson
2018-02-22
1
-12
/
+18
*
[DWARFv5] Emit .debug_line_str (in a non-DWO file).
Paul Robinson
2018-02-06
1
-22
/
+109
*
Turn two static functions into methods, to simplify calling them.
Paul Robinson
2018-01-30
1
-14
/
+6
*
[DWARFv5] MC support for MD5 file checksums
Paul Robinson
2018-01-09
1
-7
/
+26
*
[MC] Allow .file directives to be out-of-order
Paul Robinson
2017-12-14
1
-1
/
+2
*
[MC/Dwarf] Use the older DWARF linetables format on Darwin.
Davide Italiano
2017-12-07
1
-0
/
+3
*
[DWARFv5] Emit v5 line table header.
Paul Robinson
2017-12-05
1
-32
/
+84
*
Re-submit r289925 (Update .debug_line section version to match DWARF version)
Paul Robinson
2017-12-04
1
-2
/
+12
*
[MC] Handle unknown literal register numbers in .cfi_* directives
Jake Ehrlich
2017-12-01
1
-6
/
+6
*
MC: simplify internal function call parameter
Saleem Abdulrasool
2017-07-29
1
-30
/
+26
*
MC: account for the return column in the CIE key
Saleem Abdulrasool
2017-07-29
1
-8
/
+11
*
MC: add support for cfi_return_column
Saleem Abdulrasool
2017-07-28
1
-10
/
+12
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...
Konstantin Zhuravlyov
2017-04-17
1
-10
/
+11
*
[DWARFv5] llvm-mc support for new unit header.
Paul Robinson
2017-02-28
1
-5
/
+9
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-14
1
-13
/
+33
*
Speculatively revert r289925, see PR31407
Nico Weber
2016-12-16
1
-7
/
+2
*
Update .debug_line section version information to match DWARF version.
Ekaterina Romanova
2016-12-16
1
-2
/
+7
*
Reverting back r285355: "Update .debug_line section version information to ma...
Ekaterina Romanova
2016-10-27
1
-7
/
+2
*
Update .debug_line section version information to match DWARF version.
Ekaterina Romanova
2016-10-27
1
-2
/
+7
*
Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to help
Eric Christopher
2016-10-14
1
-1
/
+1
*
Invoke add-discriminator at -g0 -fsample-profile
Dehao Chen
2016-10-07
1
-1
/
+2
*
Apply clang-tidy's modernize-loop-convert to lib/MC.
Benjamin Kramer
2016-06-26
1
-24
/
+19
*
Prune some includes from headers and sink some inline functions
Reid Kleckner
2016-06-22
1
-0
/
+1
*
[MC] Rename EmitFill to emitFill
Petr Hosek
2016-06-01
1
-1
/
+1
*
Read discriminators correctly from object file.
Dehao Chen
2016-04-28
1
-4
/
+1
*
Update discriminator assignment algorithm in clang assembler.
Dehao Chen
2016-04-22
1
-1
/
+6
*
Don't crash when compiling inline assembler containing .file directives.
Adrian Prantl
2016-03-09
1
-3
/
+3
*
[MCDwarf] Fix encoding of line tables with weird custom parameters
Frederic Riss
2016-01-31
1
-2
/
+5
*
Rename MCLineEntry to MCDwarfLineEntry
David Majnemer
2016-01-21
1
-5
/
+5
*
Clang-format my previous change (r256313)
Paul Robinson
2016-01-04
1
-5
/
+5
*
Accept dwarf version 5 for CIE versions.
Eric Christopher
2015-12-28
1
-0
/
+1
[next]