Skip to content
  1. Jul 13, 2004
    • Chris Lattner's avatar
      A couple of substantial cleanup fixes: · 2ed776bb
      Chris Lattner authored
        1. Split setValueName into two separate functions, one that is only used
           at function scope and doesn't have to deal with duplicates, and one
           that can be used either at global or function scope but that does deal
           with conflicts.  Conflicts were only in there because of the crappy old
           CFE and probably should be entirely eliminated.
        2. Insert BasicBlock's into the parent functions when they are created
           instead of when they are complete.  This effects name lookup (for the
           better), which will be exploited in the next patch.
      
      llvm-svn: 14787
      2ed776bb
    • Chris Lattner's avatar
      Replace a bunch of complex ConstantPointerRef referring code with simple · cc459c9d
      Chris Lattner authored
      code.
      
      llvm-svn: 14785
      cc459c9d
  2. Jul 09, 2004
  3. Jul 04, 2004
  4. Jun 17, 2004
  5. May 28, 2004
  6. May 26, 2004
  7. May 25, 2004
  8. Apr 18, 2004
  9. Apr 05, 2004
  10. Mar 31, 2004
  11. Mar 30, 2004
  12. Mar 12, 2004
  13. Mar 08, 2004
  14. Feb 09, 2004
  15. Feb 08, 2004
  16. Jan 12, 2004
  17. Dec 31, 2003
  18. Dec 23, 2003
  19. Nov 26, 2003
  20. Nov 25, 2003
  21. Nov 21, 2003
  22. Nov 12, 2003
  23. Nov 11, 2003
  24. Oct 30, 2003
  25. Oct 21, 2003
  26. Oct 19, 2003
Loading