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
*
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
*
A few of the issue I have been trying to track down and fix have been due to
Greg Clayton
2011-01-17
1
-4
/
+8
*
Fixed the "-b" option on disassembly to always pad out the bytes with for
Greg Clayton
2011-01-08
1
-3
/
+6
*
Fixed a bug where the LLVM disassembler was
Sean Callanan
2010-11-10
1
-1
/
+1
*
Revert last checkin to DisassemblerLLVM.cpp; that was some temporary
Jason Molenda
2010-11-04
1
-5
/
+0
*
Built the native unwinder with all the warnings c++-4.2 could muster;
Jason Molenda
2010-11-04
1
-0
/
+5
*
Added the ability to get the disassembly instructions from the function and
Greg Clayton
2010-10-06
1
-27
/
+32
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-5
/
+5
*
Added extensive logging of the code that is actually going
Sean Callanan
2010-07-23
1
-9
/
+13
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-2
/
+1
*
Fixed up disassembly to not emit the module name before all function names
Greg Clayton
2010-07-01
1
-2
/
+2
*
Centralized all disassembly into static functions in source/Core/Disassembler...
Greg Clayton
2010-06-30
1
-13
/
+34
*
Fixed a problem where invalid triples were being passed
Sean Callanan
2010-06-16
1
-1
/
+1
*
Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu
Greg Clayton
2010-06-11
1
-29
/
+25
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+468