index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmake
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-10
[CMake] Add LLVM_BUILD_INSTRUMENTED option to enable building with -fprofile-...
Chris Bieneman
1
-0
/
+8
2015-12-08
[CMake] Ignore externalizing debuginfo for unit tests
Chris Bieneman
1
-3
/
+5
2015-12-07
Silence all C4592 warnings with MSVC 2015 Update 1. This warning produces fal...
Aaron Ballman
1
-0
/
+3
2015-12-03
[CMake] Fixing bots
Chris Bieneman
1
-1
/
+1
2015-12-03
[CMake] set_target_properties doesn't append link flags
Chris Bieneman
1
-3
/
+3
2015-12-03
[CMake] Removing an unnecessary layer of variable indirection
Chris Bieneman
1
-1
/
+1
2015-12-03
[CMake] Add option LLVM_EXTERNALIZE_DEBUGINFO
Chris Bieneman
1
-0
/
+27
2015-11-24
Fix non-PIC build after 253959
Pavel Labath
1
-1
/
+1
2015-11-24
[CMake] When disabling PIC, also pass -fno-pie when linking if it is supported.
Chris Bieneman
1
-0
/
+4
2015-11-24
[CMake] export_executable_symbols also needs to add -rdynamic to the linker f...
Chris Bieneman
1
-0
/
+4
2015-11-23
NFC. Fixing my consistently incorrect spelling.
Chris Bieneman
1
-4
/
+4
2015-11-21
Unbreak build on OpenBSD by not adding -Wl,-z,defs to linker flags.
Yaron Keren
1
-1
/
+2
2015-11-20
[CMake] Fix handling of passing through semi-colon separated lists.
Chris Bieneman
1
-1
/
+2
2015-11-19
Don't search for third party libraries while using MSan
Reid Kleckner
1
-0
/
+6
2015-11-18
[CMake] Support -fvisibility-inlines-hidden when LLVM_ENABLE_PIC=Off
Chris Bieneman
1
-7
/
+6
2015-11-13
LLVM_ENABLE_MODULES: No need to set -fcxx-modules in trunk, just -fmodules.
NAKAMURA Takumi
1
-1
/
+1
2015-11-11
[CMake] Fixing passthrough for variables starting with the sub-project name
Chris Bieneman
1
-1
/
+1
2015-11-11
[CMake] Make llvm_install_library_symlink respect LLVM_LIBDIR_SUFFIX.
Chris Bieneman
1
-1
/
+1
2015-11-11
[CMake] Add support for building the llvm test-suite as part of an LLVM build...
Chris Bieneman
1
-0
/
+194
2015-11-10
[cmake] move SONAME handling to llvm_add_library
Andrew Wilkins
1
-14
/
+19
2015-11-10
AddLLVM: squelch CMP0007 by not adding empty elements to list
Ramkumar Ramachandra
1
-3
/
+2
2015-11-04
[CMake] Bug 25059 - CMake libllvm.so.$MAJOR.$MINOR shared object name not com...
Chris Bieneman
1
-7
/
+52
2015-11-04
llvm-config: Add --has-rtti option
Tom Stellard
1
-0
/
+2
2015-11-02
Revert parts accidentally included in r251823
David Blaikie
1
-1
/
+1
2015-11-02
StringRef-ify DiagnosticInfoSampleProfile::Filename
David Blaikie
1
-1
/
+1
2015-10-23
[CMake] Fixing dependency issue with parallel make when building with LLVM_OP...
Chris Bieneman
1
-1
/
+8
2015-10-22
Fix add_llvm_external_project.
Manuel Klimek
1
-1
/
+1
2015-10-20
[CMake] Refactor subdirectory inclusion code to take a project name.
Chris Bieneman
1
-23
/
+34
2015-10-16
[CMake] Cleaning up and generalizing the LLVMInstallSymlink script so that it...
Chris Bieneman
2
-11
/
+7
2015-10-13
Split -pedantic and -Wno-long-long into two separate flags so libc++ can remo...
Eric Fiselier
1
-1
/
+2
2015-10-12
cmake: Avoid leading space in LLVM_DEFINITIONS.
Pawel Bylica
1
-1
/
+5
2015-10-09
[CMake] Parallel make breaks on native tablegen
Chris Bieneman
1
-1
/
+10
2015-10-08
Enable gtest SEH when building with clang-cl
Reid Kleckner
1
-4
/
+0
2015-10-01
Revert "Enable -Wdeprecated in the cmake build now that LLVM (& Clang, Polly,...
David Blaikie
1
-1
/
+1
2015-09-30
Enable -Wdeprecated in the cmake build now that LLVM (& Clang, Polly, and LLD...
David Blaikie
1
-1
/
+1
2015-09-30
[CMake] Make the bindir and libdir arguments to set_output_directory optional
John Brawn
1
-20
/
+29
2015-09-30
[CMake] Adjust the variables set by LLVMConfig.cmake
John Brawn
1
-1
/
+4
2015-09-29
[CMake] Move the setting of LLVM_COMPILER_IS_GCC_COMPATIBLE to a separate file
John Brawn
3
-8
/
+14
2015-09-18
[CMake] Adding ALWAYS_GENERATE option to symlink utility functions.
Chris Bieneman
1
-20
/
+33
2015-09-18
[CMake] More cleanup of installing symlinks.
Chris Bieneman
2
-1
/
+7
2015-09-16
[CMake] More refactoring of symlink creation.
Chris Bieneman
1
-11
/
+17
2015-09-15
[CMake] Rename target->dest as per feedback from Chapuni on http://reviews.ll...
Chris Bieneman
1
-10
/
+10
2015-09-14
[CMake] Refactor and cleanup generating and installing symlinks to tools.
Chris Bieneman
2
-0
/
+76
2015-09-10
[CMake] s/LLVM_SOURCE_DIR/LLVM_MAIN_SRC_DIR/
Jordan Rose
1
-1
/
+1
2015-09-10
[CMake] Allow LLVM_TOOLCHAIN_TOOLS to be overridden
Chris Bieneman
1
-5
/
+6
2015-09-10
[CMake] Fix Xcode build with LLVM_ENABLE_OBJLIB.
Jordan Rose
2
-0
/
+7
2015-09-10
Silencing C4141 warnings that were introduced en masse because __forceinline ...
Aaron Ballman
1
-0
/
+1
2015-09-09
[CMake] Flag recursive cmake invocations for cross-compile
Joseph Tremoulet
1
-0
/
+2
2015-09-08
[CMake][CMP0051] Avoid for user of objlib to use llvm_update_compile_flags().
NAKAMURA Takumi
1
-2
/
+8
2015-09-05
[cmake] rework LLVM_LINK_LLVM_DYLIB option handling
Andrew Wilkins
3
-14
/
+24
[next]