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
/
ARM64
/
EmulateInstructionARM64.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add arm64_32 support to lldb, an ILP32 codegen
Jason Molenda
2019-10-16
1
-1
/
+2
*
Support Linux signal return trampolines in frame initialization
Joseph Tremoulet
2019-07-19
1
-0
/
+1
*
Fix integer literals which are cast to bool
Jonas Devlieghere
2019-05-24
1
-2
/
+2
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-2
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-9
/
+4
*
Revert a hunk that shouldn't have been included in the last commit.
Frederic Riss
2018-12-09
1
-1
/
+1
*
Remove some UB in RegisterContextDarwin_arm64.cpp
Frederic Riss
2018-12-09
1
-1
/
+1
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-2
/
+1
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-8
/
+7
*
[ARM64] Remove unused function. NFCI.
Davide Italiano
2018-01-02
1
-13
/
+0
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-1
/
+1
*
Remove uses of std::auto_ptr, it's going away in C++17.
Benjamin Kramer
2017-09-14
1
-4
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-2
/
+2
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-0
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Convert AutoComplete related code to StringRef.
Zachary Turner
2016-11-17
1
-2
/
+1
*
Fix a bug where the EmulateInstructionARM64 handling of STP/LDP instructions
Jason Molenda
2016-11-01
1
-67
/
+75
*
Add a first unit test for the arm64 instruction profiled unwind
Jason Molenda
2016-10-11
1
-3
/
+8
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-912
/
+970
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-1
/
+1
*
Silence some -Wunused-but-set-variable with gcc 5.2.0
Saleem Abdulrasool
2015-10-18
1
-6
/
+0
*
Make use of lldv::Triple::isAndroid
Tamas Berghammer
2015-10-14
1
-1
/
+1
*
Improve instruction emulation based stack unwinding
Tamas Berghammer
2015-08-20
1
-4
/
+6
*
Improve aarch64 instruction emulation
Tamas Berghammer
2015-07-20
1
-75
/
+211
*
Improve conditional opcode handling in emulation based unwinding
Tamas Berghammer
2015-07-17
1
-10
/
+6
*
Add branch emulation to aarch64 instruction emulator
Tamas Berghammer
2015-06-26
1
-34
/
+345
*
Remove unused variable
Ed Maste
2015-06-24
1
-1
/
+0
*
Improve instruction emulation based stack unwinding on ARM
Tamas Berghammer
2015-06-24
1
-6
/
+1
*
UnwindPlan::Row refactor -- add support for CFA set by a DWARF expression
Pavel Labath
2015-02-23
1
-1
/
+1
*
Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.
Todd Fiala
2014-07-23
1
-1
/
+1
*
Replace uint32_t by lldb::RegisterKing in register context API.
Jean-Daniel Dupas
2014-07-02
1
-1
/
+1
*
lldb: remove adhoc implementation of array_sizeof
Saleem Abdulrasool
2014-06-27
1
-1
/
+2
*
Fix Windows warnings.
Todd Fiala
2014-05-28
1
-1
/
+1
*
Args::StringToGenericRegister will now accept "lr" as
Jason Molenda
2014-05-09
1
-0
/
+2
*
Address warnings in EmulateInstructionARM64
Ed Maste
2014-04-28
1
-8
/
+2
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-0
/
+722