Skip to content
  1. Oct 26, 2004
  2. Oct 16, 2004
  3. Oct 09, 2004
  4. Sep 14, 2004
  5. Sep 02, 2004
    • Reid Spencer's avatar
      Changes For Bug 352 · 7c16caa3
      Reid Spencer authored
      Move include/Config and include/Support into include/llvm/Config,
      include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
      public header files must be under include/llvm/.
      
      llvm-svn: 16137
      7c16caa3
  6. Aug 21, 2004
  7. Aug 20, 2004
  8. Aug 17, 2004
  9. Jul 29, 2004
  10. Jul 26, 2004
  11. Jul 25, 2004
  12. 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
  13. Jul 16, 2004
  14. 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
  15. Jul 14, 2004
  16. Jul 13, 2004
  17. Jul 09, 2004
  18. Jul 04, 2004
  19. Jun 17, 2004
  20. May 28, 2004
Loading