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