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
/
ABI
/
MacOSX-arm
/
ABIMacOSX_arm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Have ABI plugins vend llvm MCRegisterInfo data
Pavel Labath
2019-09-25
1
-1
/
+2
*
Support Linux signal return trampolines in frame initialization
Joseph Tremoulet
2019-07-19
1
-0
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-6
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Replace auto -> llvm::Optional<uint64_t>
Adrian Prantl
2019-01-15
1
-3
/
+4
*
Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
Adrian Prantl
2019-01-15
1
-13
/
+19
*
Since ABI's now hold a process WP, they should be handed
Jim Ingham
2018-11-13
1
-4
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-2
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-10
/
+6
*
Update ABIMacOSX_arm::PrepareTrivialCall to correctly align the
Jason Molenda
2017-09-27
1
-4
/
+5
*
Change the ABI class to have a weak pointer to its Process;
Jason Molenda
2017-06-29
1
-14
/
+11
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-7
/
+7
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-836
/
+1928
*
Fix more RegisterInfo initialization issues and quiet hundreds of warnings.
Greg Clayton
2016-08-08
1
-106
/
+106
*
Made templates that have Enumeration values as arguments work correctly.
Greg Clayton
2016-06-24
1
-3
/
+3
*
Revert r273524, it may have been the cause of a linux testbot failure
Jason Molenda
2016-06-23
1
-1
/
+1
*
Do some minor renames of "Mac OS X" to "macOS".
Jason Molenda
2016-06-23
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Plugins...
Eugene Zelenko
2016-02-26
1
-116
/
+120
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-18
/
+4
*
Add support for the armv7k ABI which has some small
Jason Molenda
2015-11-05
1
-2
/
+109
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-16
/
+16
*
Further reduction of Clang-related header inclusion.
Bruce Mitchener
2015-09-21
1
-1
/
+0
*
Clean up register naming conventions inside lldb.
Jason Molenda
2015-09-15
1
-84
/
+84
*
Use LLVM casting for TypeSystem so you can cast it to subclasses.
Greg Clayton
2015-09-08
1
-6
/
+0
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-3
/
+3
*
A messy bit of cleanup: Move towards more descriptive names
Jason Molenda
2015-08-15
1
-2
/
+2
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-3
/
+3
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
1
-1
/
+2
*
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
Pavel Labath
2015-06-08
1
-2
/
+1
*
Introduce a TypeSystem interface to support adding non-clang languages.
Pavel Labath
2015-06-08
1
-1
/
+2
*
This patch adds required piece of code for SysV Abi for arm.
Omair Javaid
2015-04-29
1
-5
/
+11
*
UnwindPlan::Row refactor -- add support for CFA set by a DWARF expression
Pavel Labath
2015-02-23
1
-3
/
+2
*
Make a more complete fix for always supplying an execution context when getti...
Greg Clayton
2015-02-12
1
-3
/
+3
*
Preparatory infrastructural work to support dynamically determining sizes of ...
Enrico Granata
2015-01-28
1
-3
/
+3
*
Mark the armv7 q0-q3 and q8-q15 registers as volatile (not callee
Jason Molenda
2014-12-02
1
-0
/
+30
*
lldb: remove adhoc implementation of array_sizeof
Saleem Abdulrasool
2014-06-27
1
-2
/
+3
*
Better error reporting when a variable can't be
Sean Callanan
2014-02-28
1
-1
/
+7
*
Changed the ABIs and ClangFunction to take a
Sean Callanan
2013-11-08
1
-43
/
+33
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-1
/
+1
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-1
/
+1
*
Add link to Darwin iOS arm ABI docs in ABIMacOSX_arm.cpp.
Jason Molenda
2013-08-23
1
-0
/
+5
*
Fix ABIMacOSX_arm::RegisterIsVolatile() so it identifies r12 as a volatile reg.
Jason Molenda
2013-08-22
1
-2
/
+2
*
Simplify the CreateFunctionEntryUnwindPlan () and CreateDefaultUnwindPlan()
Jason Molenda
2013-08-22
1
-28
/
+10
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-31
/
+21
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-16
/
+12
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-1
/
+1
*
Don't read the SP when getting argument values from registers in case the SP ...
Greg Clayton
2012-12-18
1
-5
/
+10
[next]