Skip to content
  1. Jan 07, 2014
  2. Jan 05, 2014
  3. Jan 02, 2014
  4. Dec 30, 2013
  5. Dec 29, 2013
  6. Dec 20, 2013
  7. Dec 19, 2013
  8. Dec 16, 2013
  9. Dec 04, 2013
  10. Dec 02, 2013
  11. Aug 27, 2013
  12. Aug 24, 2013
  13. Aug 21, 2013
    • Argyrios Kyrtzidis's avatar
      [CMake] Automatically pick up subdirectories in llvm/tools as 'external... · 7eec9d0c
      Argyrios Kyrtzidis authored
      [CMake] Automatically pick up subdirectories in llvm/tools as 'external projects' if they contain a 'CMakeLists.txt' file.
      
      Allow CMake to pick up external projects in llvm/tools without the need to modify the "llvm/tools/CMakeLists.txt" file.
      This makes it easier to work with projects that live in other repositories, without needing to specify each one in "llvm/tools/CMakeLists.txt".
      
      llvm-svn: 188921
      7eec9d0c
  14. Aug 14, 2013
  15. Aug 07, 2013
  16. Apr 21, 2013
  17. Feb 14, 2013
    • Tim Northover's avatar
      Use correct host/target CMake variables to define lit variables. · bfe84685
      Tim Northover authored
      CMake and autotools disagree on what "host" means in a cross-compilation
      context. Autotools (and lit) take it to be the machine the binaries being
      compiled now will run on. CMake takes it to be the machine actually compiling
      the binaries now.
      
      This change makes lit.site-cfg more consistent between autotools and CMake,
      allowing lit tests (particularly in ExecutionEngine) to run correctly when
      cross-compiled with CMake
      
      llvm-svn: 175179
      bfe84685
  18. Jan 27, 2013
  19. Dec 24, 2012
Loading