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
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Rewrite all Property related functions in terms of StringRef.
Zachary Turner
2016-11-17
1
-3
/
+2
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-3
/
+3
*
add stop column highlighting support
Todd Fiala
2016-09-21
1
-1
/
+5
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-5
/
+6
*
More cleanup in `frame diagnose,` eliminating a bunch of messy cases.
Sean Callanan
2016-09-14
1
-0
/
+11
*
Cleaned up some of the "frame diagnose" code to use Operands as currency.
Sean Callanan
2016-09-13
1
-0
/
+113
*
Fix unused variable and integer sign warnings from r280906
Ed Maste
2016-09-08
1
-3
/
+2
*
I'm experimenting with changing how the mixed source & assembly
Jason Molenda
2016-09-08
1
-32
/
+269
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1126
/
+897
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-1
/
+1
*
Now that there are no cycles that cause leaks in the disassembler/instruction...
Greg Clayton
2016-06-07
1
-36
/
+9
*
Consolidate the knowledge of what arm cores are always executing
Jason Molenda
2016-04-05
1
-4
/
+1
*
Unicode support on Win32.
Zachary Turner
2016-03-22
1
-4
/
+4
*
Remove unnecessary <limits> includes.
Jim Ingham
2016-03-15
1
-1
/
+0
*
Let's not convert from UINT32_MAX to the std::numeric_limits version.
Jim Ingham
2016-03-12
1
-5
/
+5
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-03
1
-170
/
+130
*
[MIPS] Avoid breakpoint in delay slot
Bhushan D. Attarde
2015-08-26
1
-0
/
+14
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-1
/
+0
*
The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.
Jason Molenda
2015-08-21
1
-1
/
+1
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-1
/
+1
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Add Hexagon packet support to ThreadPlanStepRange
Ted Woodward
2015-05-11
1
-2
/
+49
*
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
Pavel Labath
2015-02-20
1
-2
/
+2
*
Change the default disassembly format again. First attempt at
Jason Molenda
2015-02-13
1
-4
/
+47
*
When creating a disassembler for one of the arm variants that can
Jason Molenda
2015-02-07
1
-0
/
+18
*
Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...
Greg Clayton
2015-02-04
1
-12
/
+15
*
Add a new disassembly-format specification so that the disassembler
Jason Molenda
2014-10-10
1
-34
/
+21
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-3
/
+10
*
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
[next]