Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Core
/
Opcode.cpp
672d2c1
Remove comments after header includes.
by Jonas Devlieghere
· 7 years ago
5b06c22
Remove manual byte counting from Opcode::Dump
by Raphael Isemann
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
2f3df61
iwyu fixes for lldbCore.
by Zachary Turner
· 8 years ago
666cc0b
Move DataBuffer / DataExtractor and friends from Core -> Utility.
by Zachary Turner
· 9 years ago
01c3243
Remove dependencies from Utility to Core and Target.
by Zachary Turner
· 9 years ago
bf9a773
Move classes from Core -> Utility.
by Zachary Turner
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
8918372
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; other minor fixes.
by Eugene Zelenko
· 10 years ago
9ccb970
Make lldb::endian::InlHostByteOrder() private.
by Bruce Mitchener
· 10 years ago
3985c8c
sanitise sign comparisons
by Saleem Abdulrasool
· 11 years ago
9035996
Handle endianness in the Opcode class
by Ed Maste
· 12 years ago
db3c60e
Remove EOL whitespace and redundant break statement
by Ed Maste
· 12 years ago
d01b295
Resolve printf formatting warnings on Linux:
by Daniel Malea
· 13 years ago
cd4ae1a
Changed the Opcode::GetData() API so that it didn't
by Sean Callanan
· 13 years ago
79101b5
Fixed an error in the thumb opcode encoding. We need the 32 bit thumb instructions to be encoded as a 32 bit value for the EmulateARM code.
by Greg Clayton
· 13 years ago
5c97c2f
Improved raw disassembly output for Thumb.
by Sean Callanan
· 13 years ago
ba812f4
<rdar://problem/11330621>
by Greg Clayton
· 13 years ago
d1411e1
Cleaned up code that was getting SBData for an SBInstruction.
by Greg Clayton
· 13 years ago
8f7180b
Added more functionality to the public API to allow for better
by Greg Clayton
· 14 years ago
357132e
Added the ability to get the min and max instruction byte size for
by Greg Clayton
· 15 years ago
1080edbc
Cleaned up the Disassembler code a bit more. You can now request a disassembler
by Greg Clayton
· 15 years ago
0ae9627
Made the lldb_private::Opcode struct into a real boy... I mean class.
by Greg Clayton
· 15 years ago