aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/IntegerDivision.h
AgeCommit message (Expand)Author
2013-02-26Enhance integer division emulation support to handle types smaller than 32 bits,Pedro Artigas
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
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-19Document the interface for integer expansion, using doxygen-style commentsMichael Ilseman
2012-09-19Forward declarationsMichael Ilseman
2012-09-18New utility for expanding integer division for targets that don't support it.Michael Ilseman