summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* CMake: Add MCParser directory.Daniel Dunbar2010-01-22
* Fix CMake build for InstCombine changesDouglas Gregor2010-01-04
* Don't default warnings to ON on MSVC, the spew is enough to triple the build ...Daniel Dunbar2009-12-01
* Fix copy paste bugTobias Grosser2009-12-01
* Add two CMake flags LLVM_ENABLE_PEDANTIC and LLVM_ENABLE_WERROR,Oscar Fuentes2009-12-01
* * CMakeLists.txt: Adds warnings flags for g++. Fixes PR 5647.Oscar Fuentes2009-11-30
* Add CMake and configure logic to create llvm/Config/Disassemblers.defs.Daniel Dunbar2009-11-25
* CMake: generate targets for tools and examples even whenOscar Fuentes2009-11-23
* Turn LLVM_BUILD_EXAMPLES off by default in CMake builds, to match Makefiles &Daniel Dunbar2009-11-18
* CMake: Hopefully unbreak the build by mimicking the changes on theOscar Fuentes2009-11-12
* Prevent warning spew about -fPIC when using CMake generated Xcode project files.Daniel Dunbar2009-11-08
* CMake: install .def files from source `include/llvm' directory.Oscar Fuentes2009-10-30
* CMake: Install .inc files too.Oscar Fuentes2009-10-27
* Rather than excluding quite some things, and still installingOscar Fuentes2009-10-27
* Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX.Edward O'Callaghan2009-10-12
* remove llvm-db: it is completely broken and if anyone wants to do a debugger,Chris Lattner2009-10-05
* Add count/not tools as executables.Daniel Dunbar2009-09-24
* Initial support for running LLVM tests from cmake.Daniel Dunbar2009-09-22
* CMake: Fix definition of LTDL_SHLIB_EXT for Darwin.Daniel Dunbar2009-09-22
* CMake: New user-settable variable LLVM_TARGET_ARCH useful whenOscar Fuentes2009-09-13
* revert r78628 and r78803 as these are not needed any moreGabor Greif2009-08-25
* TOT is 2.7svn for CMake, tooDouglas Gregor2009-08-22
* CMake: LLVM_ENABLE_PIC now defaults to ON, as in `configure'. This isOscar Fuentes2009-08-18
* CMake: Removed traces of obsolete variable LLVM_PLO_FLAGS.Oscar Fuentes2009-08-16
* CMake: New option LLVM_BUILD_TOOLS. Renamed LLVM_EXAMPLES toOscar Fuentes2009-08-16
* CMake: Hopefully this will fix the build on VS. I can't replicate theOscar Fuentes2009-08-16
* CMake: Revert r79144. It reverted a change necessary for correctOscar Fuentes2009-08-16
* Revert 78996. It was breaking MSVC builds.Benjamin Kramer2009-08-15
* CMake: Builds main LLVM Target library before its sublibraries. ThisOscar Fuentes2009-08-14
* CMake: Corrected indentation on a block of code.Oscar Fuentes2009-08-14
* here comes the CMAKE part on LLVM_COMPACT_SENTINELS; see also r78628 and r78661Gabor Greif2009-08-12
* CMake: Localized dependency on Perl.Oscar Fuentes2009-08-12
* CMake: Do not install files with .tmp suffix.Oscar Fuentes2009-08-12
* CMake: Re-enabled build of llvm-config. Removed recursive invocationOscar Fuentes2009-08-12
* Build Blackfin target with autoconf and cmake.Jakob Stoklund Olesen2009-08-02
* Remove the IA-64 backend.Dan Gohman2009-07-24
* Build FileCheck from with CMakeDouglas Gregor2009-07-20
* CMake support for SystemZ.Daniel Dunbar2009-07-20
* MSVC: Disable 4351, a completely useless warning: "warning: I'm not miscompilingDaniel Dunbar2009-07-19
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-17
* Kill off cmake magic to force linking.Daniel Dunbar2009-07-16
* Add TargetInfo directories to CMake's list.Daniel Dunbar2009-07-15
* CMake: Refuses to work for out-of-source builds when tablegenned filesOscar Fuentes2009-07-13
* bug 4524: Add MSP430 to the cmake build.Richard Pennington2009-07-09
* CMake: Fixes previous change: CMAKE_BUILD_TYPE is unknown whenOscar Fuentes2009-07-05
* CMake: Avoids defining _DEBUG on MSVC Release builds. Fixes PR 4379.Oscar Fuentes2009-07-05
* Start flushing out MCContext.Daniel Dunbar2009-06-23
* CMake: remove support for llvm-config-generated dependencies in the buildDouglas Gregor2009-06-23
* Eliminate object-relinking support from CMake. Fixes PR 4429 andDouglas Gregor2009-06-23
* CMake: Only include LLVM example executables in the build if requested by the...Douglas Gregor2009-06-16