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
*
[MC] Produce proper section relative relocations for COFF in .debug_frame
Martin Storsjö
2019-11-27
1
-1
/
+2
*
Do a sweep of symbol internalization. NFC.
Benjamin Kramer
2019-08-23
1
-2
/
+2
*
[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.
Hsiangkai Wang
2019-07-19
1
-6
/
+34
*
Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."
Hsiangkai Wang
2019-07-18
1
-34
/
+6
*
[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.
Hsiangkai Wang
2019-07-18
1
-6
/
+34
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-5
/
+4
*
[llvm] Prevent duplicate files in debug line header in dwarf 5: another attempt
Ali Tamur
2019-04-19
1
-2
/
+14
*
MCDwarfLineTableheader::tryGetFile : replace a loop with llvm::find
Fangrui Song
2019-04-12
1
-5
/
+1
*
Move a couple of optional references to just optional to make the
Eric Christopher
2019-04-12
1
-1
/
+1
*
Remove a parameter that was being passed around that we had at the
Eric Christopher
2019-04-12
1
-5
/
+5
*
MCDwarf: use write_zeroes for MCDwarfLineAddr::FixedEncode
Fangrui Song
2019-04-10
1
-3
/
+1
*
NFC: Move API uses of MD5::MD5Result to Optional rather than a pointer.
Eric Christopher
2019-04-04
1
-7
/
+7
*
Revert "[llvm] Reapply "Prevent duplicate files in debug line header in dwarf...
Ali Tamur
2019-03-26
1
-11
/
+0
*
[llvm] Reapply "Prevent duplicate files in debug line header in dwarf 5."
Ali Tamur
2019-03-26
1
-0
/
+11
*
Revert "[llvm] Prevent duplicate files in debug line header in dwarf 5."
Ali Tamur
2019-03-25
1
-11
/
+0
*
[llvm] Prevent duplicate files in debug line header in dwarf 5.
Ali Tamur
2019-03-25
1
-0
/
+11
*
[MC] Sort FDEs by the associated CIE before emitting them.
Eli Friedman
2019-03-14
1
-1
/
+25
*
[DWARF] Make -g with empty assembler source work better.
Paul Robinson
2019-03-01
1
-7
/
+17
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Dwarf/AArch64] Return address signing B key dwarf support
Luke Cheeseman
2018-12-21
1
-12
/
+17
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-12-18
1
-0
/
+4
*
Revert r347490 as it breaks address sanitizer builds
Luke Cheeseman
2018-11-23
1
-4
/
+0
*
Revert r343341
Luke Cheeseman
2018-11-23
1
-0
/
+4
*
Fix .cfi_restore with register numbers > 64
Alexander Richardson
2018-11-13
1
-1
/
+6
*
Revert r343317
Luke Cheeseman
2018-09-28
1
-4
/
+0
*
Reapply changes reverted by r343235
Luke Cheeseman
2018-09-28
1
-0
/
+4
*
Revert r343192 as an ubsan build is currently failing
Luke Cheeseman
2018-09-27
1
-4
/
+0
*
Reapply changes reverted in r343114, lldb patch to follow shortly
Luke Cheeseman
2018-09-27
1
-0
/
+4
*
Revert r343112 as CallFrameString API change has broken lldb builds
Luke Cheeseman
2018-09-26
1
-4
/
+0
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-09-26
1
-0
/
+4
*
Revert r343089 "[AArch64] - Return address signing dwarf support"
Hans Wennborg
2018-09-26
1
-4
/
+0
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-09-26
1
-0
/
+4
*
[MC/Dwarf] Unclamp DWARF linetables format on Darwin.
Jonas Devlieghere
2018-09-13
1
-7
/
+1
*
[DWARF] Unclamp line table version on Darwin for v5 and later.
Jonas Devlieghere
2018-08-08
1
-3
/
+6
*
[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
[next]