Age | Commit message (Expand) | Author |
2011-01-21 | Handles libffi on the CMake build. | Oscar Fuentes |
2011-01-17 | Suppress warning "switch statement contains 'default' but no 'case' labels" o... | Francois Pichet |
2011-01-11 | Add to the CMake build some options and platform tests supported by | Oscar Fuentes |
2011-01-09 | Apply -fPIC to C sources too. | Oscar Fuentes |
2011-01-09 | Rewrite handling of LLVM_ENABLE_PIC. It was being processed after | Oscar Fuentes |
2011-01-07 | Don't use -O3 on Mingw, as people report it as unreliable. Use -O2 | Oscar Fuentes |
2010-12-20 | New cmake option LLVM_APPEND_VC_REV for controlling when the VC | Oscar Fuentes |
2010-12-18 | CMake: Cleanup and document MSVC warning flags. | Michael J. Spencer |
2010-12-09 | CMake: Add FileUpdate to the build. | Michael J. Spencer |
2010-12-07 | Promote "enumerator in switch of enum is not handled" to level 1 warning on M... | Francois Pichet |
2010-12-04 | Disable C++ exception handling on MSVC. | Francois Pichet |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-27 | CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio. | NAKAMURA Takumi |
2010-11-20 | Disable warning C4291 on MSVC. Caused because class AttributeList provides a ... | Francois Pichet |
2010-11-19 | CMakeLists.txt: On MSVS10, touch LLVM.sln as workaround, w/e project files ar... | NAKAMURA Takumi |
2010-11-17 | Make MCJIT work with CMake. | Wesley Peck |
2010-11-15 | Add LLVMObject Library. | Michael J. Spencer |
2010-11-14 | Detect presence of AsmPrinter's. Remove some cruft too. | Oscar Fuentes |
2010-11-14 | hopefully unbreak the cmake build, patch by frits van bommel. | Chris Lattner |
2010-11-14 | CMakeLists.txt: removed mismatched endif predicate. | Oscar Fuentes |
2010-11-14 | hopefully fix cmake as well. | Chris Lattner |
2010-11-14 | move all the target's asmprinters into the main target. The piece | Chris Lattner |
2010-11-11 | CMake: Add the new option "LLVM_LIT_ARGS". | NAKAMURA Takumi |
2010-10-26 | CMake: Build utils/KillTheDoctor only on MSVC for now. | NAKAMURA Takumi |
2010-10-19 | First step to allowing the resource directory of Clang to be adjusted for | Chandler Carruth |
2010-10-14 | Added basic support for CPack. | Oscar Fuentes |
2010-10-12 | Disable warning C4267 for MSVC. Otherwise it generate literally thousands of ... | Francois Pichet |
2010-10-11 | Add KillTheDoctor. | Michael J. Spencer |
2010-10-11 | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner |
2010-10-02 | Handle InstPrinter's on the CMake build. | Oscar Fuentes |
2010-10-02 | Revert patches r115363 r115367 r115391 due to build breakage: | Nick Lewycky |
2010-10-02 | Update CMake files for recent AsmPrinter->InstPrinter changes. Can someone who | Jim Grosbach |
2010-09-28 | Added library LLVMPIC16passes to CMake build. | Oscar Fuentes |
2010-09-28 | Added PTX target to the CMake build. | Oscar Fuentes |
2010-09-25 | New cmake options LLVM_INCLUDE_X (X = {TOOLS, EXAMPLES, TESTS}) for | Oscar Fuentes |
2010-09-25 | Reverting "CMake: Don't include tools, unittets, or examples as | Oscar Fuentes |
2010-09-24 | CMake: Don't include tools, unittets, or examples as available targets | Michael J. Spencer |
2010-09-24 | CMake: Build unittests. | Michael J. Spencer |
2010-09-23 | Bump LLVM in CMake makefiles to 2.9 | Douglas Gregor |
2010-09-13 | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer |
2010-09-13 | CMake: Add llvm-lit to CMake build. | Michael J. Spencer |
2010-09-11 | CMake: Fix mingw32 build. | Michael J. Spencer |
2010-09-10 | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer |
2010-08-30 | Attempt to remove the MSIL backend from CMake as well based on Chris's r112375. | Chandler Carruth |
2010-08-09 | CMake: system for providing llvm-config-like features to the user. | Oscar Fuentes |
2010-08-05 | New system for choosing CRT type on MSVC. | Oscar Fuentes |
2010-08-03 | CMake: add version control info to PACKAGE_VERSION, if available. | Oscar Fuentes |
2010-08-03 | Bump cmake_minimum_required to version 2.8 | Oscar Fuentes |
2010-08-02 | Lets the CMake GUI show a list of possible values for LLVM_USE_CRT | Oscar Fuentes |
2010-07-20 | start straightening out libedis's dependencies and make it fit | Chris Lattner |