Skip to content
  1. Jan 08, 2007
    • Reid Spencer's avatar
      For PR1097: · bf96e02a
      Reid Spencer authored
      Enable complex addressing modes on 64-bit platforms involving two induction
      variables by keeping a size and scale in 64-bits not 32.
      Patch by Dan Gohman.
      
      llvm-svn: 33011
      bf96e02a
    • Reid Spencer's avatar
      For PR1090: · c0b86d5d
      Reid Spencer authored
      Clean up the definitions of the helper functions per Chris' review
      suggestions so they are easier to read.
      
      For PR1091:
      Print minimum signed integer values as unsigned so that we get no warnings
      from the C compiler about constant ranges and value comparisons.
      
      llvm-svn: 33010
      c0b86d5d
    • Reid Spencer's avatar
      Fix PR1090: · 13cae7c2
      Reid Spencer authored
      Implemented some llvm_fcmp_{pred} functions at the start of the function bodies
      and use them for fcmp instructions and constant expressions. These help
      implement the ordered and unordered comparisons necessary for correct exectuion
      of these comparisons.
      
      llvm-svn: 33007
      13cae7c2
    • Reid Spencer's avatar
      Fix a bug in an assert that would never trigger. · 23414c00
      Reid Spencer authored
      llvm-svn: 33005
      23414c00
    • Reid Spencer's avatar
      7928c2fb
  2. Jan 07, 2007
  3. Jan 06, 2007
  4. Jan 05, 2007
Loading