Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
lldb
/
source
/
Plugins
/
Disassembler
/
llvm
/
DisassemblerLLVMC.h
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
4740a73
Added the "frame diagnose" command and use its output to make crash info better.
by Sean Callanan
· 9 years ago
16ff860
remove use of Mutex in favour of std::{,recursive_}mutex
by Saleem Abdulrasool
· 9 years ago
d38f4d2
DisassemblerLLVMC now gets the disassembler comments for an instruction
by Sean Callanan
· 10 years ago
45a4014
Fix Clang-tidy modernize-use-override warnings in include/lldb/Disassembler and OperatingSystem; other minor fixes.
by Eugene Zelenko
· 10 years ago
8dd3fdb
Revert r250872 in source/Plugins/Disassembler to fix MSVC builds failures.
by Eugene Zelenko
· 10 years ago
4c3f2b9
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes.
by Eugene Zelenko
· 10 years ago
7f3daed
[MIPS] Avoid breakpoint in delay slot
by Bhushan D. Attarde
· 10 years ago
501a781
[LLDB][MIPS] Detect MIPS application specific extensions like micromips
by Jaydeep Patil
· 10 years ago
276a930
[LLDB][MIPS] Emulation of MIPS64 floating-point branch instructions
by Mohit K. Bhakkad
· 10 years ago
a3e4ceb
Remove trailing spaces
by Sylvestre Ledru
· 11 years ago
d79ae05
New settings: target.use-hex-immediates and target.hex-immediates-style
by Daniel Malea
· 12 years ago
57abc5d
<rdar://problem/13854277> <rdar://problem/13594769>
by Greg Clayton
· 12 years ago
7b0992d
After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11.
by Greg Clayton
· 12 years ago
e01e07b
Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++.
by Greg Clayton
· 12 years ago
3faf47c
<rdar://problem/11730263>
by Greg Clayton
· 13 years ago
0f063ba
Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's.
by Jim Ingham
· 13 years ago
c7bece56
<rdar://problem/13069948>
by Greg Clayton
· 13 years ago
ba812f4
<rdar://problem/11330621>
by Greg Clayton
· 13 years ago
95e5c63
Added a new disassembler plugin, DisassemblerLLVMC,
by Sean Callanan
· 14 years ago