summaryrefslogtreecommitdiff
path: root/projects
AgeCommit message (Expand)Author
2017-12-12[cmake] Support moving debuginfo-tests to llvm/projectsDon Hinton
2017-11-21Re-revert "Refactor debuginfo-tests."Zachary Turner
2017-11-20Resubmit "Refactor debuginfo-tests" again.Zachary Turner
2017-11-17Re-revert "Refactor debuginfo-tests"Zachary Turner
2017-11-16Resubmit "Refactor debuginfo-tests"Zachary Turner
2017-11-13Revert "Update test_debuginfo.pl script to point to new tree location."Zachary Turner
2017-11-10[debuginfo-tests] Make debuginfo-tests work in a standard configuration.Zachary Turner
2017-05-11Add temporary workaround to allow in-tree libc++ builds on WindowsEric Fiselier
2017-03-07[cmake] Include openmp with add_llvm_external_projectPirama Arumuga Nainar
2016-10-09[CMake] Correct configuration order of the sub-projects based on ther dependa...Eric Fiselier
2016-09-09Enable in-tree builds of parallel-libs.Justin Lebar
2016-01-26Remove autoconf supportChris Bieneman
2015-10-28[CMake] Disable adding the test suite as a projects subdirectoryChris Bieneman
2015-04-25build: make libunwind a proper projectSaleem Abdulrasool
2015-03-04Reverse the order libc++ and libc++abi are added in CMake.Eric Fiselier
2014-07-25[cmake] Use the external project machinery for libcxxabi so that it canChandler Carruth
2014-03-12Remove projects/sample.Rafael Espindola
2014-03-07"Mac OS/X" -> "Mac OS X" spelling fixes for llvm.Nico Weber
2014-02-28Drop libtool from llvm.Rafael Espindola
2014-02-28With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore.Rafael Espindola
2014-02-27[CMake] Introduce LLVM_BUILD_EXTERNAL_COMPILER_RT optionAlexey Samsonov
2014-02-16Remove dead code, we already require cmake 2.8.8.Rafael Espindola
2014-01-24llvm/projects/CMakeLists.txt: Add dragonegg.NAKAMURA Takumi
2013-10-07Revert "Revert "Windows: Add support for unicode command lines""David Majnemer
2013-10-06Revert "Windows: Add support for unicode command lines"David Majnemer
2013-10-06Windows: Add support for unicode command linesDavid Majnemer
2013-10-02Disable libc++ building by default with CMake with MSVC -- some botsChandler Carruth
2013-09-28Enable libcxx as part of the top level CMake build when it is checkedChandler Carruth
2013-08-18Port the detection of zlib from the main autoconf system to the sampleChandler Carruth
2013-08-18Add support for linking librt and using clock_gettime to the sampleChandler Carruth
2013-08-18Update the sample project autoconf setup to include support forChandler Carruth
2013-08-04Build with the $RDYNAMIC flag on Darwin as well as other platforms.Bob Wilson
2013-08-02Regenerate with changes for -rdynamic.Bob Wilson
2013-08-02Link with -rdynamic instead of -Wl,-export-dynamic.Bob Wilson
2013-07-26[PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt
2013-07-25Remove dead code from the makefile build system.Rafael Espindola
2013-07-25Remove the mblaze backend from llvm.Rafael Espindola
2013-07-01The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD.Sylvestre Ledru
2013-06-24Filter out dragonegg when checked out into a projects subdirectory.Chandler Carruth
2013-06-11Don't define LTDL_SHLIBPATH_VAR.Rafael Espindola
2013-06-11Don't define LLVM_LIBDIR, it is not used anymore.Rafael Espindola
2013-05-22sync projects/sample's autohell.Rafael Espindola
2013-05-06[SystemZ] Add to --enable-targets=allUlrich Weigand
2013-05-06[SystemZ] Add configure bitsUlrich Weigand
2013-04-24remove cbe backend from sample configureJia Liu
2013-03-05Print a warning message if compiler-rt can't be built because of old CMake ve...Alexey Samsonov
2013-02-05Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431>Bob Wilson
2013-01-31Add AArch64 as an experimental target.Tim Northover
2013-01-30build: add --with-python optionSaleem Abdulrasool
2012-12-04Clean up the sample include orderings, not that it really matters...Chandler Carruth