summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules
Commit message (Expand)AuthorAgeFilesLines
* Reverting r225319; since there is a folder named Examples, attempting to add ...Aaron Ballman2015-01-071-6/+0
* cmake: Fix 'examples' target after r225319Duncan P. N. Exon Smith2015-01-061-1/+1
* cmake: Add 'examples' targetDuncan P. N. Exon Smith2015-01-061-0/+6
* [CMake] Silence stderr on "COMMAND ${CMAKE_C_COMPILER} -Wl,--version". It was...NAKAMURA Takumi2015-01-061-0/+1
* Reformat.NAKAMURA Takumi2015-01-061-2/+4
* [autoconf] llvm/cmake/modules/Makefile: Make sure to regenerate LLVMConfig.cm...NAKAMURA Takumi2015-01-051-1/+1
* [autoconf] Export LLVM_LIBDIR_SUFFIX with empty string in LLVMConfig.cmake. t...NAKAMURA Takumi2015-01-051-0/+1
* [OCaml] [cmake] Use LLVM_LIBRARY_DIR instead of LLVM_LIBRARY_OUTPUT_INTDIR.Peter Zotov2014-12-301-3/+3
* [go] Teach the go cmake build functions to funnel the include directories dow...Chandler Carruth2014-12-291-1/+6
* [cmake] Push LLVM_LIBDIR_SUFFIX through to the LLVMConfig.cmake fileChandler Carruth2014-12-291-0/+2
* [cmake] Start making LLVM_LIBDIR_SUFFIX effective by adding it toChandler Carruth2014-12-291-1/+1
* [cmake] Unbreak LLVM-Config.cmake / llvm_expand_dependencies.Peter Zotov2014-12-181-20/+30
* Disable --icf=safe to avoid a bug.Rafael Espindola2014-12-121-1/+3
* cmake: Make SVNVersion.inc work on Windows if svn is called svn.bat.Nico Weber2014-12-101-0/+5
* Make GetSVN.cmake do its VCS queries with native CMake code.Paul Robinson2014-12-051-5/+70
* Also use --icf=safe if we are being linked by gold.Rafael Espindola2014-12-041-1/+1
* Detect if the linker is gold and if so always use --gc-sections.Rafael Espindola2014-12-041-1/+15
* cmake: Remove MAXPATHLEN define as autoconf does not provide itReid Kleckner2014-12-021-4/+0
* [OCaml] [cmake] Add CMake buildsystem for OCaml.Peter Zotov2014-12-012-0/+302
* Teach LLVM about llgo subproject.Peter Collingbourne2014-11-271-0/+25
* [CMake] Update GetSVN.cmake to use LLVM version control helper scripts.Jordan Rose2014-11-191-17/+37
* Add support for LLVM_USE_SANITIZER=ThreadEric Fiselier2014-11-181-0/+3
* CMake: Use the new USES_TERMINAL option for test suite targets when available.Peter Collingbourne2014-11-171-0/+1
* Provide missing definition of uppercase_CMAKE_BUILD_TYPE in HandleLLVMOptions...Eric Fiselier2014-11-151-0/+4
* Use -Wcast-qual in cmake builds, not only autoconfo ones.Roman Divacky2014-11-131-0/+1
* Pass PRIVATE to target_link_libraries if using shared libraries.Rafael Espindola2014-11-071-15/+1
* Add a LLVM_BUILD_STATIC option to cmake.Rafael Espindola2014-11-051-0/+4
* [cmake] Pass -O3 when linking.Rafael Espindola2014-11-021-4/+11
* Suppress MSVC's equivalent of -Wshadow warningsReid Kleckner2014-10-311-0/+4
* EXPORTED_SYMBOL_FILE using mingw and cmakeChris Bieneman2014-10-301-13/+15
* Do not add -gsplit-dwarf to LLVM_DEFINITIONS.Peter Collingbourne2014-10-221-1/+1
* Teach lit to filter the host LDFLAGS down from the build system and intoChandler Carruth2014-10-211-0/+1
* Explain why we don't always use --gc-sections.Rafael Espindola2014-10-201-0/+4
* Revert r220174, "Always use -Wl,-gc-sections on our build."NAKAMURA Takumi2014-10-201-9/+6
* Always use -Wl,-gc-sections on our build.Rafael Espindola2014-10-191-6/+9
* Disable ccache for go tests.Peter Collingbourne2014-10-171-2/+2
* Initial version of Go bindings.Peter Collingbourne2014-10-161-0/+3
* Add LLVM_ENABLE_MODULES flag to CMake to enable building with C++ modules.Richard Smith2014-09-262-0/+31
* Fix CMake warning CMP0054: don't quote a variable name that is intended to beRichard Smith2014-09-261-1/+1
* Fix misinterpretation of CMake rule found by a CMake warning (related to CMP0...Richard Smith2014-09-261-2/+2
* Add CMake check for libatomic.Evgeniy Stepanov2014-09-122-3/+5
* Don't attempt to run llvm-config in cmake/modules/Makefile when doingDan Liew2014-09-101-0/+3
* Attempt to fix PR20884Dan Liew2014-09-101-2/+12
* [CMake] Add -fno-sanitize=function to UBSan bootstrapAlexey Samsonov2014-09-051-1/+1
* Enabling LLVM & Clang to be cross-compiled using CMake from a single configur...Chris Bieneman2014-09-032-34/+38
* cmake: Don't reject unknown cpp files that start with .Matt Arsenault2014-09-021-4/+9
* Introduce -DLLVM_USE_SANITIZER=Undefined CMake option to build UBSan-ified ve...Alexey Samsonov2014-08-291-0/+4
* cmake: actually test -WcommentDylan Noblesmith2014-08-231-1/+1
* cmake: disable -Wnon-virtual-dtor when it gives false positivesDylan Noblesmith2014-08-231-2/+14
* Disabling an MSVC warning ('var' : definition from the for loop is ignored; t...Aaron Ballman2014-08-181-0/+1
OpenPOWER on IntegriCloud