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