aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/IntegerDivision.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-6/+10
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-45/+199
* Enhance integer division emulation support to handle types smaller than 32 bits,Pedro Artigas2013-02-261-0/+104
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* 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