Skip to content
  1. Jun 29, 2012
  2. Jun 28, 2012
  3. Jun 27, 2012
    • Chandler Carruth's avatar
      Clean up the 'check' CMake build rule a bit, notable renaming it to · aa324c90
      Chandler Carruth authored
      'check-llvm'.
      
      Don't worry! 'check' still works! =] To rationalize the names of targets
      used to run tests, the vague plan is the following:
      
      make check-llvm  # run LLVM reg/unit tests  (currently 'check')
      make check-clang # run Clang reg/unit tests (currently 'clang-test')
      make check-rt    # run CompilerRT reg/unit tests
      make check-asan  # run ASan reg/unit tests (subset of -rt)
      make check-tsan  # run TSan reg/unit tests (subset of -rt)
      make check-all   # run as much of the above as is available
      
      The last one respects what projects are checked out and built for
      a given tree. Personally, I would like to eventually make 'check' be an
      alias for 'check-all'. For now however, it is an alias for 'check-llvm',
      and thus no behavior has changed.
      
      While this patch and my plan only really apply to CMake, I think it
      might be good to similarly rationalize the naming scheme for the Make
      builds.
      
      llvm-svn: 159258
      aa324c90
  4. May 17, 2012
    • Danil Malyshev's avatar
      - Added ExecutionEngine/MCJIT tests · 7c5db453
      Danil Malyshev authored
      - Added HOST_ARCH to Makefile.config.in
      The HOST_ARCH will be used by MCJIT tests filter, because MCJIT supported only x86 and ARM architectures now.
      
      llvm-svn: 157015
      7c5db453
  5. Apr 20, 2012
  6. Apr 19, 2012
    • Michael J. Spencer's avatar
      Remove llvm-ld and llvm-stub (which is only used by llvm-ld). · 9125493e
      Michael J. Spencer authored
      llvm-ld is no longer useful and causes confusion and so it is being removed.
      
      * Does not work very well on Windows because it must call a gcc like driver to
        assemble and link.
      * Has lots of hard coded paths which are wrong on many systems.
      * Does not understand most of ld's options.
      * Can be partially replaced by llvm-link | opt | {llc | as, llc -filetype=obj} |
        ld, or fully replaced by Clang.
      
      I know of no production use of llvm-ld, and hacking use should be
      replaced by Clang's driver.
      
      llvm-svn: 155147
      9125493e
  7. Mar 30, 2012
  8. Mar 29, 2012
  9. Mar 01, 2012
  10. Jan 30, 2012
  11. Dec 16, 2011
  12. Nov 05, 2011
  13. Nov 02, 2011
  14. Sep 27, 2011
  15. Jun 28, 2011
  16. Jun 23, 2011
  17. Jun 22, 2011
  18. Jun 17, 2011
  19. Apr 13, 2011
  20. Feb 20, 2011
  21. Dec 10, 2010
  22. Nov 29, 2010
  23. Nov 27, 2010
  24. Nov 11, 2010
  25. Sep 24, 2010
  26. Sep 17, 2010
  27. Aug 30, 2010
  28. Jun 12, 2010
  29. Mar 10, 2010
    • Tobias Grosser's avatar
      Fix make check with cmake/lit · ab19e1e9
      Tobias Grosser authored
      PR6540: Set the newly introduced variables ENABLE_SHARED and
      SHLIBPATH_VAR in lit.site.cfg not only in the autoconf build, but also
      in a cmake one.
      
      llvm-svn: 98171
      ab19e1e9
  30. Dec 08, 2009
  31. Nov 08, 2009
Loading