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
/
Opcode.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-3
/
+3
*
Remove manual byte counting from Opcode::Dump
Raphael Isemann
2018-08-20
1
-13
/
+14
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-2
/
+2
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-8
/
+6
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-2
/
+2
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-121
/
+104
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-11
1
-13
/
+7
*
Make lldb::endian::InlHostByteOrder() private.
Bruce Mitchener
2015-11-07
1
-1
/
+1
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-1
/
+1
*
Handle endianness in the Opcode class
Ed Maste
2013-12-09
1
-26
/
+57
*
Remove EOL whitespace and redundant break statement
Ed Maste
2013-10-04
1
-11
/
+11
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
*
Changed the Opcode::GetData() API so that it didn't
Sean Callanan
2012-08-07
1
-11
/
+4
*
Fixed an error in the thumb opcode encoding. We need the 32 bit thumb instruc...
Greg Clayton
2012-08-07
1
-8
/
+21
*
Improved raw disassembly output for Thumb.
Sean Callanan
2012-08-06
1
-22
/
+10
*
<rdar://problem/11330621>
Greg Clayton
2012-05-10
1
-3
/
+27
*
Cleaned up code that was getting SBData for an SBInstruction.
Greg Clayton
2012-04-11
1
-0
/
+35
*
Added more functionality to the public API to allow for better
Greg Clayton
2011-09-26
1
-0
/
+17
*
Added the ability to get the min and max instruction byte size for
Greg Clayton
2011-03-26
1
-1
/
+1
*
Cleaned up the Disassembler code a bit more. You can now request a disassembler
Greg Clayton
2011-03-25
1
-1
/
+47
*
Made the lldb_private::Opcode struct into a real boy... I mean class.
Greg Clayton
2011-03-24
1
-0
/
+18