Skip to content
  1. Dec 03, 2008
  2. Dec 02, 2008
  3. 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
  4. Nov 30, 2008
  5. Nov 28, 2008
  6. Nov 27, 2008
  7. Nov 26, 2008
  8. Nov 24, 2008
  9. Nov 23, 2008
  10. Nov 22, 2008
  11. Nov 20, 2008
  12. Nov 19, 2008
  13. Nov 18, 2008
  14. Nov 15, 2008
  15. Nov 14, 2008
  16. Nov 13, 2008
  17. Nov 12, 2008
  18. Nov 11, 2008
    • Evan Cheng's avatar
      Add a README entry. · 2d1937ed
      Evan Cheng authored
      llvm-svn: 59052
      2d1937ed
    • Dan Gohman's avatar
      The 32-bit displacement field in an x86 address is signed. Arrange for it · 059c4fa8
      Dan Gohman authored
      to be sign-extended when it is promoted to 64 bits for intermediate
      offset calculations. The offset calculations are done as uint64_t so that
      overflow conditions are well defined.
      
      This fixes a problem which is currently hidden by the x86 AsmPrinter but
      which was exposed by r58917 (which is temporarily reverted).  See PR3027
      for details.
      
      llvm-svn: 59044
      059c4fa8
  19. Nov 10, 2008
  20. Nov 09, 2008
Loading