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
/
Plugins
/
Instruction
/
ARM
/
EmulationStateARM.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-7
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-2
/
+2
*
silence a couple of -Wqual-cast warning from GCC (NFC)
Saleem Abdulrasool
2017-07-19
1
-1
/
+2
*
[ARM/Emulation] Remove an unneeded comparison and simplify. NFCI.
Davide Italiano
2017-04-14
1
-2
/
+2
*
Fix two places where an arm instruction emulation method
Jason Molenda
2017-03-21
1
-3
/
+6
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-367
/
+302
*
Fix ARM instruction emulation tests on big-endian systems
Ulrich Weigand
2016-04-14
1
-52
/
+64
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-1
/
+1
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-2
/
+2
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-2
/
+2
*
Fix some more mismatched integer types causing compiler warnings.
Andy Gibbs
2013-06-24
1
-1
/
+1
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-0
/
+2
*
While implementing unwind information using UnwindAssemblyInstEmulation I ran
Greg Clayton
2011-05-09
1
-38
/
+29
*
Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added
Greg Clayton
2011-04-27
1
-3
/
+3
*
Got the EmulateInstruction CFI code a lot closer to producing CFI data.
Greg Clayton
2011-04-26
1
-39
/
+6
*
Changed the emulate instruction function to take emulate options which
Greg Clayton
2011-04-26
1
-19
/
+23
*
Change code for reading emulation data files to read the new file
Caroline Tice
2011-04-22
1
-76
/
+90
*
Add the infrastructure to test instruction emulations automatically.
Caroline Tice
2011-04-19
1
-0
/
+428