Skip to content
  1. Feb 17, 2007
  2. Feb 09, 2007
  3. Feb 02, 2007
    • Reid Spencer's avatar
      Changes to support making the shift instructions be true BinaryOperators. · 2341c22e
      Reid Spencer authored
      This feature is needed in order to support shifts of more than 255 bits
      on large integer types.  This changes the syntax for llvm assembly to
      make shl, ashr and lshr instructions look like a binary operator:
         shl i32 %X, 1
      instead of
         shl i32 %X, i8 1
      Additionally, this should help a few passes perform additional optimizations.
      
      llvm-svn: 33776
      2341c22e
  4. Feb 01, 2007
  5. Jan 30, 2007
    • Reid Spencer's avatar
      For PR411: · af6a4081
      Reid Spencer authored
      Update these tests to not use the same name even though the type of the
      value differs. After PR411 hits, type planes will be gone and it will be
      illegal for a name to be used twice, regardless of type.
      
      llvm-svn: 33660
      af6a4081
    • Reid Spencer's avatar
      Make the input legal. · 6ebc06f7
      Reid Spencer authored
      llvm-svn: 33655
      6ebc06f7
    • Chris Lattner's avatar
      new testcase · 9699e540
      Chris Lattner authored
      llvm-svn: 33642
      9699e540
  6. Jan 26, 2007
    • Reid Spencer's avatar
      For PR761: · ce380568
      Reid Spencer authored
      Remove "target endian/pointersize" or add "target datalayout" to make
      the test parse properly or set the datalayout because defaults changes.
      
      For PR645:
      Make global names use the @ prefix.
      
      For llvm-upgrade changes:
      Fix test cases or completely remove use of llvm-upgrade for test cases
      that cannot survive the new renaming or upgrade capabilities.
      
      llvm-svn: 33533
      ce380568
  7. Jan 25, 2007
  8. Jan 17, 2007
Loading