summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AArch64CallLowering.h
AgeCommit message (Expand)Author
2017-08-21GlobalISel (AArch64): fix ABI at border between GPRs and SP.Tim Northover
2017-07-25[AArch64] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-03-20[GlobalISel] Use the correct calling conv for callsDiana Picus
2017-03-06GlobalISel: restrict G_EXTRACT instruction to just one operand.Tim Northover
2017-02-01[AArch64] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2017-01-13Apply clang-tidy's performance-unnecessary-value-param to LLVM.Benjamin Kramer
2016-12-05[GlobalISel] Extract handleAssignments out of AArch64CallLoweringDiana Picus
2016-09-22GlobalISel: handle stack-based parameters on AArch64.Tim Northover
2016-09-21GlobalISel: produce correct code for signext/zeroext ABI flags.Tim Northover
2016-09-21GlobalISel: pass Function to lowerFormalArguments directly (NFC).Tim Northover
2016-09-20GlobalISel: split aggregates for PCS loweringTim Northover
2016-08-31GlobalISel: use G_TYPE to annotate physregs with a type.Tim Northover
2016-08-29GlobalISel: legalize frem to a libcall on AArch64.Tim Northover
2016-08-29GlobalISel: rework CallLowering so that it can be used for libcalls too.Tim Northover
2016-08-11Fixed VS2015 (Update 3) warning - differing const/volatile qualifiers for ove...Simon Pilgrim
2016-08-10GlobalISel: implement simple function calls on AArch64.Tim Northover
2016-04-14[GlobalISel] Coding style and whitespace fixesTom Stellard
2016-02-16[GlobalISel] Re-apply r260922-260923 with MSVC-friendly code.Quentin Colombet
2016-02-16Reverting r260922-260923; they cause link failures with MSVC.Aaron Ballman
2016-02-16[GlobalISel] Get rid of the ifdefs in TargetLowering.Quentin Colombet