aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/IntegerDivision.cpp
Commit message (Expand)AuthorAgeFilesLines
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-261-7/+115
* Revert r164614 to appease the buildbots.Chad Rosier2012-09-251-115/+7
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-251-7/+115
* Renaming functions to match coding style guidelinesMichael Ilseman2012-09-191-4/+4
* Doxygen-ify commentsMichael Ilseman2012-09-191-8/+16
* Put the * and & next to the variable, rather than the type.Michael Ilseman2012-09-191-73/+73
* IntegerDivision: Style cleanups, avoid warning about mixing || and && without...Benjamin Kramer2012-09-191-7/+5
* New utility for expanding integer division for targets that don't support it.Michael Ilseman2012-09-181-0/+306