Skip to content
  1. Oct 20, 2009
  2. Oct 19, 2009
  3. Oct 18, 2009
  4. Oct 17, 2009
  5. Oct 16, 2009
  6. Oct 15, 2009
  7. Oct 14, 2009
  8. Oct 13, 2009
    • Duncan Sands's avatar
      Introduce new convenience methods for sign extending or · 18a956cb
      Duncan Sands authored
      truncating an SDValue (depending on whether the target
      type is bigger or smaller than the value's type); or zero
      extending or truncating it.  Use it in a few places (this
      seems to be a popular operation, but I only modified cases
      of it in SelectionDAGBuild).  In particular, the eh_selector
      lowering was doing this wrong due to a repeated rather than
      inverted test, fixed with this change.
      
      llvm-svn: 84027
      18a956cb
    • David Goodwin's avatar
      Add debugging output. · 4c98efb9
      David Goodwin authored
      llvm-svn: 84011
      4c98efb9
    • Daniel Dunbar's avatar
      Fix a -Asserts warning. · cdf01b5d
      Daniel Dunbar authored
      llvm-svn: 83950
      cdf01b5d
Loading