summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...Kostya Serebryany2015-03-031-1/+1
* cmake: Use MSVC atomics with clang-clReid Kleckner2015-03-021-0/+1
* Making the SO version major.minor instead of just major because ABI and API c...Chris Bieneman2015-03-021-1/+1
* Minor follow-ups to r229720 suggested on llvmdevReid Kleckner2015-02-271-1/+1
* [CMake] Fix the clang-cl self host build.Zachary Turner2015-02-252-1/+6
* build: check if atomic routines are implicitly providedSaleem Abdulrasool2015-02-251-3/+7
* Revert "Raising minimum required CMake version to 2.8.12.2."Tobias Grosser2015-02-241-2/+2
* Revert "Revert "Raising minimum required CMake version to 2.8.12.2.""Chad Rosier2015-02-231-2/+2
* Revert "Raising minimum required CMake version to 2.8.12.2."Chad Rosier2015-02-231-2/+2
* cmake: Don't do the libstdc++ version check when clang simulates MSVCReid Kleckner2015-02-231-5/+9
* Raising minimum required CMake version to 2.8.12.2.Chris Bieneman2015-02-201-2/+2
* CMake: Fix add_lit_target for the case where a test suite has zero target dep...Peter Collingbourne2015-02-181-2/+4
* Adding install targets for individual LLVM tools and libraries.Chris Bieneman2015-02-181-2/+20
* Enable standard so versioning for libLLVM.Chris Bieneman2015-02-181-0/+5
* Downgrade build system error message to a warningFilipe Cabecinhas2015-02-181-2/+5
* We require MSVC 2013 Update 4 due to previous versions miscompiling ASTMatchersFilipe Cabecinhas2015-02-171-2/+2
* Update the docs to require at least MSVC 2013.Benjamin Kramer2015-02-151-2/+2
* Reapply r229185(cbieneman) -- Raising minimum required Visual Studio version ...NAKAMURA Takumi2015-02-151-6/+0
* Revert r229185, "Raising minimum required Visual Studio version to 2013."NAKAMURA Takumi2015-02-141-0/+6
* Raising minimum required Visual Studio version to 2013.Chris Bieneman2015-02-131-6/+0
* Teach llvm_add_library() to find include dirs.Zachary Turner2015-02-101-10/+23
* Handle LLVM_USE_SANITIZER=Address;Undefined (and the other way around)Filipe Cabecinhas2015-02-041-0/+5
* [CMake] add_llvm_library: don't use .imp suffix for import libraries on Windo...Hans Wennborg2015-02-031-5/+0
* Add cmake flag LLVM_USE_SANITIZE_COVERAGEKostya Serebryany2015-01-271-0/+3
* Reverting r226937: lit: Make MCJIT's supported arch check case insensitiveKuba Brecka2015-01-241-0/+1
* lit: Make MCJIT's supported arch check case insensitiveReid Kleckner2015-01-231-1/+0
* Don't use -z,defs on FreeBSD.Rafael Espindola2015-01-221-2/+3
* Pass -Wl,-z,defs when building shared libraries, but not with the sanitizers.Rafael Espindola2015-01-221-0/+8
* Don't pass -Wl,z,defs for now.Rafael Espindola2015-01-201-7/+0
* Use -Wl,defs when linking.Rafael Espindola2015-01-201-0/+7
* [OCaml] Use $CAMLORIGIN, an rpath-$ORIGIN-like mechanism in OCaml.Peter Zotov2015-01-131-0/+2
* 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
OpenPOWER on IntegriCloud