summaryrefslogtreecommitdiff
path: root/cmake/modules/LLVMProcessSources.cmake
AgeCommit message (Expand)Author
2018-03-19Accept any filepath in llvm_check_source_file_listSerge Guelton
2018-01-12[CMake] Add LLVM_ENABLE_IDE option to better process sources for IDE'sEric Fiselier
2017-09-19[cmake] Add SOURCE_DIR argument to llvm_check_source_file_listShoaib Meenai
2015-02-10Teach llvm_add_library() to find include dirs.Zachary Turner
2014-09-02cmake: Don't reject unknown cpp files that start with .Matt Arsenault
2014-02-10[CMake] LLVMProcessSources.cmake: Prune add_file_dependencies to ${TABLEGEN_O...NAKAMURA Takumi
2014-01-28[CMake] Prune CMAKE_CXX_FLAGS stuff in llvm_process_sources.NAKAMURA Takumi
2014-01-28[CMake] Let llvm_process_sources check not only *.cpp but also *.c.NAKAMURA Takumi
2014-01-20[CMake] LLVMProcessSources.cmake: Add include(CMakeParseArguments).NAKAMURA Takumi
2014-01-20[CMake] llvm_process_sources: Introduce a parameter, ADDITIONAL_HEADERS.NAKAMURA Takumi
2012-10-23CMake: Include private headers / tablegen files in generated Xcode projects.Jordan Rose
2012-06-24LLVMProcessSources.cmake: [MSVC] Don't add "PROPERTIES HEADER_FILE_ONLY" to *...NAKAMURA Takumi
2012-06-21Completely refactor the structuring of unittest CMake files to match theChandler Carruth
2011-05-11Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes
2011-01-11Made llvm_replace_compiler_option more robust. Use it onOscar Fuentes
2011-01-07Don't use -O3 on Mingw, as people report it as unreliable. Use -O2Oscar Fuentes
2011-01-03LLVMProcessSources: add .def files along with .h files to targets forOscar Fuentes
2011-01-02Propagate to parent scope changes made to CMAKE_CXX_FLAGS.Oscar Fuentes
2010-12-31CMake (MSVC): cmake automatically adds the /EHsc and /GR compilerOscar Fuentes
2010-12-04Disable C++ exception handling on MSVC.Francois Pichet
2010-12-04Disable RTTI on Windows. Francois Pichet
2010-10-17Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes
2009-11-02CMake: Report an error if there is an unknown .cpp file in a sourceOscar Fuentes
2008-11-15CMake: Adds header and TableGen files to Visual Studio solution. A newOscar Fuentes
2008-11-14CMake: Fixed dependencies of .cpp source files on .td and tablegennedOscar Fuentes