summaryrefslogtreecommitdiff
path: root/cmake/modules/LLVMProcessSources.cmake
Commit message (Expand)AuthorAge
* [CMake] LLVMProcessSources.cmake: Prune add_file_dependencies to ${TABLEGEN_O...NAKAMURA Takumi2014-02-10
* [CMake] Prune CMAKE_CXX_FLAGS stuff in llvm_process_sources.NAKAMURA Takumi2014-01-28
* [CMake] Let llvm_process_sources check not only *.cpp but also *.c.NAKAMURA Takumi2014-01-28
* [CMake] LLVMProcessSources.cmake: Add include(CMakeParseArguments).NAKAMURA Takumi2014-01-20
* [CMake] llvm_process_sources: Introduce a parameter, ADDITIONAL_HEADERS.NAKAMURA Takumi2014-01-20
* CMake: Include private headers / tablegen files in generated Xcode projects.Jordan Rose2012-10-23
* LLVMProcessSources.cmake: [MSVC] Don't add "PROPERTIES HEADER_FILE_ONLY" to *...NAKAMURA Takumi2012-06-24
* Completely refactor the structuring of unittest CMake files to match theChandler Carruth2012-06-21
* Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes2011-05-11
* Made llvm_replace_compiler_option more robust. Use it onOscar Fuentes2011-01-11
* Don't use -O3 on Mingw, as people report it as unreliable. Use -O2Oscar Fuentes2011-01-07
* LLVMProcessSources: add .def files along with .h files to targets forOscar Fuentes2011-01-03
* Propagate to parent scope changes made to CMAKE_CXX_FLAGS.Oscar Fuentes2011-01-02
* CMake (MSVC): cmake automatically adds the /EHsc and /GR compilerOscar Fuentes2010-12-31
* Disable C++ exception handling on MSVC.Francois Pichet2010-12-04
* Disable RTTI on Windows. Francois Pichet2010-12-04
* Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes2010-10-17
* CMake: Report an error if there is an unknown .cpp file in a sourceOscar Fuentes2009-11-02
* CMake: Adds header and TableGen files to Visual Studio solution. A newOscar Fuentes2008-11-15
* CMake: Fixed dependencies of .cpp source files on .td and tablegennedOscar Fuentes2008-11-14