Skip to content
  1. Oct 03, 2003
  2. Oct 02, 2003
  3. Aug 29, 2003
  4. Aug 22, 2003
  5. Aug 18, 2003
  6. Jul 30, 2003
  7. Jul 23, 2003
  8. Jun 22, 2003
  9. Jun 16, 2003
  10. Jun 02, 2003
  11. May 25, 2003
  12. 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
  13. May 21, 2003
  14. May 15, 2003
  15. May 14, 2003
  16. May 13, 2003
  17. Apr 17, 2003
  18. Mar 10, 2003
  19. 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
  20. Oct 14, 2002
  21. Oct 13, 2002
  22. Oct 10, 2002
  23. Oct 09, 2002
  24. Sep 14, 2002
  25. Sep 11, 2002
  26. Sep 03, 2002
  27. Aug 26, 2002
  28. 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
  29. Aug 14, 2002
  30. Aug 13, 2002
    • Chris Lattner's avatar
      · b1585a90
      Chris Lattner authored
      - Rename ConstantGenericIntegral -> ConstantIntegral
       - Add new methods to ConstantIntegral: getMaxValue, getMinValue,
         getAllOnesValue
      
      llvm-svn: 3299
      b1585a90
  31. Aug 12, 2002
  32. Jul 30, 2002
    • Chris Lattner's avatar
      · 3cd8c56c
      Chris Lattner authored
      Cleanup ConstantExpr handling:
       * Correctly delete TypeHandles in AsmParser.  In addition to not leaking
         memory, this prevents a bug that could have occurred when a type got
         resolved that the constexpr was using
       * Check for errors in the AsmParser instead of hitting assertion failures
         deep in the code
       * Simplify the interface to the ConstantExpr class, removing unneccesary
         parameters to the ::get* methods.
       * Rename the 'getelementptr' version of ConstantExpr::get to
         ConstantExpr::getGetElementPtr
      
      llvm-svn: 3161
      3cd8c56c
  33. Jul 25, 2002
  34. Jul 18, 2002
  35. Jul 16, 2002
  36. Jul 15, 2002
Loading