summaryrefslogtreecommitdiffstats
path: root/llvm/cmake
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
* [OCaml] [cmake] Disable OCaml bindings if ctypes >=0.3 is not found.Peter Zotov2014-12-031-4/+8
* 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-013-0/+324
* 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
* Re-commit r220667.Rui Ueyama2014-10-271-1/+7
* Revert "Include stddef.h before including cxxabi.h" to un-break buildbotRui Ueyama2014-10-271-6/+1
* Include stddef.h before including cxxabi.hRui Ueyama2014-10-271-1/+6
* Add llvm-go tool.Peter Collingbourne2014-10-231-8/+12
* 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-162-0/+18
* Re-land r219354: Use llvm-symbolizer to symbolize LLVM/Clang crash dumps.Alexey Samsonov2014-10-101-0/+1
* Revert r219354. It seems to break some buildbots.Alexey Samsonov2014-10-081-1/+0
* Use llvm-symbolizer to symbolize LLVM/Clang crash dumps.Alexey Samsonov2014-10-081-0/+1
* 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
OpenPOWER on IntegriCloud