Skip to content
  1. Oct 10, 2012
  2. Aug 29, 2012
  3. Aug 03, 2012
  4. Jul 12, 2012
  5. Jul 02, 2012
  6. Jun 30, 2012
  7. Jun 29, 2012
  8. Jun 28, 2012
  9. 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
  10. 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
  11. Apr 20, 2012
  12. 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
  13. Mar 30, 2012
  14. Mar 29, 2012
  15. Mar 01, 2012
  16. Jan 30, 2012
  17. Dec 16, 2011
  18. Nov 05, 2011
  19. Nov 02, 2011
  20. Sep 27, 2011
  21. Jun 28, 2011
  22. Jun 23, 2011
  23. Jun 22, 2011
  24. Jun 17, 2011
  25. Apr 13, 2011
  26. Feb 20, 2011
  27. Dec 10, 2010
  28. Nov 29, 2010
  29. Nov 27, 2010
  30. Nov 11, 2010
  31. Sep 24, 2010
  32. Sep 17, 2010
Loading