summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64CallLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-1/+1
* [GlobalISel] Use the correct calling conv for callsDiana Picus2017-03-201-2/+3
* Remove getArgumentList() in favor of arg_begin(), args(), etcReid Kleckner2017-03-161-2/+1
* Recommit: [globalisel] Change LLT constructor string into an LLT-based object...Daniel Sanders2017-03-071-2/+2
* Revert r297177: Change LLT constructor string into an LLT-based object ...Daniel Sanders2017-03-071-2/+2
* [globalisel] Change LLT constructor string into an LLT-based object that know...Daniel Sanders2017-03-071-2/+2
* GlobalISel: restrict G_EXTRACT instruction to just one operand.Tim Northover2017-03-061-20/+25
* GlobalISel: record correct stack usage for signext parameters.Tim Northover2017-03-021-3/+7
* Revert r296474 - [globalisel] Change LLT constructor string into an LLT subcl...Daniel Sanders2017-02-281-2/+2
* [globalisel] Change LLT constructor string into an LLT subclass that knows ho...Daniel Sanders2017-02-281-2/+2
* GlobalISel: select G_VASTART on iOS AArch64.Tim Northover2017-02-081-1/+21
* [AArch64] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-02-011-9/+27
* GlobalISel: add callseq instructions to record stack usageTim Northover2017-01-171-1/+10
* GlobalISel: correctly handle varargsTim Northover2017-01-171-19/+36
* Apply clang-tidy's performance-unnecessary-value-param to LLVM.Benjamin Kramer2017-01-131-5/+4
* [CodeGen] Rename MachineInstrBuilder::addOperand. NFCDiana Picus2017-01-131-1/+1
* [AArch64][CallLowering] Constraint registers on target specific instructionQuentin Colombet2016-12-221-1/+12
* [GlobalISel] Move extendRegister where it belongs. NFCIDiana Picus2016-12-131-28/+0
* GlobalISel: simplify MachineIRBuilder interface.Tim Northover2016-12-071-6/+6
* GlobalISel: handle 1-element aggregates during ABI lowering.Tim Northover2016-12-051-2/+4
* [GlobalISel] Extract handleAssignments out of AArch64CallLoweringDiana Picus2016-12-051-40/+4
* GlobalISel: handle stack-based parameters on AArch64.Tim Northover2016-09-221-71/+154
* GlobalISel: produce correct code for signext/zeroext ABI flags.Tim Northover2016-09-211-85/+103
* GlobalISel: pass Function to lowerFormalArguments directly (NFC).Tim Northover2016-09-211-4/+4
* GlobalISel: split aggregates for PCS loweringTim Northover2016-09-201-39/+126
* GlobalISel: move type information to MachineRegisterInfo.Tim Northover2016-09-091-2/+2
* GlobalISel: use G_TYPE to annotate physregs with a type.Tim Northover2016-08-311-35/+34
* GlobalISel: legalize frem to a libcall on AArch64.Tim Northover2016-08-291-1/+1
* GlobalISel: rework CallLowering so that it can be used for libcalls too.Tim Northover2016-08-291-17/+8
* [AArch64][CallLowering] Do not assert for not implemented part.Quentin Colombet2016-08-271-6/+9
* GlobalISel: implement simple function calls on AArch64.Tim Northover2016-08-101-35/+114
* GlobalISel: IRTranslate PHI instructionsTim Northover2016-08-051-0/+2
* CodeGen: improve MachineInstrBuilder & MachineIRBuilder interfaceTim Northover2016-07-291-3/+2
* GlobalISel[AArch64]: support pointer types in argument lowering.Tim Northover2016-07-251-2/+5
* [GlobalISel] Coding style and whitespace fixesTom Stellard2016-04-141-2/+2
* [AArch64] gcc does not like litteral without quotes even on preprocessor macros.Quentin Colombet2016-04-071-1/+1
* [AArch64][CallLowering] Do not build the API if GlobalISel is not built.Quentin Colombet2016-04-071-13/+4
* [GlobalISel] Re-apply r260922-260923 with MSVC-friendly code.Quentin Colombet2016-02-161-0/+113
* Reverting r260922-260923; they cause link failures with MSVC.Aaron Ballman2016-02-161-111/+0
* [GlobalISel] Get rid of the ifdefs in TargetLowering.Quentin Colombet2016-02-161-0/+111
OpenPOWER on IntegriCloud