| Commit message (Expand) | Author | Age | Files | Lines |
* | Supports building with a list of targets that does not contain | Oscar Fuentes | 2011-03-23 | 1 | -0/+3 |
* | Removed workaround for unspecified build problem on MinGW. | Oscar Fuentes | 2011-03-21 | 1 | -9/+0 |
* | Change the next release number to 3.0svn. | Bill Wendling | 2011-03-08 | 1 | -1/+1 |
* | Cmake fix for option defaults not being set correctly on first run | Oscar Fuentes | 2011-03-01 | 1 | -12/+14 |
* | Install include/llvm/Support/LICENSE.TXT. PR9321. | Oscar Fuentes | 2011-02-27 | 1 | -0/+1 |
* | CMake: Define LLVM_INCLUDE_TESTS in cmake/modules/HandleLLVMOptions.cmake. It... | NAKAMURA Takumi | 2011-02-21 | 1 | -1/+0 |
* | Put targets on folders, if the IDE supports the feature. | Oscar Fuentes | 2011-02-20 | 1 | -0/+2 |
* | Move library stuff out of the toplevel CMakeLists.txt file. | Oscar Fuentes | 2011-02-18 | 1 | -80/+2 |
* | New library: LLVMX86Utils. | Oscar Fuentes | 2011-02-17 | 1 | -0/+3 |
* | Add current binary and source directories to the header search list | Oscar Fuentes | 2011-02-14 | 1 | -0/+2 |
* | Moved more stuff to HandleLLVMOptions.cmake | Oscar Fuentes | 2011-02-05 | 1 | -21/+0 |
* | Moved to Clang's source tree its configuration options and associated | Oscar Fuentes | 2011-02-03 | 1 | -6/+0 |
* | Changes for building Clang and others using LLVM as an external | Oscar Fuentes | 2011-02-03 | 1 | -140/+19 |
* | Handles libffi on the CMake build. | Oscar Fuentes | 2011-01-21 | 1 | -0/+4 |
* | Suppress warning "switch statement contains 'default' but no 'case' labels" o... | Francois Pichet | 2011-01-17 | 1 | -0/+1 |
* | Add to the CMake build some options and platform tests supported by | Oscar Fuentes | 2011-01-11 | 1 | -0/+10 |
* | Apply -fPIC to C sources too. | Oscar Fuentes | 2011-01-09 | 1 | -0/+1 |
* | Rewrite handling of LLVM_ENABLE_PIC. It was being processed after | Oscar Fuentes | 2011-01-09 | 1 | -15/+17 |
* | Don't use -O3 on Mingw, as people report it as unreliable. Use -O2 | Oscar Fuentes | 2011-01-07 | 1 | -0/+6 |
* | New cmake option LLVM_APPEND_VC_REV for controlling when the VC | Oscar Fuentes | 2010-12-20 | 1 | -1/+8 |
* | CMake: Cleanup and document MSVC warning flags. | Michael J. Spencer | 2010-12-18 | 1 | -12/+27 |
* | CMake: Add FileUpdate to the build. | Michael J. Spencer | 2010-12-09 | 1 | -0/+1 |
* | Promote "enumerator in switch of enum is not handled" to level 1 warning on M... | Francois Pichet | 2010-12-07 | 1 | -1/+4 |
* | Disable C++ exception handling on MSVC. | Francois Pichet | 2010-12-04 | 1 | -0/+1 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -5/+4 |
* | CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio. | NAKAMURA Takumi | 2010-11-27 | 1 | -0/+14 |
* | Disable warning C4291 on MSVC. Caused because class AttributeList provides a ... | Francois Pichet | 2010-11-20 | 1 | -1/+1 |
* | CMakeLists.txt: On MSVS10, touch LLVM.sln as workaround, w/e project files ar... | NAKAMURA Takumi | 2010-11-19 | 1 | -0/+9 |
* | Make MCJIT work with CMake. | Wesley Peck | 2010-11-17 | 1 | -0/+1 |
* | Add LLVMObject Library. | Michael J. Spencer | 2010-11-15 | 1 | -0/+1 |
* | Detect presence of AsmPrinter's. Remove some cruft too. | Oscar Fuentes | 2010-11-14 | 1 | -9/+9 |
* | hopefully unbreak the cmake build, patch by frits van bommel. | Chris Lattner | 2010-11-14 | 1 | -1/+2 |
* | CMakeLists.txt: removed mismatched endif predicate. | Oscar Fuentes | 2010-11-14 | 1 | -1/+1 |
* | hopefully fix cmake as well. | Chris Lattner | 2010-11-14 | 1 | -2/+5 |
* | move all the target's asmprinters into the main target. The piece | Chris Lattner | 2010-11-14 | 1 | -5/+0 |
* | CMake: Add the new option "LLVM_LIT_ARGS". | NAKAMURA Takumi | 2010-11-11 | 1 | -0/+7 |
* | CMake: Build utils/KillTheDoctor only on MSVC for now. | NAKAMURA Takumi | 2010-10-26 | 1 | -1/+1 |
* | First step to allowing the resource directory of Clang to be adjusted for | Chandler Carruth | 2010-10-19 | 1 | -0/+3 |
* | Added basic support for CPack. | Oscar Fuentes | 2010-10-14 | 1 | -0/+6 |
* | 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 |