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
*
Add support for Haswell on x86_64.
Greg Clayton
2014-01-22
1
-0
/
+1
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-0
/
+1
*
Fix endianness in ObjectFile::CopyData
Ed Maste
2013-10-09
1
-0
/
+15
*
Assert that only reg- or word-sized values are byte swapped
Ed Maste
2013-09-19
1
-1
/
+10
*
Visual Studio 2013 compilation support: added some #ifdef _MSC_VER for unsupp...
Virgile Bello
2013-09-18
1
-0
/
+4
*
Fix a typo in DataExtractor.cpp causing build breakage
Ashok Thirumurthi
2013-09-17
1
-0
/
+1
*
Don't output a stray 0x if GetData fails for memory read -f hex
Ed Maste
2013-09-17
1
-1
/
+1
*
Avoid abort on "memory read -s N" for N=3,5,6,7
Ed Maste
2013-09-17
1
-18
/
+23
*
Fix a bunch of compile time warnings and a build failure on ubuntu.
Eric Christopher
2013-08-30
1
-2
/
+2
*
Fixed DataExtractor to correctly display Intel extended doubles.
Richard Mitton
2013-08-19
1
-19
/
+7
*
The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained i...
Jim Ingham
2013-07-31
1
-0
/
+4
*
elf-core: Parse vendor-specific notes
Ed Maste
2013-07-23
1
-8
/
+31
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
1
-3
/
+3
*
Use llvm::APFloat for formatting if a target is available. Each target when d...
Greg Clayton
2013-06-11
1
-48
/
+141
*
Remove eFormatHalfFloat as it isn't needed. eFormatFloat should be used and t...
Greg Clayton
2013-06-11
1
-20
/
+12
*
<rdar://problem/12783351>
Enrico Granata
2013-06-11
1
-0
/
+34
*
Fixed a few obvious errors pointed out by the static analyzer.
Jim Ingham
2013-05-15
1
-0
/
+9
*
<rdar://problem/11730263>
Greg Clayton
2013-03-28
1
-2
/
+7
*
<rdar://problem/13246939>
Enrico Granata
2013-03-26
1
-1
/
+1
*
Fix a little fallout from the changes in r174757 where we would
Jason Molenda
2013-03-23
1
-9
/
+0
*
Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...
Jim Ingham
2013-03-02
1
-1
/
+1
*
<rdar://problem/13198767>
Greg Clayton
2013-02-14
1
-1
/
+2
*
Fixed 2 more issues found by the address sanitizer:
Greg Clayton
2013-02-08
1
-197
/
+167
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-104
/
+105
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-1
/
+0
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-14
/
+14
*
Change DataExtractor::Dump() to use a series of if..else if
Jason Molenda
2012-11-01
1
-10
/
+12
*
More fixes from MSVC warnings found by Carlo Kok.
Greg Clayton
2012-10-31
1
-2
/
+2
*
Fixed a bug that caused floating-point values
Sean Callanan
2012-10-20
1
-15
/
+23
*
<rdar://problem/10449092> Adding a new uppercase hex format specifier. This c...
Enrico Granata
2012-08-09
1
-18
/
+22
*
Modifying the "address" format, which prints a pointer and a description of w...
Greg Clayton
2012-07-11
1
-7
/
+14
*
<rdar://problem/10017623>
Greg Clayton
2012-02-27
1
-12
/
+24
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-2
/
+1
*
The second part in thread hardening the internals of LLDB where we make
Greg Clayton
2012-02-18
1
-7
/
+7
*
memory read -f X doesn't print anything (lldb should warn when encountering a...
Johnny Chen
2012-02-16
1
-1
/
+1
*
memory read prints out duplicate entries when using vector formats
Johnny Chen
2012-02-16
1
-12
/
+12
*
Instead of blindly printing a string when
Sean Callanan
2012-01-04
1
-3
/
+33
*
<rdar://problem/10368163>
Greg Clayton
2011-12-30
1
-0
/
+22
*
Speed improvements for ULEB128 reading from James McIlree.
Greg Clayton
2011-11-14
1
-17
/
+20
*
Fixed the eFormatChar, eFormatCharPrintable and eFormatCharArray to print
Greg Clayton
2011-11-10
1
-7
/
+4
*
Bitfields in uint8_t's will have format eFormatChar and DataExtractor::Dump
Jason Molenda
2011-11-08
1
-0
/
+3
*
warnings: Fix a non-standard escape sequence.
Daniel Dunbar
2011-10-31
1
-1
/
+1
*
warnings: Fix use of a non-standard escape.
Daniel Dunbar
2011-10-31
1
-1
/
+1
*
Fixed the continuation dumping of instructions to properly advance the
Greg Clayton
2011-10-28
1
-7
/
+8
*
Added support for the new ".apple_objc" accelerator tables. These tables are
Greg Clayton
2011-10-27
1
-13
/
+96
*
Fixed the display of OSTypes (the four character codes).
Greg Clayton
2011-10-26
1
-5
/
+1
*
Fix preprocessor warnings for no newline at the end of the source files.
Greg Clayton
2011-10-12
1
-1
/
+1
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-19
/
+19
*
Redesign of the interaction between Python and frozen objects:
Enrico Granata
2011-09-06
1
-78
/
+77
*
Micro-optimization: Update the shift amount only when needed.
Johnny Chen
2011-08-26
1
-1
/
+1
[next]