aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/IntegerDivision.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-07-30Remove trailing spaceFangrui Song1-5/+5
2018-05-01Remove @brief commands from doxygen comments, too.Adrian Prantl1-6/+6
2016-02-21TransformUtils: Avoid getNodePtrUnchecked() in integer division, NFCDuncan P. N. Exon Smith1-2/+7
2015-12-25[Transforms] Use asserts instead of ifs around llvm_unreachable. NFCCraig Topper1-34/+20
2015-10-13TransformUtils: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-2/+2
2015-05-18Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...David Blaikie1-2/+2
2014-11-05Fix heap-use-after-free bug in expandSDiv when the operands areMichael Ilseman1-6/+10
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2013-11-19Add support for software expansion of 64-bit integer division instructions.Michael Ilseman1-45/+199
2013-02-26Enhance integer division emulation support to handle types smaller than 32 bits,Pedro Artigas1-0/+104
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-4/+4
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-09-26Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman1-7/+115
2012-09-25Revert r164614 to appease the buildbots.Chad Rosier1-115/+7
2012-09-25Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman1-7/+115
2012-09-19Renaming functions to match coding style guidelinesMichael Ilseman1-4/+4
2012-09-19Doxygen-ify commentsMichael Ilseman1-8/+16
2012-09-19Put the * and & next to the variable, rather than the type.Michael Ilseman1-73/+73
2012-09-19IntegerDivision: Style cleanups, avoid warning about mixing || and && without...Benjamin Kramer1-7/+5
2012-09-18New utility for expanding integer division for targets that don't support it.Michael Ilseman1-0/+306