summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/AddLLVM.cmake
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Make the bindir and libdir arguments to set_output_directory optionalJohn Brawn2015-09-301-20/+29
* [CMake] Move the setting of LLVM_COMPILER_IS_GCC_COMPATIBLE to a separate fileJohn Brawn2015-09-291-0/+1
* [CMake] Adding ALWAYS_GENERATE option to symlink utility functions.Chris Bieneman2015-09-181-20/+33
* [CMake] More cleanup of installing symlinks.Chris Bieneman2015-09-181-1/+7
* [CMake] More refactoring of symlink creation.Chris Bieneman2015-09-161-11/+17
* [CMake] Rename target->dest as per feedback from Chapuni on http://reviews.ll...Chris Bieneman2015-09-151-10/+10
* [CMake] Refactor and cleanup generating and installing symlinks to tools.Chris Bieneman2015-09-141-0/+48
* [CMake] s/LLVM_SOURCE_DIR/LLVM_MAIN_SRC_DIR/Jordan Rose2015-09-101-1/+1
* [CMake] Allow LLVM_TOOLCHAIN_TOOLS to be overriddenChris Bieneman2015-09-101-5/+6
* [CMake] Fix Xcode build with LLVM_ENABLE_OBJLIB.Jordan Rose2015-09-101-0/+6
* [CMake][CMP0051] Avoid for user of objlib to use llvm_update_compile_flags().NAKAMURA Takumi2015-09-081-2/+8
* [cmake] rework LLVM_LINK_LLVM_DYLIB option handlingAndrew Wilkins2015-09-051-6/+6
* Enable linking tools, shared libraries against libLLVMAndrew Wilkins2015-09-011-9/+26
* [CMake] Fix build on MSVC in r246156.NAKAMURA Takumi2015-08-281-1/+2
* [CMake] OBJLIB-ize *-tblgen.NAKAMURA Takumi2015-08-271-0/+13
* [CMake] add_llvm_external_project: Just warn about nonexistent directories.NAKAMURA Takumi2015-08-221-1/+5
* [CMake] Make LLVM_EXTERNAL_*_SOURCE_DIR consistent against older buildsites.NAKAMURA Takumi2015-08-221-20/+24
* Revert "[cmake] Add helper for finding potentially external projects"Reid Kleckner2015-08-111-17/+0
* [cmake] Add helper for finding potentially external projectsReid Kleckner2015-08-111-0/+17
* [CMake] Projects supported via LLVM_EXTERNAL_*_SOURCE_DIR need to be explicit...Chris Bieneman2015-07-211-10/+0
* [cmake] pass GO_EXECUTABLE to llgo-goAndrew Wilkins2015-07-211-1/+1
* [CMake] Fixing inconsistency caused by copy-pasta.Chris Bieneman2015-07-211-2/+2
* [CMake] Fixing a problem with external projects that aren't getting enabled p...Chris Bieneman2015-07-211-0/+4
* [CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registrati...Chris Bieneman2015-07-201-28/+63
* [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
OpenPOWER on IntegriCloud