aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Utils/IntegerDivision.h
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-14/+25
* Enhance integer division emulation support to handle types smaller than 32 bits,Pedro Artigas2013-02-261-0/+14
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-261-0/+10
* Revert r164614 to appease the buildbots.Chad Rosier2012-09-251-10/+0
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-251-0/+10
* Document the interface for integer expansion, using doxygen-style commentsMichael Ilseman2012-09-191-0/+8
* Forward declarationsMichael Ilseman2012-09-191-0/+4
* New utility for expanding integer division for targets that don't support it.Michael Ilseman2012-09-181-0/+26