index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmake
/
modules
/
HandleLLVMOptions.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CMake] Add -O1 in debug builds with LLVM_USE_SANITIZER
Alexey Samsonov
2013-09-02
1
-0
/
+4
*
Re-disabling C4291 warnings for MSVC because AttributeList.h requires it. Th...
Aaron Ballman
2013-08-16
1
-0
/
+1
*
Make sure that -gsplit-dwarf isn't passed to the linker.
Eric Christopher
2013-07-30
1
-1
/
+1
*
Add capability for building with -gsplit-dwarf to the cmake build.
Eric Christopher
2013-07-30
1
-0
/
+5
*
Re-application of 187310. Re-enabling warning C4275 for MSVC 11 and up, but ...
Aaron Ballman
2013-07-29
1
-3
/
+8
*
Partial revert of 187310; it seems MSVC 10 still spits out this warning, but ...
Aaron Ballman
2013-07-28
1
-1
/
+2
*
Re-enabling some more MSVC warnings; all of these compile cleanly with no fur...
Aaron Ballman
2013-07-27
1
-2
/
+0
*
Re-enabling a warning in MSVC mode now that r187292 fixed the only instance o...
Aaron Ballman
2013-07-27
1
-1
/
+0
*
Re-enabling some more MSVC warnings; all of these compile cleanly with no fur...
Aaron Ballman
2013-07-27
1
-4
/
+0
*
Re-enabling the C4065 warning for MSVC builds as it no longer fires due to ta...
Aaron Ballman
2013-07-26
1
-1
/
+0
*
Tweak the cmake interaction between CMAKE_BUILD_TYPE and LLVM_ENABLE_ASSERTIONS.
Duncan Sands
2013-07-17
1
-2
/
+2
*
Revert "Cmake: add compiler option in a more idiomatic way"
Rafael Espindola
2013-06-14
1
-2
/
+4
*
Cmake: add compiler option in a more idiomatic way
Arnaud A. de Grandmaison
2013-06-14
1
-4
/
+2
*
Add colored diagnostics when building LLVM with cmake + ninja + clang
Arnaud A. de Grandmaison
2013-05-29
1
-0
/
+7
*
Don't explicitly provide -pie in MSan bootstrap of LLVM, as it's now implied ...
Alexey Samsonov
2013-04-12
1
-2
/
+0
*
[cmake] Avoid rel+asserts warnings when passing -UNDEBUG
Reid Kleckner
2013-04-07
1
-0
/
+3
*
Add CMake option LLVM_USE_SANITIZER={Address,Memory,MemoryWithOrigins} to sim...
Alexey Samsonov
2013-03-26
1
-3
/
+42
*
Don't use add_llvm_definitions for adding warning flags. It makes it too hard
Duncan Sands
2013-03-25
1
-14
/
+20
*
Enable -Wnon-virtual-dtor build warning
Alexey Samsonov
2013-03-19
1
-0
/
+2
*
Turn anonymous type in anonymous union warning back on after cleaning up
Eric Christopher
2013-03-15
1
-2
/
+0
*
Simplify CMake rules in HandleLLVMOptions module.
Alexey Samsonov
2013-03-13
1
-27
/
+26
*
CMake: Always include the CheckCXXCompilerFlag in HandleLLVMOptions.cmake.
Jordan Rose
2013-03-02
1
-1
/
+1
*
Turn off uninitialized-use warnings for gcc in cmake build
Edwin Vane
2013-02-04
1
-0
/
+6
*
Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warning
Richard Smith
2013-01-31
1
-0
/
+4
*
Turn off missing field initializer warnings for gcc
Edwin Vane
2013-01-31
1
-0
/
+13
*
[CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory fo...
NAKAMURA Takumi
2013-01-27
1
-14
/
+0
*
Disable MSVC's warning about noreturn destructors
Reid Kleckner
2013-01-25
1
-0
/
+1
*
[CMake] MSVC is incorrectly emitting C4239 in some cases. Disable it.
Michael J. Spencer
2013-01-03
1
-1
/
+0
*
Fix a typo introduced in r168577: FlAGS -> FLAGS (note the lowercase ell)
Dmitri Gribenko
2012-12-24
1
-2
/
+2
*
Removing SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG
Joe Abbey
2012-11-26
1
-3
/
+8
*
cmake: Pass the -m32 flag to modules if LLVM_BUILD_32_BITS is enabled
Tobias Grosser
2012-06-08
1
-0
/
+1
*
[CMake] Promote extension warnings to errors.
Michael J. Spencer
2012-06-07
1
-1
/
+4
*
[CMake] Order MSVC warnings numerically.
Michael J. Spencer
2012-06-07
1
-2
/
+2
*
[CMake] Adjust MSVC warnings.
Michael J. Spencer
2012-06-07
1
-2
/
+6
*
Fix how CMake appends -m32 to linker command-lines
Tim Northover
2012-05-23
1
-2
/
+2
*
Adding -fcolor-diagnostics is causing problem to users that parse the build
Rafael Espindola
2012-05-08
1
-4
/
+0
*
Pass -fcolor-diagnostics when it is supported. This makes a difference when
Rafael Espindola
2012-05-04
1
-0
/
+4
*
CMake: Enable LLVM_COMPILER_JOBS on all MS IDEs. We don't support older envir...
NAKAMURA Takumi
2012-04-21
1
-3
/
+1
*
CMake: Prune redundant LLVM_COMPILER_JOBS from llvm/CMakeLists.txt. HandleLLV...
NAKAMURA Takumi
2012-04-21
1
-0
/
+2
*
Minimal changes for LLVM to compile under VS11.
Michael J. Spencer
2012-03-01
1
-0
/
+4
*
Enable -Wcovered-switch-default again, but add -Werror to the checks to make
Rafael Espindola
2012-02-28
1
-0
/
+4
*
Temporarily revert r151609, which enabled a new warning for LLVM and
Chandler Carruth
2012-02-28
1
-4
/
+0
*
Enable -Wcovered-switch-default as it matches the switch style used in llvm.
Rafael Espindola
2012-02-28
1
-0
/
+4
*
-fvisibility-inlines-hidden is a c++ only option.
Rafael Espindola
2012-01-25
1
-1
/
+0
*
Don't use -fvisibility-inlines-hidden on mingw to try to avoid a lot of
Rafael Espindola
2012-01-20
1
-5
/
+9
*
cmake: pass -fvisibility-inlines-hidden if it is supported. In a
Rafael Espindola
2012-01-20
1
-0
/
+6
*
Tweak CMake build on Cygwin.
NAKAMURA Takumi
2011-12-16
1
-1
/
+1
*
build/cmake: Move all the user controllable options into top-level CMakeLists
Daniel Dunbar
2011-11-04
1
-13
/
+4
*
Add -D__STDC_FORMAT_MACROS to use PRIx64.
NAKAMURA Takumi
2011-10-11
1
-0
/
+1
*
cmake/modules/HandleLLVMOptions.cmake: Reorder __STDC_CONSTANT_MACROS and __S...
NAKAMURA Takumi
2011-10-11
1
-1
/
+1
[next]