Skip to content
  1. May 18, 2006
    • Reid Spencer's avatar
      Make some changes suggested by Chris: · a22a5b38
      Reid Spencer authored
      1. Remove the LLVM_DO_NOT_BUILD feature (not needed any more)
      2. Ensure that lib/VMCore gets built first. This needs to be done because
         VMCore now uses tblgen to generate the Intrinsics header which are
         needed in other libraries. In parallel builds, this can cause problems.
      
      llvm-svn: 28374
      a22a5b38
  2. May 16, 2006
  3. May 11, 2006
  4. Apr 20, 2006
  5. Apr 19, 2006
  6. Apr 12, 2006
  7. Apr 10, 2006
  8. Apr 07, 2006
    • Reid Spencer's avatar
      For PR723: · 056f0225
      Reid Spencer authored
      1. Don't force debug builds to have assertion checking turned on always.
         Let the default (on) be taken, or overridden by the command line
      2. Create two new BuildModes based on assertion checking: Release+Assert
         and Debug-Assert.
      3. Ensure that when building a distribution we get a release build with
         assertions enabled, regardless of the tree's configuration.
      4. (unrelated) Fix library name generation for llvm-config usage.
      
      llvm-svn: 27488
      056f0225
    • Evan Cheng's avatar
      A saner workaround. I hope. · bb66ec26
      Evan Cheng authored
      llvm-svn: 27483
      bb66ec26
    • Evan Cheng's avatar
      Temporary workaround for a Mac OSX specific issue. · 1e86e679
      Evan Cheng authored
      llvm-svn: 27482
      1e86e679
  9. Apr 06, 2006
  10. Mar 24, 2006
    • Reid Spencer's avatar
      Add a facility for invoking the llvm-config tool when linking a program. · d813b95f
      Reid Spencer authored
      This facility allows LLVMLIBS to be specified with something like:
      LLVMLIBS = config --libs jit
      instead of:
      LLVMLIBS = JIT
      with the same effect. However, the llvm-config utility is much more versatile
      than the single keyword approach. Note that "config" is the keyword after
      which any arguments to llvm-config are allowed. When llvm-config is tested
      and working well, we'll start using this and drop support for the JIT
      keyword.
      
      llvm-svn: 27057
      d813b95f
  11. Mar 22, 2006
  12. Mar 21, 2006
  13. Mar 10, 2006
  14. Mar 09, 2006
  15. Mar 03, 2006
  16. Feb 28, 2006
  17. Feb 16, 2006
  18. Feb 15, 2006
  19. Feb 14, 2006
  20. Jan 27, 2006
    • Chris Lattner's avatar
      * Eliminate FAKE_SOURCES · b3eb31f7
      Chris Lattner authored
      * Make runtimes and projects build with the new front-end by not relying on
        'llvm-gcc -c' to build a .bc file.  Instead, use llvm-gcc -S -emit-llvm,
        then an explicit invocation of gccas.  Also, don't use llvm-gcc to link
        .bc files together, use gccld directly.
      
      llvm-svn: 25707
      b3eb31f7
  21. Dec 23, 2005
    • Reid Spencer's avatar
      For PR625: · 528c9804
      Reid Spencer authored
      Don't install contents of CVS directories and don't double install when
      srcdir == objdir.
      
      llvm-svn: 24998
      528c9804
  22. Dec 22, 2005
    • Reid Spencer's avatar
      Some simple cleanups: · c49a8637
      Reid Spencer authored
      1. When srcdir == objdir have "spotless" say that it isn't supported in
         that mode rather than just let make say "no such target"
      2. Minor doc cleanups
      3. Fix the double rebuild problem with yacc files. A missing dependency
         caused parallel builds to skip building the .cpp file after the .cpp
         file was regenerated by bison.
      
      llvm-svn: 24924
      c49a8637
  23. Dec 21, 2005
    • Reid Spencer's avatar
      Implement fix for PR471: · 3f31cc4d
      Reid Spencer authored
      * Add --enable-debug-runtime option, defaults to disabled
      * Pass the new config var, DEBUG_RUNTIME, to Makefiles
      * Don't use -Wa,-strip-debug if debug-runtime is enabled
      
      llvm-svn: 24891
      3f31cc4d
  24. Oct 27, 2005
  25. Oct 26, 2005
  26. Oct 25, 2005
  27. Oct 24, 2005
Loading