summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/AddLLVM.cmake
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Unbreak add_llvm_external_project when external projects are specified.NAKAMURA Takumi2015-07-141-0/+3
* [CMake] Forgot to quote the first part of STREQUAL.Chris Bieneman2015-07-141-1/+1
* [CMake] We shouldn't be storing values in the cache unless they actually need...Chris Bieneman2015-07-141-4/+9
* Revert "[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-re...Chris Bieneman2015-07-131-64/+21
* [CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registrati...Chris Bieneman2015-07-131-21/+64
* Revert r241621, "[CMake] Cleanup tools/CMakeLists.txt to take advantage of th...NAKAMURA Takumi2015-07-081-31/+19
* [CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registrati...Chris Bieneman2015-07-071-19/+31
* [CMake] add_llvm_symbol_exports: Use Python oneliner instead of "cmd.exe /c t...NAKAMURA Takumi2015-07-051-13/+2
* Fix bug #23967. The gtest and gtest_main targets were exported into theDan Liew2015-06-291-2/+8
* Support Solaris unused sections' gc link syntax.Rafael Espindola2015-06-221-0/+3
* Do not pass optimization flags to Solaris' linker.Rafael Espindola2015-06-221-1/+1
* Use right syntax to pass version script to Solaris' ld.Rafael Espindola2015-06-221-2/+7
* CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas2015-06-191-8/+7
* Silence resource compiler using /nologo flag.Peter Collingbourne2015-06-181-0/+2
* [CMake] Try to fix r239612, not to miss resources/windows_version_resource.rc...NAKAMURA Takumi2015-06-141-3/+5
* In MSVC builds embed a VERSIONINFO resource in our exe and DLL files.Greg Bedwell2015-06-121-0/+82
* [CMake] Revert commits r238740/r238741 for embedding Windows version info.Greg Bedwell2015-06-011-82/+0
* remove the use of the LOCATION CMake variable from r238740.Greg Bedwell2015-06-011-4/+0
* In MSVC builds embed a VERSIONINFO resource in our exe and DLL files.Greg Bedwell2015-06-011-0/+86
* Use cat and not type Under MSYS, same as Cygwin.Yaron Keren2015-05-191-1/+1
* [cmake] Quote the path to the target exports file, fixes PR23313Reid Kleckner2015-04-221-1/+1
* Cleanup based on rnk's feedback.Chris Bieneman2015-04-161-12/+8
* Fixing windows bots.Chris Bieneman2015-04-161-10/+12
* Better fix to the windows conditional.Chris Bieneman2015-04-161-1/+1
* Fix Windows bots.Chris Bieneman2015-04-161-1/+6
* Fixing a mis-use of the CMake install command.Chris Bieneman2015-04-161-6/+16
* Disable all link optimizations in a debug build.Rafael Espindola2015-04-061-25/+28
* Don't pass -O3 to the linker in debug builds.Rafael Espindola2015-04-061-2/+4
* [CMake] Removing duplicates from the list of test suites to generate targets ...Chris Bieneman2015-03-271-0/+5
* CMake: enable installing utilsDerek Schuff2015-03-271-0/+12
* Re-land: Generate targets for each lit suite.Chris Bieneman2015-03-231-0/+22
* 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
* 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-251-1/+5
* 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
* 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
* [CMake] add_llvm_library: don't use .imp suffix for import libraries on Windo...Hans Wennborg2015-02-031-5/+0
* 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
* 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
OpenPOWER on IntegriCloud