index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CMake] Parallel make breaks on native tablegen
Chris Bieneman
2015-10-09
1
-1
/
+10
*
Enable gtest SEH when building with clang-cl
Reid Kleckner
2015-10-08
1
-4
/
+0
*
Revert "Enable -Wdeprecated in the cmake build now that LLVM (& Clang, Polly,...
David Blaikie
2015-10-01
1
-1
/
+1
*
Enable -Wdeprecated in the cmake build now that LLVM (& Clang, Polly, and LLD...
David Blaikie
2015-09-30
1
-1
/
+1
*
[CMake] Make the bindir and libdir arguments to set_output_directory optional
John Brawn
2015-09-30
1
-20
/
+29
*
[CMake] Adjust the variables set by LLVMConfig.cmake
John Brawn
2015-09-30
1
-1
/
+4
*
[CMake] Move the setting of LLVM_COMPILER_IS_GCC_COMPATIBLE to a separate file
John Brawn
2015-09-29
3
-8
/
+14
*
[CMake] Adding ALWAYS_GENERATE option to symlink utility functions.
Chris Bieneman
2015-09-18
1
-20
/
+33
*
[CMake] More cleanup of installing symlinks.
Chris Bieneman
2015-09-18
2
-1
/
+7
*
[CMake] More refactoring of symlink creation.
Chris Bieneman
2015-09-16
1
-11
/
+17
*
[CMake] Rename target->dest as per feedback from Chapuni on http://reviews.ll...
Chris Bieneman
2015-09-15
1
-10
/
+10
*
[CMake] Refactor and cleanup generating and installing symlinks to tools.
Chris Bieneman
2015-09-14
2
-0
/
+76
*
[CMake] s/LLVM_SOURCE_DIR/LLVM_MAIN_SRC_DIR/
Jordan Rose
2015-09-10
1
-1
/
+1
*
[CMake] Allow LLVM_TOOLCHAIN_TOOLS to be overridden
Chris Bieneman
2015-09-10
1
-5
/
+6
*
[CMake] Fix Xcode build with LLVM_ENABLE_OBJLIB.
Jordan Rose
2015-09-10
2
-0
/
+7
*
Silencing C4141 warnings that were introduced en masse because __forceinline ...
Aaron Ballman
2015-09-10
1
-0
/
+1
*
[CMake] Flag recursive cmake invocations for cross-compile
Joseph Tremoulet
2015-09-09
1
-0
/
+2
*
[CMake][CMP0051] Avoid for user of objlib to use llvm_update_compile_flags().
NAKAMURA Takumi
2015-09-08
1
-2
/
+8
*
[cmake] rework LLVM_LINK_LLVM_DYLIB option handling
Andrew Wilkins
2015-09-05
3
-14
/
+24
*
[CMake] Don't use OBJLIB on Xcode.
NAKAMURA Takumi
2015-09-02
1
-2
/
+4
*
cmake: Error instead of warning and dropping invalid LLVM_USE_SANITIZER
Justin Bogner
2015-09-01
1
-3
/
+3
*
Enable linking tools, shared libraries against libLLVM
Andrew Wilkins
2015-09-01
2
-10
/
+33
*
[CMake] Fix build on MSVC in r246156.
NAKAMURA Takumi
2015-08-28
1
-1
/
+2
*
[CMake] OBJLIB-ize *-tblgen.
NAKAMURA Takumi
2015-08-27
2
-0
/
+17
*
[cmake] Pass /manifest:no to the linker when asan is enabled
Reid Kleckner
2015-08-25
1
-1
/
+5
*
[CMake] add_llvm_external_project: Just warn about nonexistent directories.
NAKAMURA Takumi
2015-08-22
1
-1
/
+5
*
[CMake] Make LLVM_EXTERNAL_*_SOURCE_DIR consistent against older buildsites.
NAKAMURA Takumi
2015-08-22
1
-20
/
+24
*
Filter libraries that are not installed out of CMake exports (currently
Dan Liew
2015-08-21
1
-5
/
+1
*
llvm-build: Adopt generation of LLVM_LIBS_TO_EXPORT. Patch by
Dan Liew
2015-08-21
1
-13
/
+0
*
Disable Visual C++ 2013 Debug mode assert on null pointer in some STL algorit...
Yaron Keren
2015-08-21
1
-0
/
+6
*
[cmake] Start adding support for LLVM_USE_SANITIZER=Address on Windows
Reid Kleckner
2015-08-14
1
-10
/
+31
*
Use /Zc:inline when building with MSVC.
Rafael Espindola
2015-08-12
1
-0
/
+2
*
Revert "[cmake] Add helper for finding potentially external projects"
Reid Kleckner
2015-08-11
1
-17
/
+0
*
[cmake] Add helper for finding potentially external projects
Reid Kleckner
2015-08-11
1
-0
/
+17
*
Remove the configure and cmake checks for sys/wait.h
Justin Bogner
2015-08-04
1
-1
/
+0
*
Use a specified list of languages in cmake project() command.
Douglas Katzman
2015-07-28
1
-0
/
+1
*
build: fix small typo in cmake doxygen build
Saleem Abdulrasool
2015-07-24
1
-1
/
+1
*
Avoid using -Wl,-z,defs on Cygwin.
Yaron Keren
2015-07-23
1
-1
/
+1
*
[CMake] Projects supported via LLVM_EXTERNAL_*_SOURCE_DIR need to be explicit...
Chris Bieneman
2015-07-21
1
-10
/
+0
*
[cmake] pass GO_EXECUTABLE to llgo-go
Andrew Wilkins
2015-07-21
1
-1
/
+1
*
[CMake] Fixing inconsistency caused by copy-pasta.
Chris Bieneman
2015-07-21
1
-2
/
+2
*
[CMake] Fixing a problem with external projects that aren't getting enabled p...
Chris Bieneman
2015-07-21
1
-0
/
+4
*
Suppress two warnings from MSVC 2015 that are triggered under /W4. Since we t...
Aaron Ballman
2015-07-20
1
-0
/
+2
*
[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registrati...
Chris Bieneman
2015-07-20
1
-28
/
+63
*
[CMake] Unbreak add_llvm_external_project when external projects are specified.
NAKAMURA Takumi
2015-07-14
1
-0
/
+3
*
[CMake] Forgot to quote the first part of STREQUAL.
Chris Bieneman
2015-07-14
1
-1
/
+1
*
[CMake] We shouldn't be storing values in the cache unless they actually need...
Chris Bieneman
2015-07-14
1
-4
/
+9
*
Revert "[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-re...
Chris Bieneman
2015-07-13
1
-64
/
+21
*
[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registrati...
Chris Bieneman
2015-07-13
1
-21
/
+64
*
Revert r241621, "[CMake] Cleanup tools/CMakeLists.txt to take advantage of th...
NAKAMURA Takumi
2015-07-08
1
-31
/
+19
[next]