aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/BypassSlowDivision.cpp
AgeCommit message (Expand)Author
2013-03-04Bypass Slow DividesPreston Gurd
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-04This patch corrects commit 165126 by using an integer bit width instead of Preston Gurd
2012-10-03This Patch corrects a problem whereby the optimization to use a faster dividePreston Gurd
2012-09-14Stylistic and 80-col fixesEvan Cheng
2012-09-10Move bypassSlowDivision into the llvm namespace.Benjamin Kramer
2012-09-04BypassSlowDivision: Assign to reference, don't copy the object.Jakub Staszak
2012-09-04Fix my previous patch (r163164). It does now what it is supposed to do:Jakub Staszak
2012-09-04Return false if BypassSlowDivision doesn't change anything.Jakub Staszak
2012-09-04Generic Bypass Slow DivPreston Gurd