Allow LLE/LD and the loop versioning infrastructure to use SCEV predicates
[oota-llvm.git] / include / llvm / Transforms / Utils / IntegerDivision.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
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...