summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",Daniel Dunbar2011-11-10
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-10
* build/Make & CMake: Pass the appropriate --native-target and --enable-targetsDaniel Dunbar2011-11-10
* CMake should join the party in a post 3.0 world. ;] This brings CMake'sChandler Carruth2011-11-05
* build/cmake: Enable initial llvm-build integration.Daniel Dunbar2011-11-05
* build/cmake: Change to require Python be available.Daniel Dunbar2011-11-04
* build/cmake: Coalesce the configuration time header include fragment generationDaniel Dunbar2011-11-04
* build/cmake: Coalesce in-tree sanity checks.Daniel Dunbar2011-11-04
* build/cmake: Tidy up specification of build/include options for (tools, runtime,Daniel Dunbar2011-11-04
* build/cmake: Move all the user controllable options into top-level CMakeListsDaniel Dunbar2011-11-04
* build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar2011-11-04
* Remove the Alpha backend.Dan Gohman2011-10-27
* Remove the Blackfin backend.Dan Gohman2011-10-25
* Remove the SystemZ backend.Dan Gohman2011-10-24
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-06
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* Added the infrastructute necessary for MIPS JIT support. Patch by VladimirBruno Cardoso Lopes2011-07-21
* Fix CMake build on SolarisOscar Fuentes2011-07-17
* Rename profile_rt.so to libprofile_rt.so under configure+make (it already wasNick Lewycky2011-04-29
* Add cmakefiles to build profile_rt.so!Nick Lewycky2011-04-26
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Supports building with a list of targets that does not containOscar Fuentes2011-03-23
* Removed workaround for unspecified build problem on MinGW.Oscar Fuentes2011-03-21
* Change the next release number to 3.0svn.Bill Wendling2011-03-08
* Cmake fix for option defaults not being set correctly on first runOscar Fuentes2011-03-01
* Install include/llvm/Support/LICENSE.TXT. PR9321.Oscar Fuentes2011-02-27
* CMake: Define LLVM_INCLUDE_TESTS in cmake/modules/HandleLLVMOptions.cmake. It...NAKAMURA Takumi2011-02-21
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-20
* Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes2011-02-18
* New library: LLVMX86Utils.Oscar Fuentes2011-02-17
* Add current binary and source directories to the header search listOscar Fuentes2011-02-14
* Moved more stuff to HandleLLVMOptions.cmakeOscar Fuentes2011-02-05
* Moved to Clang's source tree its configuration options and associatedOscar Fuentes2011-02-03
* Changes for building Clang and others using LLVM as an externalOscar Fuentes2011-02-03
* Handles libffi on the CMake build.Oscar Fuentes2011-01-21
* Suppress warning "switch statement contains 'default' but no 'case' labels" o...Francois Pichet2011-01-17
* Add to the CMake build some options and platform tests supported byOscar Fuentes2011-01-11
* Apply -fPIC to C sources too.Oscar Fuentes2011-01-09
* Rewrite handling of LLVM_ENABLE_PIC. It was being processed afterOscar Fuentes2011-01-09
* Don't use -O3 on Mingw, as people report it as unreliable. Use -O2Oscar Fuentes2011-01-07
* New cmake option LLVM_APPEND_VC_REV for controlling when the VCOscar Fuentes2010-12-20
* CMake: Cleanup and document MSVC warning flags.Michael J. Spencer2010-12-18
* CMake: Add FileUpdate to the build.Michael J. Spencer2010-12-09
* Promote "enumerator in switch of enum is not handled" to level 1 warning on M...Francois Pichet2010-12-07
* Disable C++ exception handling on MSVC.Francois Pichet2010-12-04
* Merge System into Support.Michael J. Spencer2010-11-29
* CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio.NAKAMURA Takumi2010-11-27
* Disable warning C4291 on MSVC. Caused because class AttributeList provides a ...Francois Pichet2010-11-20
* CMakeLists.txt: On MSVS10, touch LLVM.sln as workaround, w/e project files ar...NAKAMURA Takumi2010-11-19
* Make MCJIT work with CMake.Wesley Peck2010-11-17