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
/
AArch64
/
AArch64CallLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
-2
/
+1
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
*
[GlobalISel][IRTranslator] Fix crash during translation of zero sized loads/s...
Amara Emerson
2017-11-30
1
-0
/
+2
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
[GISel]: Fix generation of illegal COPYs during CallLowering
Aditya Nandakumar
2017-10-09
1
-2
/
+12
*
GlobalISel (AArch64): fix ABI at border between GPRs and SP.
Tim Northover
2017-08-21
1
-6
/
+11
*
Move helper classes into anonymous namespaces.
Benjamin Kramer
2017-08-20
1
-0
/
+2
*
Revert "GlobalISel (AArch64): fix ABI at border between GPRs and SP."
Diana Picus
2017-08-18
1
-5
/
+1
*
GlobalISel (AArch64): fix ABI at border between GPRs and SP.
Tim Northover
2017-08-17
1
-1
/
+5
*
[GlobalISel] Make GlobalISel a non-optional library.
Quentin Colombet
2017-08-03
1
-4
/
+0
*
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
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-1
/
+1
*
[GlobalISel] Use the correct calling conv for calls
Diana Picus
2017-03-20
1
-2
/
+3
*
Remove getArgumentList() in favor of arg_begin(), args(), etc
Reid Kleckner
2017-03-16
1
-2
/
+1
*
Recommit: [globalisel] Change LLT constructor string into an LLT-based object...
Daniel Sanders
2017-03-07
1
-2
/
+2
*
Revert r297177: Change LLT constructor string into an LLT-based object ...
Daniel Sanders
2017-03-07
1
-2
/
+2
*
[globalisel] Change LLT constructor string into an LLT-based object that know...
Daniel Sanders
2017-03-07
1
-2
/
+2
*
GlobalISel: restrict G_EXTRACT instruction to just one operand.
Tim Northover
2017-03-06
1
-20
/
+25
*
GlobalISel: record correct stack usage for signext parameters.
Tim Northover
2017-03-02
1
-3
/
+7
*
Revert r296474 - [globalisel] Change LLT constructor string into an LLT subcl...
Daniel Sanders
2017-02-28
1
-2
/
+2
*
[globalisel] Change LLT constructor string into an LLT subclass that knows ho...
Daniel Sanders
2017-02-28
1
-2
/
+2
*
GlobalISel: select G_VASTART on iOS AArch64.
Tim Northover
2017-02-08
1
-1
/
+21
*
[AArch64] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-02-01
1
-9
/
+27
*
GlobalISel: add callseq instructions to record stack usage
Tim Northover
2017-01-17
1
-1
/
+10
*
GlobalISel: correctly handle varargs
Tim Northover
2017-01-17
1
-19
/
+36
*
Apply clang-tidy's performance-unnecessary-value-param to LLVM.
Benjamin Kramer
2017-01-13
1
-5
/
+4
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-1
/
+1
*
[AArch64][CallLowering] Constraint registers on target specific instruction
Quentin Colombet
2016-12-22
1
-1
/
+12
*
[GlobalISel] Move extendRegister where it belongs. NFCI
Diana Picus
2016-12-13
1
-28
/
+0
*
GlobalISel: simplify MachineIRBuilder interface.
Tim Northover
2016-12-07
1
-6
/
+6
*
GlobalISel: handle 1-element aggregates during ABI lowering.
Tim Northover
2016-12-05
1
-2
/
+4
*
[GlobalISel] Extract handleAssignments out of AArch64CallLowering
Diana Picus
2016-12-05
1
-40
/
+4
*
GlobalISel: handle stack-based parameters on AArch64.
Tim Northover
2016-09-22
1
-71
/
+154
*
GlobalISel: produce correct code for signext/zeroext ABI flags.
Tim Northover
2016-09-21
1
-85
/
+103
*
GlobalISel: pass Function to lowerFormalArguments directly (NFC).
Tim Northover
2016-09-21
1
-4
/
+4
*
GlobalISel: split aggregates for PCS lowering
Tim Northover
2016-09-20
1
-39
/
+126
*
GlobalISel: move type information to MachineRegisterInfo.
Tim Northover
2016-09-09
1
-2
/
+2
*
GlobalISel: use G_TYPE to annotate physregs with a type.
Tim Northover
2016-08-31
1
-35
/
+34
*
GlobalISel: legalize frem to a libcall on AArch64.
Tim Northover
2016-08-29
1
-1
/
+1
*
GlobalISel: rework CallLowering so that it can be used for libcalls too.
Tim Northover
2016-08-29
1
-17
/
+8
*
[AArch64][CallLowering] Do not assert for not implemented part.
Quentin Colombet
2016-08-27
1
-6
/
+9
*
GlobalISel: implement simple function calls on AArch64.
Tim Northover
2016-08-10
1
-35
/
+114
*
GlobalISel: IRTranslate PHI instructions
Tim Northover
2016-08-05
1
-0
/
+2
*
CodeGen: improve MachineInstrBuilder & MachineIRBuilder interface
Tim Northover
2016-07-29
1
-3
/
+2
*
GlobalISel[AArch64]: support pointer types in argument lowering.
Tim Northover
2016-07-25
1
-2
/
+5
*
[GlobalISel] Coding style and whitespace fixes
Tom Stellard
2016-04-14
1
-2
/
+2
*
[AArch64] gcc does not like litteral without quotes even on preprocessor macros.
Quentin Colombet
2016-04-07
1
-1
/
+1
[prev]
[next]