Skip to content
  1. Sep 11, 2002
  2. Sep 03, 2002
  3. Aug 26, 2002
  4. 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
  5. Aug 14, 2002
  6. 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
  7. Aug 12, 2002
  8. 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
  9. Jul 25, 2002
  10. Jul 18, 2002
  11. Jul 16, 2002
  12. Jul 15, 2002
  13. Jun 30, 2002
  14. Jun 26, 2002
  15. Jun 25, 2002
  16. Apr 28, 2002
  17. Apr 27, 2002
  18. Apr 18, 2002
  19. Apr 16, 2002
  20. Apr 08, 2002
  21. Apr 07, 2002
  22. Jan 20, 2002
  23. Dec 14, 2001
  24. Dec 03, 2001
  25. Nov 27, 2001
  26. Oct 29, 2001
  27. Oct 28, 2001
  28. Oct 15, 2001
  29. Oct 13, 2001
    • Chris Lattner's avatar
      * Fix TODO · d7a7330e
      Chris Lattner authored
      * Support ConstPoolPOinterReferences correctly
      * New constPoolPointerNull subclass
      * Add classof support for more classes
      * Add proper support for ConstPoolPointerReference::getStrValue()
      
      llvm-svn: 769
      d7a7330e
  30. Oct 03, 2001
Loading