Skip to content
  1. May 13, 2003
  2. Apr 17, 2003
  3. Mar 10, 2003
  4. 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
  5. Oct 14, 2002
  6. Oct 13, 2002
  7. Oct 10, 2002
  8. Oct 09, 2002
  9. Sep 14, 2002
  10. Sep 11, 2002
  11. Sep 03, 2002
  12. Aug 26, 2002
  13. 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
  14. Aug 14, 2002
  15. 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
  16. Aug 12, 2002
  17. 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
  18. Jul 25, 2002
  19. Jul 18, 2002
  20. Jul 16, 2002
  21. Jul 15, 2002
  22. Jun 30, 2002
  23. Jun 26, 2002
  24. Jun 25, 2002
  25. Apr 28, 2002
  26. Apr 27, 2002
  27. Apr 18, 2002
  28. Apr 16, 2002
  29. Apr 08, 2002
  30. Apr 07, 2002
  31. Jan 20, 2002
  32. Dec 14, 2001
  33. Dec 03, 2001
  34. Nov 27, 2001
Loading