2015-04-06 |
Rafael Espindola | Disable all link optimizations in a debug build. |
tree | commitdiff |
2015-04-06 |
Rafael Espindola | Don't pass -O3 to the linker in debug builds. |
tree | commitdiff |
2015-04-06 |
Rafael Espindola | Don't use -ffunction-sections -fdata-sections on debug... |
tree | commitdiff |
2015-04-01 |
NAKAMURA Takumi | Try to unbreak Clang build to export LLVM_ABI_BREAKING_... |
tree | commitdiff |
2015-04-01 |
Sanjoy Das | [CMake] Cache LLVM_ABI_BREAKING_CHECKS in LLVMConfig... |
tree | commitdiff |
2015-03-27 |
Chris Bieneman | [CMake] Removing duplicates from the list of test suite... |
tree | commitdiff |
2015-03-27 |
Derek Schuff | CMake: enable installing utils |
tree | commitdiff |
2015-03-26 |
Sanjoy Das | [ADT][CMake][AutoConf] Fail-fast iterators for DenseMap |
tree | commitdiff |
2015-03-24 |
Andrew Kaylor | Disabling warnings for MSVC build to enable /W4 use. |
tree | commitdiff |
2015-03-23 |
Chris Bieneman | Re-land: Generate targets for each lit suite. |
tree | commitdiff |
2015-03-23 |
Chris Bieneman | Raising minimum required CMake version to 2.8.12.2. |
tree | commitdiff |
2015-03-19 |
Chris Bieneman | Fixing dependencies for native tablegen. |
tree | commitdiff |
2015-03-19 |
Greg Bedwell | [CMake] Don't pass in MSVC warning flags as definitions. |
tree | commitdiff |
2015-03-18 |
Chris Bieneman | Revert "Generate targets for each lit suite." |
tree | commitdiff |
2015-03-18 |
Chris Bieneman | Generate targets for each lit suite. |
tree | commitdiff |
2015-03-18 |
Reid Kleckner | CMake: Disable ENABLE_EXPORTS for executables with... |
tree | commitdiff |
2015-03-12 |
Chris Bieneman | Refactoring CMake CrossCompile module. |
tree | commitdiff |
2015-03-11 |
Greg Bedwell | Revert "[CMake] Don't pass in MSVC warning flags as... |
tree | commitdiff |
2015-03-11 |
Greg Bedwell | [CMake] Don't pass in MSVC warning flags as definitions |
tree | commitdiff |
2015-03-10 |
Chris Bieneman | Add new LLVM_OPTIMIZED_TABLEGEN build setting which... |
tree | commitdiff |
2015-03-07 |
Chandler Carruth | Teach the LLVM CMake build how to explicitly use libc... |
tree | commitdiff |
2015-03-03 |
Kostya Serebryany | [sanitizer/coverage] Add AFL-style coverage counters... |
tree | commitdiff |
2015-03-02 |
Reid Kleckner | cmake: Use MSVC atomics with clang-cl |
tree | commitdiff |
2015-03-02 |
Chris Bieneman | Making the SO version major.minor instead of just major... |
tree | commitdiff |
2015-02-27 |
Reid Kleckner | Minor follow-ups to r229720 suggested on llvmdev |
tree | commitdiff |
2015-02-25 |
Zachary Turner | [CMake] Fix the clang-cl self host build. |
tree | commitdiff |
2015-02-25 |
Saleem Abdulrasool | build: check if atomic routines are implicitly provided |
tree | commitdiff |
2015-02-24 |
Tobias Grosser | Revert "Raising minimum required CMake version to 2... |
tree | commitdiff |
2015-02-23 |
Chad Rosier | Revert "Revert "Raising minimum required CMake version... |
tree | commitdiff |
2015-02-23 |
Chad Rosier | Revert "Raising minimum required CMake version to 2... |
tree | commitdiff |
2015-02-23 |
Reid Kleckner | cmake: Don't do the libstdc++ version check when clang... |
tree | commitdiff |
2015-02-20 |
Chris Bieneman | Raising minimum required CMake version to 2.8.12.2. |
tree | commitdiff |
2015-02-18 |
Peter Collingbourne | CMake: Fix add_lit_target for the case where a test... |
tree | commitdiff |
2015-02-18 |
Chris Bieneman | Adding install targets for individual LLVM tools and... |
tree | commitdiff |
2015-02-18 |
Chris Bieneman | Enable standard so versioning for libLLVM. |
tree | commitdiff |
2015-02-18 |
Filipe Cabecinhas | Downgrade build system error message to a warning |
tree | commitdiff |
2015-02-17 |
Filipe Cabecinhas | We require MSVC 2013 Update 4 due to previous versions... |
tree | commitdiff |
2015-02-15 |
Benjamin Kramer | Update the docs to require at least MSVC 2013. |
tree | commitdiff |
2015-02-15 |
NAKAMURA Takumi | Reapply r229185(cbieneman) -- Raising minimum required... |
tree | commitdiff |
2015-02-14 |
NAKAMURA Takumi | Revert r229185, "Raising minimum required Visual Studio... |
tree | commitdiff |
2015-02-13 |
Chris Bieneman | Raising minimum required Visual Studio version to 2013. |
tree | commitdiff |
2015-02-10 |
Zachary Turner | Teach llvm_add_library() to find include dirs. |
tree | commitdiff |
2015-02-04 |
Filipe Cabecinhas | Handle LLVM_USE_SANITIZER=Address;Undefined (and the... |
tree | commitdiff |
2015-02-03 |
Hans Wennborg | [CMake] add_llvm_library: don't use .imp suffix for... |
tree | commitdiff |
2015-01-27 |
Kostya Serebryany | Add cmake flag LLVM_USE_SANITIZE_COVERAGE |
tree | commitdiff |
2015-01-24 |
Kuba Brecka | Reverting r226937: lit: Make MCJIT's supported arch... |
tree | commitdiff |
2015-01-23 |
Reid Kleckner | lit: Make MCJIT's supported arch check case insensitive |
tree | commitdiff |
2015-01-22 |
Rafael Espindola | Don't use -z,defs on FreeBSD. |
tree | commitdiff |
2015-01-22 |
Rafael Espindola | Pass -Wl,-z,defs when building shared libraries, but... |
tree | commitdiff |
2015-01-20 |
Rafael Espindola | Don't pass -Wl,z,defs for now. |
tree | commitdiff |
2015-01-20 |
Rafael Espindola | Use -Wl,defs when linking. |
tree | commitdiff |
2015-01-13 |
Peter Zotov | [OCaml] Use $CAMLORIGIN, an rpath-$ORIGIN-like mechanis... |
tree | commitdiff |
2015-01-07 |
Aaron Ballman | Reverting r225319; since there is a folder named Exampl... |
tree | commitdiff |
2015-01-06 |
Duncan P. N. Exon... | cmake: Fix 'examples' target after r225319 |
tree | commitdiff |
2015-01-06 |
Duncan P. N. Exon... | cmake: Add 'examples' target |
tree | commitdiff |
2015-01-06 |
NAKAMURA Takumi | [CMake] Silence stderr on "COMMAND ${CMAKE_C_COMPILER... |
tree | commitdiff |
2015-01-06 |
NAKAMURA Takumi | Reformat. |
tree | commitdiff |
2015-01-05 |
NAKAMURA Takumi | [autoconf] llvm/cmake/modules/Makefile: Make sure to... |
tree | commitdiff |
2015-01-05 |
NAKAMURA Takumi | [autoconf] Export LLVM_LIBDIR_SUFFIX with empty string... |
tree | commitdiff |
2014-12-30 |
Peter Zotov | [OCaml] [cmake] Use LLVM_LIBRARY_DIR instead of LLVM_LI... |
tree | commitdiff |
2014-12-29 |
Chandler Carruth | [go] Teach the go cmake build functions to funnel the... |
tree | commitdiff |
2014-12-29 |
Chandler Carruth | [cmake] Push LLVM_LIBDIR_SUFFIX through to the LLVMConf... |
tree | commitdiff |
2014-12-29 |
Chandler Carruth | [cmake] Start making LLVM_LIBDIR_SUFFIX effective by... |
tree | commitdiff |
2014-12-18 |
Peter Zotov | [cmake] Unbreak LLVM-Config.cmake / llvm_expand_depende... |
tree | commitdiff |
2014-12-12 |
Rafael Espindola | Disable --icf=safe to avoid a bug. |
tree | commitdiff |
2014-12-10 |
Nico Weber | cmake: Make SVNVersion.inc work on Windows if svn is... |
tree | commitdiff |
2014-12-05 |
Paul Robinson | Make GetSVN.cmake do its VCS queries with native CMake... |
tree | commitdiff |
2014-12-04 |
Rafael Espindola | Also use --icf=safe if we are being linked by gold. |
tree | commitdiff |
2014-12-04 |
Rafael Espindola | Detect if the linker is gold and if so always use ... |
tree | commitdiff |
2014-12-02 |
Reid Kleckner | cmake: Remove MAXPATHLEN define as autoconf does not... |
tree | commitdiff |
2014-12-01 |
Peter Zotov | [OCaml] [cmake] Add CMake buildsystem for OCaml. |
tree | commitdiff |
2014-11-27 |
Peter Collingbourne | Teach LLVM about llgo subproject. |
tree | commitdiff |
2014-11-19 |
Jordan Rose | [CMake] Update GetSVN.cmake to use LLVM version control... |
tree | commitdiff |
2014-11-18 |
Eric Fiselier | Add support for LLVM_USE_SANITIZER=Thread |
tree | commitdiff |
2014-11-17 |
Peter Collingbourne | CMake: Use the new USES_TERMINAL option for test suite... |
tree | commitdiff |
2014-11-15 |
Eric Fiselier | Provide missing definition of uppercase_CMAKE_BUILD_TYP... |
tree | commitdiff |
2014-11-13 |
Roman Divacky | Use -Wcast-qual in cmake builds, not only autoconfo... |
tree | commitdiff |
2014-11-07 |
Rafael Espindola | Pass PRIVATE to target_link_libraries if using shared... |
tree | commitdiff |
2014-11-05 |
Rafael Espindola | Add a LLVM_BUILD_STATIC option to cmake. |
tree | commitdiff |
2014-11-02 |
Rafael Espindola | [cmake] Pass -O3 when linking. |
tree | commitdiff |
2014-10-31 |
Reid Kleckner | Suppress MSVC's equivalent of -Wshadow warnings |
tree | commitdiff |
2014-10-30 |
Chris Bieneman | EXPORTED_SYMBOL_FILE using mingw and cmake |
tree | commitdiff |
2014-10-22 |
Peter Collingbourne | Do not add -gsplit-dwarf to LLVM_DEFINITIONS. |
tree | commitdiff |
2014-10-21 |
Chandler Carruth | Teach lit to filter the host LDFLAGS down from the... |
tree | commitdiff |
2014-10-20 |
Rafael Espindola | Explain why we don't always use --gc-sections. |
tree | commitdiff |
2014-10-20 |
NAKAMURA Takumi | Revert r220174, "Always use -Wl,-gc-sections on our... |
tree | commitdiff |
2014-10-19 |
Rafael Espindola | Always use -Wl,-gc-sections on our build. |
tree | commitdiff |
2014-10-17 |
Peter Collingbourne | Disable ccache for go tests. |
tree | commitdiff |
2014-10-16 |
Peter Collingbourne | Initial version of Go bindings. |
tree | commitdiff |
2014-09-26 |
Richard Smith | Add LLVM_ENABLE_MODULES flag to CMake to enable buildin... |
tree | commitdiff |
2014-09-26 |
Richard Smith | Fix CMake warning CMP0054: don't quote a variable name... |
tree | commitdiff |
2014-09-26 |
Richard Smith | Fix misinterpretation of CMake rule found by a CMake... |
tree | commitdiff |
2014-09-12 |
Evgeniy Stepanov | Add CMake check for libatomic. |
tree | commitdiff |
2014-09-10 |
Dan Liew | Don't attempt to run llvm-config in cmake/modules/Makef... |
tree | commitdiff |
2014-09-10 |
Dan Liew | Attempt to fix PR20884 |
tree | commitdiff |
2014-09-05 |
Alexey Samsonov | [CMake] Add -fno-sanitize=function to UBSan bootstrap |
tree | commitdiff |
2014-09-03 |
Chris Bieneman | Enabling LLVM & Clang to be cross-compiled using CMake... |
tree | commitdiff |
2014-09-02 |
Matt Arsenault | cmake: Don't reject unknown cpp files that start with . |
tree | commitdiff |
2014-08-29 |
Alexey Samsonov | Introduce -DLLVM_USE_SANITIZER=Undefined CMake option... |
tree | commitdiff |
2014-08-23 |
Dylan Noblesmith | cmake: actually test -Wcomment |
tree | commitdiff |
next |