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
/
modules
/
AddLLVM.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reverting r225319; since there is a folder named Examples, attempting to add ...
Aaron Ballman
2015-01-07
1
-6
/
+0
*
cmake: Fix 'examples' target after r225319
Duncan P. N. Exon Smith
2015-01-06
1
-1
/
+1
*
cmake: Add 'examples' target
Duncan P. N. Exon Smith
2015-01-06
1
-0
/
+6
*
[CMake] Silence stderr on "COMMAND ${CMAKE_C_COMPILER} -Wl,--version". It was...
NAKAMURA Takumi
2015-01-06
1
-0
/
+1
*
Reformat.
NAKAMURA Takumi
2015-01-06
1
-2
/
+4
*
[go] Teach the go cmake build functions to funnel the include directories dow...
Chandler Carruth
2014-12-29
1
-1
/
+6
*
Disable --icf=safe to avoid a bug.
Rafael Espindola
2014-12-12
1
-1
/
+3
*
Also use --icf=safe if we are being linked by gold.
Rafael Espindola
2014-12-04
1
-1
/
+1
*
Detect if the linker is gold and if so always use --gc-sections.
Rafael Espindola
2014-12-04
1
-1
/
+15
*
Teach LLVM about llgo subproject.
Peter Collingbourne
2014-11-27
1
-0
/
+25
*
CMake: Use the new USES_TERMINAL option for test suite targets when available.
Peter Collingbourne
2014-11-17
1
-0
/
+1
*
Pass PRIVATE to target_link_libraries if using shared libraries.
Rafael Espindola
2014-11-07
1
-15
/
+1
*
[cmake] Pass -O3 when linking.
Rafael Espindola
2014-11-02
1
-4
/
+11
*
EXPORTED_SYMBOL_FILE using mingw and cmake
Chris Bieneman
2014-10-30
1
-13
/
+15
*
Teach lit to filter the host LDFLAGS down from the build system and into
Chandler Carruth
2014-10-21
1
-0
/
+1
*
Explain why we don't always use --gc-sections.
Rafael Espindola
2014-10-20
1
-0
/
+4
*
Revert r220174, "Always use -Wl,-gc-sections on our build."
NAKAMURA Takumi
2014-10-20
1
-9
/
+6
*
Always use -Wl,-gc-sections on our build.
Rafael Espindola
2014-10-19
1
-6
/
+9
*
Disable ccache for go tests.
Peter Collingbourne
2014-10-17
1
-2
/
+2
*
Initial version of Go bindings.
Peter Collingbourne
2014-10-16
1
-0
/
+3
*
Add LLVM_ENABLE_MODULES flag to CMake to enable building with C++ modules.
Richard Smith
2014-09-26
1
-0
/
+12
*
Added LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that allow RTTI and EH
Dan Liew
2014-07-22
1
-3
/
+10
*
Revert "Revert "Move clang feature flags settings out of LLVM core and into c...
Alp Toker
2014-07-14
1
-16
/
+0
*
Revert "Move clang feature flags settings out of LLVM core and into cfe"
Alp Toker
2014-07-14
1
-0
/
+16
*
Move clang feature flags settings out of LLVM core and into cfe
Alp Toker
2014-07-14
1
-16
/
+0
*
[CMake][Win32.DLL] Let llvm_add_library(SHARED) link dependent libraries as P...
NAKAMURA Takumi
2014-07-14
1
-0
/
+7
*
[CMake] Introduce moddir for MODULE -- corresponding to LIBRARY_OUTPUT_DIRECT...
NAKAMURA Takumi
2014-07-13
1
-3
/
+18
*
[CMake] add_llvm_library: Add "RUNTIME DESTINATION bin" to install(). It affe...
NAKAMURA Takumi
2014-07-11
1
-0
/
+1
*
[CMake] Introduce LLVM_ENABLE_PLUGINS as an internal option. BUILD_SHARED_LIB...
NAKAMURA Takumi
2014-07-04
1
-8
/
+8
*
[CMake] Introduce LLVM_SHLIB_OUTPUT_INTDIR.
NAKAMURA Takumi
2014-07-04
1
-1
/
+1
*
[CMake] Fix set_output_directory to do nothing if *_OUTPUT_INTDIR was not given.
NAKAMURA Takumi
2014-07-04
1
-0
/
+5
*
Use llvm-lit if LLVM source tree is unavailable.
Greg Fitzgerald
2014-05-21
1
-5
/
+6
*
AddLLVM: Mute the prefix "lib" in SHARED on win32.
NAKAMURA Takumi
2014-04-10
1
-0
/
+5
*
[CMake] add_llvm_target(): No need to include TABLEGEN_OUTPUT in source list.
NAKAMURA Takumi
2014-03-04
1
-1
/
+1
*
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
1
-2
/
+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
*
[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
1
-6
/
+0
*
[CMake] llvm_add_library: Add handling of the parameter ADDITIONAL_HEADERS to...
NAKAMURA Takumi
2014-02-13
1
-3
/
+7
*
[CMake] LLVMSupport should be responsible to provide system_libs.
NAKAMURA Takumi
2014-02-10
1
-5
/
+0
*
[CMake] Introduce llvm_add_library().
NAKAMURA Takumi
2014-02-10
1
-25
/
+75
*
Export lib and exe build target names from build tree
NAKAMURA Takumi
2014-02-09
1
-0
/
+5
*
Export lib and exe build target names from install tree
NAKAMURA Takumi
2014-02-09
1
-1
/
+5
[next]