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
/
CodeGen
/
GlobalISel
/
CallLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move tail call disabling code to target independent code
Reid Kleckner
2020-01-03
1
-1
/
+5
*
[Alignment][NFC] TargetCallingConv::setByValAlign
Guillaume Chatelet
2019-10-21
1
-1
/
+1
*
[Alignment][NFC] TargetCallingConv::setOrigAlign and TargetLowering::getABIAl...
Guillaume Chatelet
2019-10-21
1
-3
/
+3
*
[GISel][CallLowering] Enable vector support in argument lowering
Quentin Colombet
2019-10-11
1
-4
/
+2
*
[AArch64][GlobalISel] Choose CCAssignFns per-argument for tail call lowering
Jessica Paquette
2019-09-25
1
-6
/
+12
*
[AArch64][GlobalISel] Support sibling calls with outgoing arguments
Jessica Paquette
2019-09-12
1
-3
/
+3
*
[AArch64][GlobalISel] Fall back on attempts to allocate split types on the st...
Amara Emerson
2019-09-11
1
-6
/
+14
*
[AArch64][GlobalISel] Support sibling calls with mismatched calling conventions
Jessica Paquette
2019-09-10
1
-0
/
+69
*
Recommit "[AArch64][GlobalISel] Teach AArch64CallLowering to handle basic sib...
Jessica Paquette
2019-09-05
1
-1
/
+3
*
Revert rL370996 from llvm/trunk: [AArch64][GlobalISel] Teach AArch64CallLower...
Simon Pilgrim
2019-09-05
1
-3
/
+1
*
[AArch64][GlobalISel] Teach AArch64CallLowering to handle basic sibling calls
Jessica Paquette
2019-09-04
1
-1
/
+3
*
[GlobalISel][CallLowering] Add support for splitting types according to calli...
Amara Emerson
2019-09-03
1
-27
/
+140
*
[AArch64][GlobalISel] Fall back when translating musttail calls
Jessica Paquette
2019-08-28
1
-0
/
+1
*
GlobalISel: pack various parameters for lowerCall into a struct.
Tim Northover
2019-08-09
1
-11
/
+11
*
[GlobalISel][CallLowering] Rename isArgumentHandler() -> isIncomingArgumentHa...
Amara Emerson
2019-08-05
1
-2
/
+2
*
GlobalISel: support swiftself attribute
Tim Northover
2019-08-02
1
-3
/
+0
*
[GISel] Pass MD_callees metadata down in call lowering.
Mark Lacey
2019-07-31
1
-1
/
+5
*
GlobalISel: Add overload of handleAssignments with CCState
Matt Arsenault
2019-07-16
1
-2
/
+11
*
GlobalISel: Use Register
Matt Arsenault
2019-07-11
1
-5
/
+5
*
[GlobalISel] Accept multiple vregs for lowerCall's args
Diana Picus
2019-06-27
1
-1
/
+1
*
[GlobalISel] Accept multiple vregs for lowerCall's result
Diana Picus
2019-06-27
1
-2
/
+3
*
[GlobalISel] Accept multiple vregs in lowerFormalArgs
Diana Picus
2019-06-27
1
-0
/
+42
*
[GlobalISel] Allow multiple VRegs in ArgInfo. NFC
Diana Picus
2019-06-27
1
-4
/
+10
*
GlobalISel: Remove unsigned variant of SrcOp
Matt Arsenault
2019-06-24
1
-1
/
+1
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
1
-3
/
+3
*
Reapply: IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-30
1
-1
/
+4
*
Revert "IR: add optional type to 'byval' function parameters"
Tim Northover
2019-05-29
1
-4
/
+1
*
IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-29
1
-1
/
+4
*
GlobalISel: support swifterror attribute on AArch64.
Tim Northover
2019-05-24
1
-6
/
+8
*
[GlobalISel] Fix a crash when handling an invalid MVT during call lowering.
Amara Emerson
2019-04-12
1
-1
/
+1
*
[GlobalISel][AArch64] Allow CallLowering to handle types which are normally
Amara Emerson
2019-04-09
1
-8
/
+46
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Add vtable anchor to classes.
Richard Trieu
2018-12-29
1
-0
/
+4
*
[GISel]: Remove an incorrect assert in CallLowering
Aditya Nandakumar
2018-09-28
1
-1
/
+0
*
[GlobalISel] Fall back to SDISel for swifterror/swiftself attributes.
Amara Emerson
2018-07-26
1
-0
/
+3
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[GISel]: Fix generation of illegal COPYs during CallLowering
Aditya Nandakumar
2017-10-09
1
-3
/
+4
*
[IR] Abstract away ArgNo+1 attribute indexing as much as possible
Reid Kleckner
2017-05-03
1
-1
/
+1
*
Re-land r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of A...
Reid Kleckner
2017-05-02
1
-2
/
+2
*
Revert r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of At...
Hans Wennborg
2017-04-28
1
-2
/
+2
*
[IR] Make add/remove Attributes use AttrBuilder instead of AttributeList
Reid Kleckner
2017-04-28
1
-2
/
+2
*
Make getParamAlignment use argument numbers
Reid Kleckner
2017-04-28
1
-2
/
+2
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-2
/
+2
*
[GlobalISel] Use the correct calling conv for calls
Diana Picus
2017-03-20
1
-1
/
+1
*
[GlobalISel] Use ImmutableCallSite instead of templates. NFC.
Ahmed Bougacha
2017-03-10
1
-19
/
+8
*
[ARM] GlobalISel: Lower double precision FP args
Diana Picus
2017-02-16
1
-2
/
+10
*
GlobalISel: merge invoke and call translation paths.
Tim Northover
2017-01-31
1
-1
/
+12
*
GlobalISel: correctly handle varargs
Tim Northover
2017-01-17
1
-3
/
+4
*
[GlobalISel] Move extendRegister where it belongs. NFCI
Diana Picus
2016-12-13
1
-0
/
+29
[next]