Remove content that has been moved to Clang release notes.
[oota-llvm.git] / cmake /
2011-11-29 Daniel Dunbarbuild/cmake: Switch to using llvm-build computed depend...
2011-11-28 Dylan Noblesmithrename ENABLE_THREADS to LLVM_ENABLE_THREADS
2011-11-22 Benjamin KramerAdd configure checking for pread(2) and use it to save...
2011-11-06 NAKAMURA TakumiFix CRT selection logic when using CMake NMake generator.
2011-11-04 Daniel Dunbarbuild/cmake: Move all the user controllable options...
2011-11-02 Chandler CarruthFix a typo noticed by Peter Collingbourne. No one depen...
2011-11-02 Chandler CarruthThe TableGen parts of the CMake build are seriously...
2011-11-01 Sebastian Poprename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE
2011-10-27 Dan GohmanRemove the Alpha backend.
2011-10-11 NAKAMURA TakumiAdd -D__STDC_FORMAT_MACROS to use PRIx64.
2011-10-11 NAKAMURA Takumicmake/modules/HandleLLVMOptions.cmake: Reorder __STDC_C...
2011-10-06 Peter CollingbourneBuild system infrastructure for multiple tblgens.
2011-09-19 Eric ChristopherRename LLVM_MULTITHREADED define and fix build without...
2011-09-04 Chandler CarruthComplete the removal of FindBison from CMake. Noticed...
2011-08-17 NAKAMURA TakumiCMake: [MSVC] Suppress C4551 'function call missing...
2011-08-16 NAKAMURA Takumicmake/modules/FindBison.cmake: It must be unneeded...
2011-08-12 NAKAMURA TakumiCMake: Eliminate unused checks and #undef(s) as below;
2011-07-30 Chandler CarruthRemove yet another buried and hidden implicit dependenc...
2011-07-29 Chandler CarruthMake my attempt to build up global deps variables actua...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-28 Oscar FuentesUpdated cmake library dependencies.
2011-07-26 Chandler CarruthStill more library dependency updates. This reflects...
2011-07-26 Chandler CarruthClean up a pile of hacks in our CMake build relating...
2011-07-25 Chandler CarruthCheck in updated CMake dependencies after Evan's latest...
2011-07-25 Oscar FuentesWhile building a LLVM target, put the current source...
2011-07-25 Oscar FuentesCMake: generalize the system that creates custom target...
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-22 Chandler CarruthMove TargetRegistry.cpp from lib/Support to lib/Target...
2011-07-22 Chandler CarruthUpdate the CMake library dependencies. These shifts...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-15 Chandler CarruthThe *MCAsmInfo.cpp files use ADT/Triple code, so add...
2011-07-15 Chandler CarruthMajor update to CMake build to reflect changes in r1352...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-14 NAKAMURA Takumicmake/modules/LLVMLibDeps.cmake: Update since r135184.
2011-07-08 NAKAMURA Takumicmake/modules/LLVMLibDeps.cmake: Update to appease...
2011-07-07 Chandler CarruthFix CMake build's library dependencies.
2011-07-07 Oscar FuentesUpdate CMake library dependencies
2011-06-25 Oscar FuentesUpdate CMake library dependencies.
2011-06-24 Rafael EspindolaFix cmake build.
2011-06-23 Dylan Noblesmithremove CMake mode_t define
2011-06-22 Andrew Tricklit support for REQUIRES: asserts.
2011-06-16 Andrew TrickAdded LLVM_BUILD_MODE to cmake so that lit supports...
2011-05-24 Rafael EspindolaFix cmake dependencies.
2011-05-19 Rafael EspindolaAnother try at fixing cmake.
2011-05-19 Rafael EspindolaRevert my previous patch. The cmake build had already...
2011-05-18 Rafael EspindolaFix the cmake build.
2011-05-11 Oscar FuentesHandle gcc-compatible compilers (such as clang) the...
2011-05-01 NAKAMURA TakumiWindows/DynamicLibrary.inc: Clean up ELM_Callback....
2011-04-29 Nick LewyckyRename profile_rt.so to libprofile_rt.so under configur...
2011-04-26 Oscar FuentesHonor LLVM_BUILD_RUNTIME.
2011-04-19 Francois PichetDisable warning C4181: "qualifier applied to reference...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-13 Oscar FuentesExport LLVM_TARGETS_WITH_JIT in LLVMConfig.cmake.in...
2011-04-11 Oscar FuentesCMake: remove some unnecesary code and ToDos.
2011-04-10 Oscar FuentesCMake: support for using LLVM from client projects...
2011-04-05 Oscar FuentesRename LLVMConfig.cmake to LLVM-Config.cmake. The ...
2011-04-03 Oscar FuentesFix typos on LLVM.cmake. Export LLVM_ON_UNIX & LLVM_ON_...
2011-04-02 Oscar FuentesHandle changing of LLVM_ENABLE_FFI.
2011-04-01 Oscar FuentesFix assignment of -fPIC to CMAKE_C_FLAGS. Configure...
2011-03-29 Matt Beaumont-GayRevert accidental change to LLVMLibDeps.cmake
2011-03-29 Matt Beaumont-GayQuiet a gcc warning about changed name lookup rules
2011-03-29 Oscar FuentesFixed the build of Clang's unit tests on MinGW. Also...
2011-03-23 Oscar FuentesSupports building with a list of targets that does...
2011-03-22 Oscar FuentesUpdated library dependencies.
2011-03-21 Oscar FuentesBuild the new RuntimeDyld library.
2011-03-21 Oscar FuentesRemoved workaround for unspecified build problem on...
2011-03-19 Oscar FuentesUpdate CMake library dependencies.
2011-03-15 Oscar Fuentesis_llvm_target_library: recognize libraries without...
2011-03-12 Oscar FuentesWhe we build a shared library, add its list of used...
2011-03-09 Oscar FuentesProcess some link components that map to other expandab...
2011-03-08 Oscar FuentesRemove remnant of my experimentation with CMake.
2011-03-02 Oscar FuentesSupport for parallel compilation (/MP) when using the...
2011-03-01 TalinAdded missing va_end().
2011-02-27 Tobias Grossercmake: Add xdot.py support as it already exists in...
2011-02-23 Oscar FuentesExport TARGET_TRIPLE on LLVM.cmake. It is necessary...
2011-02-22 Oscar FuentesCMake: remove unnecessary variable.
2011-02-21 NAKAMURA TakumiCMake: Define LLVM_INCLUDE_TESTS in cmake/modules/Handl...
2011-02-21 NAKAMURA TakumiCMake: Fix breakage on clang standalone build.
2011-02-20 Oscar FuentesPut targets on folders, if the IDE supports the feature.
2011-02-20 Oscar FuentesUse explicit add_subdirectory's for LLVM target sublibr...
2011-02-19 Jeffrey YasskinAdd the PARSE_ARGUMENTS CMake macro to LLVM so I can...
2011-02-18 Oscar FuentesMove library stuff out of the toplevel CMakeLists.txt...
2011-02-17 Oscar FuentesNew library: LLVMX86Utils.
2011-02-10 NAKAMURA TakumiCMake: LLVM_LIT_TOOLS_DIR is needed only on Win32 hosts...
2011-02-09 NAKAMURA TakumiCMake: Add the new option LLVM_LIT_TOOLS_DIR. It can...
2011-02-09 NAKAMURA Takumilib/Support/Errno.cpp: Check strerror_s() with HAVE_DEC...
2011-02-07 Oscar FuentesInstall only *.cmake files. Don't install .svn directory.
2011-02-06 Oscar FuentesDon't define NDEBUG on MSVC_IDE and XCode builds. Fixes...
2011-02-05 Oscar FuentesMoved more stuff to HandleLLVMOptions.cmake
2011-02-05 NAKAMURA TakumiWindows/DynamicLibrary.inc: Split explicit symbols...
2011-02-04 Oscar FuentesLLVM_ON_WIN32 is not defined on config-ix.cmake. Use...
2011-02-04 Oscar FuentesAdd the tablegenned files to the `clean' target.
2011-02-03 Oscar FuentesChanges for building Clang and others using LLVM as...
2011-02-03 NAKAMURA Takumicmake/*: Add svn:eol-style=native and fix CRLF.
2011-02-03 Oscar FuentesPlatform tests for `sys/uio.h' header and `writev'...
2011-01-31 Oscar FuentesAdds some platform checks to cmake/config-ix.cmake...
2011-01-27 Oscar FuentesDon't show -pedantic, -W and -Wall on the output of
2011-01-21 Oscar FuentesHandles libffi on the CMake build.
2011-01-17 Oscar FuentesAdd some platform checks. Also fix a typo on a Makefile.
2011-01-15 Oscar FuentesMake config.h.cmake similar to config.h.in
next