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
Commit message (
Expand
)
Author
Age
Files
Lines
*
return-object-by-reference ("non trivial") xfail on arm64 in TestTrivialABI.py
Jason Molenda
2019-12-11
1
-0
/
+2
*
[ARC] Add SystemV ABI
Tatyana Krasnukha
2019-10-17
4
-0
/
+734
*
Add arm64_32 support to lldb, an ILP32 codegen
Jason Molenda
2019-10-16
2
-2
/
+4
*
Have ABI plugins vend llvm MCRegisterInfo data
Pavel Labath
2019-09-25
29
-43
/
+99
*
[ABISysV] Fix regression for Simulator and MacABI
Jonas Devlieghere
2019-09-23
1
-7
/
+23
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
9
-117
/
+76
*
Support Linux signal return trampolines in frame initialization
Joseph Tremoulet
2019-07-19
12
-0
/
+13
*
[lldb] [Plugins/SysV-x86_64] NetBSD is also using SysV ABI
Michal Gorny
2019-06-27
1
-0
/
+1
*
[ABI] Remove unused variables in ABIWindows_x86_64
Alex Langford
2019-06-24
1
-4
/
+0
*
[ABI] Implement Windows ABI for x86_64
Alex Langford
2019-06-24
5
-2
/
+1932
*
ABI: reflow the table text (NFC)
Saleem Abdulrasool
2019-06-10
1
-954
/
+84
*
[ABI] Fix SystemV ABI to handle nested aggregate type returned in register
Alex Langford
2019-06-04
1
-48
/
+88
*
Fix integer literals which are cast to bool
Jonas Devlieghere
2019-05-24
1
-15
/
+15
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-3
/
+3
*
Simplify Triple::ppc64{,le} checks with Triple::isPPC64()
Fangrui Song
2019-05-16
1
-3
/
+1
*
Simplify ArchSpec::IsMIPS()
Fangrui Song
2019-05-16
1
-4
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
26
-104
/
+0
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
8
-83
/
+88
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
26
-104
/
+78
*
Simplify code by using Optional::getValueOr()
Adrian Prantl
2019-01-15
1
-2
/
+1
*
Replace auto -> llvm::Optional<uint64_t>
Adrian Prantl
2019-01-15
12
-49
/
+72
*
Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
Adrian Prantl
2019-01-15
12
-339
/
+399
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
2
-7
/
+2
*
Since ABI's now hold a process WP, they should be handed
Jim Ingham
2018-11-13
12
-48
/
+12
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
26
-103
/
+0
*
Fix (and improve) the support for C99 variable length array types
Adrian Prantl
2018-11-05
1
-1
/
+1
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
13
-18
/
+18
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
13
-176
/
+159
*
[lldb][PPC64] Fixed vector and struct return value
Pavel Labath
2018-02-16
1
-145
/
+574
*
Add SysV Abi for PPC64le
Pavel Labath
2018-01-22
2
-441
/
+119
*
[ABI] Remove dead code that was copy-pasted all around. NFCI.
Davide Italiano
2017-11-18
2
-82
/
+0
*
[ABI/SysV] Remove more dead code. NFCI.
Davide Italiano
2017-11-18
1
-42
/
+0
*
Allow SysV-i386 ABI on everything other than Apple targets
Stephane Sezer
2017-10-26
1
-5
/
+6
*
Update ABISysV_arm64::RegisterIsVolatile to accept registers prefixed with r
Stephane Sezer
2017-10-09
1
-1
/
+1
*
Update ABIMacOSX_arm::PrepareTrivialCall to correctly align the
Jason Molenda
2017-09-27
1
-4
/
+5
*
[ABI] Rewrite RegisterIsCalleeSaved.
Davide Italiano
2017-09-04
1
-46
/
+11
*
Make i386-*-freebsd expression work on JIT path
Ed Maste
2017-08-16
1
-1
/
+1
*
Change the ABI class to have a weak pointer to its Process;
Jason Molenda
2017-06-29
26
-65
/
+62
*
Tweak SysV_arm64 function entry unwind plan
Pavel Labath
2017-06-19
1
-4
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
26
-117
/
+118
*
ABISysV_arm64: compute return value for large vectors correctly
Pavel Labath
2017-05-05
1
-18
/
+16
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
8
-8
/
+8
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
10
-10
/
+10
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
14
-27
/
+27
*
[CMake] Add explicit dependencies to plugins
Chris Bieneman
2017-01-31
13
-13
/
+106
*
Fix log typo in ABISysV_arm64.cpp
Omair Javaid
2017-01-13
1
-1
/
+1
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
8
-8
/
+8
*
[LLDB][MIPS] Fix TestReturnValue failure for MIPS
Nitesh Jain
2016-10-10
1
-27
/
+39
*
NFC: Reformat ABISysV_i386 register context into something readable
Pavel Labath
2016-09-09
1
-668
/
+60
*
Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support.
Valentina Giusti
2016-09-08
2
-2
/
+155
[next]