aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/IntegerDivision.cpp
AgeCommit message (Expand)Author
2012-09-19Renaming functions to match coding style guidelinesMichael Ilseman
2012-09-19Doxygen-ify commentsMichael Ilseman
2012-09-19Put the * and & next to the variable, rather than the type.Michael Ilseman
2012-09-19IntegerDivision: Style cleanups, avoid warning about mixing || and && without...Benjamin Kramer
2012-09-18New utility for expanding integer division for targets that don't support it.Michael Ilseman