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