SimplifyCFG: Add CostRemaining parameter to DominatesMergePoint
[oota-llvm.git] / cmake /
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
2011-01-13 Oscar FuentesAdd some platform tests.
2011-01-13 Oscar FuentesPlatform tests for argz_* functions.
2011-01-11 Oscar FuentesAdd to the CMake build some options and platform tests...
2011-01-11 Oscar FuentesMade llvm_replace_compiler_option more robust. Use...
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...
2011-01-03 Oscar FuentesTableGen.cmake: sometimes the .td file is not in the...
2011-01-03 Oscar FuentesLLVMProcessSources: add .def files along with .h files...
2011-01-02 Oscar FuentesPropagate to parent scope changes made to CMAKE_CXX_FLAGS.
2010-12-31 Oscar FuentesCMake (MSVC): cmake automatically adds the /EHsc and...
2010-12-22 Oscar FuentesFixes file extension for loadable modules on OS X.
2010-12-20 Oscar FuentesUpdate cmake library dependencies.
2010-12-12 Wesley PeckReverting commit to LLVMLibDeps that was inadvertently...
2010-12-12 Wesley PeckThe ADD and ADDK (and all variants) instructions where...
2010-12-10 NAKAMURA TakumiAdd dependency to "make check".
2010-12-04 Francois PichetDisable C++ exception handling on MSVC.
2010-12-04 Francois PichetDisable RTTI on Windows.
2010-12-03 Michael J. SpencerSupport/FileSystem: Fix MinGW build. It doesn't have...
2010-11-29 Michael J. SpencerUpdate library dependencies changed in the System ...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-21 Wesley PeckImplement ELF object file writing support for the MBlaz...
2010-11-18 Oscar FuentesUpdated library dependencies.
2010-11-16 Jim GrosbachRevert inadvertant checkin of CMake libdeps.
2010-11-16 Jim GrosbachARM conditional mov encoding fix.
2010-11-14 Oscar FuentesUpdated CMake library dependencies.
2010-11-12 Wesley Peck1. Finishing MBlaze MC asm parser test cases
2010-11-08 Wesley PeckAdding working version of assembly parser for the MBlaz...
2010-10-27 Wesley PeckAdding disassembler to the MicroBlaze backend.
2010-10-22 Oscar FuentesLoadable modules are not supported on Cygwin. PR 6655.
2010-10-22 Michael J. SpencerEndian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.
2010-10-22 Oscar FuentesAvoid stalled file dependency when tablegenning.
2010-10-22 Oscar FuentesDon't try to guess svn version when current path is...
2010-10-22 Oscar FuentesTeach CMake to only touch tablegen-generated files...
2010-10-22 Michael J. SpencerRename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_EN...
2010-10-21 Michael J. SpencerSupport: Add Endian.h
2010-10-21 Wesley PeckAdding initial AsmParser implementation for the MBlaze...
2010-10-21 Wesley PeckRecommit 116986 with capitalization typo fixed.
2010-10-21 Wesley PeckReverting the commit 116986. It was breaking the build...
2010-10-21 Wesley PeckMajor update of the MicroBlaze backend. The new feature...
2010-10-17 Oscar FuentesBuild with RTTI and exceptions disabled. Only in GCC...
2010-10-14 Oscar FuentesWhen building shared libraries, link to required system...
2010-10-13 Oscar FuentesGetTargetTriple.cmake: detect MinGW 64 bits.
2010-10-11 Chris LattnerPer discussion with Sanjiv, remove the PIC16 target...
2010-10-07 Michael J. SpencerCMake: Fix warning in gtest.
2010-10-05 Jim GrosbachUpdate LLVMLibDeps
2010-10-02 Oscar FuentesUpdate library dependencies.
2010-09-29 Oscar FuentesExport LLVM_ALL_TARGETS in LLVM.cmake. It is used by...
2010-09-28 Oscar FuentesSimplified LLVMConfig.
next