summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/IntegerDivision.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-5/+5
* Remove @brief commands from doxygen comments, too.Adrian Prantl2018-05-011-6/+6
* TransformUtils: Avoid getNodePtrUnchecked() in integer division, NFCDuncan P. N. Exon Smith2016-02-211-2/+7
* [Transforms] Use asserts instead of ifs around llvm_unreachable. NFCCraig Topper2015-12-251-34/+20
* TransformUtils: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-131-2/+2
* Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...David Blaikie2015-05-181-2/+2
* Fix heap-use-after-free bug in expandSDiv when the operands areMichael Ilseman2014-11-051-6/+10
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Add support for software expansion of 64-bit integer division instructions.Michael Ilseman2013-11-191-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
OpenPOWER on IntegriCloud