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
/
llvm
/
lib
/
Target
/
ARM
/
ARMCallLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[globalisel] Rename G_GEP to G_PTR_ADD
Daniel Sanders
2019-11-05
1
-1
/
+1
*
[Alignment][NFC] TargetCallingConv::setOrigAlign and TargetLowering::getABIAl...
Guillaume Chatelet
2019-10-21
1
-4
/
+2
*
[GISel][CallLowering] Make isIncomingArgumentHandler a pure virtual method
Quentin Colombet
2019-10-18
1
-0
/
+2
*
[GlobalISel][CallLowering] Add support for splitting types according to calli...
Amara Emerson
2019-09-03
1
-5
/
+6
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-1
/
+1
*
GlobalISel: pack various parameters for lowerCall into a struct.
Tim Northover
2019-08-09
1
-17
/
+12
*
[GlobalISel][CallLowering] Rename isArgumentHandler() -> isIncomingArgumentHa...
Amara Emerson
2019-08-05
1
-1
/
+1
*
GlobalISel: support swiftself attribute
Tim Northover
2019-08-02
1
-0
/
+1
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-1
/
+1
*
[GISel] Pass MD_callees metadata down in call lowering.
Mark Lacey
2019-07-31
1
-1
/
+2
*
[ARM GlobalISel] Cleanup CallLowering. NFC
Diana Picus
2019-07-17
1
-66
/
+18
*
[GlobalISel] Accept multiple vregs for lowerCall's args
Diana Picus
2019-06-27
1
-8
/
+3
*
[GlobalISel] Accept multiple vregs for lowerCall's result
Diana Picus
2019-06-27
1
-10
/
+3
*
[GlobalISel] Accept multiple vregs in lowerFormalArgs
Diana Picus
2019-06-27
1
-16
/
+39
*
[GlobalISel] Allow multiple VRegs in ArgInfo. NFC
Diana Picus
2019-06-27
1
-7
/
+15
*
GlobalISel: Remove unsigned variant of SrcOp
Matt Arsenault
2019-06-24
1
-13
/
+13
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
1
-12
/
+12
*
[ARM GlobalISel] Cleanup CallLowering a bit
Diana Picus
2019-05-27
1
-21
/
+12
*
[ARM GlobalISel] Be more careful about bailing out
Diana Picus
2019-04-30
1
-2
/
+2
*
[GlobalISel][AArch64] Allow CallLowering to handle types which are normally
Amara Emerson
2019-04-09
1
-0
/
+2
*
GlobalISel: Fix creating MMOs with align 0
Matt Arsenault
2019-01-31
1
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix capitalization. NFC
Diana Picus
2019-01-17
1
-6
/
+6
*
[ARM GlobalISel] Allow calls to varargs functions
Diana Picus
2019-01-17
1
-3
/
+4
*
[ARM GlobalISel] Implement call lowering for Thumb2
Diana Picus
2018-12-05
1
-13
/
+36
*
[GlobalISel] Rewrite CallLowering::lowerReturn to accept multiple VRegs per V...
Alexander Ivchenko
2018-08-02
1
-13
/
+22
*
[GlobalISel][IRTranslator] Split aggregates during IR translation.
Amara Emerson
2018-05-16
1
-1
/
+6
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
1
-1
/
+1
*
Fix layering by moving ValueTypes.h from CodeGen to IR
David Blaikie
2018-03-23
1
-1
/
+1
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
[GISel]: Don't assert when constraining RegisterOperands which are uses.
Aditya Nandakumar
2018-02-26
1
-1
/
+1
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-3
/
+3
*
[ARM GlobalISel] Bail out for byval
Diana Picus
2017-11-30
1
-1
/
+7
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
[ARM GlobalISel] Move the check for Thumb higher up
Diana Picus
2017-11-03
1
-6
/
+6
*
[ARM GlobalISel] Fix call opcodes
Diana Picus
2017-10-25
1
-4
/
+11
*
[GISel]: Fix generation of illegal COPYs during CallLowering
Aditya Nandakumar
2017-10-09
1
-5
/
+18
*
[ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...
Eugene Zelenko
2017-09-20
1
-10
/
+40
*
Fix ARMv4 support
Joerg Sonnenberger
2017-08-28
1
-1
/
+3
*
[GlobalISel] Make GlobalISel a non-optional library.
Quentin Colombet
2017-08-03
1
-4
/
+0
*
fix trivial typos in comments; NFC
Hiroshi Inoue
2017-07-04
1
-1
/
+1
*
[ARM] GlobalISel: Lower only homogeneous struct args
Diana Picus
2017-06-15
1
-31
/
+24
*
[ARM] GlobalISel: Purge G_SEQUENCE
Diana Picus
2017-06-07
1
-3
/
+2
*
[ARM] GlobalISel: Constrain callee register on indirect calls
Diana Picus
2017-06-05
1
-1
/
+10
*
[ARM] GlobalISel: Support struct params/returns
Diana Picus
2017-06-02
1
-3
/
+11
*
[ARM] GlobalISel: Extract helper. NFCI.
Diana Picus
2017-05-29
1
-29
/
+34
*
[ARM] GlobalISel: Support array returns
Diana Picus
2017-05-29
1
-3
/
+25
*
[ARM] GlobalISel: Support array parameters/arguments
Diana Picus
2017-05-29
1
-13
/
+67
*
Add extra operand to CALLSEQ_START to keep frame part set up previously
Serge Pavlov
2017-05-09
1
-1
/
+1
*
[IR] Abstract away ArgNo+1 attribute indexing as much as possible
Reid Kleckner
2017-05-03
1
-1
/
+1
[next]