summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove leftover MF->dump()'s from r368487 that break release buildsDaniel Sanders2019-08-091-4/+0
* [globalisel] Add G_SEXT_INREGDaniel Sanders2019-08-091-0/+127
* [GISel]: Add GISelKnownBits analysisAditya Nandakumar2019-08-061-0/+14
* GlobalISel: Fix widenScalar for G_MERGE_VALUES to pointerMatt Arsenault2019-08-011-0/+38
* Minor styling fix. NFC.Michael Liao2019-07-181-2/+1
* GlobalISel: Handle widenScalar of arbitrary G_MERGE_VALUES sourcesMatt Arsenault2019-07-171-6/+77
* GlobalISel: Handle more cases for widenScalar of G_MERGE_VALUESMatt Arsenault2019-07-171-0/+34
* GlobalISel: widenScalar for G_BUILD_VECTORMatt Arsenault2019-07-081-0/+47
* GlobalISel: Implement lower for min/maxMatt Arsenault2019-07-011-0/+78
* GlobalISel: Use the original flags when lowering fneg to fsubMatt Arsenault2019-06-171-0/+46
* GlobalISel: Implement fewerElementsVector for phiMatt Arsenault2019-02-281-0/+94
* GlobalISel: Implement moreElementsVector for bit opsMatt Arsenault2019-02-191-0/+40
* GlobalISel: Fix double count of offset for irregular vector breakdownsMatt Arsenault2019-02-181-0/+48
* GlobalISel: Fix not calling observer when legalizing bitcount opsMatt Arsenault2019-02-041-0/+65
* GlobalISel: Improve gtest usageMatt Arsenault2019-02-041-28/+28
* GlobalISel: Allow bitcount ops to have different result typeMatt Arsenault2019-01-311-33/+47
* 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-34/+35
* [globalisel][combiner] Make the CombinerChangeObserver a MachineFunction::Del...Daniel Sanders2018-12-141-4/+4
* [globalisel] Add GISelChangeObserver::changingInstr()Daniel Sanders2018-12-121-0/+1
* [globalisel] Rename GISelChangeObserver's erasedInstr() to erasingInstr() and...Daniel Sanders2018-12-121-1/+1
* [GISel]: Refactor MachineIRBuilder to allow passing additional parameters to ...Aditya Nandakumar2018-12-111-21/+23
* [GISel]: Provide standard interface to observe changes in GISel passesAditya Nandakumar2018-12-051-14/+35
* [ARM GlobalISel] Support G_CTLZ and G_CTLZ_ZERO_UNDEFDiana Picus2018-11-261-0/+27
* [GISel]: Add legalization support for Widening UADDO/USUBOAditya Nandakumar2018-08-291-0/+75
* [GISel]: Add legalization support for widening bit counting operationsAditya Nandakumar2018-08-221-0/+157
* Revert "Revert rr340111 "[GISel]: Add Legalization/lowering code for bit coun...Aditya Nandakumar2018-08-211-0/+188
* Revert rr340111 "[GISel]: Add Legalization/lowering code for bit counting ope...Reid Kleckner2018-08-201-188/+0
* [GISel]: Add Legalization/lowering code for bit counting operationsAditya Nandakumar2018-08-181-0/+188
OpenPOWER on IntegriCloud