summaryrefslogtreecommitdiff
path: root/unittests/Transforms/Utils/IntegerDivision.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-12-04Sort the #include lines for unittest/...Chandler Carruth1-3/+3
2012-09-26Remove unneeded and invalid SetInsertPoint calls from unittest.Benjamin Kramer1-8/+0
2012-09-26Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman1-0/+96
2012-09-25Revert r164614 to appease the buildbots.Chad Rosier1-97/+0
2012-09-25Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman1-0/+97
2012-09-25Unit tests for IntegerDivision. Currently, just a basic sanity check to ensur...Michael Ilseman1-0/+54