summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Transforms/Utils/IntegerDivision.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename a few unittests/.../Foo.cpp files to FooTest.cppNico Weber2018-09-031-264/+0
* Remove getArgumentList() in favor of arg_begin(), args(), etcReid Kleckner2017-03-161-8/+8
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-8/+8
* unittests: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-16/+16
* Add support for software expansion of 64-bit integer division instructions.Michael Ilseman2013-11-191-0/+122
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-3/+3
* Remove unneeded and invalid SetInsertPoint calls from unittest.Benjamin Kramer2012-09-261-8/+0
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-261-0/+96
* Revert r164614 to appease the buildbots.Chad Rosier2012-09-251-97/+0
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-251-0/+97
* Unit tests for IntegerDivision. Currently, just a basic sanity check to ensur...Michael Ilseman2012-09-251-0/+54
OpenPOWER on IntegriCloud