aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/BypassSlowDivision.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+4
* Bypass Slow DividesPreston Gurd2013-03-041-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* This patch corrects commit 165126 by using an integer bit width instead of Preston Gurd2012-10-041-9/+8
* This Patch corrects a problem whereby the optimization to use a faster dividePreston Gurd2012-10-031-5/+15
* Stylistic and 80-col fixesEvan Cheng2012-09-141-1/+1
* Move bypassSlowDivision into the llvm namespace.Benjamin Kramer2012-09-101-4/+6
* BypassSlowDivision: Assign to reference, don't copy the object.Jakub Staszak2012-09-041-2/+2
* Fix my previous patch (r163164). It does now what it is supposed to do:Jakub Staszak2012-09-041-1/+0
* Return false if BypassSlowDivision doesn't change anything.Jakub Staszak2012-09-041-33/+34
* Generic Bypass Slow DivPreston Gurd2012-09-041-0/+251