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