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
/
DWARFDebugAranges.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DWARF] Fix DWARFDebugAranges to support 64-bit CU offsets.
Igor Kudrin
2020-01-15
1
-2
/
+2
*
DebugInfo/DWARF: Normalize DWARFObject members on the DWARF spec section names
David Blaikie
2019-08-07
1
-1
/
+1
*
Switch LLVM to use 64-bit offsets (2/5)
Igor Kudrin
2019-08-06
1
-5
/
+5
*
Cleanup: llvm::bsearch -> llvm::partition_point after r364719
Fangrui Song
2019-06-30
1
-1
/
+1
*
Change some llvm::{lower,upper}_bound to llvm::bsearch. NFC
Fangrui Song
2019-04-17
1
-3
/
+1
*
[DWARF] Simplify DWARFDebugAranges::findAddress
Fangrui Song
2019-04-06
1
-15
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
libDebugInfo: Refactor error handling in range list parsing
David Blaikie
2018-12-22
1
-4
/
+7
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
[DebugInfo] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-01
1
-1
/
+1
*
[DebugInfo] Use shrink_to_fit to simplify code. NFCI.
Benjamin Kramer
2017-08-01
1
-2
/
+2
*
Use delegation instead of inheritance.
Rafael Espindola
2017-07-19
1
-1
/
+2
*
[DWARF] - Use DWARFAddressRange struct instead of uint64_t pair for DWARFAddr...
George Rimar
2017-05-16
1
-3
/
+2
*
Revert r303159 "[DWARF] - Use DWARFAddressRange struct instead of uint64_t pa...
George Rimar
2017-05-16
1
-2
/
+4
*
[DWARF] - Use DWARFAddressRange struct instead of uint64_t pair for DWARFAddr...
George Rimar
2017-05-16
1
-4
/
+2
*
[DebugInfo] Fix some Clang-tidy modernize and Include What You Use warnings; ...
Eugene Zelenko
2017-02-27
1
-4
/
+6
*
Move DebugInfo to DebugInfo/DWARF.
Zachary Turner
2015-01-30
1
-0
/
+129