1. 8617b35 Make sure that setcc is implemented for bools. by Chris Lattner · 22 years ago
  2. 985792d Fix testcases that used to now dead 'not' instruction by Chris Lattner · 22 years ago
  3. d0cad7a Change not's to xors by Chris Lattner · 22 years ago
  4. 72de9ae Test that logical operators are correctly constant propogated! by Chris Lattner · 22 years ago
  5. 0651a9d Oops, forgot to check in makefile by Chris Lattner · 22 years ago
  6. 1610df2 Add check that phi nodes get constant propogated away by Chris Lattner · 22 years ago
  7. 0a1581b constprop doesn't delete dead instructions, it just makes them dead. by Chris Lattner · 22 years ago
  8. e473a34 Add testcase for not expressions by Chris Lattner · 22 years ago
  9. 8a2e64c New testcase for bugs in the constant propogator by Chris Lattner · 22 years ago
  10. 6a7cd22 Add tests for floating point remainder elimination by Chris Lattner · 22 years ago
  11. 8e122e1 New testcase to see if constant propogation of remainder is implemented by Chris Lattner · 22 years ago
  12. 4f53850 This testcase is a sanity check by Chris Lattner · 22 years ago
  13. b6df79a Add new testcase for general constant prop. by Chris Lattner · 22 years ago