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
/
Disassembler
/
llvm
/
DisassemblerLLVM.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rmoved the old LLVM disassembler based on libedis.
Sean Callanan
2012-12-14
1
-529
/
+0
*
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
-3
/
+7
*
<rdar://problem/11330621>
Greg Clayton
2012-05-10
1
-282
/
+5
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-1
/
+4
*
Since we are having issues with the new LLVM MC disassembler, we can have
Greg Clayton
2012-03-22
1
-2
/
+2
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-3
/
+3
*
The second part in thread hardening the internals of LLDB where we make
Greg Clayton
2012-02-18
1
-16
/
+21
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-1
/
+1
*
Fixed an issue with the Instruction subclasses where the strings might
Greg Clayton
2012-01-19
1
-15
/
+1
*
Handle all of the "thumb" target triple architecture variants that llvm
Greg Clayton
2011-12-16
1
-1
/
+1
*
Patch from Daniel Dunbar for future-proof against http://llvm.org/viewvc/llvm...
Johnny Chen
2011-11-29
1
-0
/
+11
*
warnings: Fix a bunch of -Wreorder problems.
Daniel Dunbar
2011-10-31
1
-2
/
+2
*
Fixed a leak in the LLVM disassembler where the
Sean Callanan
2011-10-27
1
-1
/
+7
*
Fixed the public and internal disassembler API to be named correctly:
Greg Clayton
2011-09-27
1
-6
/
+6
*
Added more functionality to the public API to allow for better
Greg Clayton
2011-09-26
1
-14
/
+158
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-4
/
+10
*
Revert the workaround patch in the last check in. With the local patch to LL...
Johnny Chen
2011-08-19
1
-30
/
+1
*
Apply some workaround for known crashers.
Johnny Chen
2011-08-18
1
-1
/
+30
*
Fixed an issue of wrong (by +2) branch target calculation in the disassembler...
Johnny Chen
2011-08-03
1
-0
/
+6
*
The implementation of categories is now synchronization safe
Enrico Granata
2011-07-19
1
-1
/
+1
*
Add comment.
Johnny Chen
2011-05-24
1
-0
/
+2
*
Refactor InstructionLLVM::Dump() a little bit to reduce the entropy by introd...
Johnny Chen
2011-05-23
1
-45
/
+35
*
Add more workarounds for "bl #..." and "blx #..." where the ARMAsmParser fail...
Johnny Chen
2011-05-23
1
-0
/
+28
*
Fix the Align() utility which tries to align the raw disassembly with the edi...
Johnny Chen
2011-05-23
1
-4
/
+10
*
A little refactoring.
Johnny Chen
2011-05-21
1
-7
/
+10
*
When in non-raw mode and edis fails to parse the tokens of the instruction, o...
Johnny Chen
2011-05-21
1
-1
/
+10
*
Fix build error - strstr returns a const char *
Peter Collingbourne
2011-05-20
1
-1
/
+1
*
Workaround the issue of llvm:tB (A8.6.16 B Encoding T2) not being processed as
Johnny Chen
2011-05-20
1
-0
/
+24
*
Make InstructionLLVM::Dump() more robust for edis in cases when all the
Johnny Chen
2011-05-19
1
-24
/
+36
*
Some refactorings with respect to setting of the 'printTokenized' flag.
Johnny Chen
2011-05-18
1
-20
/
+16
*
Remove dead code which tests for boolan flag 'raw' and restore one indentatio...
Johnny Chen
2011-05-18
1
-47
/
+39
*
If the use_thumb is set, pass llvm::Triple::thumb to the InstructionLLVM.ctor...
Johnny Chen
2011-05-18
1
-1
/
+1
*
Fix the InstructionLLVM::Dump() so that for Triple::arm, PC reads as the address
Johnny Chen
2011-05-12
1
-15
/
+20
*
Construction of the RegisterReaderArg instance should happen after we have a ...
Johnny Chen
2011-05-12
1
-2
/
+2
*
Add the infrastructure to test instruction emulations automatically.
Caroline Tice
2011-04-19
1
-1
/
+13
*
Centralized a lot of the status information for processes,
Greg Clayton
2011-04-18
1
-3
/
+19
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-14
/
+13
*
Add Emulate and DumpEmulation to Instruction class.
Caroline Tice
2011-04-05
1
-9
/
+9
*
Add the rest of the mechanisms to make ARM instruction emulation usable/possi...
Caroline Tice
2011-04-05
1
-1
/
+1
*
Added the ability to get the min and max instruction byte size for
Greg Clayton
2011-03-26
1
-15
/
+27
*
Cleaned up the Disassembler code a bit more. You can now request a disassembler
Greg Clayton
2011-03-25
1
-28
/
+28
*
Made the lldb_private::Opcode struct into a real boy... I mean class.
Greg Clayton
2011-03-24
1
-7
/
+38
*
Add the ability to disassemble "n" instructions from the current PC, or the f...
Jim Ingham
2011-03-22
1
-2
/
+4
*
Added more platform support. There are now some new commands:
Greg Clayton
2011-03-19
1
-5
/
+29
*
Fixed a bug where the disassembly syntax specified for the
Sean Callanan
2011-03-09
1
-1
/
+2
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-19
/
+0
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-7
/
+3
*
Fixed an issue where detection of vCont support wasn't being done correctly.
Greg Clayton
2011-02-16
1
-26
/
+20
*
Patch to remove uses of non-standard strcasestr and replace then with
Greg Clayton
2011-02-04
1
-3
/
+3
[next]