Skip to content
  1. Jan 02, 2005
  2. Dec 28, 2004
  3. Dec 27, 2004
  4. Dec 24, 2004
    • Reid Spencer's avatar
      Make sure llvm-g++ gets the right path for the llvm tools. · c005fba1
      Reid Spencer authored
      llvm-svn: 19138
      c005fba1
    • Reid Spencer's avatar
      Two corrections: · 35655d69
      Reid Spencer authored
      * When reconfiguring, make sure the config.cache file is blown away so that
        its (old) values don't short-circuit doing the tests. When a reconfigure
        is done, it should be done from scratch, without the cache.
      * For dist-check, don't pass --with-llvmgccdir any more because configure
        doesn't have this option any more.
      
      llvm-svn: 19126
      35655d69
  5. Dec 22, 2004
    • Reid Spencer's avatar
      For PR432: · 2bba41c7
      Reid Spencer authored
      * Cleanup LLVMGCXX and LLVMGCC by providing LLVMGXXWITHPATH and LLVMGCCWITHPATH
        variables that add the $(LLVMToolDir) to the path so the CFE tools can find
        the right LLVM tools they depend on.
      * Standardize the name of a variable: cferuntime_libdir -> CFERuntimeLibDir
      
      llvm-svn: 19095
      2bba41c7
  6. Dec 17, 2004
  7. Dec 16, 2004
  8. Dec 15, 2004
  9. Dec 14, 2004
  10. Dec 13, 2004
  11. Dec 10, 2004
  12. Dec 08, 2004
  13. Dec 06, 2004
  14. Dec 05, 2004
  15. Dec 04, 2004
  16. Dec 03, 2004
  17. Dec 02, 2004
    • Chris Lattner's avatar
      Quiet! · e3d98f1f
      Chris Lattner authored
      llvm-svn: 18437
      e3d98f1f
    • Reid Spencer's avatar
      For PR466: · 32f7e427
      Reid Spencer authored
      Change construction of bytecode libraries from producing a single bytecode
      file to producing a library containing bytecode files. This gets around the
      problem of multiple symbol definitions in the linker if something like
      -lc -lc is attempted on the command line. Previously this happened because
      the linker would find libc.bc as a "library". It will now find libc.a which
      it can simply search for missing symbols instead of linking in wholesale.
      
      llvm-svn: 18425
      32f7e427
  18. Nov 29, 2004
Loading