| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable warning C4267 for MSVC. Otherwise it generate literally thousands of ... | Francois Pichet | 2010-10-12 | 1 | -1/+1 |
* | Add KillTheDoctor. | Michael J. Spencer | 2010-10-11 | 1 | -0/+5 |
* | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner | 2010-10-11 | 1 | -6/+0 |
* | Handle InstPrinter's on the CMake build. | Oscar Fuentes | 2010-10-02 | 1 | -0/+5 |
* | Revert patches r115363 r115367 r115391 due to build breakage: | Nick Lewycky | 2010-10-02 | 1 | -4/+0 |
* | Update CMake files for recent AsmPrinter->InstPrinter changes. Can someone who | Jim Grosbach | 2010-10-02 | 1 | -0/+4 |
* | Added library LLVMPIC16passes to CMake build. | Oscar Fuentes | 2010-09-28 | 1 | -0/+5 |
* | Added PTX target to the CMake build. | Oscar Fuentes | 2010-09-28 | 1 | -0/+1 |
* | New cmake options LLVM_INCLUDE_X (X = {TOOLS, EXAMPLES, TESTS}) for | Oscar Fuentes | 2010-09-25 | 1 | -9/+20 |
* | Reverting "CMake: Don't include tools, unittets, or examples as | Oscar Fuentes | 2010-09-25 | 1 | -6/+0 |
* | CMake: Don't include tools, unittets, or examples as available targets | Michael J. Spencer | 2010-09-24 | 1 | -0/+6 |
* | CMake: Build unittests. | Michael J. Spencer | 2010-09-24 | 1 | -1/+6 |
* | Bump LLVM in CMake makefiles to 2.9 | Douglas Gregor | 2010-09-23 | 1 | -1/+1 |
* | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer | 2010-09-13 | 1 | -6/+0 |
* | CMake: Add llvm-lit to CMake build. | Michael J. Spencer | 2010-09-13 | 1 | -0/+1 |
* | CMake: Fix mingw32 build. | Michael J. Spencer | 2010-09-11 | 1 | -0/+9 |
* | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer | 2010-09-10 | 1 | -0/+6 |
* | Attempt to remove the MSIL backend from CMake as well based on Chris's r112375. | Chandler Carruth | 2010-08-30 | 1 | -1/+0 |
* | CMake: system for providing llvm-config-like features to the user. | Oscar Fuentes | 2010-08-09 | 1 | -0/+2 |
* | New system for choosing CRT type on MSVC. | Oscar Fuentes | 2010-08-05 | 1 | -20/+2 |
* | CMake: add version control info to PACKAGE_VERSION, if available. | Oscar Fuentes | 2010-08-03 | 1 | -8/+11 |
* | Bump cmake_minimum_required to version 2.8 | Oscar Fuentes | 2010-08-03 | 1 | -1/+1 |
* | Lets the CMake GUI show a list of possible values for LLVM_USE_CRT | Oscar Fuentes | 2010-08-02 | 1 | -0/+3 |
* | start straightening out libedis's dependencies and make it fit | Chris Lattner | 2010-07-20 | 1 | -0/+1 |
* | Fix LLVM CMake PACKAGE_VERSION variable. | Daniel Dunbar | 2010-06-25 | 1 | -1/+1 |
* | CMake: Add options for using static runtime on MSVC++ build. | Oscar Fuentes | 2010-03-18 | 1 | -1/+3 |
* | Adding MBlaze to cmake target list. | Wesley Peck | 2010-03-05 | 1 | -0/+1 |
* | CMake: Add MCParser directory. | Daniel Dunbar | 2010-01-22 | 1 | -0/+1 |
* | Fix CMake build for InstCombine changes | Douglas Gregor | 2010-01-04 | 1 | -0/+1 |
* | Don't default warnings to ON on MSVC, the spew is enough to triple the build ... | Daniel Dunbar | 2009-12-01 | 1 | -1/+7 |
* | Fix copy paste bug | Tobias Grosser | 2009-12-01 | 1 | -1/+1 |
* | Add two CMake flags LLVM_ENABLE_PEDANTIC and LLVM_ENABLE_WERROR, | Oscar Fuentes | 2009-12-01 | 1 | -1/+24 |
* | * CMakeLists.txt: Adds warnings flags for g++. Fixes PR 5647. | Oscar Fuentes | 2009-11-30 | 1 | -0/+2 |
* | Add CMake and configure logic to create llvm/Config/Disassemblers.defs. | Daniel Dunbar | 2009-11-25 | 1 | -0/+12 |
* | CMake: generate targets for tools and examples even when | Oscar Fuentes | 2009-11-23 | 1 | -6/+2 |
* | Turn LLVM_BUILD_EXAMPLES off by default in CMake builds, to match Makefiles & | Daniel Dunbar | 2009-11-18 | 1 | -1/+1 |
* | CMake: Hopefully unbreak the build by mimicking the changes on the | Oscar Fuentes | 2009-11-12 | 1 | -0/+3 |
* | Prevent warning spew about -fPIC when using CMake generated Xcode project files. | Daniel Dunbar | 2009-11-08 | 1 | -7/+13 |
* | CMake: install .def files from source `include/llvm' directory. | Oscar Fuentes | 2009-10-30 | 1 | -0/+1 |
* | CMake: Install .inc files too. | Oscar Fuentes | 2009-10-27 | 1 | -0/+2 |
* | Rather than excluding quite some things, and still installing | Oscar Fuentes | 2009-10-27 | 1 | -7/+14 |
* | Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX. | Edward O'Callaghan | 2009-10-12 | 1 | -0/+4 |
* | remove llvm-db: it is completely broken and if anyone wants to do a debugger, | Chris Lattner | 2009-10-05 | 1 | -1/+0 |
* | Add count/not tools as executables. | Daniel Dunbar | 2009-09-24 | 1 | -0/+2 |
* | Initial support for running LLVM tests from cmake. | Daniel Dunbar | 2009-09-22 | 1 | -0/+1 |
* | CMake: Fix definition of LTDL_SHLIB_EXT for Darwin. | Daniel Dunbar | 2009-09-22 | 1 | -1/+5 |
* | CMake: New user-settable variable LLVM_TARGET_ARCH useful when | Oscar Fuentes | 2009-09-13 | 1 | -0/+3 |
* | revert r78628 and r78803 as these are not needed any more | Gabor Greif | 2009-08-25 | 1 | -6/+0 |
* | TOT is 2.7svn for CMake, too | Douglas Gregor | 2009-08-22 | 1 | -1/+1 |
* | CMake: LLVM_ENABLE_PIC now defaults to ON, as in `configure'. This is | Oscar Fuentes | 2009-08-18 | 1 | -1/+1 |