Partial revert of 187310; it seems MSVC 10 still spits out this warning, but MSVC...
[oota-llvm.git] / cmake / modules / LLVMProcessSources.cmake
2012-10-23 Jordan RoseCMake: Include private headers / tablegen files in...
2012-06-24 NAKAMURA TakumiLLVMProcessSources.cmake: [MSVC] Don't add "PROPERTIES...
2012-06-21 Chandler CarruthCompletely refactor the structuring of unittest CMake...
2011-05-11 Oscar FuentesHandle gcc-compatible compilers (such as clang) the...
2011-01-11 Oscar FuentesMade llvm_replace_compiler_option more robust. Use...
2011-01-07 Oscar FuentesDon't use -O3 on Mingw, as people report it as unreliab...
2011-01-03 Oscar FuentesLLVMProcessSources: add .def files along with .h files...
2011-01-02 Oscar FuentesPropagate to parent scope changes made to CMAKE_CXX_FLAGS.
2010-12-31 Oscar FuentesCMake (MSVC): cmake automatically adds the /EHsc and...
2010-12-04 Francois PichetDisable C++ exception handling on MSVC.
2010-12-04 Francois PichetDisable RTTI on Windows.
2010-10-17 Oscar FuentesBuild with RTTI and exceptions disabled. Only in GCC...
2009-11-02 Oscar FuentesCMake: Report an error if there is an unknown .cpp...
2008-11-15 Oscar FuentesCMake: Adds header and TableGen files to Visual Studio...
2008-11-14 Oscar FuentesCMake: Fixed dependencies of .cpp source files on ...