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
/
DataFormatters
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup to the ObjC runtime to remove the now useless ClassDescriptor_Invalid
Enrico Granata
2013-03-20
1
-1
/
+2
*
Update source/DataFormatters/CMakeLists.txt to reflect actual source files.
Andy Gibbs
2013-03-20
1
-0
/
+4
*
The formatters for std::shared_ptr, std::weak_ptr, std::list, std::vector and...
Enrico Granata
2013-03-19
8
-837
/
+1762
*
This checkin removes the last Cocoa formatters that were implemented in Pytho...
Enrico Granata
2013-03-19
2
-5
/
+132
*
C++ formatters for NSTimeZone and for CFBitVector
Enrico Granata
2013-03-16
2
-7
/
+184
*
NS(Mutable)IndexSet formatter moves from Python to C++
Enrico Granata
2013-03-16
2
-2
/
+80
*
Converting more data formatters to C++ - NSBundle, CFBinaryHeap, NSMachPort a...
Enrico Granata
2013-03-16
2
-7
/
+166
*
Porting the Objective-C Class data type’s summary from Python to C++
Enrico Granata
2013-03-15
2
-1
/
+27
*
Moving CFBag and NSBundle summaries from Python to C++
Enrico Granata
2013-03-15
4
-12
/
+124
*
Optimization of the code-running NSDictionary formatter to skip runtime symbo...
Enrico Granata
2013-02-25
1
-4
/
+2
*
If we crash while making a Python summary, the crash info will tell us more a...
Enrico Granata
2013-02-22
1
-0
/
+9
*
The summary for const char* was not cascading.
Enrico Granata
2013-02-22
1
-1
/
+1
*
Fix clang warnings related to python macro redefinition and printf format spe...
Matt Kopec
2013-02-21
11
-0
/
+22
*
Update CMake lists of sources to include files added in r175787 and r175323
Daniel Malea
2013-02-21
1
-0
/
+5
*
Adding CMake build system to LLDB. Some known issues remain:
Daniel Malea
2013-02-21
1
-0
/
+14
*
Cleanup of the NSString data formatter
Enrico Granata
2013-02-21
1
-37
/
+46
*
<rdar://problem/4529976>
Enrico Granata
2013-02-21
7
-324
/
+689
*
Fixing the lack of a space in an expression that was causing sheer unhappiness.
Enrico Granata
2013-02-19
1
-1
/
+1
*
<rdar://problem/12529957>
Enrico Granata
2013-02-18
2
-8
/
+344
*
NSSet formatter is now C++ code
Enrico Granata
2013-02-15
5
-902
/
+1055
*
Only enable RTTI for cxa_demangle.cpp
Filipe Cabecinhas
2013-02-15
1
-11
/
+0
*
<rdar://problem/13204647>
Enrico Granata
2013-02-15
2
-11
/
+23
*
Fixing a logic flaw with NSURL summary. This was caught by running the test s...
Enrico Granata
2013-02-08
1
-3
/
+3
*
Fixed a store to data that isn't needed and that also could end up writing be...
Greg Clayton
2013-02-08
1
-2
/
+1
*
This checkin implements the data formatter for NSURL in C++ code
Enrico Granata
2013-02-08
2
-2
/
+92
*
<rdar://problem/12898191>
Enrico Granata
2013-02-08
2
-2
/
+36
*
Fix GCC 4.6 build by avoiding delegating ctors
Daniel Malea
2013-02-06
1
-3
/
+7
*
<rdar://problem/12953018>
Enrico Granata
2013-02-04
2
-1
/
+327
*
Making sure a Pythonless build of LLDB works by #ifdef-ing out formatters code.
Enrico Granata
2013-01-31
1
-0
/
+2
*
llvm/Basic/ConvertUTF.h now exposes all functions without macro tricks
Dmitri Gribenko
2013-01-30
1
-2
/
+0
*
UTF conversion routines were moved from clang/Basic to llvm/Support
Dmitri Gribenko
2013-01-30
1
-1
/
+1
*
Fix build problems with libstdc++ 4.6/4.7
Daniel Malea
2013-01-30
1
-2
/
+2
*
Continuing the fix for the r173732 fix. Now lldb gets built with Makefiles (D...
Filipe Cabecinhas
2013-01-30
1
-1
/
+1
*
Adding a Makefile. Hopefully that will make the Linux buildbot happy
Enrico Granata
2013-01-29
1
-0
/
+25
*
<rdar://problem/12978143>
Enrico Granata
2013-01-28
10
-0
/
+4378