Skip to content
  1. Jan 25, 2007
  2. Jan 24, 2007
  3. Jan 23, 2007
  4. Jan 22, 2007
  5. Jan 21, 2007
    • Jeff Cohen's avatar
      Fix this error: · 5d956e42
      Jeff Cohen authored
      llvm[2]: Compiling llvmAsmParser.cpp for Debug build
      /usr/home/jeffc/llvm/lib/AsmParser/llvmAsmParser.y: In function 'int llvmAsmparse()':
      /usr/home/jeffc/llvm/lib/AsmParser/llvmAsmParser.y:1846: error: expected `;' before '}' token
      
      llvm-svn: 33425
      5d956e42
    • Chris Lattner's avatar
      add a note · 71e12322
      Chris Lattner authored
      llvm-svn: 33423
      71e12322
    • Reid Spencer's avatar
      Whoops, fix typo in last commit. · 6598ca8a
      Reid Spencer authored
      llvm-svn: 33417
      6598ca8a
    • Reid Spencer's avatar
      For PR970: · 2eadb531
      Reid Spencer authored
      Clean up handling of isFloatingPoint() and dealing with PackedType.
      Patch by Gordon Henriksen!
      
      llvm-svn: 33415
      2eadb531
    • Reid Spencer's avatar
      Revise the store V, (cast P) -> store (cast V) -> P transform. · 9a4bed06
      Reid Spencer authored
      We only want to do this if the src and destination types have the same
      bit width. This patch uses TargetData::getTypeSizeInBits() instead of
      making a special case for integer types and avoiding the transform if
      they don't match.
      
      llvm-svn: 33414
      9a4bed06
Loading