aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: remove some unnecesary code and ToDos.Oscar Fuentes2011-04-112-9/+1
* CMake: support for using LLVM from client projects with find_package.Oscar Fuentes2011-04-103-6/+22
* Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake namingOscar Fuentes2011-04-054-6/+6
* Fix typos on LLVM.cmake. Export LLVM_ON_UNIX & LLVM_ON_WIN32.Oscar Fuentes2011-04-031-3/+3
* Handle changing of LLVM_ENABLE_FFI.Oscar Fuentes2011-04-021-0/+4
* Fix assignment of -fPIC to CMAKE_C_FLAGS. Configure llvm-config.in.inOscar Fuentes2011-04-011-1/+1
* Revert accidental change to LLVMLibDeps.cmakeMatt Beaumont-Gay2011-03-291-1/+1
* Quiet a gcc warning about changed name lookup rulesMatt Beaumont-Gay2011-03-291-1/+1
* Fixed the build of Clang's unit tests on MinGW. Also removed someOscar Fuentes2011-03-292-16/+14
* Supports building with a list of targets that does not containOscar Fuentes2011-03-232-22/+24