2012-02-13 |
Dylan Noblesmith | add LLVM_VERSION_MAJOR and _MINOR defines |
blob | commitdiff | raw |
2012-02-04 |
Dylan Noblesmith | cmake: update outdated CPack version info |
blob | commitdiff | raw | diff to current |
2012-02-01 |
Dylan Noblesmith | cmake: make BUILD_SHARED_LIBS a visible option |
blob | commitdiff | raw | diff to current |
2011-12-18 |
Dylan Noblesmith | capitalize project name, reference bugzilla |
blob | commitdiff | raw | diff to current |
2011-12-16 |
Manuel Klimek | Adds a JSON parser and a benchmark (json-bench) to... |
blob | commitdiff | raw | diff to current |
2011-12-13 |
Chandler Carruth | Don't default the *cached* list of targets to build... |
blob | commitdiff | raw | diff to current |
2011-12-12 |
Tony Linthicum | Hexagon backend support |
blob | commitdiff | raw | diff to current |
2011-12-11 |
NAKAMURA Takumi | llvm/CMakeLists.txt: Fix LLVM_LIT_TOOLS_DIR since r1437... |
blob | commitdiff | raw | diff to current |
2011-12-01 |
Daniel Dunbar | llvm-config: Replace with C++ version (was llvm-config-2). |
blob | commitdiff | raw | diff to current |
2011-12-01 |
Duncan Sands | Revert commit 145449 (ddunbar) since it is breaking... |
blob | commitdiff | raw | diff to current |
2011-11-29 |
Daniel Dunbar | llvm-config: Replace with C++ version (was llvm-config-2). |
blob | commitdiff | raw | diff to current |
2011-11-10 |
Daniel Dunbar | Revert r144300 "llvm-config: Replace with C++ version... |
blob | commitdiff | raw | diff to current |
2011-11-10 |
Daniel Dunbar | llvm-config: Replace with C++ version (was llvm-config-2). |
blob | commitdiff | raw | diff to current |
2011-11-10 |
Daniel Dunbar | build/Make & CMake: Pass the appropriate --native-targe... |
blob | commitdiff | raw | diff to current |
2011-11-05 |
Chandler Carruth | CMake should join the party in a post 3.0 world. ;... |
blob | commitdiff | raw | diff to current |
2011-11-05 |
Daniel Dunbar | build/cmake: Enable initial llvm-build integration. |
blob | commitdiff | raw | diff to current |
2011-11-04 |
Daniel Dunbar | build/cmake: Change to require Python be available. |
blob | commitdiff | raw | diff to current |
2011-11-04 |
Daniel Dunbar | build/cmake: Coalesce the configuration time header... |
blob | commitdiff | raw | diff to current |
2011-11-04 |
Daniel Dunbar | build/cmake: Coalesce in-tree sanity checks. |
blob | commitdiff | raw | diff to current |
2011-11-04 |
Daniel Dunbar | build/cmake: Tidy up specification of build/include... |
blob | commitdiff | raw | diff to current |
2011-11-04 |
Daniel Dunbar | build/cmake: Move all the user controllable options... |
blob | commitdiff | raw | diff to current |
2011-11-04 |
Daniel Dunbar | build/cmake: Use tblgen macro directly instead of llvm_... |
blob | commitdiff | raw | diff to current |
2011-10-27 |
Dan Gohman | Remove the Alpha backend. |
blob | commitdiff | raw | diff to current |
2011-10-25 |
Dan Gohman | Remove the Blackfin backend. |
blob | commitdiff | raw | diff to current |
2011-10-24 |
Dan Gohman | Remove the SystemZ backend. |
blob | commitdiff | raw | diff to current |
2011-10-06 |
Peter Collingbourne | Build system infrastructure for multiple tblgens. |
blob | commitdiff | raw | diff to current |
2011-10-01 |
Peter Collingbourne | Move TableGen's parser and entry point into a library |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Bruno Cardoso Lopes | Added the infrastructute necessary for MIPS JIT support... |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Oscar Fuentes | Fix CMake build on Solaris |
blob | commitdiff | raw | diff to current |
2011-04-29 |
Nick Lewycky | Rename profile_rt.so to libprofile_rt.so under configur... |
blob | commitdiff | raw | diff to current |
2011-04-26 |
Nick Lewycky | Add cmakefiles to build profile_rt.so! |
blob | commitdiff | raw | diff to current |
2011-04-15 |
Chris Lattner | Fix a ton of comment typos found by codespell. Patch by |
blob | commitdiff | raw | diff to current |
2011-03-23 |
Oscar Fuentes | Supports building with a list of targets that does... |
blob | commitdiff | raw | diff to current |
2011-03-21 |
Oscar Fuentes | Removed workaround for unspecified build problem on... |
blob | commitdiff | raw | diff to current |
2011-03-08 |
Bill Wendling | Change the next release number to 3.0svn. |
blob | commitdiff | raw | diff to current |
2011-03-01 |
Oscar Fuentes | Cmake fix for option defaults not being set correctly... |
blob | commitdiff | raw | diff to current |
2011-02-27 |
Oscar Fuentes | Install include/llvm/Support/LICENSE.TXT. PR9321. |
blob | commitdiff | raw | diff to current |
2011-02-21 |
NAKAMURA Takumi | CMake: Define LLVM_INCLUDE_TESTS in cmake/modules/Handl... |
blob | commitdiff | raw | diff to current |
2011-02-20 |
Oscar Fuentes | Put targets on folders, if the IDE supports the feature. |
blob | commitdiff | raw | diff to current |
2011-02-18 |
Oscar Fuentes | Move library stuff out of the toplevel CMakeLists.txt... |
blob | commitdiff | raw | diff to current |
2011-02-17 |
Oscar Fuentes | New library: LLVMX86Utils. |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Oscar Fuentes | Add current binary and source directories to the header... |
blob | commitdiff | raw | diff to current |
2011-02-05 |
Oscar Fuentes | Moved more stuff to HandleLLVMOptions.cmake |
blob | commitdiff | raw | diff to current |
2011-02-03 |
Oscar Fuentes | Moved to Clang's source tree its configuration options... |
blob | commitdiff | raw | diff to current |
2011-02-03 |
Oscar Fuentes | Changes for building Clang and others using LLVM as... |
blob | commitdiff | raw | diff to current |
2011-01-21 |
Oscar Fuentes | Handles libffi on the CMake build. |
blob | commitdiff | raw | diff to current |
2011-01-17 |
Francois Pichet | Suppress warning "switch statement contains 'default... |
blob | commitdiff | raw | diff to current |
2011-01-11 |
Oscar Fuentes | Add to the CMake build some options and platform tests... |
blob | commitdiff | raw | diff to current |
2011-01-09 |
Oscar Fuentes | Apply -fPIC to C sources too. |
blob | commitdiff | raw | diff to current |
2011-01-09 |
Oscar Fuentes | Rewrite handling of LLVM_ENABLE_PIC. It was being proce... |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Oscar Fuentes | Don't use -O3 on Mingw, as people report it as unreliab... |
blob | commitdiff | raw | diff to current |
2010-12-20 |
Oscar Fuentes | New cmake option LLVM_APPEND_VC_REV for controlling... |
blob | commitdiff | raw | diff to current |
2010-12-18 |
Michael J. Spencer | CMake: Cleanup and document MSVC warning flags. |
blob | commitdiff | raw | diff to current |
2010-12-09 |
Michael J. Spencer | CMake: Add FileUpdate to the build. |
blob | commitdiff | raw | diff to current |
2010-12-07 |
Francois Pichet | Promote "enumerator in switch of enum is not handled... |
blob | commitdiff | raw | diff to current |
2010-12-04 |
Francois Pichet | Disable C++ exception handling on MSVC. |
blob | commitdiff | raw | diff to current |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
blob | commitdiff | raw | diff to current |
2010-11-27 |
NAKAMURA Takumi | CMake: lit(check.vcproj) can run with multiple configur... |
blob | commitdiff | raw | diff to current |
2010-11-20 |
Francois Pichet | Disable warning C4291 on MSVC. Caused because class... |
blob | commitdiff | raw | diff to current |
2010-11-19 |
NAKAMURA Takumi | CMakeLists.txt: On MSVS10, touch LLVM.sln as workaround... |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Wesley Peck | Make MCJIT work with CMake. |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Michael J. Spencer | Add LLVMObject Library. |
blob | commitdiff | raw | diff to current |
2010-11-14 |
Oscar Fuentes | Detect presence of AsmPrinter's. Remove some cruft... |
blob | commitdiff | raw | diff to current |
2010-11-14 |
Chris Lattner | hopefully unbreak the cmake build, patch by frits van... |
blob | commitdiff | raw | diff to current |
2010-11-14 |
Oscar Fuentes | CMakeLists.txt: removed mismatched endif predicate. |
blob | commitdiff | raw | diff to current |
2010-11-14 |
Chris Lattner | hopefully fix cmake as well. |
blob | commitdiff | raw | diff to current |
2010-11-14 |
Chris Lattner | move all the target's asmprinters into the main target... |
blob | commitdiff | raw | diff to current |
2010-11-11 |
NAKAMURA Takumi | CMake: Add the new option "LLVM_LIT_ARGS". |
blob | commitdiff | raw | diff to current |
2010-10-26 |
NAKAMURA Takumi | CMake: Build utils/KillTheDoctor only on MSVC for now. |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Chandler Carruth | First step to allowing the resource directory of Clang... |
blob | commitdiff | raw | diff to current |
2010-10-14 |
Oscar Fuentes | Added basic support for CPack. |
blob | commitdiff | raw | diff to current |
2010-10-12 |
Francois Pichet | Disable warning C4267 for MSVC. Otherwise it generate... |
blob | commitdiff | raw | diff to current |
2010-10-11 |
Michael J. Spencer | Add KillTheDoctor. |
blob | commitdiff | raw | diff to current |
2010-10-11 |
Chris Lattner | Per discussion with Sanjiv, remove the PIC16 target... |
blob | commitdiff | raw | diff to current |
2010-10-02 |
Oscar Fuentes | Handle InstPrinter's on the CMake build. |
blob | commitdiff | raw | diff to current |
2010-10-02 |
Nick Lewycky | Revert patches r115363 r115367 r115391 due to build... |
blob | commitdiff | raw | diff to current |
2010-10-02 |
Jim Grosbach | Update CMake files for recent AsmPrinter->InstPrinter... |
blob | commitdiff | raw | diff to current |
2010-09-28 |
Oscar Fuentes | Added library LLVMPIC16passes to CMake build. |
blob | commitdiff | raw | diff to current |
2010-09-28 |
Oscar Fuentes | Added PTX target to the CMake build. |
blob | commitdiff | raw | diff to current |
2010-09-25 |
Oscar Fuentes | New cmake options LLVM_INCLUDE_X (X = {TOOLS, EXAMPLES... |
blob | commitdiff | raw | diff to current |
2010-09-25 |
Oscar Fuentes | Reverting "CMake: Don't include tools, unittets, or... |
blob | commitdiff | raw | diff to current |
2010-09-24 |
Michael J. Spencer | CMake: Don't include tools, unittets, or examples as... |
blob | commitdiff | raw | diff to current |
2010-09-24 |
Michael J. Spencer | CMake: Build unittests. |
blob | commitdiff | raw | diff to current |
2010-09-23 |
Douglas Gregor | Bump LLVM in CMake makefiles to 2.9 |
blob | commitdiff | raw | diff to current |
2010-09-13 |
Michael J. Spencer | Revert "CMake: Get rid of LLVMLibDeps.cmake and export... |
blob | commitdiff | raw | diff to current |
2010-09-13 |
Michael J. Spencer | CMake: Add llvm-lit to CMake build. |
blob | commitdiff | raw | diff to current |
2010-09-11 |
Michael J. Spencer | CMake: Fix mingw32 build. |
blob | commitdiff | raw | diff to current |
2010-09-10 |
Michael J. Spencer | CMake: Get rid of LLVMLibDeps.cmake and export the... |
blob | commitdiff | raw | diff to current |
2010-08-30 |
Chandler Carruth | Attempt to remove the MSIL backend from CMake as well... |
blob | commitdiff | raw | diff to current |
2010-08-09 |
Oscar Fuentes | CMake: system for providing llvm-config-like features... |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Oscar Fuentes | New system for choosing CRT type on MSVC. |
blob | commitdiff | raw | diff to current |
2010-08-03 |
Oscar Fuentes | CMake: add version control info to PACKAGE_VERSION... |
blob | commitdiff | raw | diff to current |
2010-08-03 |
Oscar Fuentes | Bump cmake_minimum_required to version 2.8 |
blob | commitdiff | raw | diff to current |
2010-08-02 |
Oscar Fuentes | Lets the CMake GUI show a list of possible values for... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Chris Lattner | start straightening out libedis's dependencies and... |
blob | commitdiff | raw | diff to current |
2010-06-25 |
Daniel Dunbar | Fix LLVM CMake PACKAGE_VERSION variable. |
blob | commitdiff | raw | diff to current |
2010-03-18 |
Oscar Fuentes | CMake: Add options for using static runtime on MSVC... |
blob | commitdiff | raw | diff to current |
2010-03-05 |
Wesley Peck | Adding MBlaze to cmake target list. |
blob | commitdiff | raw | diff to current |
2010-01-22 |
Daniel Dunbar | CMake: Add MCParser directory. |
blob | commitdiff | raw | diff to current |
2010-01-04 |
Douglas Gregor | Fix CMake build for InstCombine changes |
blob | commitdiff | raw | diff to current |
next |