2014-02-23 |
NAKAMURA Takumi | TableGen.cmake: Functionalize and reformat. |
tree | commitdiff |
2014-02-23 |
NAKAMURA Takumi | Simplify linking to system libraries |
tree | commitdiff |
2014-02-22 |
NAKAMURA Takumi | Prune debug message in AddLLVM.cmake. |
tree | commitdiff |
2014-02-21 |
NAKAMURA Takumi | [CMake] llvm_add_library: Add dependencies also to... |
tree | commitdiff |
2014-02-21 |
NAKAMURA Takumi | [CMake] Introduce "llvm_add_library(SHARED STATIC)... |
tree | commitdiff |
2014-02-21 |
NAKAMURA Takumi | Teach LLVM-Config to use logical target names (2/2) |
tree | commitdiff |
2014-02-21 |
NAKAMURA Takumi | Teach LLVM-Config to use logical target names (1/2) |
tree | commitdiff |
2014-02-20 |
NAKAMURA Takumi | [CMake] Move intrinsics_gen to lib/Target out of add_pu... |
tree | commitdiff |
2014-02-20 |
Evgeniy Stepanov | Unconditionally include msan_interface.h when building... |
tree | commitdiff |
2014-02-19 |
Evgeniy Stepanov | Build PIE binaries when cross-compiling to Android. |
tree | commitdiff |
2014-02-16 |
NAKAMURA Takumi | LLVMExports.cmake: Add System libs $(LIBS) to LLVMSuppo... |
tree | commitdiff |
2014-02-16 |
NAKAMURA Takumi | LLVMExports.cmake: Exclude gtest since they are not... |
tree | commitdiff |
2014-02-13 |
NAKAMURA Takumi | [CMake] Let llvm_add_library(MODULE) check capability... |
tree | commitdiff |
2014-02-13 |
NAKAMURA Takumi | [CMake] Move the target property PREFIX from add_llvm_l... |
tree | commitdiff |
2014-02-13 |
NAKAMURA Takumi | [CMake] llvm_add_library(MODULE) may use CMAKE_MODULE_L... |
tree | commitdiff |
2014-02-13 |
NAKAMURA Takumi | [CMake] LLVM_PLUGIN_EXT: Use CMAKE_SHARED_LIBRARY_SUFFI... |
tree | commitdiff |
2014-02-13 |
NAKAMURA Takumi | [CMake] llvm_add_library: Add handling of the parameter... |
tree | commitdiff |
2014-02-12 |
NAKAMURA Takumi | Teach tablegen() macro to check needed variables |
tree | commitdiff |
2014-02-10 |
Reid Kleckner | cmake: Do not export targets when installing toolchain... |
tree | commitdiff |
2014-02-10 |
NAKAMURA Takumi | [CMake] LLVMSupport should be responsible to provide... |
tree | commitdiff |
2014-02-10 |
NAKAMURA Takumi | [CMake] Introduce llvm_add_library(). |
tree | commitdiff |
2014-02-10 |
NAKAMURA Takumi | [CMake] LLVMProcessSources.cmake: Prune add_file_depend... |
tree | commitdiff |
2014-02-10 |
NAKAMURA Takumi | [CMake] Re-apply r200765, "Get rid of llvm_config(... |
tree | commitdiff |
2014-02-09 |
Bob Wilson | Remove shell comment in the middle of a single-line... |
tree | commitdiff |
2014-02-09 |
NAKAMURA Takumi | Whitespace. |
tree | commitdiff |
2014-02-09 |
NAKAMURA Takumi | Provide CMake package modules in install tree |
tree | commitdiff |
2014-02-09 |
NAKAMURA Takumi | Load exported lib and exe targets from LLVMConfig |
tree | commitdiff |
2014-02-09 |
NAKAMURA Takumi | Export lib and exe build target names from build tree |
tree | commitdiff |
2014-02-09 |
NAKAMURA Takumi | Export lib and exe build target names from install... |
tree | commitdiff |
2014-02-09 |
NAKAMURA Takumi | Provide LLVMConfig in both build and install tree |
tree | commitdiff |
2014-02-09 |
NAKAMURA Takumi | Teach LLVMConfig to avoid modifying CMAKE_MODULE_PATH |
tree | commitdiff |
2014-02-09 |
NAKAMURA Takumi | De-duplicate references to share/llvm/cmake path |
tree | commitdiff |
2014-02-05 |
Todd Fiala | Fix configure to find arc4random via header files. |
tree | commitdiff |
2014-02-05 |
Jordan Rose | [CMake] Deliberately get all LLVM library dependencies... |
tree | commitdiff |
2014-02-05 |
Jordan Rose | [CMake] Move -stdlib=libc++ handling into its own file. |
tree | commitdiff |
2014-02-04 |
NAKAMURA Takumi | [CMake] Get rid of llvm_config() to expand dependencies. |
tree | commitdiff |
2014-02-04 |
NAKAMURA Takumi | [CMake] LLVM-Config.cmake: Split explicit_map_component... |
tree | commitdiff |
2014-02-04 |
NAKAMURA Takumi | [CMake] add_llvm_loadable_module: Fixup r200762, I... |
tree | commitdiff |
2014-02-04 |
NAKAMURA Takumi | Revert r122395, "Fixes file extension for loadable... |
tree | commitdiff |
2014-02-04 |
Alexey Samsonov | [CMake] Revert r200695 and fix the problem with missing... |
tree | commitdiff |
2014-02-04 |
Alexey Samsonov | [CMake] Add -stdlib=libc++ to host Clang build flags... |
tree | commitdiff |
2014-02-04 |
NAKAMURA Takumi | Revert r200150, "[CMake] tablegen(): Use -I <dir> accor... |
tree | commitdiff |
2014-02-03 |
Evgeniy Stepanov | Don't use -ffunction-sections if -fno-function-sections... |
tree | commitdiff |
2014-02-02 |
NAKAMURA Takumi | [CMake] Untabify. |
tree | commitdiff |
2014-01-31 |
Peter Collingbourne | Introduce line editor library. |
tree | commitdiff |
2014-01-31 |
NAKAMURA Takumi | AddLLVM.cmake: Untabify. |
tree | commitdiff |
2014-01-31 |
NAKAMURA Takumi | HandleLLVMOptions.cmake: Typo, s/proerty/property/ |
tree | commitdiff |
2014-01-30 |
NAKAMURA Takumi | [CMake] llvm_update_compile_flags: Honor LLVM_COMPILE_F... |
tree | commitdiff |
2014-01-30 |
NAKAMURA Takumi | HandleLLVMOptions.cmake: Typo in comment. |
tree | commitdiff |
2014-01-29 |
Evgeniy Stepanov | Remove -arm-enable-ehabi from Android build rules.... |
tree | commitdiff |
2014-01-28 |
NAKAMURA Takumi | [CMake] llvm_update_compile_flags(name) doesn't require... |
tree | commitdiff |
2014-01-28 |
NAKAMURA Takumi | [CMake] Prune CMAKE_CXX_FLAGS stuff in llvm_process_sou... |
tree | commitdiff |
2014-01-28 |
NAKAMURA Takumi | [CMake] Enhance llvm_update_compile_flags(name sources... |
tree | commitdiff |
2014-01-28 |
NAKAMURA Takumi | [CMake] Apply -ffunction-data-sectinos not only to... |
tree | commitdiff |
2014-01-28 |
NAKAMURA Takumi | [CMake] Move -ffunction-data-sections stuff to HandleLL... |
tree | commitdiff |
2014-01-28 |
NAKAMURA Takumi | [CMake] Let llvm_process_sources check not only *.cpp... |
tree | commitdiff |
2014-01-27 |
NAKAMURA Takumi | [CMake] Put *_exports into "Misc" folder. |
tree | commitdiff |
2014-01-26 |
NAKAMURA Takumi | [CMake] tablegen(): Use -I <dir> according to the list... |
tree | commitdiff |
2014-01-26 |
NAKAMURA Takumi | [CMake] Functionalize tblgen(). |
tree | commitdiff |
2014-01-26 |
NAKAMURA Takumi | [CMake] configure_lit_site_cfg: ${SHLIBDIR} should... |
tree | commitdiff |
2014-01-21 |
Chandler Carruth | Don't clobber CMAKE_REQUIRED_FLAGS, it ends up being... |
tree | commitdiff |
2014-01-21 |
Amara Emerson | Fix VS2012 ID/version check. |
tree | commitdiff |
2014-01-21 |
Evgeniy Stepanov | Fix libstdc++4.7 test on Android. |
tree | commitdiff |
2014-01-20 |
NAKAMURA Takumi | [CMake] LLVMProcessSources.cmake: Add include(CMakePars... |
tree | commitdiff |
2014-01-20 |
NAKAMURA Takumi | [CMake] llvm_process_sources: Introduce a parameter... |
tree | commitdiff |
2014-01-19 |
NAKAMURA Takumi | [CMake] Introduce new scheme of LLVM_TOOLS_BINARY_DIR... |
tree | commitdiff |
2014-01-19 |
NAKAMURA Takumi | [CMake] Prune deprecate usage of CMAKE_RUNTIME_OUTPUT_D... |
tree | commitdiff |
2014-01-17 |
Chandler Carruth | Add the test for libstdc++ versions newer than 4.6... |
tree | commitdiff |
2014-01-16 |
Quentin Colombet | [cmake] Attempt to fix sanitizer buildbot. |
tree | commitdiff |
2014-01-13 |
Chandler Carruth | Factor the option and checking of compiler version... |
tree | commitdiff |
2014-01-13 |
Chandler Carruth | Add a check that the host compiler is modern to CMake... |
tree | commitdiff |
2014-01-12 |
NAKAMURA Takumi | [CMake] Add a comment to tablegen's copy_if_different... |
tree | commitdiff |
2014-01-08 |
Alp Toker | CMake: Provide LLVM_PLUGIN_EXT definition |
tree | commitdiff |
2014-01-07 |
NAKAMURA Takumi | [CMake] Introduce llvm_update_compile_flags(target_name... |
tree | commitdiff |
2014-01-06 |
Jean-Daniel Dupas | Introduce a cmake LLVM_ENABLE_LIBCXX build parameter... |
tree | commitdiff |
2014-01-05 |
Nico Weber | Add a FIXME. |
tree | commitdiff |
2014-01-02 |
Jordan Rose | [CMake] Add missing set_output_directory after Takumi... |
tree | commitdiff |
2014-01-02 |
Douglas Gregor | CMake separate projects: use correct name for LIBRARY_O... |
tree | commitdiff |
2014-01-02 |
Douglas Gregor | Remove CMake-Xcode hack that symlinked llvm-config... |
tree | commitdiff |
2013-12-30 |
NAKAMURA Takumi | [CMake][VS][XCode] Restruct the output directory layout... |
tree | commitdiff |
2013-12-30 |
Yaron Keren | Visual C++ does not support -ffunction-sections -fdata... |
tree | commitdiff |
2013-12-30 |
Nico Weber | Port r198087 and r198089 (strip dead code by default... |
tree | commitdiff |
2013-12-29 |
Nico Weber | [cmake] In add_llvm_loadable_module, don't clobber... |
tree | commitdiff |
2013-12-29 |
NAKAMURA Takumi | Fix mis-merging in AddLLVM.cmake, take #2. LINK.EXE... |
tree | commitdiff |
2013-12-29 |
NAKAMURA Takumi | Fix mis-merging in AddLLVM.cmake. Sorry. |
tree | commitdiff |
2013-12-29 |
NAKAMURA Takumi | [CMake] Fix add_llvm_loadble_module. |
tree | commitdiff |
2013-12-29 |
NAKAMURA Takumi | [CMake] add_llvm_symbol_exports: Use unique name for... |
tree | commitdiff |
2013-12-29 |
NAKAMURA Takumi | [CMake] add_llvm_symbol_exports: Use ${native_export_fi... |
tree | commitdiff |
2013-12-29 |
Nico Weber | Yet another attempt at getting cmake-clang-i686-mingw32... |
tree | commitdiff |
2013-12-29 |
Nico Weber | Windows build fixes, hopefully last part. |
tree | commitdiff |
2013-12-29 |
Nico Weber | Another windows build fix attempt. |
tree | commitdiff |
2013-12-29 |
Nico Weber | More windows build fix attempts. |
tree | commitdiff |
2013-12-29 |
Nico Weber | The same we do every commit, Pinky: Try to fix the... |
tree | commitdiff |
2013-12-29 |
Nico Weber | Another windows build fix attempt after r198136. |
tree | commitdiff |
2013-12-29 |
Nico Weber | Try to fix windows build more after r198136. |
tree | commitdiff |
2013-12-29 |
Nico Weber | Use `${CMAKE_COMMAND}` instead of `cmake`. |
tree | commitdiff |
2013-12-28 |
Nico Weber | Try to fix windows build after r198136. |
tree | commitdiff |
2013-12-28 |
Nico Weber | Try to fix linux build after r198136. |
tree | commitdiff |
2013-12-28 |
Nico Weber | EXPORTED_SYMBOL_FILE support for cmake |
tree | commitdiff |
2013-12-28 |
Nico Weber | Remove windows newlines. |
tree | commitdiff |
next |