| Commit message (Expand) | Author | Age | Files | Lines |
* | GlobalISel: Try to make legalize rules more useful for vectors | Matt Arsenault | 2019-02-07 | 1 | -0/+55 |
* | GlobalISel: Improve gtest usage | Matt Arsenault | 2019-02-04 | 1 | -12/+0 |
* | GlobalISel: Fix address space limit in LLT | Matt Arsenault | 2019-01-26 | 1 | -26/+33 |
* | GlobalISel: Add helper to LLT to get a scalar or vector | Matt Arsenault | 2019-01-25 | 1 | -0/+15 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [GlobalISel] Enable legalizing non-power-of-2 sized types. | Kristof Beyls | 2017-11-07 | 1 | -70/+8 |
* | Added braces to work around gcc warning in googletest: suggest explicit brace... | Galina Kistanova | 2017-06-15 | 1 | -1/+2 |
* | [GlobalISel] Support vector-of-pointers in LLT | Kristof Beyls | 2017-04-19 | 1 | -0/+11 |
* | Revert "[GlobalISel] Support vector-of-pointers in LLT" | Kristof Beyls | 2017-04-18 | 1 | -11/+0 |
* | [GlobalISel] Support vector-of-pointers in LLT | Kristof Beyls | 2017-04-18 | 1 | -0/+11 |
* | Recommit: [globalisel] Change LLT constructor string into an LLT-based object... | Daniel Sanders | 2017-03-07 | 1 | -3/+3 |
* | Revert r297177: Change LLT constructor string into an LLT-based object ... | Daniel Sanders | 2017-03-07 | 1 | -3/+3 |
* | [globalisel] Change LLT constructor string into an LLT-based object that know... | Daniel Sanders | 2017-03-07 | 1 | -3/+3 |
* | Revert r296474 - [globalisel] Change LLT constructor string into an LLT subcl... | Daniel Sanders | 2017-02-28 | 1 | -3/+3 |
* | [globalisel] Change LLT constructor string into an LLT subclass that knows ho... | Daniel Sanders | 2017-02-28 | 1 | -3/+3 |
* | GlobalISel: remove "unsized" LLT | Tim Northover | 2016-09-15 | 1 | -20/+0 |
* | GlobalISel: cache pointer sizes in LLT | Tim Northover | 2016-09-15 | 1 | -6/+11 |
* | GlobalISel: support loads and stores of strange types. | Tim Northover | 2016-08-15 | 1 | -4/+4 |
* | GlobalISel: refuse to halve size of 1-byte & odd-sized LLTs. | Tim Northover | 2016-08-04 | 1 | -9/+12 |
* | [GlobalISel] Add LLT::operator!=(). | Ahmed Bougacha | 2016-07-29 | 1 | -0/+13 |
* | [GlobalISel] Fix LLT::unsized to match LLT(LabelTy). | Ahmed Bougacha | 2016-07-29 | 1 | -0/+5 |
* | [GlobalISel] Add unittests for LowLevelType. | Ahmed Bougacha | 2016-07-29 | 1 | -0/+198 |