summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAge
* Remove -arm-enable-ehabi from Android build rules. It's enabled by default.Evgeniy Stepanov2014-01-29
* [CMake] llvm_update_compile_flags(name) doesn't require source files. TARGET ...NAKAMURA Takumi2014-01-28
* [CMake] Prune CMAKE_CXX_FLAGS stuff in llvm_process_sources.NAKAMURA Takumi2014-01-28
* [CMake] Enhance llvm_update_compile_flags(name sources) to handle LLVM_REQUIR...NAKAMURA Takumi2014-01-28
* [CMake] Apply -ffunction-data-sectinos not only to CMAKE_CXX_FLAGS, but also ...NAKAMURA Takumi2014-01-28
* [CMake] Move -ffunction-data-sections stuff to HandleLLVMOptions.NAKAMURA Takumi2014-01-28
* [CMake] Let llvm_process_sources check not only *.cpp but also *.c.NAKAMURA Takumi2014-01-28
* [CMake] Put *_exports into "Misc" folder.NAKAMURA Takumi2014-01-27
* [CMake] tablegen(): Use -I <dir> according to the list by include_directories().NAKAMURA Takumi2014-01-26
* [CMake] Functionalize tblgen().NAKAMURA Takumi2014-01-26
* [CMake] configure_lit_site_cfg: ${SHLIBDIR} should point the build tree.NAKAMURA Takumi2014-01-26
* Don't clobber CMAKE_REQUIRED_FLAGS, it ends up being used inChandler Carruth2014-01-21
* Fix VS2012 ID/version check.Amara Emerson2014-01-21
* Fix libstdc++4.7 test on Android.Evgeniy Stepanov2014-01-21
* [CMake] LLVMProcessSources.cmake: Add include(CMakeParseArguments).NAKAMURA Takumi2014-01-20
* [CMake] llvm_process_sources: Introduce a parameter, ADDITIONAL_HEADERS.NAKAMURA Takumi2014-01-20
* [CMake] Introduce new scheme of LLVM_TOOLS_BINARY_DIR and LLVM_LIBRARY_DIRNAKAMURA Takumi2014-01-19
* [CMake] Prune deprecate usage of CMAKE_RUNTIME_OUTPUT_DIRECTORY.NAKAMURA Takumi2014-01-19
* Add the test for libstdc++ versions newer than 4.6 so we don'tChandler Carruth2014-01-17
* [cmake] Attempt to fix sanitizer buildbot.Quentin Colombet2014-01-16
* Factor the option and checking of compiler version better. Put theChandler Carruth2014-01-13
* Add a check that the host compiler is modern to CMake, take 1. This isChandler Carruth2014-01-13
* [CMake] Add a comment to tablegen's copy_if_different. Ninja reports every ac...NAKAMURA Takumi2014-01-12
* CMake: Provide LLVM_PLUGIN_EXT definitionAlp Toker2014-01-08
* [CMake] Introduce llvm_update_compile_flags(target_name) to update compile fl...NAKAMURA Takumi2014-01-07
* Introduce a cmake LLVM_ENABLE_LIBCXX build parameter to compile using libc++ ...Jean-Daniel Dupas2014-01-06
* Add a FIXME.Nico Weber2014-01-05
* [CMake] Add missing set_output_directory after Takumi's change in r198205.Jordan Rose2014-01-02
* CMake separate projects: use correct name for LIBRARY_OUTPUT_DIRECTORY_${suff...Douglas Gregor2014-01-02
* Remove CMake-Xcode hack that symlinked llvm-config into a common place.Douglas Gregor2014-01-02
* [CMake][VS][XCode] Restruct the output directory layout more comfortable, ${B...NAKAMURA Takumi2013-12-30
* Visual C++ does not support -ffunction-sections -fdata-sections.Yaron Keren2013-12-30
* Port r198087 and r198089 (strip dead code by default) from make to cmake.Nico Weber2013-12-30
* [cmake] In add_llvm_loadable_module, don't clobber existing LINK_FLAGS on OS X.Nico Weber2013-12-29
* Fix mis-merging in AddLLVM.cmake, take #2. LINK.EXE's options had been broken...NAKAMURA Takumi2013-12-29
* Fix mis-merging in AddLLVM.cmake. Sorry.NAKAMURA Takumi2013-12-29
* [CMake] Fix add_llvm_loadble_module.NAKAMURA Takumi2013-12-29
* [CMake] add_llvm_symbol_exports: Use unique name for each target.NAKAMURA Takumi2013-12-29
* [CMake] add_llvm_symbol_exports: Use ${native_export_file} instead of equival...NAKAMURA Takumi2013-12-29
* Yet another attempt at getting cmake-clang-i686-mingw32 green.Nico Weber2013-12-29
* Windows build fixes, hopefully last part.Nico Weber2013-12-29
* Another windows build fix attempt.Nico Weber2013-12-29
* More windows build fix attempts.Nico Weber2013-12-29
* The same we do every commit, Pinky: Try to fix the windows build (after r1981...Nico Weber2013-12-29
* Another windows build fix attempt after r198136.Nico Weber2013-12-29
* Try to fix windows build more after r198136.Nico Weber2013-12-29
* Use `${CMAKE_COMMAND}` instead of `cmake`.Nico Weber2013-12-29
* Try to fix windows build after r198136.Nico Weber2013-12-28
* Try to fix linux build after r198136.Nico Weber2013-12-28
* EXPORTED_SYMBOL_FILE support for cmakeNico Weber2013-12-28