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] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Switch LLVM to use 64-bit offsets (2/5)
Igor Kudrin
2019-08-06
1
-26
/
+26
*
[DWARF][NFC] Add constants for reserved values of an initial length field.
Igor Kudrin
2019-07-24
1
-1
/
+1
*
[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.
Hsiangkai Wang
2019-07-19
1
-10
/
+10
*
Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."
Hsiangkai Wang
2019-07-18
1
-10
/
+10
*
[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.
Hsiangkai Wang
2019-07-18
1
-10
/
+10
*
Cleanup: llvm::bsearch -> llvm::partition_point after r364719
Fangrui Song
2019-06-30
1
-2
/
+2
*
Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC
Fangrui Song
2019-06-21
1
-4
/
+3
*
[DebugInfo] Fix the type of the formated variable
Petar Jovanovic
2019-03-07
1
-2
/
+2
*
[DebugInfo] Prep llvm-dwarfdump for typed DW5 ops.
Markus Lavin
2019-02-21
1
-1
/
+1
*
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
-0
/
+5
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-12-18
1
-6
/
+7
*
[llvm-dwarfdump] - Dump the older versions of .eh_frame/.debug_frame correctly.
George Rimar
2018-12-04
1
-1
/
+2
*
Revert r347490 as it breaks address sanitizer builds
Luke Cheeseman
2018-11-23
1
-7
/
+6
*
Revert r343341
Luke Cheeseman
2018-11-23
1
-6
/
+7
*
Revert r343317
Luke Cheeseman
2018-09-28
1
-7
/
+6
*
Reapply changes reverted by r343235
Luke Cheeseman
2018-09-28
1
-6
/
+7
*
Revert r343192 as an ubsan build is currently failing
Luke Cheeseman
2018-09-27
1
-7
/
+6
*
Reapply changes reverted in r343114, lldb patch to follow shortly
Luke Cheeseman
2018-09-27
1
-6
/
+7
*
Revert r343112 as CallFrameString API change has broken lldb builds
Luke Cheeseman
2018-09-26
1
-7
/
+6
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-09-26
1
-6
/
+7
*
Revert r343089 "[AArch64] - Return address signing dwarf support"
Hans Wennborg
2018-09-26
1
-7
/
+6
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-09-26
1
-6
/
+7
*
[DWARF] Refactor DWARF classes to use unified error reporting. NFC.
Victor Leschuk
2018-08-20
1
-6
/
+7
*
[DebugInfo] Change default value of FDEPointerEncoding
Maksim Panchenko
2018-07-09
1
-1
/
+1
*
[DebugInfo] Accept `S` in augmentation strings in CIE.
Fangrui Song
2018-05-08
1
-0
/
+3
*
Reland "[DebugInfo] Support DWARF expressions in eh_frame"
Rafael Auler
2018-03-08
1
-361
/
+184
*
Revert r326932: [DebugInfo] Support DWARF expressions in eh_frame
Rui Ueyama
2018-03-07
1
-184
/
+361
*
[DebugInfo] Support DWARF expressions in eh_frame
Rafael Auler
2018-03-07
1
-361
/
+184
*
[llvm-dwarfdump] - Teach tool to parse DW_CFA_GNU_args_size.
George Rimar
2017-10-16
1
-0
/
+1
*
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
[next]