Skip to content
  1. Jan 19, 2009
  2. Jan 17, 2009
  3. Jan 16, 2009
  4. Jan 15, 2009
  5. Jan 14, 2009
  6. Jan 13, 2009
    • Devang Patel's avatar
      · 5c6e1e3b
      Devang Patel authored
      Use DebugInfo interface to lower dbg_* intrinsics.
      
      llvm-svn: 62127
      5c6e1e3b
  7. Jan 07, 2009
  8. Jan 05, 2009
    • Devang Patel's avatar
      · 56a8bb67
      Devang Patel authored
      squash warnings.
      
      llvm-svn: 61707
      56a8bb67
  9. Jan 02, 2009
  10. 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
  11. Dec 25, 2008
  12. Dec 24, 2008
  13. Dec 23, 2008
  14. Dec 18, 2008
  15. Dec 12, 2008
  16. Dec 10, 2008
  17. Dec 09, 2008
  18. Dec 05, 2008
  19. Dec 03, 2008
  20. Dec 02, 2008
  21. 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
  22. Nov 27, 2008
  23. Nov 26, 2008
  24. Nov 24, 2008
  25. Nov 23, 2008
  26. Nov 13, 2008
Loading