Skip to content
  1. Dec 02, 2008
  2. 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
  3. Nov 30, 2008
  4. Nov 27, 2008
  5. Nov 26, 2008
  6. Nov 25, 2008
  7. Nov 24, 2008
  8. Nov 23, 2008
  9. Nov 22, 2008
  10. Nov 21, 2008
Loading