Skip to content
  1. Nov 05, 2003
  2. Oct 23, 2003
  3. Oct 21, 2003
  4. Oct 20, 2003
  5. Oct 08, 2003
  6. Oct 05, 2003
  7. Oct 03, 2003
  8. Oct 02, 2003
  9. Aug 29, 2003
  10. Aug 22, 2003
  11. Aug 18, 2003
  12. Jul 30, 2003
  13. Jul 23, 2003
  14. Jun 22, 2003
  15. Jun 16, 2003
  16. Jun 02, 2003
  17. May 25, 2003
  18. May 23, 2003
    • Chris Lattner's avatar
      Fix Bug: Linker/2003-04-26-NullPtrLinkProblem.ll · 98fa07b1
      Chris Lattner authored
      This was a problem with constants having their types resolved to some new type,
      but there was already a constant of the new type created.  Before, these types
      were never merged together, now they are.
      
      llvm-svn: 6314
      98fa07b1
  19. May 21, 2003
  20. May 15, 2003
  21. May 14, 2003
  22. May 13, 2003
  23. Apr 17, 2003
  24. Mar 10, 2003
  25. Mar 06, 2003
    • Chris Lattner's avatar
      Remove #include · c33ae672
      Chris Lattner authored
      Extend getNullValue to work with struct and array types
      
      llvm-svn: 5718
      c33ae672
  26. Oct 14, 2002
  27. Oct 13, 2002
  28. Oct 10, 2002
  29. Oct 09, 2002
  30. Sep 14, 2002
  31. Sep 11, 2002
  32. Sep 03, 2002
  33. Aug 26, 2002
  34. Aug 18, 2002
    • Chris Lattner's avatar
      · 0c6e0b90
      Chris Lattner authored
      - ConstantPointerRefs are now automatically removed from the module table
          when they are destroyed, which makes Constant::destroyConstant an actually
          useful external interface.  Expose these methods publicly.
        - Implement destroyConstant on ConstPointerNull so that destroyConstant can
          be used on any derived type constant safely.
      
      llvm-svn: 3379
      0c6e0b90
  35. Aug 14, 2002
Loading