Skip to content
  1. Jul 10, 2009
  2. Jul 08, 2009
  3. Jul 03, 2009
  4. Jun 17, 2009
    • Dale Johannesen's avatar
      This fixes a bug introduced in 72661, which can · 81b6463e
      Dale Johannesen authored
      move loads back past a check that the load address
      is valid, see new testcase.  The test that went
      in with 72661 has exactly this case, except that
      the conditional it's moving past is checking
      something else; I've settled for changing that
      test to reference a global, not a pointer.  It
      may be possible to scan all the tests you pass and
      make sure none of them are checking any component
      of the address, but it's not trivial and I'm not
      trying to do that here.
      
      llvm-svn: 73632
      81b6463e
    • Torok Edwin's avatar
      Add debug message about non-local loads being clobbered. · ba93ea76
      Torok Edwin authored
      llvm-svn: 73625
      ba93ea76
  5. Jun 15, 2009
  6. Jun 05, 2009
  7. May 31, 2009
  8. May 29, 2009
  9. May 06, 2009
  10. Apr 02, 2009
  11. Apr 01, 2009
  12. Mar 10, 2009
  13. Mar 06, 2009
  14. Feb 12, 2009
  15. Feb 08, 2009
  16. Jan 19, 2009
  17. Dec 23, 2008
  18. Dec 22, 2008
  19. Dec 18, 2008
  20. Dec 15, 2008
  21. Dec 14, 2008
  22. Dec 13, 2008
    • Bill Wendling's avatar
      Temporarily revert r60973. It's inexplicably causing a failure when self-hosting LLVM: · 293b9181
      Bill Wendling authored
      llvm[2]: Linking Release executable opt (without symbols)
      ...
      Undefined symbols:
        "llvm::APFloat::IEEEsingle", referenced from:
            __ZN4llvm7APFloat10IEEEsingleE$non_lazy_ptr in libLLVMCore.a(Constants.o)
            __ZN4llvm7APFloat10IEEEsingleE$non_lazy_ptr in libLLVMCore.a(AsmWriter.o)
            __ZN4llvm7APFloat10IEEEsingleE$non_lazy_ptr in libLLVMCore.a(ConstantFold.o)
        "llvm::APFloat::IEEEdouble", referenced from:
            __ZN4llvm7APFloat10IEEEdoubleE$non_lazy_ptr in libLLVMCore.a(Constants.o)
            __ZN4llvm7APFloat10IEEEdoubleE$non_lazy_ptr in libLLVMCore.a(AsmWriter.o)
            __ZN4llvm7APFloat10IEEEdoubleE$non_lazy_ptr in libLLVMCore.a(ConstantFold.o)
      ld: symbol(s) not found
      
      This is in release mode. To replicate, compile llvm and llvm-gcc in optimized
      mode. Then build llvm, in optimized mode, with the newly created compiler.
      
      llvm-svn: 60977
      293b9181
Loading