1. 2860573 [BypassSlowDivision] Handle division by constant numerators better. by Justin Lebar · 9 years ago
  2. 583b868 [BypassSlowDivision] Simplify partially-tautological if statement. by Justin Lebar · 9 years ago
  3. 0ede5fb Don't leave unused divs/rems sitting around in BypassSlowDivision. by Justin Lebar · 9 years ago
  4. 468bf73 Don't claim the udiv created in BypassSlowDivision is exact. by Justin Lebar · 9 years ago
  5. 49a7d6c Clarify that the bypassSlowDivision optimization operates on a single BB [v2] by Eric Christopher · 10 years ago
  6. 5b4c837 TransformUtils: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  7. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  8. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  9. f40110f [C++] Use 'nullptr'. Transforms edition. by Craig Topper · 12 years ago
  10. 964daaa [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  11. 485296d Bypass Slow Divides by Preston Gurd · 13 years ago
  12. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  13. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  14. 0d67f51 This patch corrects commit 165126 by using an integer bit width instead of by Preston Gurd · 13 years ago
  15. 5509e3d This Patch corrects a problem whereby the optimization to use a faster divide by Preston Gurd · 13 years ago
  16. 71be12b Stylistic and 80-col fixes by Evan Cheng · 13 years ago
  17. 1f66f88 Move bypassSlowDivision into the llvm namespace. by Benjamin Kramer · 13 years ago
  18. e535c1a BypassSlowDivision: Assign to reference, don't copy the object. by Jakub Staszak · 13 years ago
  19. 85a7787 Fix my previous patch (r163164). It does now what it is supposed to do: by Jakub Staszak · 13 years ago
  20. 46beca6 Return false if BypassSlowDivision doesn't change anything. by Jakub Staszak · 13 years ago
  21. cdf540d Generic Bypass Slow Div by Preston Gurd · 13 years ago