[LoopVectorize] Ignore @llvm.assume for cost estimates and legality
[oota-llvm.git] / include / llvm / Transforms / Utils / IntegerDivision.h
2014-05-19 NAKAMURA TakumiWhitespace.
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-10 Jakub StaszakFix include guards so they exactly match file names.
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 IlsemanDocument the interface for integer expansion, using...
2012-09-19 Michael IlsemanForward declarations
2012-09-18 Michael IlsemanNew utility for expanding integer division for targets...