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
/
Disassembler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle endianness in the Opcode class
Ed Maste
2013-12-09
1
-4
/
+4
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-0
/
+1
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-3
/
+3
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-3
/
+3
*
Update comment (MIPS also has 32-bit opcodes)
Ed Maste
2013-10-10
1
-2
/
+2
*
Disassembler::DisassembleRange() currently calls Target::ReadMemory
Jason Molenda
2013-09-12
1
-2
/
+2
*
The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained i...
Jim Ingham
2013-07-31
1
-16
/
+26
*
Use target DisplaySource if available so we can get mixed source and assembly.
Michael Sartain
2013-07-08
1
-6
/
+9
*
<rdar://problem/11398407>
Greg Clayton
2013-05-18
1
-8
/
+2
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-1
/
+2
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-3
/
+3
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-3
/
+3
*
<rdar://problem/13384801>
Greg Clayton
2013-04-03
1
-7
/
+10
*
<rdar://problem/11730263>
Greg Clayton
2013-03-28
1
-39
/
+47
*
DoesBranch needs to compute the instruction if it isn't already done.
Jim Ingham
2013-03-13
1
-1
/
+1
*
Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...
Jim Ingham
2013-03-02
1
-11
/
+39
*
<rdar://problem/13265297>
Greg Clayton
2013-02-23
1
-1
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-7
/
+7
*
<rdar://problem/12389806>
Jason Molenda
2013-01-04
1
-1
/
+9
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-1
/
+5
*
Changed the Opcode::GetData() API so that it didn't
Sean Callanan
2012-08-07
1
-1
/
+1
*
Instructions generated by a disassembler can now
Sean Callanan
2012-08-01
1
-19
/
+18
*
<rdar://problem/11534686>
Greg Clayton
2012-05-25
1
-3
/
+16
*
<rdar://problem/11330621>
Greg Clayton
2012-05-10
1
-24
/
+72
*
First stage of implementing step by "run to next branch". Doesn't work yet, ...
Jim Ingham
2012-03-09
1
-0
/
+34
*
<rdar://problem/10997402>
Greg Clayton
2012-03-07
1
-2
/
+3
*
Added the ability to disassembly "count" instructions given a SBAddress.
Greg Clayton
2012-03-06
1
-2
/
+3
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-3
/
+3
*
Fixed a bug that caused the description strings
Sean Callanan
2012-02-14
1
-1
/
+2
*
Extended function lookup to allow the user to
Sean Callanan
2012-02-10
1
-1
/
+4
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-1
/
+1
*
I have added a function to SBTarget that allows
Sean Callanan
2011-12-14
1
-0
/
+31
*
Make sure that we print out function or symbol information. If we disassembled
Greg Clayton
2011-11-30
1
-1
/
+1
*
Added support for the new ".apple_objc" accelerator tables. These tables are
Greg Clayton
2011-10-27
1
-0
/
+19
*
Added ClangNamespaceDecl * parameters to several
Sean Callanan
2011-10-12
1
-1
/
+3
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-45
/
+51
*
Don't put modules for .o files into the global shared module list. We
Greg Clayton
2011-09-18
1
-1
/
+1
*
Move the SourceManager from the Debugger to the Target. That way it can stor...
Jim Ingham
2011-09-08
1
-2
/
+1
*
Fixed some issues with ARM backtraces by not processing any push/pop
Greg Clayton
2011-07-06
1
-1
/
+1
*
Remove the disassembly option: "eOptionShowCurrentLine" and replaced it with
Greg Clayton
2011-06-28
1
-7
/
+3
*
Fixed an issue where SBFrame::GetDisassembly() was returning disassembly that
Greg Clayton
2011-06-22
1
-23
/
+14
*
While implementing unwind information using UnwindAssemblyInstEmulation I ran
Greg Clayton
2011-05-09
1
-4
/
+4
*
Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added
Greg Clayton
2011-04-27
1
-3
/
+3
*
Changed the emulate instruction function to take emulate options which
Greg Clayton
2011-04-26
1
-9
/
+8
*
Fixed the SymbolContext::DumpStopContext() to correctly indent and dump
Greg Clayton
2011-04-23
1
-9
/
+18
*
Change code for reading emulation data files to read the new file
Caroline Tice
2011-04-22
1
-12
/
+225
*
Use self.TraceOn() API to decide whether to print debug output.
Johnny Chen
2011-04-21
1
-6
/
+6
*
Add the infrastructure to test instruction emulations automatically.
Caroline Tice
2011-04-19
1
-0
/
+148
[next]