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
/
DWARFCompileUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-7
/
+7
*
Fix clang warnings related to python macro redefinition and printf format spe...
Matt Kopec
2013-02-21
1
-1
/
+1
*
<rdar://problem/9141269>
Greg Clayton
2013-01-30
1
-21
/
+15
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-5
/
+5
*
Allow LLDB to work with dSYM files that have a DWARF compile unit with nothin...
Greg Clayton
2012-12-12
1
-0
/
+27
*
Make sure to check for DW_AT_linkage_name to get the mangled name in the DWAR...
Greg Clayton
2012-12-08
1
-0
/
+1
*
<rdar://problem/12636970>
Greg Clayton
2012-11-27
1
-1
/
+2
*
<rdar://problem/12636970>
Greg Clayton
2012-11-27
1
-19
/
+82
*
Bunch of cleanups for warnings found by the llvm static analyzer.
Jim Ingham
2012-10-12
1
-2
/
+6
*
Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code ...
Greg Clayton
2012-07-18
1
-3
/
+3
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-9
/
+6
*
Added the ability to log a message with a backtrace when verbose logging is e...
Greg Clayton
2012-04-23
1
-3
/
+3
*
Fixed an issue with the Instruction subclasses where the strings might
Greg Clayton
2012-01-19
1
-6
/
+5
*
Added an extra way to chop up an objective C prototype and use it where neces...
Greg Clayton
2012-01-19
1
-1
/
+5
*
<rdar://problem/10681814>
Greg Clayton
2012-01-12
1
-1
/
+46
*
We finalized on the new .apple_types accelerator table format where we don't
Greg Clayton
2012-01-06
1
-1
/
+1
*
Added code in the Host layer that can report system log messages
Greg Clayton
2012-01-05
1
-14
/
+13
*
CommandObjectProcess was recently changed to automatically use the platform
Greg Clayton
2011-11-28
1
-20
/
+29
*
Shrink-to-fit our std::vector<DWARFDebugInfoEntry> collections and save 20%
Greg Clayton
2011-11-22
1
-0
/
+10
*
Further performance improvements in the DWARF parser:
Greg Clayton
2011-11-19
1
-124
/
+54
*
Looking at our memory usage with Instruments when debugging a large application
Greg Clayton
2011-11-18
1
-19
/
+16
*
Added support for the C++Ox "nullptr_t" type.
Greg Clayton
2011-10-28
1
-0
/
+2
*
Since we use address ranges a lot I added a templatized class that allows us ...
Greg Clayton
2011-10-07
1
-2
/
+1
*
Added a new logging channel to the DWARF called "lookups":
Greg Clayton
2011-10-06
1
-1
/
+2
*
Enable all the new accelerator tables if they are present and don't manually
Greg Clayton
2011-10-04
1
-10
/
+9
*
Huge memory and performance improvements in the DWARF parser.
Greg Clayton
2011-09-12
1
-94
/
+83
*
Move the SourceManager from the Debugger to the Target. That way it can stor...
Jim Ingham
2011-09-08
1
-14
/
+19
*
Factor out the code that parses ObjC Method names into a static method
Jim Ingham
2011-08-15
1
-44
/
+17
*
Fixed some issues with parsing C++ methods where our detection
Greg Clayton
2011-08-12
1
-1
/
+1
*
Do not parse DIE's outside a compilation units range.
Stephen Wilson
2011-05-20
1
-11
/
+19
*
Use the portable memchr function instead of the BSD-only strnstr
Peter Collingbourne
2011-05-19
1
-2
/
+2
*
For the purposes of setting breakpoints treat methods defined in the class an...
Jim Ingham
2011-05-14
1
-0
/
+18
*
Fixed a case where if a function, inlined function, or global with a mangled
Greg Clayton
2011-04-21
1
-14
/
+42
*
Enabled extra warnings and fixed a bunch of small issues.
Greg Clayton
2011-01-25
1
-4
/
+2
*
Fixed a crasher that would happen when we run into malformed DWARF. It is
Greg Clayton
2011-01-23
1
-1
/
+12
*
Just like functions can have a basename and a mangled/demangled name, variable
Greg Clayton
2010-11-14
1
-0
/
+8
*
Did a lot of code cleanup.
Greg Clayton
2010-11-09
1
-9
/
+2
*
Minor comment fix.
Johnny Chen
2010-11-08
1
-1
/
+1
*
Did a bit of parameter renaming.
Greg Clayton
2010-10-15
1
-20
/
+20
*
Separated the DWARF index for types from that the index of the namespaces
Greg Clayton
2010-10-15
1
-1
/
+6
*
Fixed C++ class clang type creation and display by making sure we omit
Greg Clayton
2010-10-13
1
-2
/
+9
*
Fixed the Objective C method prototypes to be correct (the selectors weren't
Greg Clayton
2010-10-12
1
-0
/
+7
*
Fixed an issue where if a method funciton was asked to be parsed before
Greg Clayton
2010-10-01
1
-1
/
+1
*
15-20% speed improvement when parsing DWARF. I used instruments to
Greg Clayton
2010-09-15
1
-12
/
+26
*
So we can't use .debug_pubtypes as it, as designed, does not tell us about
Greg Clayton
2010-09-15
1
-40
/
+44
*
Looking at some of the test suite failures in DWARF in .o files with the
Greg Clayton
2010-09-14
1
-2
/
+53
*
Improved name demangling performance by 20% on darwin.
Greg Clayton
2010-09-03
1
-6
/
+11
*
I enabled some extra warnings for hidden local variables and for hidden
Greg Clayton
2010-07-14
1
-8
/
+6
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-2
/
+1
*
Added function name types to allow us to set breakpoints by name more
Greg Clayton
2010-06-28
1
-14
/
+56
[next]