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
/
HandleLLVMOptions.cmake
Age
Commit message (
Expand
)
Author
2011-06-22
lit support for REQUIRES: asserts.
Andrew Trick
2011-06-16
Added LLVM_BUILD_MODE to cmake so that lit supports tests with REQUIRES: {bui...
Andrew Trick
2011-05-11
Handle gcc-compatible compilers (such as clang) the same way we handle
Oscar Fuentes
2011-04-19
Disable warning C4181: "qualifier applied to reference type; ignored"
Francois Pichet
2011-04-01
Fix assignment of -fPIC to CMAKE_C_FLAGS. Configure llvm-config.in.in
Oscar Fuentes
2011-03-08
Remove remnant of my experimentation with CMake.
Oscar Fuentes
2011-03-02
Support for parallel compilation (/MP) when using the VS IDE.
Oscar Fuentes
2011-02-21
CMake: Define LLVM_INCLUDE_TESTS in cmake/modules/HandleLLVMOptions.cmake. It...
NAKAMURA Takumi
2011-02-10
CMake: LLVM_LIT_TOOLS_DIR is needed only on Win32 hosts to use GnuWin32 tools.
NAKAMURA Takumi
2011-02-09
CMake: Add the new option LLVM_LIT_TOOLS_DIR. It can specify "Path to GnuWin3...
NAKAMURA Takumi
2011-02-06
Don't define NDEBUG on MSVC_IDE and XCode builds. Fixes PR9155.
Oscar Fuentes
2011-02-05
Moved more stuff to HandleLLVMOptions.cmake
Oscar Fuentes
2011-02-03
Changes for building Clang and others using LLVM as an external
Oscar Fuentes