aboutsummaryrefslogtreecommitdiff
path: root/llvm/cmake/modules/LLVMProcessSources.cmake
AgeCommit message (Expand)AuthorFilesLines
2014-09-02cmake: Don't reject unknown cpp files that start with .Matt Arsenault1-4/+9
2014-02-10[CMake] LLVMProcessSources.cmake: Prune add_file_dependencies to ${TABLEGEN_O...NAKAMURA Takumi1-8/+0
2014-01-28[CMake] Prune CMAKE_CXX_FLAGS stuff in llvm_process_sources.NAKAMURA Takumi1-18/+0
2014-01-28[CMake] Let llvm_process_sources check not only *.cpp but also *.c.NAKAMURA Takumi1-2/+2
2014-01-20[CMake] LLVMProcessSources.cmake: Add include(CMakeParseArguments).NAKAMURA Takumi1-0/+1
2014-01-20[CMake] llvm_process_sources: Introduce a parameter, ADDITIONAL_HEADERS.NAKAMURA Takumi1-2/+4
2012-10-23CMake: Include private headers / tablegen files in generated Xcode projects.Jordan Rose1-1/+1
2012-06-24LLVMProcessSources.cmake: [MSVC] Don't add "PROPERTIES HEADER_FILE_ONLY" to *...NAKAMURA Takumi1-1/+2
2012-06-21Completely refactor the structuring of unittest CMake files to match theChandler Carruth1-2/+5
2011-05-11Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes1-2/+2
2011-01-11Made llvm_replace_compiler_option more robust. Use it onOscar Fuentes1-7/+14
2011-01-07Don't use -O3 on Mingw, as people report it as unreliable. Use -O2Oscar Fuentes1-0/+10
2011-01-03LLVMProcessSources: add .def files along with .h files to targets forOscar Fuentes1-1/+1
2011-01-02Propagate to parent scope changes made to CMAKE_CXX_FLAGS.Oscar Fuentes1-0/+1
2010-12-31CMake (MSVC): cmake automatically adds the /EHsc and /GR compilerOscar Fuentes1-2/+2
2010-12-04Disable C++ exception handling on MSVC.Francois Pichet1-0/+3
2010-12-04Disable RTTI on Windows. Francois Pichet1-0/+2
2010-10-17Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes1-0/+13
2009-11-02CMake: Report an error if there is an unknown .cpp file in a sourceOscar Fuentes1-0/+15
2008-11-15CMake: Adds header and TableGen files to Visual Studio solution. A newOscar Fuentes1-1/+27
2008-11-14CMake: Fixed dependencies of .cpp source files on .td and tablegennedOscar Fuentes1-0/+13