Skip to content
  1. Aug 05, 2008
  2. Jul 28, 2008
    • Dan Gohman's avatar
      Fold the useful features of alist and alist_node into ilist, and · 804c95df
      Dan Gohman authored
      a new ilist_node class, and remove them. Unlike alist_node,
      ilist_node doesn't attempt to manage storage itself, so it avoids
      the associated problems, including being opaque in gdb.
      
      Adjust the Recycler class so that it doesn't depend on alist_node.
      Also, change it to use explicit Size and Align parameters, allowing
      it to work when the largest-sized node doesn't have the greatest
      alignment requirement.
      
      Change MachineInstr's MachineMemOperand list from a pool-backed
      alist to a std::list for now.
      
      llvm-svn: 54146
      804c95df
  3. Jul 20, 2008
  4. Jul 14, 2008
  5. Jul 12, 2008
  6. Jul 11, 2008
  7. Jul 08, 2008
  8. Jul 02, 2008
  9. Jun 25, 2008
  10. Jun 23, 2008
  11. Jun 22, 2008
  12. Jun 17, 2008
  13. Jun 05, 2008
  14. May 30, 2008
  15. May 29, 2008
  16. May 27, 2008
  17. May 15, 2008
  18. May 13, 2008
  19. May 12, 2008
  20. May 06, 2008
  21. May 05, 2008
  22. May 02, 2008
  23. Apr 30, 2008
  24. Apr 28, 2008
  25. Apr 24, 2008
  26. Apr 20, 2008
  27. Apr 15, 2008
  28. Apr 10, 2008
  29. Apr 02, 2008
  30. Apr 01, 2008
  31. Mar 25, 2008
Loading