index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmake
/
modules
/
LLVMProcessSources.cmake
Age
Commit message (
Expand
)
Author
2012-10-23
CMake: Include private headers / tablegen files in generated Xcode projects.
Jordan Rose
2012-06-24
LLVMProcessSources.cmake: [MSVC] Don't add "PROPERTIES HEADER_FILE_ONLY" to *...
NAKAMURA Takumi
2012-06-21
Completely refactor the structuring of unittest CMake files to match the
Chandler Carruth
2011-05-11
Handle gcc-compatible compilers (such as clang) the same way we handle
Oscar Fuentes
2011-01-11
Made llvm_replace_compiler_option more robust. Use it on
Oscar Fuentes
2011-01-07
Don't use -O3 on Mingw, as people report it as unreliable. Use -O2
Oscar Fuentes
2011-01-03
LLVMProcessSources: add .def files along with .h files to targets for
Oscar Fuentes
2011-01-02
Propagate to parent scope changes made to CMAKE_CXX_FLAGS.
Oscar Fuentes
2010-12-31
CMake (MSVC): cmake automatically adds the /EHsc and /GR compiler
Oscar Fuentes
2010-12-04
Disable C++ exception handling on MSVC.
Francois Pichet
2010-12-04
Disable RTTI on Windows.
Francois Pichet
2010-10-17
Build with RTTI and exceptions disabled. Only in GCC for now.
Oscar Fuentes
2009-11-02
CMake: Report an error if there is an unknown .cpp file in a source
Oscar Fuentes
2008-11-15
CMake: Adds header and TableGen files to Visual Studio solution. A new
Oscar Fuentes
2008-11-14
CMake: Fixed dependencies of .cpp source files on .td and tablegenned
Oscar Fuentes