[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
[oota-llvm.git] / lib / Transforms / Utils / BypassSlowDivision.cpp
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2013-03-04 Preston GurdBypass Slow Divides
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-10-04 Preston GurdThis patch corrects commit 165126 by using an integer...
2012-10-03 Preston GurdThis Patch corrects a problem whereby the optimization...
2012-09-14 Evan ChengStylistic and 80-col fixes
2012-09-10 Benjamin KramerMove bypassSlowDivision into the llvm namespace.
2012-09-04 Jakub StaszakBypassSlowDivision: Assign to reference, don't copy...
2012-09-04 Jakub StaszakFix my previous patch (r163164). It does now what it...
2012-09-04 Jakub StaszakReturn false if BypassSlowDivision doesn't change anything.
2012-09-04 Preston GurdGeneric Bypass Slow Div