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
/
Core
/
DataExtractor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of LONG_LONG_MAX and ULONG_LONG_MAX, and use LLONG_MAX and ULLONG_MAX
Greg Clayton
2011-04-01
1
-1
/
+1
*
Applied a fix to qualify "UUID" with the lldb_private namespace to fix
Greg Clayton
2011-02-04
1
-1
/
+1
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-14
/
+15
*
Enabled extra warnings and fixed a bunch of small issues.
Greg Clayton
2011-01-25
1
-1
/
+1
*
Added complete complex support for displaying and parsing complex types.
Greg Clayton
2011-01-15
1
-3
/
+19
*
Added the ability to get an set the desired format for SBValue objects.
Greg Clayton
2011-01-05
1
-25
/
+72
*
Added a new ValueObject type that will be used to freeze dry expression
Greg Clayton
2010-10-05
1
-2
/
+2
*
General command line help cleanup:
Greg Clayton
2010-09-18
1
-1
/
+1
*
15-20% speed improvement when parsing DWARF. I used instruments to
Greg Clayton
2010-09-15
1
-0
/
+31
*
Fixed display for long double and cleaned up float and doubles as well.
Greg Clayton
2010-09-14
1
-34
/
+49
*
Avoid std::bitset<64>::to_string() since it is missing in earlier C++
Greg Clayton
2010-07-21
1
-1
/
+7
*
A few more misc warning fixes.
Eli Friedman
2010-07-09
1
-2
/
+2
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-1
/
+3
*
Switch over to using llvm's dwarf constants file.
Jason Molenda
2010-07-06
1
-16
/
+16
*
Remove extraneous semicolon after if condition (from Jean-Daniel Dupas).
Greg Clayton
2010-07-06
1
-3
/
+3
*
Avoid calls to memcpy.
Greg Clayton
2010-06-12
1
-42
/
+45
*
Remove dependency on Mac-specific libkern/OSByteOrder.h.
Eli Friedman
2010-06-10
1
-19
/
+51
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+1517