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
/
DebugInfo
/
DWARF
/
DWARFDebugFrame.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvm-dwarfdump support --debug-frame=<offset> and --eh-frame=<offset>
Adrian Prantl
2017-09-21
1
-10
/
+29
*
[dwarfdump] Make .eh_frame an alias for .debug_frame
Jonas Devlieghere
2017-09-18
1
-3
/
+9
*
[DebugInfo] Fix some Clang-tidy modernize-use-using and Include What You Use ...
Eugene Zelenko
2017-06-23
1
-2
/
+1
*
Remove convenient but probably not worthwhile macro for lambda workaround
David Blaikie
2017-06-19
1
-15
/
+18
*
Specified ReportError as noreturn friendly to old compilers.
Galina Kistanova
2017-06-14
1
-9
/
+14
*
Reverted r305339 as MSVC is not happy with noreturn in lambda.
Galina Kistanova
2017-06-13
1
-1
/
+2
*
Specified LLVM_ATTRIBUTE_NORETURN for ReportError.
Galina Kistanova
2017-06-13
1
-2
/
+1
*
Added llvm_unreachable as ReportError cannot be specified as noreturn.
Galina Kistanova
2017-06-10
1
-0
/
+1
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[DebugInfo] Fix some Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2017-03-01
1
-12
/
+11
*
[DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You Us...
Eugene Zelenko
2016-11-23
1
-12
/
+13
*
Re-commit "Use StringRef in Support/Darf APIs (NFC)"
Mehdi Amini
2016-10-05
1
-2
/
+4
*
Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""
Mehdi Amini
2016-10-05
1
-4
/
+2
*
Re-commit "Use StringRef in Support/Darf APIs (NFC)"
Mehdi Amini
2016-10-05
1
-2
/
+4
*
Revert "Use StringRef in Support/Darf APIs (NFC)"
Mehdi Amini
2016-10-05
1
-4
/
+2
*
Use StringRef in Support/Darf APIs (NFC)
Mehdi Amini
2016-10-04
1
-2
/
+4
*
[LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings
Eugene Zelenko
2016-08-18
1
-8
/
+13
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
1
-4
/
+4
*
[DebugInfo] Dump CIE augmentation data as a list of hex bytes
Simon Atanasyan
2016-03-01
1
-2
/
+7
*
[DebugInfo] Eliminate compilation warning about used variable LSDA
Dmitry Polukhin
2016-02-05
1
-2
/
+1
*
[DebugInfo] Support zero-length CIE in the _eh_frame parser
Igor Laevsky
2016-01-27
1
-30
/
+27
*
Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Igor Laevsky
2016-01-26
1
-16
/
+166
*
[DebugInfo] Fix DWARFDebugFrame instruction operand ordering
Igor Laevsky
2016-01-26
1
-6
/
+14
*
Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Pete Cooper
2015-12-18
1
-166
/
+16
*
Improve DWARFDebugFrame::parse to also handle __eh_frame.
Pete Cooper
2015-12-18
1
-16
/
+166
*
[DWARF] Add CIE header fields address_size and segment_size when generating d...
Keith Walker
2015-05-12
1
-7
/
+18
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-4
/
+2
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
[dwarfdump] Fix frame info register number dump.
Frederic Riss
2015-02-25
1
-1
/
+1
*
Try to appease buildbots.
Frederic Riss
2015-02-25
1
-1
/
+1
*
[dwarfdump] Make debug_frame dump actually useful.
Frederic Riss
2015-02-25
1
-3
/
+136
*
[dwarfdump] Don't print meaningless pointer.
Frederic Riss
2015-02-25
1
-3
/
+0
*
DWARFDebugFrame: Move some code around. NFC.
Frederic Riss
2015-02-25
1
-13
/
+10
*
DWARFDebugFrame: Add some trivial accessors. NFC.
Frederic Riss
2015-02-25
1
-0
/
+5
*
DWARFDebugFrame: Actually collect CIEs associated with FDEs.
Frederic Riss
2015-02-25
1
-6
/
+11
*
Move DebugInfo to DebugInfo/DWARF.
Zachary Turner
2015-01-30
1
-0
/
+374