Skip to content
  1. Dec 03, 2008
  2. Dec 02, 2008
  3. Dec 01, 2008
  4. Nov 30, 2008
  5. Nov 28, 2008
  6. Nov 27, 2008
  7. Nov 26, 2008
  8. Nov 25, 2008
  9. Nov 24, 2008
    • Bill Wendling's avatar
      - Make lowering of "add with overflow" customizable by back-ends. · 66835479
      Bill Wendling authored
      - Mark "add with overflow" as having a custom lowering for X86. Give it a null
        lowering representation for now.
      
      llvm-svn: 59971
      66835479
    • Scott Michel's avatar
      CellSPU: · 2e5df906
      Scott Michel authored
      (a) Slight rethink on i64 zero/sign/any extend code - use a shuffle to
          directly zero-extend i32 to i64, but use rotates and shifts for
          sign extension. Also ensure unified register consistency.
      (b) Add new test harness for i64 operations: i64ops.ll
      
      llvm-svn: 59970
      2e5df906
Loading