Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ada2356ac95fefeed7b6f932e079e7f7415ebaf7
/
llvm
/
lib
/
Transforms
/
Utils
/
BypassSlowDivision.cpp
485296d
Bypass Slow Divides
by Preston Gurd
· 13 years ago
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
0d67f51
This patch corrects commit 165126 by using an integer bit width instead of
by Preston Gurd
· 13 years ago
5509e3d
This Patch corrects a problem whereby the optimization to use a faster divide
by Preston Gurd
· 13 years ago
71be12b
Stylistic and 80-col fixes
by Evan Cheng
· 13 years ago
1f66f88
Move bypassSlowDivision into the llvm namespace.
by Benjamin Kramer
· 13 years ago
e535c1a
BypassSlowDivision: Assign to reference, don't copy the object.
by Jakub Staszak
· 13 years ago
85a7787
Fix my previous patch (r163164). It does now what it is supposed to do:
by Jakub Staszak
· 13 years ago
46beca6
Return false if BypassSlowDivision doesn't change anything.
by Jakub Staszak
· 13 years ago
cdf540d
Generic Bypass Slow Div
by Preston Gurd
· 13 years ago