index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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
2012-06-08
cmake: Pass the -m32 flag to modules if LLVM_BUILD_32_BITS is enabled
Tobias Grosser
2012-06-07
[CMake] Promote extension warnings to errors.
Michael J. Spencer
2012-06-07
[CMake] Order MSVC warnings numerically.
Michael J. Spencer
2012-06-07
[CMake] Adjust MSVC warnings.
Michael J. Spencer
2012-05-23
Fix how CMake appends -m32 to linker command-lines
Tim Northover
2012-05-08
Adding -fcolor-diagnostics is causing problem to users that parse the build
Rafael Espindola
2012-05-04
Pass -fcolor-diagnostics when it is supported. This makes a difference when
Rafael Espindola
2012-04-21
CMake: Enable LLVM_COMPILER_JOBS on all MS IDEs. We don't support older envir...
NAKAMURA Takumi
2012-04-21
CMake: Prune redundant LLVM_COMPILER_JOBS from llvm/CMakeLists.txt. HandleLLV...
NAKAMURA Takumi
2012-03-01
Minimal changes for LLVM to compile under VS11.
Michael J. Spencer
2012-02-28
Enable -Wcovered-switch-default again, but add -Werror to the checks to make
Rafael Espindola
2012-02-28
Temporarily revert r151609, which enabled a new warning for LLVM and
Chandler Carruth
2012-02-28
Enable -Wcovered-switch-default as it matches the switch style used in llvm.
Rafael Espindola
2012-01-25
-fvisibility-inlines-hidden is a c++ only option.
Rafael Espindola
2012-01-20
Don't use -fvisibility-inlines-hidden on mingw to try to avoid a lot of
Rafael Espindola
2012-01-20
cmake: pass -fvisibility-inlines-hidden if it is supported. In a
Rafael Espindola
2011-12-16
Tweak CMake build on Cygwin.
NAKAMURA Takumi
2011-11-04
build/cmake: Move all the user controllable options into top-level CMakeLists
Daniel Dunbar
2011-10-11
Add -D__STDC_FORMAT_MACROS to use PRIx64.
NAKAMURA Takumi
2011-10-11
cmake/modules/HandleLLVMOptions.cmake: Reorder __STDC_CONSTANT_MACROS and __S...
NAKAMURA Takumi
2011-08-17
CMake: [MSVC] Suppress C4551 'function call missing argument list'.
NAKAMURA Takumi
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