[Transforms] Use asserts instead of ifs around llvm_unreachable. NFC
[oota-llvm.git] / lib / Transforms / Utils / IntegerDivision.cpp
2015-12-25 Craig Topper[Transforms] Use asserts instead of ifs around llvm_unr...
2015-10-13 Duncan P. N. Exon... TransformUtils: Remove implicit ilist iterator conversi...
2015-05-18 David BlaikieSimplify IRBuilder::CreateCall* by using ArrayRef+initi...
2014-11-05 Michael IlsemanFix heap-use-after-free bug in expandSDiv when the...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2013-11-19 Michael IlsemanAdd support for software expansion of 64-bit integer...
2013-02-26 Pedro ArtigasEnhance integer division emulation support to handle...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-26 Michael IlsemanExpansions for u/srem, using the udiv expansion. More...
2012-09-25 Chad RosierRevert r164614 to appease the buildbots.
2012-09-25 Michael IlsemanExpansions for u/srem, using the udiv expansion. More...
2012-09-19 Michael IlsemanRenaming functions to match coding style guidelines
2012-09-19 Michael IlsemanDoxygen-ify comments
2012-09-19 Michael IlsemanPut the * and & next to the variable, rather than the...
2012-09-19 Benjamin KramerIntegerDivision: Style cleanups, avoid warning about...
2012-09-18 Michael IlsemanNew utility for expanding integer division for targets...