Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use llvm for dumping DWARF expressions | Pavel Labath | 2019-09-30 | 1 | -1/+3 |
* | Implement DW_OP_convert | Adrian Prantl | 2019-09-10 | 1 | -1/+1 |
* | [unittest] Fix scalar unit test. | Jonas Devlieghere | 2019-01-31 | 1 | -4/+4 |
* | [Scalar] Implement support for 512-bit values. | Davide Italiano | 2019-01-30 | 1 | -0/+23 |
* | [Scalar] Clarify the constructor from APInt and document through a test. | Davide Italiano | 2019-01-24 | 1 | -0/+15 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [Scalar] Simplify comparison operators and add coverage. | Davide Italiano | 2019-01-04 | 1 | -0/+18 |
* | [Scalar] Simplify as Jonas suggested. NFCI. | Davide Italiano | 2018-12-21 | 1 | -4/+5 |
* | [Scalar] Implement operator!= using operator==. | Davide Italiano | 2018-12-21 | 1 | -0/+27 |
* | Move ScalarTest to follow the class being tested | Pavel Labath | 2018-08-07 | 1 | -0/+220 |