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
/
DWARFUnitIndex.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-4
/
+4
*
Switch LLVM to use 64-bit offsets (2/5)
Igor Kudrin
2019-08-06
1
-2
/
+2
*
Cleanup: llvm::bsearch -> llvm::partition_point after r364719
Fangrui Song
2019-06-30
1
-2
/
+2
*
Change some llvm::{lower,upper}_bound to llvm::bsearch. NFC
Fangrui Song
2019-04-17
1
-4
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix unused variable warning. NFCI.
Simon Pilgrim
2018-09-13
1
-1
/
+1
*
dwarfdump: Improve performance on large DWP files
David Blaikie
2018-09-12
1
-8
/
+21
*
dwarfdump/symbolizer: Avoid loading unneeded CUs from a DWP
David Blaikie
2017-09-19
1
-2
/
+5
*
DebugInfo: Use DWP cu_index to speed up symbolizing (as intended)
David Blaikie
2017-07-30
1
-1
/
+15
*
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
-5
/
+9
*
dwarfdump: Correctly indentify the indicies for DWP records
David Blaikie
2015-12-03
1
-1
/
+1
*
[llvm-dwp] Don't rely on implicit move assignment operator (MSVC won't synthe...
David Blaikie
2015-12-02
1
-2
/
+7
*
[llvm-dwp] Emit a rather fictional debug_cu_index
David Blaikie
2015-12-02
1
-1
/
+11
*
dwarfdump: Use the index to find the right abbrev offset in DWP files
David Blaikie
2015-11-17
1
-15
/
+45
*
dwarfdump: Add support for dumping the table contents of DWP indexes
David Blaikie
2015-11-13
1
-5
/
+59
*
Mostly revert 252842 due to failures on some buildbots.
David Blaikie
2015-11-12
1
-59
/
+5
*
dwarfdump: Add some error handling for DWP index sections of the wrong size
David Blaikie
2015-11-12
1
-0
/
+7
*
dwarfdump: Dump the contents of DWP indexes
David Blaikie
2015-11-12
1
-5
/
+82
*
Format my previous commit
David Blaikie
2015-11-11
1
-5
/
+3
*
dwarfdump: First piece of support for DWP dumping
David Blaikie
2015-11-11
1
-0
/
+41