Move TableGen's parser and entry point into a library
[oota-llvm.git] / CMakeLists.txt
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2011-07-21 Bruno Cardoso LopesAdded the infrastructute necessary for MIPS JIT support...
2011-07-17 Oscar FuentesFix CMake build on Solaris
2011-04-29 Nick LewyckyRename profile_rt.so to libprofile_rt.so under configur...
2011-04-26 Nick LewyckyAdd cmakefiles to build profile_rt.so!
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-23 Oscar FuentesSupports building with a list of targets that does...
2011-03-21 Oscar FuentesRemoved workaround for unspecified build problem on...
2011-03-08 Bill WendlingChange the next release number to 3.0svn.
2011-03-01 Oscar FuentesCmake fix for option defaults not being set correctly...
2011-02-27 Oscar FuentesInstall include/llvm/Support/LICENSE.TXT. PR9321.
2011-02-21 NAKAMURA TakumiCMake: Define LLVM_INCLUDE_TESTS in cmake/modules/Handl...
2011-02-20 Oscar FuentesPut targets on folders, if the IDE supports the feature.
2011-02-18 Oscar FuentesMove library stuff out of the toplevel CMakeLists.txt...
2011-02-17 Oscar FuentesNew library: LLVMX86Utils.
2011-02-14 Oscar FuentesAdd current binary and source directories to the header...
2011-02-05 Oscar FuentesMoved more stuff to HandleLLVMOptions.cmake
2011-02-03 Oscar FuentesMoved to Clang's source tree its configuration options...
2011-02-03 Oscar FuentesChanges for building Clang and others using LLVM as...
2011-01-21 Oscar FuentesHandles libffi on the CMake build.
2011-01-17 Francois PichetSuppress warning "switch statement contains 'default...
2011-01-11 Oscar FuentesAdd to the CMake build some options and platform tests...
2011-01-09 Oscar FuentesApply -fPIC to C sources too.
2011-01-09 Oscar FuentesRewrite handling of LLVM_ENABLE_PIC. It was being proce...
2011-01-07 Oscar FuentesDon't use -O3 on Mingw, as people report it as unreliab...
2010-12-20 Oscar FuentesNew cmake option LLVM_APPEND_VC_REV for controlling...
2010-12-18 Michael J. SpencerCMake: Cleanup and document MSVC warning flags.
2010-12-09 Michael J. SpencerCMake: Add FileUpdate to the build.
2010-12-07 Francois PichetPromote "enumerator in switch of enum is not handled...
2010-12-04 Francois PichetDisable C++ exception handling on MSVC.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-27 NAKAMURA TakumiCMake: lit(check.vcproj) can run with multiple configur...
2010-11-20 Francois PichetDisable warning C4291 on MSVC. Caused because class...
2010-11-19 NAKAMURA TakumiCMakeLists.txt: On MSVS10, touch LLVM.sln as workaround...
2010-11-17 Wesley PeckMake MCJIT work with CMake.
2010-11-15 Michael J. SpencerAdd LLVMObject Library.
2010-11-14 Oscar FuentesDetect presence of AsmPrinter's. Remove some cruft...
2010-11-14 Chris Lattnerhopefully unbreak the cmake build, patch by frits van...
2010-11-14 Oscar FuentesCMakeLists.txt: removed mismatched endif predicate.
2010-11-14 Chris Lattnerhopefully fix cmake as well.
2010-11-14 Chris Lattnermove all the target's asmprinters into the main target...
2010-11-11 NAKAMURA TakumiCMake: Add the new option "LLVM_LIT_ARGS".
2010-10-26 NAKAMURA TakumiCMake: Build utils/KillTheDoctor only on MSVC for now.
2010-10-19 Chandler CarruthFirst step to allowing the resource directory of Clang...
2010-10-14 Oscar FuentesAdded basic support for CPack.
2010-10-12 Francois PichetDisable warning C4267 for MSVC. Otherwise it generate...
2010-10-11 Michael J. SpencerAdd KillTheDoctor.
2010-10-11 Chris LattnerPer discussion with Sanjiv, remove the PIC16 target...
2010-10-02 Oscar FuentesHandle InstPrinter's on the CMake build.
2010-10-02 Nick LewyckyRevert patches r115363 r115367 r115391 due to build...
2010-10-02 Jim GrosbachUpdate CMake files for recent AsmPrinter->InstPrinter...
2010-09-28 Oscar FuentesAdded library LLVMPIC16passes to CMake build.
2010-09-28 Oscar FuentesAdded PTX target to the CMake build.
2010-09-25 Oscar FuentesNew cmake options LLVM_INCLUDE_X (X = {TOOLS, EXAMPLES...
2010-09-25 Oscar FuentesReverting "CMake: Don't include tools, unittets, or...
2010-09-24 Michael J. SpencerCMake: Don't include tools, unittets, or examples as...
2010-09-24 Michael J. SpencerCMake: Build unittests.
2010-09-23 Douglas GregorBump LLVM in CMake makefiles to 2.9
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-13 Michael J. SpencerCMake: Add llvm-lit to CMake build.
2010-09-11 Michael J. SpencerCMake: Fix mingw32 build.
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-08-30 Chandler CarruthAttempt to remove the MSIL backend from CMake as well...
2010-08-09 Oscar FuentesCMake: system for providing llvm-config-like features...
2010-08-05 Oscar FuentesNew system for choosing CRT type on MSVC.
2010-08-03 Oscar FuentesCMake: add version control info to PACKAGE_VERSION...
2010-08-03 Oscar FuentesBump cmake_minimum_required to version 2.8
2010-08-02 Oscar FuentesLets the CMake GUI show a list of possible values for...
2010-07-20 Chris Lattnerstart straightening out libedis's dependencies and...
2010-06-25 Daniel DunbarFix LLVM CMake PACKAGE_VERSION variable.
2010-03-18 Oscar FuentesCMake: Add options for using static runtime on MSVC...
2010-03-05 Wesley PeckAdding MBlaze to cmake target list.
2010-01-22 Daniel DunbarCMake: Add MCParser directory.
2010-01-04 Douglas GregorFix CMake build for InstCombine changes
2009-12-01 Daniel DunbarDon't default warnings to ON on MSVC, the spew is enoug...
2009-12-01 Tobias GrosserFix copy paste bug
2009-12-01 Oscar FuentesAdd two CMake flags LLVM_ENABLE_PEDANTIC and LLVM_ENABL...
2009-11-30 Oscar Fuentes* CMakeLists.txt: Adds warnings flags for g++. Fixes...
2009-11-25 Daniel DunbarAdd CMake and configure logic to create llvm/Config...
2009-11-23 Oscar FuentesCMake: generate targets for tools and examples even...
2009-11-18 Daniel DunbarTurn LLVM_BUILD_EXAMPLES off by default in CMake builds...
2009-11-12 Oscar FuentesCMake: Hopefully unbreak the build by mimicking the...
2009-11-08 Daniel DunbarPrevent warning spew about -fPIC when using CMake gener...
2009-10-30 Oscar FuentesCMake: install .def files from source `include/llvm...
2009-10-27 Oscar FuentesCMake: Install .inc files too.
2009-10-27 Oscar FuentesRather than excluding quite some things, and still...
2009-10-12 Edward O'CallaghanFix LLVM CMake build system so that it may now work...
2009-10-05 Chris Lattnerremove llvm-db: it is completely broken and if anyone...
2009-09-24 Daniel DunbarAdd count/not tools as executables.
2009-09-22 Daniel DunbarInitial support for running LLVM tests from cmake.
2009-09-22 Daniel DunbarCMake: Fix definition of LTDL_SHLIB_EXT for Darwin.
2009-09-13 Oscar FuentesCMake: New user-settable variable LLVM_TARGET_ARCH...
2009-08-25 Gabor Greifrevert r78628 and r78803 as these are not needed any...
2009-08-22 Douglas GregorTOT is 2.7svn for CMake, too
2009-08-18 Oscar FuentesCMake: LLVM_ENABLE_PIC now defaults to ON, as in `confi...
2009-08-16 Oscar FuentesCMake: Removed traces of obsolete variable LLVM_PLO_FLAGS.
2009-08-16 Oscar FuentesCMake: New option LLVM_BUILD_TOOLS. Renamed LLVM_EXAMPL...
2009-08-16 Oscar FuentesCMake: Hopefully this will fix the build on VS. I can...
2009-08-16 Oscar FuentesCMake: Revert r79144. It reverted a change necessary...
2009-08-15 Benjamin KramerRevert 78996. It was breaking MSVC builds.
next