Skip to content
  1. Jun 21, 2006
  2. Jun 20, 2006
  3. Jun 16, 2006
  4. Jun 15, 2006
  5. Jun 02, 2006
  6. Jun 01, 2006
  7. May 30, 2006
  8. May 25, 2006
  9. May 24, 2006
  10. 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
  11. May 16, 2006
  12. May 11, 2006
  13. Apr 20, 2006
  14. Apr 19, 2006
  15. Apr 12, 2006
  16. Apr 10, 2006
  17. 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
  18. Apr 06, 2006
  19. 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
  20. Mar 22, 2006
  21. Mar 21, 2006
  22. Mar 10, 2006
  23. Mar 09, 2006
  24. Mar 03, 2006
  25. Feb 28, 2006
  26. Feb 16, 2006
  27. Feb 15, 2006
Loading