summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2011-12-11llvm/CMakeLists.txt: Fix LLVM_LIT_TOOLS_DIR since r143728. Cygwin does not ne...NAKAMURA Takumi
2011-12-01llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar
2011-12-01Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands
2011-11-29llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar
2011-11-10Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",Daniel Dunbar
2011-11-10llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar
2011-11-10build/Make & CMake: Pass the appropriate --native-target and --enable-targetsDaniel Dunbar
2011-11-05CMake should join the party in a post 3.0 world. ;] This brings CMake'sChandler Carruth
2011-11-05build/cmake: Enable initial llvm-build integration.Daniel Dunbar
2011-11-04build/cmake: Change to require Python be available.Daniel Dunbar
2011-11-04build/cmake: Coalesce the configuration time header include fragment generationDaniel Dunbar
2011-11-04build/cmake: Coalesce in-tree sanity checks.Daniel Dunbar
2011-11-04build/cmake: Tidy up specification of build/include options for (tools, runtime,Daniel Dunbar
2011-11-04build/cmake: Move all the user controllable options into top-level CMakeListsDaniel Dunbar
2011-11-04build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar
2011-10-27Remove the Alpha backend.Dan Gohman
2011-10-25Remove the Blackfin backend.Dan Gohman
2011-10-24Remove the SystemZ backend.Dan Gohman
2011-10-06Build system infrastructure for multiple tblgens.Peter Collingbourne
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne
2011-07-21Added the infrastructute necessary for MIPS JIT support. Patch by VladimirBruno Cardoso Lopes
2011-07-17Fix CMake build on SolarisOscar Fuentes
2011-04-29Rename profile_rt.so to libprofile_rt.so under configure+make (it already wasNick Lewycky
2011-04-26Add cmakefiles to build profile_rt.so!Nick Lewycky
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-03-23Supports building with a list of targets that does not containOscar Fuentes
2011-03-21Removed workaround for unspecified build problem on MinGW.Oscar Fuentes
2011-03-08Change the next release number to 3.0svn.Bill Wendling
2011-03-01Cmake fix for option defaults not being set correctly on first runOscar Fuentes
2011-02-27Install include/llvm/Support/LICENSE.TXT. PR9321.Oscar Fuentes
2011-02-21CMake: Define LLVM_INCLUDE_TESTS in cmake/modules/HandleLLVMOptions.cmake. It...NAKAMURA Takumi
2011-02-20Put targets on folders, if the IDE supports the feature.Oscar Fuentes
2011-02-18Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes
2011-02-17New library: LLVMX86Utils.Oscar Fuentes
2011-02-14Add current binary and source directories to the header search listOscar Fuentes
2011-02-05Moved more stuff to HandleLLVMOptions.cmakeOscar Fuentes
2011-02-03Moved to Clang's source tree its configuration options and associatedOscar Fuentes
2011-02-03Changes for building Clang and others using LLVM as an externalOscar Fuentes
2011-01-21Handles libffi on the CMake build.Oscar Fuentes
2011-01-17Suppress warning "switch statement contains 'default' but no 'case' labels" o...Francois Pichet
2011-01-11Add to the CMake build some options and platform tests supported byOscar Fuentes
2011-01-09Apply -fPIC to C sources too.Oscar Fuentes
2011-01-09Rewrite handling of LLVM_ENABLE_PIC. It was being processed afterOscar Fuentes
2011-01-07Don't use -O3 on Mingw, as people report it as unreliable. Use -O2Oscar Fuentes
2010-12-20New cmake option LLVM_APPEND_VC_REV for controlling when the VCOscar Fuentes
2010-12-18CMake: Cleanup and document MSVC warning flags.Michael J. Spencer
2010-12-09CMake: Add FileUpdate to the build.Michael J. Spencer
2010-12-07Promote "enumerator in switch of enum is not handled" to level 1 warning on M...Francois Pichet
2010-12-04Disable C++ exception handling on MSVC.Francois Pichet
2010-11-29Merge System into Support.Michael J. Spencer