summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp
Commit message (Expand)AuthorAgeFilesLines
* [gicombiner] Import tryCombineIndexedLoadStore()Daniel Sanders2019-12-181-6/+1
* [gicombiner] Add support for arbitrary match data being passed from match to ...Daniel Sanders2019-12-181-14/+12
* [GISel][CombinerHelper] Add a combine turning shuffle_vector into concat_vectorsQuentin Colombet2019-10-211-0/+2
* [gicombiner] Add the run-time rule disable optionDaniel Sanders2019-10-171-1/+5
* [GISel][CombinerHelper] Add concat_vectors(build_vector, build_vector) => bui...Quentin Colombet2019-10-171-0/+2
* [gicombiner] Hoist pure C++ combine into the tablegen definitionDaniel Sanders2019-10-161-7/+1
* [gicombiner] Add the boring boilerplate for the declarative combinerDaniel Sanders2019-10-021-0/+17
* [GlobalISel Enable memcpy inlining with optsize.Amara Emerson2019-09-281-1/+1
* GlobalISel: add combiner to form indexed loads.Tim Northover2019-09-091-10/+27
* [GISel]: Add GISelKnownBits analysisAditya Nandakumar2019-08-061-4/+13
* [AArch64][GlobalISel] Inline tiny memcpy et al at -O0.Amara Emerson2019-08-051-2/+5
* [GlobalISel] Support for inlining memcpy, memset and memmove calls.Amara Emerson2019-07-241-3/+19
* [AArch64][GlobalISel] Optimize conditional branches followed by unconditional...Amara Emerson2019-07-091-0/+2
* [AArch64][GlobalISel] Enable copy elision in the pre-legalizer combine and fi...Amara Emerson2019-04-131-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [GISel]: Add support for CSEing continuously during GISel passes.Aditya Nandakumar2019-01-161-1/+1
* [GISel]: Provide standard interface to observe changes in GISel passesAditya Nandakumar2018-12-051-2/+2
* Add the missing new files from r343654Daniel Sanders2018-10-031-0/+108
* Revert: r343521 and r343541: [globalisel] Add a combiner helpers for extendin...Daniel Sanders2018-10-011-108/+0
* [globalisel] Add a combiner helpers for extending loads and use them in a pre...Daniel Sanders2018-10-011-0/+108
* Revert r331816 and r331820 - [globalisel] Add a combiner helpers for extendin...Daniel Sanders2018-05-091-104/+0
* [globalisel] Add a combiner helpers for extending loads and use them in a pre...Daniel Sanders2018-05-081-0/+104
OpenPOWER on IntegriCloud