aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/LLVMProcessSources.cmake
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-10/+23
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-4/+9
* Update to LLVM 3.5a.Stephen Hines2014-04-241-30/+7
* 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