Age | Commit message (Expand) | Author |
---|---|---|
2013-03-04 | Bypass Slow Divides | Preston Gurd |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-10-04 | This patch corrects commit 165126 by using an integer bit width instead of | Preston Gurd |
2012-10-03 | This Patch corrects a problem whereby the optimization to use a faster divide | Preston Gurd |
2012-09-14 | Stylistic and 80-col fixes | Evan Cheng |
2012-09-10 | Move bypassSlowDivision into the llvm namespace. | Benjamin Kramer |
2012-09-04 | BypassSlowDivision: Assign to reference, don't copy the object. | Jakub Staszak |
2012-09-04 | Fix my previous patch (r163164). It does now what it is supposed to do: | Jakub Staszak |
2012-09-04 | Return false if BypassSlowDivision doesn't change anything. | Jakub Staszak |
2012-09-04 | Generic Bypass Slow Div | Preston Gurd |