summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Disabling warnings for MSVC build to enable /W4 use.Andrew Kaylor2015-03-241-0/+16
* Re-land: Generate targets for each lit suite.Chris Bieneman2015-03-231-0/+22
* Raising minimum required CMake version to 2.8.12.2.Chris Bieneman2015-03-231-2/+2
* Fixing dependencies for native tablegen.Chris Bieneman2015-03-191-4/+2
* [CMake] Don't pass in MSVC warning flags as definitions.Greg Bedwell2015-03-191-2/+9
* Revert "Generate targets for each lit suite."Chris Bieneman2015-03-181-23/+0
* Generate targets for each lit suite.Chris Bieneman2015-03-181-0/+23
* CMake: Disable ENABLE_EXPORTS for executables with MSVCReid Kleckner2015-03-181-0/+6
* Refactoring CMake CrossCompile module.Chris Bieneman2015-03-122-34/+56
* Revert "[CMake] Don't pass in MSVC warning flags as definitions"Greg Bedwell2015-03-111-11/+4
* [CMake] Don't pass in MSVC warning flags as definitionsGreg Bedwell2015-03-111-4/+11
* Add new LLVM_OPTIMIZED_TABLEGEN build setting which configures, builds and us...Chris Bieneman2015-03-101-1/+1
* Teach the LLVM CMake build how to explicitly use libc++abi when usingChandler Carruth2015-03-071-10/+16
* [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
OpenPOWER on IntegriCloud