Skip to content
  1. Jan 14, 2009
  2. Jan 13, 2009
    • Devang Patel's avatar
      · 5c6e1e3b
      Devang Patel authored
      Use DebugInfo interface to lower dbg_* intrinsics.
      
      llvm-svn: 62127
      5c6e1e3b
  3. Jan 07, 2009
  4. Jan 05, 2009
    • Devang Patel's avatar
      · 56a8bb67
      Devang Patel authored
      squash warnings.
      
      llvm-svn: 61707
      56a8bb67
  5. Jan 02, 2009
  6. Jan 01, 2009
    • Duncan Sands's avatar
      Fix PR3274: when promoting the condition of a BRCOND node, · 8feb694e
      Duncan Sands authored
      promote from i1 all the way up to the canonical SetCC type.
      In order to discover an appropriate type to use, pass
      MVT::Other to getSetCCResultType.  In order to be able to
      do this, change getSetCCResultType to take a type as an
      argument, not a value (this is also more logical).
      
      llvm-svn: 61542
      8feb694e
  7. Dec 25, 2008
  8. Dec 24, 2008
  9. Dec 23, 2008
  10. Dec 18, 2008
  11. Dec 12, 2008
  12. Dec 10, 2008
  13. Dec 09, 2008
  14. Dec 05, 2008
  15. Dec 03, 2008
  16. Dec 02, 2008
  17. Dec 01, 2008
    • Duncan Sands's avatar
      There are no longer any places that require a · 3d960941
      Duncan Sands authored
      MERGE_VALUES node with only one operand, so get
      rid of special code that only existed to handle
      that possibility.
      
      llvm-svn: 60349
      3d960941
    • Duncan Sands's avatar
      Change the interface to the type legalization method · 6ed40141
      Duncan Sands authored
      ReplaceNodeResults: rather than returning a node which
      must have the same number of results as the original
      node (which means mucking around with MERGE_VALUES,
      and which is also easy to get wrong since SelectionDAG
      folding may mean you don't get the node you expect),
      return the results in a vector.
      
      llvm-svn: 60348
      6ed40141
  18. Nov 27, 2008
  19. Nov 26, 2008
  20. Nov 24, 2008
  21. Nov 23, 2008
  22. Nov 13, 2008
  23. Nov 06, 2008
  24. Nov 05, 2008
  25. Oct 31, 2008
  26. Oct 30, 2008
  27. Oct 28, 2008
  28. Oct 24, 2008
    • Duncan Sands's avatar
      Fix translateX86CC: if SetCCOpcode is SETULE and · 014f5bba
      Duncan Sands authored
      LHS is a foldable load, then LHS and RHS are swapped
      and SetCCOpcode is changed to SETUGT.  But the later
      code is expecting operands to be the wrong way round
      for SETUGT, but they are not in this case, resulting
      in an inverted compare.  The solution is to move the
      load normalization before the correction for SETUGT.
      This bug was tickled by LegalizeTypes which happened
      to legalize the testcase slightly differently to
      LegalizeDAG.
      
      llvm-svn: 58092
      014f5bba
  29. Oct 22, 2008
Loading