aboutsummaryrefslogtreecommitdiff
path: root/cmake/modules/LLVMProcessSources.cmake
AgeCommit message (Expand)Author
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