1. 777d230 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 15 years ago
  2. 0582ae9 Oops...I committed too much. by Bill Wendling · 16 years ago
  3. c7a09ab Temporarily XFAIL this test. by Bill Wendling · 16 years ago
  4. 0001e56 Fix a ValueTracking rule: RHS means operand 1, not 0. Add a simple by Dan Gohman · 16 years ago
  5. 79abedb Eliminate use of uint32_t to improve compatibility with cygwin by Chris Lattner · 16 years ago
  6. ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 16 years ago
  7. 0f2831c ValueTracker can't assume that an alloca with no specified alignment by Chris Lattner · 16 years ago
  8. c714f13 by David Greene · 16 years ago
  9. d611cf6 Temporarily reverting r55137. This was causing the bootstrap to go into an by Bill Wendling · 16 years ago
  10. dce51c3 by David Greene · 16 years ago
  11. a60832b Fix a bogus srem rule - a negative value srem'd by a power-of-2 by Dan Gohman · 16 years ago
  12. dddc827 Don't use ++idx_begin when I actually mean idx_begin + 1, especially since we by Matthijs Kooijman · 16 years ago
  13. 0ff39b3 - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an empty string for ConstantAggregateZero case which surprises selectiondag. by Evan Cheng · 16 years ago
  14. 6d116bc Revert (52748 and friends): by Anton Korobeynikov · 16 years ago
  15. b746b82 Add back the capability to include nul characters in strings with by Chris Lattner · 16 years ago
  16. 3284d42 Tighten up checking. by Chris Lattner · 16 years ago
  17. 3648f9f fix the regressions from Eric's patch by making GetConstantStringInfo by Chris Lattner · 16 years ago
  18. aefacb5 Reserve the size we'll need in advance. by Owen Anderson · 16 years ago
  19. 0d2b0ab Move GetConstantStringInfo to lib/Analysis. Remove by Eric Christopher · 16 years ago
  20. 9954c76 Fix some warnings reported by gcc-4.3. Hopefully by Duncan Sands · 16 years ago
  21. 3faf9df Use a SmallVector instead of an array, since auto_ptr doesn't handle arrays by Matthijs Kooijman · 16 years ago
  22. 0a9aaf4 Make BuildSubAggregate use FindInsertedElement again to prevent it from by Matthijs Kooijman · 16 years ago
  23. 9772891 Make the InsertBefore argument to FindInsertedValue optional, so you can find an inserted value without modifying the code. by Matthijs Kooijman · 16 years ago
  24. 0a7413d Pass around Instruction* instead of Instruction& in FindInsertedValue and friends. by Matthijs Kooijman · 16 years ago
  25. 710eb23 80 column fixes. by Matthijs Kooijman · 16 years ago
  26. b23d5ad Move FindScalarValue from InstructionCombining.cpp to ValueTracking.cpp. While by Matthijs Kooijman · 16 years ago
  27. 32a9e7a Add #includes required by GCC 4.3, thanks for Zhongxing Xu for reporting this. by Chris Lattner · 16 years ago
  28. d82e511 Remove unneeded code I added. by Chris Lattner · 16 years ago
  29. 833f25d move CannotBeNegativeZero to ValueTracking. Simplify some signbit comparisons. by Chris Lattner · 16 years ago
  30. 173234a move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits by Chris Lattner · 16 years ago