| Commit message (Expand) | Author | Age | Files | Lines |
| * | [GISel] Refactor and split PatternMatchTest. NFC | Marcello Maggioni | 2019-10-09 | 1 | -256/+55 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -1/+1 |
| * | [globalisel] Add G_SEXT_INREG | Daniel Sanders | 2019-08-09 | 1 | -0/+16 |
| * | GlobalISel: Remove unsigned variant of SrcOp | Matt Arsenault | 2019-06-24 | 1 | -8/+8 |
| * | CodeGen: Introduce a class for registers | Matt Arsenault | 2019-06-24 | 1 | -5/+5 |
| * | [GISel]: Fix pattern matcher for m_OneUse | Aditya Nandakumar | 2019-06-14 | 1 | -0/+25 |
| * | GlobalISel: Improve gtest usage | Matt Arsenault | 2019-02-04 | 1 | -79/+79 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [GISel]: Refactor MachineIRBuilder to allow passing additional parameters to ... | Aditya Nandakumar | 2018-12-11 | 1 | -10/+10 |
| * | MachineModuleInfo: Store more specific reference to LLVMTargetMachine; NFC | Matthias Braun | 2018-11-05 | 1 | -10/+11 |
| * | [GISel]: Pattern matchers for GFSUB, GFNEG | Aditya Nandakumar | 2018-05-31 | 1 | -0/+14 |
| * | [GISel] Refactor MachineIRBuilder to allow transformations while | Aditya Nandakumar | 2018-04-09 | 1 | -0/+30 |
| * | [GISel]: Fix incorrect type used in Pattern Match for ICst | Aditya Nandakumar | 2018-03-13 | 1 | -5/+5 |
| * | [GISel]: Add helpers for easy building G_FCONSTANT along with matchers | Aditya Nandakumar | 2018-03-09 | 1 | -0/+36 |
| * | GlobalISel: IRTranslate llvm.fabs.* intrinsic | Volkan Keles | 2018-03-05 | 1 | -0/+29 |
| * | [GISel]: Fix base case for m_any_of PatternMatcher. | Aditya Nandakumar | 2018-02-23 | 1 | -0/+6 |
| * | [GISel]: Add pattern matchers for G_BITCAST/PTRTOINT/INTTOPTR | Aditya Nandakumar | 2018-02-19 | 1 | -0/+14 |
| * | GlobalISel: Add templated functions and pattern matcher support for some more... | Volkan Keles | 2018-02-14 | 1 | -2/+28 |
| * | [GISel]: Add Pattern Matcher for G_FMUL. | Aditya Nandakumar | 2018-02-13 | 1 | -0/+9 |
| * | Followup on Proposal to move MIR physical register namespace to '$' sigil. | Puyan Lotfi | 2018-01-31 | 1 | -3/+3 |
| * | Add support for pattern matching MachineInsts. | Aditya Nandakumar | 2018-01-25 | 1 | -0/+329 |