Bring the list of passes and their descriptions up to date.
[oota-llvm.git] / CMakeLists.txt
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.
2009-08-14 Oscar FuentesCMake: Builds main LLVM Target library before its subli...
2009-08-14 Oscar FuentesCMake: Corrected indentation on a block of code.
2009-08-12 Gabor Greifhere comes the CMAKE part on LLVM_COMPACT_SENTINELS...
2009-08-12 Oscar FuentesCMake: Localized dependency on Perl.
2009-08-12 Oscar FuentesCMake: Do not install files with .tmp suffix.
2009-08-12 Oscar FuentesCMake: Re-enabled build of llvm-config. Removed recursi...
2009-08-02 Jakob Stoklund OlesenBuild Blackfin target with autoconf and cmake.
2009-07-24 Dan GohmanRemove the IA-64 backend.
2009-07-20 Douglas GregorBuild FileCheck from with CMake
2009-07-20 Daniel DunbarCMake support for SystemZ.
2009-07-19 Daniel DunbarMSVC: Disable 4351, a completely useless warning: ...
2009-07-17 Daniel DunbarSketch support for target specific assembly parser.
2009-07-16 Daniel DunbarKill off cmake magic to force linking.
2009-07-15 Daniel DunbarAdd TargetInfo directories to CMake's list.
2009-07-13 Oscar FuentesCMake: Refuses to work for out-of-source builds when...
2009-07-09 Richard Penningtonbug 4524: Add MSP430 to the cmake build.
2009-07-05 Oscar FuentesCMake: Fixes previous change: CMAKE_BUILD_TYPE is unkno...
2009-07-05 Oscar FuentesCMake: Avoids defining _DEBUG on MSVC Release builds...
2009-06-23 Daniel DunbarStart flushing out MCContext.
2009-06-23 Douglas GregorCMake: remove support for llvm-config-generated depende...
2009-06-23 Douglas GregorEliminate object-relinking support from CMake. Fixes...
2009-06-16 Douglas GregorCMake: Only include LLVM example executables in the...
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-12 Oscar FuentesCMake: New variable LLVM_LIBDIR_SUFFIX.
2009-06-11 Oscar FuentesCMake: Fixed parallel build problem related to native...
2009-06-08 Stefanus Du ToitAllow setting the C runtime to be used with MSVC from...
2009-06-05 Douglas GregorMore portability checks for CMake's config.h.
2009-06-04 Douglas GregorCMake: Use explicit dependencies for Xcode (as well...
2009-06-04 Oscar FuentesCMake: Renamed LLVM_ENABLE_ASSERTS to
2009-06-03 Oscar FuentesCMake: Implements and documents option LLVM_ENABLE_ASSERTS.
2009-04-04 Oscar FuentesCMake: Added notes pointing to the LLVM CMake documenta...
2009-04-04 Oscar FuentesCMake: defines and uses macro add_llvm_definitions...
2009-03-19 Sebastian RedlFix the Win32 VS2008 build:
2009-03-06 Oscar FuentesCMake: auto-discover project files under the projects...
2009-01-28 Chris LattnerEnable PACKAGE_VERSION in cmake builds, this unbreaks...
2008-11-20 Oscar FuentesCMake: Option for building with -fPIC.
2008-11-19 Oscar FuentesCMake: Support for building 32 bits shared libraries...
2008-11-18 Oscar FuentesCMake: Option for enabling/disabling threads.
2008-11-15 Oscar FuentesCMake: Forces linking of the rest of architecture targe...
2008-11-15 Oscar FuentesCMake: Removed some cruft.
2008-11-15 Oscar FuentesCMake: Moved generation of Intrinsics.gen to
2008-11-14 Oscar FuentesCMake: Use LLVM_MAIN_SRC_DIR instead of CMAKE_SOURCE_DI...
2008-11-14 Oscar FuentesCMake: Disallow in-source builds except when building...
2008-11-10 Oscar FuentesCMake: Builds a native tblgen when cross-compiling...
2008-11-10 Oscar FuentesCMake: Implement magic word `all' for selecting all...
2008-11-10 Oscar FuentesCMake: Non-working code for auto-building the native...
2008-11-09 Oscar FuentesCMake: Support for cross-compiling. For now, requires...
2008-11-07 Richard OsborneAdd XCore backend to CMake build.
2008-11-04 Oscar FuentesCMake: Support for building 32 bit mode libs and binari...
2008-10-30 Cedric VenetChange the name of the generated solution file for...
2008-10-30 Oscar FuentesCMake: Reverted some unintentional changes on the previ...
2008-10-30 Oscar FuentesCMake: Cygwin pretends to be Unix.
2008-10-29 Oscar FuentesCMake: Removed some cruft.
2008-10-26 Oscar FuentesCMake: Removed unnecessary macro definitions. They...
2008-10-25 Oscar FuentesCMake: Directed bug reports to llvmbugs.
2008-10-25 Oscar FuentesCMake: MSVC++ no longer uses a special configuration...
2008-10-22 Oscar FuentesCMake: `make install' for libraries, executables and...
2008-10-17 Dan GohmanFun x86 encoding tricks: when adding an immediate value...
2008-09-26 Oscar FuentesCMake: Builds all targets.
2008-09-24 Oscar FuentesCMake: Disabled some warnings for MSVC.
2008-09-22 Oscar FuentesCMake build system: support for parallel builds.
2008-09-22 Oscar FuentesInitial support for the CMake build system.