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
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-2
/
+2
*
DWARF: Remove unused includes from DWARFDebugAranges.h/cpp
Pavel Labath
2019-06-14
1
-11
/
+2
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-1
/
+1
*
DWARFContext: Return empty data extractors instead of null pointers
Pavel Labath
2019-05-16
1
-4
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-8
/
+0
*
Delete more dead code.
Zachary Turner
2019-03-19
1
-20
/
+2
*
Delete dead code.
Zachary Turner
2019-03-19
1
-0
/
+1
*
Remove a couple of log statements.
Zachary Turner
2019-03-19
1
-24
/
+0
*
Return Error and Expected from more DWARF interfaces.
Zachary Turner
2019-03-15
1
-19
/
+24
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move the codebase to use: DWARFCompileUnit -> DWARFUnit
Jan Kratochvil
2018-03-18
1
-2
/
+2
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
Remove an expensive lock from Timer
Pavel Labath
2017-05-15
1
-1
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-115
/
+89
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-2
/
+2
*
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