summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2010-10-07CMake: Fix warning in gtest.Michael J. Spencer1-0/+2
2010-10-05Update LLVMLibDepsJim Grosbach1-13/+13
2010-10-02Update library dependencies.Oscar Fuentes1-12/+12
2010-09-29Export LLVM_ALL_TARGETS in LLVM.cmake. It is used by LLVMConfig.Oscar Fuentes1-0/+2
2010-09-28Simplified LLVMConfig.Oscar Fuentes1-32/+43
2010-09-28Use the canonical library name for library PIC16Passes.Oscar Fuentes1-1/+1
2010-09-28Added library LLVMPIC16passes to CMake build.Oscar Fuentes1-0/+1
2010-09-28Added PTX target to the CMake build.Oscar Fuentes1-10/+14
2010-09-27Removed remnant target library dependencies from LLVMLibDeps.cmakeOscar Fuentes1-2/+0
2010-09-27Updated LLVMLibDeps.cmakeOscar Fuentes1-9/+11
2010-09-25Reverting "CMake: Don't include tools, unittets, or examples asOscar Fuentes1-6/+2
2010-09-24CMake: Don't include tools, unittets, or examples as available targetsMichael J. Spencer1-2/+6
2010-09-24Fix whitespace.Michael J. Spencer1-3/+3
2010-09-17cmake: test for the presence of fenv.hOscar Fuentes1-0/+1
2010-09-17Updated LLVMLibDeps.cmakeOscar Fuentes1-10/+10
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer5-108/+248
2010-09-11CMake: Fix mingw32 build.Michael J. Spencer1-4/+6
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer5-248/+108
2010-09-08CMake: Use the svn revision information from git-svn if available.Michael J. Spencer1-7/+17
2010-09-03Fix cmake build without native target selected.Oscar Fuentes1-3/+3
2010-08-30Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher1-1/+3
2010-08-30Attempt to remove the MSIL backend from CMake as well based on Chris's r112375.Chandler Carruth1-3/+1
2010-08-26Updated CMake library dependencies. Removed unnecessary component nameOscar Fuentes1-1/+1
2010-08-15Updated LLVMLibDeps.cmakeOscar Fuentes1-3/+1
2010-08-15Updated the GenLibDeps -> LLVMLibDeps.cmake transformation example.Oscar Fuentes1-3/+3
2010-08-11CMake: corrections on LLVM.cmake external services.Oscar Fuentes3-4/+15
2010-08-09Update cmake library dependencies.Oscar Fuentes1-9/+11
2010-08-09CMake: llvm_map_components_to_libraries now returns system libs too.Oscar Fuentes2-2/+3
2010-08-09CMake: system for providing llvm-config-like features to the user.Oscar Fuentes3-0/+37
2010-08-08CMake: set configure macro LLVM_PREFIXOscar Fuentes1-0/+2
2010-08-08CMake: configure header llvm-config.hOscar Fuentes1-0/+5
2010-08-05When building from git, add ref-id to PACKAGE_VERSIONOscar Fuentes1-0/+13
2010-08-05New system for choosing CRT type on MSVC.Oscar Fuentes1-0/+106
2010-08-03CMake: Change somme target library names:Oscar Fuentes1-5/+5
2010-08-03CMake: add version control info to PACKAGE_VERSION, if available.Oscar Fuentes1-0/+20
2010-08-03build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target"Daniel Dunbar1-0/+1
2010-08-02Improve discrimination of unknown libraries from ignored targets onOscar Fuentes1-6/+10
2010-08-02explicit_map_components_to_libraries now does not complain when thereOscar Fuentes1-1/+25
2010-08-02Updated LLVMLibDeps.cmake.Oscar Fuentes1-1/+0
2010-08-02Prefix `next' iterator operation with `llvm::'.Oscar Fuentes1-18/+20
2010-06-23Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also,Nick Lewycky1-1/+1
2010-06-17Allow absolute paths in LLVM_TARGET_DEFINITIONS for CMake's TableGen ruleDouglas Gregor1-1/+7
2010-03-15Tell Valgrind when we modify already-executed machine code so it knowsJeffrey Yasskin2-13/+17
2010-01-22Update CMake LibDepsDaniel Dunbar1-5/+6
2010-01-04Update CMake LibDepsDaniel Dunbar1-2/+3
2010-01-04Fix CMake build for InstCombine changesDouglas Gregor1-11/+11
2009-12-19CMake: Update lib deps.Daniel Dunbar1-9/+9
2009-12-19Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan1-7/+7
2009-12-06CheckAtomic.cmake: Put all C++ code inside CHECK_CXX_SOURCE_COMPILES.Oscar Fuentes1-2/+1
2009-12-05Fix for atomic intrinsics detection when using MSVC.Oscar Fuentes1-0/+12