summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
Commit message (Expand)AuthorAgeFilesLines
* [globalisel][combiner] Make the CombinerChangeObserver a MachineFunction::Del...Daniel Sanders2018-12-141-10/+34
* [globalisel] Rename GISelChangeObserver's erasedInstr() to erasingInstr() and...Daniel Sanders2018-12-121-4/+1
* [GISel]: Provide standard interface to observe changes in GISel passesAditya Nandakumar2018-12-051-2/+3
* [globalisel][combine] When placing truncates, handle the case when the BB is ...Daniel Sanders2018-10-041-14/+28
* [globalisel][combine] Fix a rare crash when encountering an instruction whose...Daniel Sanders2018-10-041-7/+5
* [globalisel][combine] Improve the truncate placement for the extending-loads ...Daniel Sanders2018-10-041-28/+64
* [globalisel][combines] Don't sink G_TRUNC down to use if that use is a G_PHIDaniel Sanders2018-10-031-2/+8
* [CodeGen] NFC fix pedantic warning from extra semicolonJonas Toth2018-10-031-1/+1
* Re-commit: [globalisel] Add a combiner helpers for extending loads and use th...Daniel Sanders2018-10-031-3/+221
* Revert: r343521 and r343541: [globalisel] Add a combiner helpers for extendin...Daniel Sanders2018-10-011-214/+3
* Fix the Windows build in GlobalISelReid Kleckner2018-10-011-7/+6
* [globalisel] Add a combiner helpers for extending loads and use them in a pre...Daniel Sanders2018-10-011-3/+215
* Revert r331816 and r331820 - [globalisel] Add a combiner helpers for extendin...Daniel Sanders2018-05-091-33/+1
* [globalisel] Correct r331816 to check the opcode before calling getOperand().Daniel Sanders2018-05-081-4/+4
* [globalisel] Add a combiner helpers for extending loads and use them in a pre...Daniel Sanders2018-05-081-1/+33
* [GISel]: Implement GlobalISel combiner API.Aditya Nandakumar2018-01-251-0/+41
OpenPOWER on IntegriCloud