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