aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GlobalISel: Move splitToValueTypes to generic codeMatt Arsenault2021-03-011-6/+0
* [GlobalISel] Base implementation for sret demotion.Christudasan Devadasan2021-01-061-2/+4
* GlobalISel: pack various parameters for lowerCall into a struct.Tim Northover2019-08-091-4/+2
* [GISel] Address review feedback on passing MD_callees to lowerCall.Mark Lacey2019-07-311-1/+1
* [GISel] Pass MD_callees metadata down in call lowering.Mark Lacey2019-07-311-1/+2
* [ARM GlobalISel] Cleanup CallLowering. NFCDiana Picus2019-07-171-5/+2
* [GlobalISel] Accept multiple vregs in lowerFormalArgsDiana Picus2019-06-271-1/+1
* CodeGen: Introduce a class for registersMatt Arsenault2019-06-241-3/+3
* [ARM GlobalISel] Cleanup CallLowering a bitDiana Picus2019-05-271-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [GlobalISel] Rewrite CallLowering::lowerReturn to accept multiple VRegs per V...Alexander Ivchenko2018-08-021-3/+4
* [ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...Eugene Zelenko2017-09-201-10/+17
* [ARM] GlobalISel: Support array parameters/argumentsDiana Picus2017-05-291-1/+4
* [GlobalISel] Use the correct calling conv for callsDiana Picus2017-03-201-2/+2
* [ARM] GlobalISel: Lower calls to void() functionsDiana Picus2017-02-211-0/+4
* [ARM] GlobalISel: Lower pointer args and returnsDiana Picus2017-02-021-0/+6
* [ARM] GlobalISel: Select add i32, i32Diana Picus2016-12-161-0/+5
* [ARM] Add plumbing for GlobalISelDiana Picus2016-11-111-0/+37