Fix comments.
[oota-llvm.git] / CMakeLists.txt
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.