aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/BypassSlowDivision.h
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
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-09-14Stylistic and 80-col fixesEvan Cheng
2012-09-10Move bypassSlowDivision into the llvm namespace.Benjamin Kramer
2012-09-04Remove unneeded code.Jakub Staszak
2012-09-04Generic Bypass Slow DivPreston Gurd