Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-11-19 | Add support for software expansion of 64-bit integer division instructions. | Michael Ilseman | 1 | -0/+122 |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 1 | -5/+5 |
2012-12-04 | Sort the #include lines for unittest/... | Chandler Carruth | 1 | -3/+3 |
2012-09-26 | Remove unneeded and invalid SetInsertPoint calls from unittest. | Benjamin Kramer | 1 | -8/+0 |
2012-09-26 | Expansions for u/srem, using the udiv expansion. More unit tests for udiv and... | Michael Ilseman | 1 | -0/+96 |
2012-09-25 | Revert r164614 to appease the buildbots. | Chad Rosier | 1 | -97/+0 |
2012-09-25 | Expansions for u/srem, using the udiv expansion. More unit tests for udiv and... | Michael Ilseman | 1 | -0/+97 |
2012-09-25 | Unit tests for IntegerDivision. Currently, just a basic sanity check to ensur... | Michael Ilseman | 1 | -0/+54 |