Skip to content
  1. Oct 19, 2005
  2. Oct 10, 2005
  3. Oct 05, 2005
  4. Oct 01, 2005
  5. Sep 29, 2005
  6. Sep 28, 2005
  7. Sep 13, 2005
  8. Sep 07, 2005
  9. Sep 02, 2005
  10. Sep 01, 2005
  11. Aug 27, 2005
  12. Aug 26, 2005
  13. Aug 24, 2005
  14. Aug 22, 2005
  15. Aug 18, 2005
  16. Aug 17, 2005
  17. Aug 16, 2005
    • Chris Lattner's avatar
      Eliminate the RegSDNode class, which 3 nodes (CopyFromReg/CopyToReg/ImplicitDef) · 33182325
      Chris Lattner authored
      used to tack a register number onto the node.
      
      Instead of doing this, make a new node, RegisterSDNode, which is a leaf
      containing a register number.  These three operations just become normal
      DAG nodes now, instead of requiring special handling.
      
      Note that with this change, it is no longer correct to make illegal
      CopyFromReg/CopyToReg nodes.  The legalizer will not touch them, and this
      is bad, so don't do it. :)
      
      llvm-svn: 22806
      33182325
  18. Aug 09, 2005
  19. Jul 27, 2005
  20. Jul 19, 2005
  21. Jul 05, 2005
    • Chris Lattner's avatar
      Make several cleanups to Andrews varargs change: · f5473e44
      Chris Lattner authored
      1. Pass Value*'s into lowering methods so that the proper pointers can be
         added to load/stores from the valist
      2. Intrinsics that return void should only return a token chain, not a token
         chain/retval pair.
      3. Rename LowerVAArgNext -> LowerVAArg, because VANext is long gone.
      
      llvm-svn: 22338
      f5473e44
  22. Jun 29, 2005
  23. Jun 22, 2005
  24. Jun 18, 2005
  25. May 14, 2005
  26. May 13, 2005
  27. May 12, 2005
  28. May 11, 2005
  29. May 10, 2005
  30. May 09, 2005
Loading