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
*
Remove clang-specific libxml2 check from CMake
Alp Toker
2014-06-06
1
-19
/
+0
*
GraphWriter: detect graph viewer programs at runtime
Alp Toker
2014-06-02
1
-9
/
+3
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-1
/
+1
*
Use llvm-lit if LLVM source tree is unavailable.
Greg Fitzgerald
2014-05-21
1
-5
/
+6
*
cmake: Remove -D NDEBUG from CFLAGS as well as CXXFLAGS
Reid Kleckner
2014-05-19
1
-7
/
+10
*
Disable -Wcomment when building with GCC.
Evgeniy Stepanov
2014-05-06
1
-0
/
+11
*
Teach add_sphinx_target() to respect the LLVM_INSTALL_TOOLCHAIN_ONLY CMake
Dan Liew
2014-04-28
1
-9
/
+11
*
If building with LLVM_ENABLE_DOXYGEN and using CMake then
Dan Liew
2014-04-28
1
-1
/
+1
*
Added Sphinx documentation generation to CMake build system.
Reid Kleckner
2014-04-18
3
-0
/
+89
*
Teach LLVMConfigVersion.cmake to behave as find_package() expects.
Eric Christopher
2014-04-16
2
-1
/
+16
*
Add support for a patch version to the cmake system.
Eric Christopher
2014-04-16
2
-0
/
+2
*
AddLLVM: Mute the prefix "lib" in SHARED on win32.
NAKAMURA Takumi
2014-04-10
1
-0
/
+5
*
Add support for building LLVM on FreeBSD 9.2
Viktor Kutuzov
2014-04-09
1
-0
/
+5
*
ARM64: initial backend import
Tim Northover
2014-03-29
1
-0
/
+2
*
Win installer: provide a pretty icon
Hans Wennborg
2014-03-27
1
-0
/
+0
*
Remove cmake module support for Visual C++ 2010 (MSVC10)
Yaron Keren
2014-03-25
1
-15
/
+3
*
Disable Visual C++ warning 4722 about aborting a destructor,
Yaron Keren
2014-03-25
1
-1
/
+2
*
[CMake][cygming] Disable --out-implib from executables.
NAKAMURA Takumi
2014-03-16
1
-0
/
+9
*
[CMake] Put -Werror to CMAKE_CXX_FLAGS instead of using add_llvm_definitions()
Alexey Samsonov
2014-03-13
1
-3
/
+1
*
[CMake] Enable a bunch of Xcode build settings that correspond to warnings th...
Ted Kremenek
2014-03-13
1
-0
/
+23
*
Use -std=gnu++11 on cygwin and mingw.
Rafael Espindola
2014-03-12
1
-1
/
+7
*
[CMake] add_llvm_target(): No need to include TABLEGEN_OUTPUT in source list.
NAKAMURA Takumi
2014-03-04
1
-1
/
+1
*
[C++11] Switch the CMake option from LLVM_ENABLE_CXX11 (default on) to
Chandler Carruth
2014-03-01
1
-3
/
+10
*
With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore.
Rafael Espindola
2014-02-28
1
-10
/
+0
*
[CMake] llvm_add_library(SHARED|STATIC): Fix broken OUTPUT_NAME for *_static.
NAKAMURA Takumi
2014-02-28
1
-1
/
+1
*
[CMake] Work around to use target_link_libraries(PUBLIC) in BUILD_SHARED_LIBS...
NAKAMURA Takumi
2014-02-26
1
-0
/
+7
*
[CMake] Move LLVMBUILD_LIB_DEPS stuff from add_llvm_library (and LLVm-Config)...
NAKAMURA Takumi
2014-02-26
1
-13
/
+30
*
[CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to incre...
NAKAMURA Takumi
2014-02-26
2
-3
/
+16
*
TableGen.cmake: Functionalize and reformat.
NAKAMURA Takumi
2014-02-23
1
-16
/
+17
*
Simplify linking to system libraries
NAKAMURA Takumi
2014-02-23
3
-47
/
+7
*
Prune debug message in AddLLVM.cmake.
NAKAMURA Takumi
2014-02-22
1
-1
/
+0
*
[CMake] llvm_add_library: Add dependencies also to objlibs as workaround of C...
NAKAMURA Takumi
2014-02-21
1
-0
/
+13
*
[CMake] Introduce "llvm_add_library(SHARED STATIC)" to build both shared lib ...
NAKAMURA Takumi
2014-02-21
1
-2
/
+36
*
Teach LLVM-Config to use logical target names (2/2)
NAKAMURA Takumi
2014-02-21
4
-8
/
+11
*
Teach LLVM-Config to use logical target names (1/2)
NAKAMURA Takumi
2014-02-21
1
-15
/
+7
*
[CMake] Move intrinsics_gen to lib/Target out of add_public_tablegen_target.
NAKAMURA Takumi
2014-02-20
1
-1
/
+1
*
Unconditionally include msan_interface.h when building with MSan.
Evgeniy Stepanov
2014-02-20
1
-1
/
+0
*
Build PIE binaries when cross-compiling to Android.
Evgeniy Stepanov
2014-02-19
1
-1
/
+2
*
LLVMExports.cmake: Add System libs $(LIBS) to LLVMSupport, corresponding to r...
NAKAMURA Takumi
2014-02-16
1
-0
/
+2
*
LLVMExports.cmake: Exclude gtest since they are not installed.
NAKAMURA Takumi
2014-02-16
1
-1
/
+1
*
[CMake] Let llvm_add_library(MODULE) check capability of loadable module.
NAKAMURA Takumi
2014-02-13
1
-6
/
+10
*
[CMake] Move the target property PREFIX from add_llvm_loadable_module() to ll...
NAKAMURA Takumi
2014-02-13
1
-2
/
+4
*
[CMake] llvm_add_library(MODULE) may use CMAKE_MODULE_LINKER_FLAGS instead of...
NAKAMURA Takumi
2014-02-13
2
-6
/
+5
*
[CMake] LLVM_PLUGIN_EXT: Use CMAKE_SHARED_LIBRARY_SUFFIX rather than CMAKE_SH...
NAKAMURA Takumi
2014-02-13
1
-1
/
+3
*
[CMake] llvm_add_library: Add handling of the parameter ADDITIONAL_HEADERS to...
NAKAMURA Takumi
2014-02-13
1
-3
/
+7
*
Teach tablegen() macro to check needed variables
NAKAMURA Takumi
2014-02-12
1
-0
/
+11
*
cmake: Do not export targets when installing toolchain only
Reid Kleckner
2014-02-10
1
-2
/
+2
*
[CMake] LLVMSupport should be responsible to provide system_libs.
NAKAMURA Takumi
2014-02-10
2
-10
/
+0
*
[CMake] Introduce llvm_add_library().
NAKAMURA Takumi
2014-02-10
1
-25
/
+75
*
[CMake] LLVMProcessSources.cmake: Prune add_file_dependencies to ${TABLEGEN_O...
NAKAMURA Takumi
2014-02-10
1
-8
/
+0
[next]