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
/
DWARFDebugAranges.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move DebugInfo to DebugInfo/DWARF.
Zachary Turner
2015-01-30
1
-129
/
+0
*
[DebugInfo] Move all DWARF headers to the public include directory.
Frederic Riss
2014-12-19
1
-4
/
+4
*
[DWARF parser] Fix broken address ranges construction.
Alexey Samsonov
2014-06-12
1
-48
/
+36
*
[DWARF parser] Simplify DWARFDebugAranges generation.
Alexey Samsonov
2014-04-28
1
-19
/
+2
*
[DWARF parser] Cleanup code in DWARFDebugAranges.
Alexey Samsonov
2014-04-25
1
-0
/
+6
*
[DWARF parser] Refactor fetching DIE address ranges.
Alexey Samsonov
2014-04-18
1
-2
/
+7
*
[C++11] Convert DWARF parser to range-based for loops
Alexey Samsonov
2014-03-13
1
-15
/
+10
*
[DebugInfo] Further simplify DWARFDebugAranges public interface
Alexey Samsonov
2013-10-02
1
-20
/
+17
*
[DebugInfo] Simplify and speedup .debug_aranges parsing
Alexey Samsonov
2013-10-01
1
-58
/
+25
*
[DebugInfo] Further simplify DWARFDebugAranges. No functionality change.
Alexey Samsonov
2013-10-01
1
-29
/
+21
*
[DebugInfo] Remove unused functions from DWARFDebugAranges and fix code style.
Alexey Samsonov
2013-10-01
1
-70
/
+36
*
Add support for DebugFission to DWARF parser
Alexey Samsonov
2013-08-27
1
-1
/
+1
*
Fix missing std::. Not sure how this compiles for anyone else.
Matt Arsenault
2013-03-21
1
-1
/
+1
*
[DebugInfo] Generate address ranges for compile units even if .debug_aranges ...
Alexey Samsonov
2012-11-16
1
-21
/
+28
*
Remove unused typedefs gcc4.8 warns about.
Roman Divacky
2012-09-05
1
-1
/
+0
*
This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...
Alexey Samsonov
2012-07-02
1
-1
/
+1
*
Add more PRI.64 macros for MSVC and use them throughout the codebase.
Benjamin Kramer
2011-11-05
1
-3
/
+4
*
DWARF: Reset the state after parsing a line table prologue and remove an unne...
Benjamin Kramer
2011-09-15
1
-1
/
+1
*
DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...
Benjamin Kramer
2011-09-14
1
-0
/
+13
*
DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ...
Benjamin Kramer
2011-09-14
1
-0
/
+210