summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/LLVMProcessSources.cmake
Commit message (Expand)AuthorAgeFilesLines
* [llvm] [cmake] Add additional headers only if they existMichal Gorny2019-04-041-1/+9
* [CMake] Unconditionally add .h and .td files to target sourcesChris Bieneman2018-10-111-9/+8
* Accept any filepath in llvm_check_source_file_listSerge Guelton2018-03-191-4/+14
* [CMake] Add LLVM_ENABLE_IDE option to better process sources for IDE'sEric Fiselier2018-01-121-1/+1
* [cmake] Add SOURCE_DIR argument to llvm_check_source_file_listShoaib Meenai2017-09-191-4/+16
* Teach llvm_add_library() to find include dirs.Zachary Turner2015-02-101-10/+23
* cmake: Don't reject unknown cpp files that start with .Matt Arsenault2014-09-021-4/+9
* [CMake] LLVMProcessSources.cmake: Prune add_file_dependencies to ${TABLEGEN_O...NAKAMURA Takumi2014-02-101-8/+0
* [CMake] Prune CMAKE_CXX_FLAGS stuff in llvm_process_sources.NAKAMURA Takumi2014-01-281-18/+0
* [CMake] Let llvm_process_sources check not only *.cpp but also *.c.NAKAMURA Takumi2014-01-281-2/+2
* [CMake] LLVMProcessSources.cmake: Add include(CMakeParseArguments).NAKAMURA Takumi2014-01-201-0/+1
* [CMake] llvm_process_sources: Introduce a parameter, ADDITIONAL_HEADERS.NAKAMURA Takumi2014-01-201-2/+4
* CMake: Include private headers / tablegen files in generated Xcode projects.Jordan Rose2012-10-231-1/+1
* LLVMProcessSources.cmake: [MSVC] Don't add "PROPERTIES HEADER_FILE_ONLY" to *...NAKAMURA Takumi2012-06-241-1/+2
* Completely refactor the structuring of unittest CMake files to match theChandler Carruth2012-06-211-2/+5
* Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes2011-05-111-2/+2
* Made llvm_replace_compiler_option more robust. Use it onOscar Fuentes2011-01-111-7/+14
* Don't use -O3 on Mingw, as people report it as unreliable. Use -O2Oscar Fuentes2011-01-071-0/+10
* LLVMProcessSources: add .def files along with .h files to targets forOscar Fuentes2011-01-031-1/+1
* Propagate to parent scope changes made to CMAKE_CXX_FLAGS.Oscar Fuentes2011-01-021-0/+1
* CMake (MSVC): cmake automatically adds the /EHsc and /GR compilerOscar Fuentes2010-12-311-2/+2
* Disable C++ exception handling on MSVC.Francois Pichet2010-12-041-0/+3
* Disable RTTI on Windows. Francois Pichet2010-12-041-0/+2
* Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes2010-10-171-0/+13
* CMake: Report an error if there is an unknown .cpp file in a sourceOscar Fuentes2009-11-021-0/+15
* CMake: Adds header and TableGen files to Visual Studio solution. A newOscar Fuentes2008-11-151-1/+27
* CMake: Fixed dependencies of .cpp source files on .td and tablegennedOscar Fuentes2008-11-141-0/+13
OpenPOWER on IntegriCloud