aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Fix CRT selection logic when using CMake NMake generator.NAKAMURA Takumi2011-11-061-2/+2
* build/cmake: Move all the user controllable options into top-level CMakeListsDaniel Dunbar2011-11-041-13/+4
* Fix a typo noticed by Peter Collingbourne. No one depends on thisChandler Carruth2011-11-021-1/+1
* The TableGen parts of the CMake build are seriously broken. This fixesChandler Carruth2011-11-021-1/+3
* rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2011-11-011-4/+3
* Remove the Alpha backend.Dan Gohman2011-10-271-2/+0
* Add -D__STDC_FORMAT_MACROS to use PRIx64.NAKAMURA Takumi2011-10-111-0/+1
* cmake/modules/HandleLLVMOptions.cmake: Reorder __STDC_CONSTANT_MACROS and __S...NAKAMURA Takumi2011-10-111-1/+1
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-062-29/+73
* Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher2011-09-192-3/+3
* Complete the removal of FindBison from CMake. Noticed this when browsingChandler Carruth2011-09-041-1/+0
* CMake: [MSVC] Suppress C4551 'function call missing argument list'.NAKAMURA Takumi2011-08-171-0/+1
* cmake/modules/FindBison.cmake: It must be unneeded any more.NAKAMURA Takumi2011-08-161-52/+0
* CMake: Eliminate unused checks and #undef(s) as below;NAKAMURA Takumi2011-08-121-5/+0
* Remove yet another buried and hidden implicit dependency: every singleChandler Carruth2011-07-301-7/+0
* Make my attempt to build up global deps variables actually utilizeChandler Carruth2011-07-294-9/+18
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-294-112/+9
* Updated cmake library dependencies.Oscar Fuentes2011-07-281-6/+6
* Still more library dependency updates. This reflects the ever decreasingChandler Carruth2011-07-261-3/+3
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-262-20/+4
* Check in updated CMake dependencies after Evan's latest round ofChandler Carruth2011-07-251-10/+10
* While building a LLVM target, put the current source directory on theOscar Fuentes2011-07-251-1/+3
* CMake: generalize the system that creates custom targets forOscar Fuentes2011-07-252-9/+25
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-221-2/+1
* Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.Chandler Carruth2011-07-221-16/+16
* Update the CMake library dependencies. These shifts are the result ofChandler Carruth2011-07-221-3/+3
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-0/+1
* The *MCAsmInfo.cpp files use ADT/Triple code, so add the Support dep.Chandler Carruth2011-07-151-3/+3
* Major update to CMake build to reflect changes in r135219 in theChandler Carruth2011-07-151-4/+4
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-0/+1
* cmake/modules/LLVMLibDeps.cmake: Update since r135184.NAKAMURA Takumi2011-07-141-16/+27
* cmake/modules/LLVMLibDeps.cmake: Update to appease cmake builds.NAKAMURA Takumi2011-07-081-4/+5
* Fix CMake build's library dependencies.Chandler Carruth2011-07-071-1/+1
* Update CMake library dependenciesOscar Fuentes2011-07-071-3/+4
* Update CMake library dependencies.Oscar Fuentes2011-06-251-0/+1
* Fix cmake build.Rafael Espindola2011-06-241-1/+1
* remove CMake mode_t defineDylan Noblesmith2011-06-231-1/+0
* lit support for REQUIRES: asserts.Andrew Trick2011-06-221-5/+0
* Added LLVM_BUILD_MODE to cmake so that lit supports tests with REQUIRES: {bui...Andrew Trick2011-06-161-0/+5
* Fix cmake dependencies.Rafael Espindola2011-05-241-1/+1
* Another try at fixing cmake.Rafael Espindola2011-05-191-1/+1
* Revert my previous patch. The cmake build had already been fixed.Rafael Espindola2011-05-191-1/+1
* Fix the cmake build.Rafael Espindola2011-05-181-1/+1
* Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes2011-05-112-3/+9
* Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...NAKAMURA Takumi2011-05-011-0/+15
* Rename profile_rt.so to libprofile_rt.so under configure+make (it already wasNick Lewycky2011-04-292-6/+10
* Honor LLVM_BUILD_RUNTIME.Oscar Fuentes2011-04-261-3/+7
* Disable warning C4181: "qualifier applied to reference type; ignored"Francois Pichet2011-04-191-1/+1
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Export LLVM_TARGETS_WITH_JIT in LLVMConfig.cmake.in. Without this,Oscar Fuentes2011-04-131-0/+2