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
/
EmulateInstruction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a "memset clearing an object of non-trivial type" warning in EmulateInstr...
Pavel Labath
2019-03-19
1
-8
/
+1
*
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
-9
/
+9
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Move dumping code out of RegisterValue class
Pavel Labath
2018-07-24
1
-1
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-3
/
+3
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-9
/
+17
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
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
-2
/
+2
*
[lldb] Fix typos in file headers
Alexander Shaposhnikov
2016-11-26
1
-1
/
+1
*
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
-569
/
+501
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-03
1
-64
/
+44
*
Clean up register naming conventions inside lldb.
Jason Molenda
2015-09-15
1
-2
/
+2
*
A messy bit of cleanup: Move towards more descriptive names
Jason Molenda
2015-08-15
1
-4
/
+4
*
Replace uint32_t by lldb::RegisterKing in register context API.
Jean-Daniel Dupas
2014-07-02
1
-7
/
+9
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-4
/
+4
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-4
/
+4
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-1
/
+2
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-1
/
+1
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-4
/
+0
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-8
/
+8
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-2
/
+2
*
The second part in thread hardening the internals of LLDB where we make
Greg Clayton
2012-02-18
1
-29
/
+17
*
Created a std::string in the base StopInfo class for the description and
Greg Clayton
2011-06-04
1
-0
/
+4
*
Added generic register numbers for simple ABI argument registers and defined
Greg Clayton
2011-05-15
1
-1
/
+1
*
Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their
Greg Clayton
2011-05-11
1
-67
/
+67
*
While implementing unwind information using UnwindAssemblyInstEmulation I ran
Greg Clayton
2011-05-09
1
-61
/
+131
*
Remove type cast that was causing compiler warning.
Caroline Tice
2011-05-03
1
-2
/
+2
*
Added the start of the CFI row production using the
Greg Clayton
2011-04-29
1
-5
/
+5
*
Got the EmulateInstruction CFI code a lot closer to producing CFI data.
Greg Clayton
2011-04-26
1
-247
/
+212
*
Changed the emulate instruction function to take emulate options which
Greg Clayton
2011-04-26
1
-89
/
+81
*
Order of initialization lists.
Stephen Wilson
2011-04-11
1
-1
/
+1
*
Fix various things in the instruction emulation code:
Caroline Tice
2011-04-08
1
-2
/
+4
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-2
/
+2
*
Translate dwarf register numbers to internal register numbers
Caroline Tice
2011-04-06
1
-2
/
+10
*
Convert "process" read/write callback functions to "frame" read/write callbac...
Caroline Tice
2011-04-05
1
-34
/
+38
*
Add the rest of the mechanisms to make ARM instruction emulation usable/possi...
Caroline Tice
2011-04-05
1
-7
/
+522
*
Made the lldb_private::Opcode struct into a real boy... I mean class.
Greg Clayton
2011-03-24
1
-1
/
+1
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-2
/
+2
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-3
/
+3
*
Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz.
Greg Clayton
2011-02-05
1
-1
/
+1
*
Remove bzero use and replace with memset (patch from Kirk Beitz).
Greg Clayton
2011-02-04
1
-1
/
+1
*
Modified the PluginManager to be ready for loading plug-ins from a system
Greg Clayton
2011-02-02
1
-0
/
+26
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-1
/
+2
*
Made the EmulateInstruction class into a plug-in interface and moved the
Greg Clayton
2011-02-01
1
-0
/
+98