summaryrefslogtreecommitdiff
path: root/unittests/Transforms/Utils/IntegerDivision.cpp
Commit message (Expand)AuthorAge
* Add support for software expansion of 64-bit integer division instructions.Michael Ilseman2013-11-19
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort the #include lines for unittest/...Chandler Carruth2012-12-04
* Remove unneeded and invalid SetInsertPoint calls from unittest.Benjamin Kramer2012-09-26
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-26
* Revert r164614 to appease the buildbots.Chad Rosier2012-09-25
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-25
* Unit tests for IntegerDivision. Currently, just a basic sanity check to ensur...Michael Ilseman2012-09-25