aboutsummaryrefslogtreecommitdiff
path: root/unittests/Transforms/Utils/IntegerDivision.cpp
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-04Sort the #include lines for unittest/...Chandler Carruth
2012-09-26Remove unneeded and invalid SetInsertPoint calls from unittest.Benjamin Kramer
2012-09-26Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman
2012-09-25Revert r164614 to appease the buildbots.Chad Rosier
2012-09-25Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman
2012-09-25Unit tests for IntegerDivision. Currently, just a basic sanity check to ensur...Michael Ilseman