1. e8e6b6b CMake: Include private headers / tablegen files in generated Xcode projects. by Jordan Rose · 12 years ago
  2. b253451 LLVMProcessSources.cmake: [MSVC] Don't add "PROPERTIES HEADER_FILE_ONLY" to *.def. by NAKAMURA Takumi · 12 years ago
  3. 7c888ee Completely refactor the structuring of unittest CMake files to match the by Chandler Carruth · 12 years ago
  4. 104e992 Handle gcc-compatible compilers (such as clang) the same way we handle gcc. by Oscar Fuentes · 13 years ago
  5. 927d8ae Made llvm_replace_compiler_option more robust. Use it on llvm_process_sources. by Oscar Fuentes · 14 years ago
  6. 53bf3ee Don't use -O3 on Mingw, as people report it as unreliable. Use -O2 instead. by Oscar Fuentes · 14 years ago
  7. 0895db0 LLVMProcessSources: add .def files along with .h files to targets for by Oscar Fuentes · 14 years ago
  8. 449d4e1 Propagate to parent scope changes made to CMAKE_CXX_FLAGS. by Oscar Fuentes · 14 years ago
  9. 023c633 CMake (MSVC): cmake automatically adds the /EHsc and /GR compiler by Oscar Fuentes · 14 years ago
  10. b361452 Disable C++ exception handling on MSVC. by Francois Pichet · 14 years ago
  11. a785a6b Disable RTTI on Windows. by Francois Pichet · 14 years ago
  12. f0c55a9 Build with RTTI and exceptions disabled. Only in GCC for now. by Oscar Fuentes · 14 years ago
  13. d442ab8 CMake: Report an error if there is an unknown .cpp file in a source directory. by Oscar Fuentes · 15 years ago
  14. 50925fb CMake: Adds header and TableGen files to Visual Studio solution. A new by Oscar Fuentes · 16 years ago
  15. 1bbdd46 CMake: Fixed dependencies of .cpp source files on .td and tablegenned files. by Oscar Fuentes · 16 years ago