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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLDB] [ARM] Use r11 as frame pointer on Windows on ARM
Martin Storsjö
2019-11-29
1
-2
/
+6
*
Support Linux signal return trampolines in frame initialization
Joseph Tremoulet
2019-07-19
1
-0
/
+1
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
2
-14
/
+14
*
typedef enum -> enum
Fangrui Song
2019-05-14
1
-3
/
+3
*
Fix file names in file headers. NFC
Fangrui Song
2019-05-13
2
-2
/
+2
*
Fix UNPREDICTABLE check in EmulateInstructionARM::EmulateADDRegShift
Raphael Isemann
2019-04-27
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-40
/
+0
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-6
/
+6
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
4
-16
/
+12
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-67
/
+25
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-2
/
+1
*
Upstreaming the BridgeOS device support and the
Jason Molenda
2018-10-11
1
-0
/
+1
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-2
/
+2
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
1
-3
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-311
/
+249
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-1
/
+1
*
silence a couple of -Wqual-cast warning from GCC (NFC)
Saleem Abdulrasool
2017-07-19
1
-1
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
[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
*
Fix various warnings. NFC
Zachary Turner
2017-03-02
1
-352
/
+0
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
2
-4
/
+4
*
Break some dependencies in lldbUtility.
Zachary Turner
2017-02-01
1
-0
/
+909
*
[CMake] [1/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+11
*
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
4
-12614
/
+12637
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-0
/
+1
*
Fix ARM instruction emulation tests on big-endian systems
Ulrich Weigand
2016-04-14
3
-62
/
+70
*
Consolidate the knowledge of what arm cores are always executing
Jason Molenda
2016-04-05
1
-10
/
+10
*
Fix handling of the arm IT instruction in the unwinder
Tamas Berghammer
2016-02-10
2
-22
/
+20
*
Fix single stepping over the IT instruction
Tamas Berghammer
2016-02-02
1
-5
/
+16
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-14
/
+0
*
Fix emulation of the thumb str instruction
Tamas Berghammer
2015-12-21
1
-2
/
+10
*
Fix the emulation of arm strd instruction
Tamas Berghammer
2015-12-18
1
-2
/
+5
*
Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOS
Jason Molenda
2015-11-05
1
-1
/
+2
*
Make use of lldv::Triple::isAndroid
Tamas Berghammer
2015-10-14
1
-1
/
+1
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Fix assertion failure caused by r245546
Tamas Berghammer
2015-08-21
1
-2
/
+1
*
Improve instruction emulation based stack unwinding
Tamas Berghammer
2015-08-20
1
-4
/
+7
*
Fix read/write context in EmulateInstructionARM strd/ldrd
Tamas Berghammer
2015-07-29
1
-4
/
+17
*
Remove non-utf-8 characters from EmulateInstructionARM
Tamas Berghammer
2015-07-29
1
-142
/
+142
*
Fix warnings related to virtual functions not being marked as override.
Greg Clayton
2015-07-22
1
-20
/
+19
*
Improve conditional opcode handling in emulation based unwinding
Tamas Berghammer
2015-07-17
2
-49
/
+27
*
[Makefiles] Align library names with CMake build
Keno Fischer
2015-07-14
1
-3
/
+3
*
Improve instruction emulation based stack unwinding on ARM
Tamas Berghammer
2015-06-24
1
-111
/
+203
*
Fix write register context in EmulateInstructionARM::EmulateMOVRdRm
Tamas Berghammer
2015-05-28
1
-1
/
+4
*
Fix write register context in EmulateInstructionARM::EmulateADDRdSPImm
Tamas Berghammer
2015-05-28
1
-2
/
+5
*
Fix write register context in EmulateInstructionARM::EmulateMOVRdRm
Tamas Berghammer
2015-05-27
1
-3
/
+3
*
Fix encoding of BX instrucion in EmulateInstructionARM
Tamas Berghammer
2015-05-18
1
-1
/
+1
[next]