Skip to content
  1. Jun 28, 2006
    • Andrew Lenharth's avatar
      Catch more function pointer casting problems · ebfa24ee
      Andrew Lenharth authored
      Remove the Function pointer cast in these calls, converting it to
      a cast of argument.
      %tmp60 = tail call int cast (int (ulong)* %str to int (int)*)( int 10 )
      %tmp60 = tail call int cast (int (ulong)* %str to int (int)*)( uint %tmp51 )
      
      llvm-svn: 28953
      ebfa24ee
    • Owen Anderson's avatar
      Fix for 2006-06-27-DeadSwitchCase.ll · bb3ae5eb
      Owen Anderson authored
      Be more careful when updating Phi nodes after eliminating dead switch cases.  Fix
      proposed by Chris.
      
      llvm-svn: 28947
      bb3ae5eb
  2. Jun 27, 2006
  3. Jun 26, 2006
  4. Jun 17, 2006
  5. Jun 16, 2006
  6. Jun 15, 2006
  7. Jun 14, 2006
  8. Jun 13, 2006
  9. Jun 12, 2006
  10. Jun 11, 2006
  11. Jun 09, 2006
  12. Jun 08, 2006
  13. Jun 07, 2006
  14. Jun 06, 2006
  15. Jun 04, 2006
  16. Jun 02, 2006
  17. Jun 01, 2006
  18. May 31, 2006
Loading