Skip to content
  1. Feb 20, 2007
  2. Feb 19, 2007
  3. Feb 18, 2007
  4. Feb 17, 2007
  5. Feb 16, 2007
    • Reid Spencer's avatar
      Remove an unnecessary predicate. · e4ff249d
      Reid Spencer authored
      Patch by Scott Michel.
      
      llvm-svn: 34354
      e4ff249d
    • Reid Spencer's avatar
      Review changes: · 1d072120
      Reid Spencer authored
      1. Function style changes.
      2. 80-col violations.
      3. Better names for things.
      4. Arrange constructors so they all take bit width first.
      5. Add named signed and unsigned comparison functions and remove the
         corresponding operators.
      6. Remove operator&& and operator|| but provide a getBoolValue function which
         converts to bool as comparison against 0. This allows the normal && and
         || operators to be used as if (X.getBoolValue() && Y.getBoolValue())
      
      Note: this still doesn't function 100% yet. I'm working on the bugs now.
      llvm-svn: 34353
      1d072120
Loading