aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/BypassSlowDivision.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Clarify that the bypassSlowDivision optimization operates on a single BB [v2]Eric Christopher1-56/+44
2015-10-13TransformUtils: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-3/+3
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-2/+2
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-2/+2
2014-04-25[C++] Use 'nullptr'. Transforms edition.Craig Topper1-2/+2
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2013-03-04Bypass Slow DividesPreston Gurd1-2/+2
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-3/+3
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-3/+3
2012-10-04This patch corrects commit 165126 by using an integer bit width instead of Preston Gurd1-9/+8
2012-10-03This Patch corrects a problem whereby the optimization to use a faster dividePreston Gurd1-5/+15
2012-09-14Stylistic and 80-col fixesEvan Cheng1-1/+1
2012-09-10Move bypassSlowDivision into the llvm namespace.Benjamin Kramer1-4/+6
2012-09-04BypassSlowDivision: Assign to reference, don't copy the object.Jakub Staszak1-2/+2
2012-09-04Fix my previous patch (r163164). It does now what it is supposed to do:Jakub Staszak1-1/+0
2012-09-04Return false if BypassSlowDivision doesn't change anything.Jakub Staszak1-33/+34
2012-09-04Generic Bypass Slow DivPreston Gurd1-0/+251