summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/IntegerDivision.cpp
Commit message (Expand)AuthorAge
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Add support for software expansion of 64-bit integer division instructions.Michael Ilseman2013-11-19
* Enhance integer division emulation support to handle types smaller than 32 bits,Pedro Artigas2013-02-26
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-26
* Revert r164614 to appease the buildbots.Chad Rosier2012-09-25
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-25
* Renaming functions to match coding style guidelinesMichael Ilseman2012-09-19
* Doxygen-ify commentsMichael Ilseman2012-09-19
* Put the * and & next to the variable, rather than the type.Michael Ilseman2012-09-19
* IntegerDivision: Style cleanups, avoid warning about mixing || and && without...Benjamin Kramer2012-09-19
* New utility for expanding integer division for targets that don't support it.Michael Ilseman2012-09-18