Skip to content
  1. Aug 20, 2004
  2. Aug 17, 2004
  3. Jul 29, 2004
  4. Jul 26, 2004
  5. Jul 25, 2004
  6. Jul 18, 2004
    • Reid Spencer's avatar
      bug 122: · ce6adaff
      Reid Spencer authored
      - Replace ConstantPointerRef usage with GlobalValue usage
      - Minimize redundant isa<GlobalValue> usage
      - Correct isa<Constant> for GlobalValue subclass
      - Remove tabs
      - Fix coments refering to ConstantPointerRef
      
      llvm-svn: 14937
      ce6adaff
  7. Jul 16, 2004
  8. Jul 15, 2004
    • Chris Lattner's avatar
      This is logically part of the last patch. Just more really horrible code · 4babbe04
      Chris Lattner authored
      that is made unnecessary by it.
      
      llvm-svn: 14831
      4babbe04
    • Chris Lattner's avatar
      ** Finally DeclareNewGlobalValue is dead! · 8abe1a11
      Chris Lattner authored
      * Simplify a lot of code because type's cannot be in function symbol tables
      * Fix memory leaks in handling of redefined function prototypes
      * Don't use SymbolTable directly for stuff that we can go through the Module
        for.
      * Fix some minor bugs on obscure testcases like:
            test/Feature/globalredefinition.ll
      * Do not create GlobalVariable objects for forward referenced Functions!
      * When forward referencing a function in a constant expression, do not create
        a placeholder, add a bunch of references to it, then turn around and
        replaceAllUsesOfWith on it with a new global, deleting the placeholder.
        Instead, when we find the real definition of the global, just use the
        placeholder instead of creating a new object.
      
      This substantially simplifies the asmwriter and should even speed it up on
      cases heavy in constantexprs (like C++, Java, MSIL)...
      
      llvm-svn: 14830
      8abe1a11
  9. Jul 14, 2004
  10. Jul 13, 2004
  11. Jul 09, 2004
  12. Jul 04, 2004
  13. Jun 17, 2004
  14. May 28, 2004
  15. May 26, 2004
  16. May 25, 2004
  17. Apr 18, 2004
  18. Apr 05, 2004
  19. Mar 31, 2004
  20. Mar 30, 2004
Loading