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
/
lldb
/
source
/
Plugins
/
SymbolFile
/
DWARF
/
DWARFDebugAranges.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-1
/
+1
*
Parse DW_AT_ranges for compile units on Darwin when .debug_aranges is not ava...
Greg Clayton
2014-03-14
1
-2
/
+1
*
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
Ed Maste
2013-10-24
1
-1
/
+1
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-2
/
+2
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-1
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-3
/
+3
*
Bunch of cleanups for warnings found by the llvm static analyzer.
Jim Ingham
2012-10-12
1
-4
/
+5
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-3
/
+5
*
Added more functionality to Range template classes in RangeMap.h and converte...
Greg Clayton
2011-10-08
1
-3
/
+3
*
Re-organized the contents of RangeMap.h to be more concise and also allow for...
Greg Clayton
2011-10-07
1
-2
/
+2
*
Since we use address ranges a lot I added a templatized class that allows us ...
Greg Clayton
2011-10-07
1
-268
/
+37
*
Added a new logging channel to the DWARF called "lookups":
Greg Clayton
2011-10-06
1
-3
/
+4
*
Huge memory and performance improvements in the DWARF parser.
Greg Clayton
2011-09-12
1
-85
/
+85
*
Rename some variables, no functionality change.
Johnny Chen
2011-04-18
1
-8
/
+7
*
Get rid the of set membership test (log(m)) and, instead, use an index variab...
Johnny Chen
2011-04-15
1
-3
/
+4
*
Update both the src and dst pointers at the end of the loop.
Johnny Chen
2011-04-15
1
-1
/
+1
*
Optimize address range coalescing.
Johnny Chen
2011-04-15
1
-22
/
+35
*
Add missing headers.
Stephen Wilson
2011-04-08
1
-0
/
+1
*
So we can't use .debug_pubtypes as it, as designed, does not tell us about
Greg Clayton
2010-09-15
1
-16
/
+16
*
Looking at some of the test suite failures in DWARF in .o files with the
Greg Clayton
2010-09-14
1
-1
/
+48
*
A few more misc warning fixes.
Eli Friedman
2010-07-09
1
-1
/
+1
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-1
/
+1
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+343