summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2009-10-19Updated cmake library dependencies.Oscar Fuentes1-1/+1
2009-10-12Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX.Edward O'Callaghan1-0/+1
2009-10-05CMake misses a check for sbrk on NetBSD.Edward O'Callaghan1-0/+1
2009-10-01Teach CMake to look for bidirectional_iterator, iterator, forward_iterator, u...Douglas Gregor1-4/+44
2009-09-25Fix a compile failure introduced by r82675 on MinGW which doesn't haveJeffrey Yasskin1-0/+1
2009-09-17Update CMake.Daniel Dunbar1-0/+1
2009-09-14Update CMake dependencies.Daniel Dunbar1-11/+11
2009-09-13CMake: New user-settable variable LLVM_TARGET_ARCH useful whenOscar Fuentes1-4/+9
2009-09-04Update lib deps.Daniel Dunbar1-1/+1
2009-08-31CMake: updated library dependencies.Oscar Fuentes1-1/+1
2009-08-27re-apply r80197, now that iterator.h is not mentioned any moreGabor Greif1-5/+0
2009-08-27--- Reverse-merging r80147 into '.':Bill Wendling1-0/+5
2009-08-26De-bork CMake buildDouglas Gregor1-5/+0
2009-08-26Ignore -fPIC test on Windows. Suggested by Yonggang Luo.Oscar Fuentes1-1/+5
2009-08-24Remove alloca config.h support.Daniel Dunbar1-2/+0
2009-08-23CMake: Updated library dependencies and list of source files.Oscar Fuentes1-11/+11
2009-08-22CMake: Don't use copy_if_different for TableGen output, because it does not w...Douglas Gregor1-8/+2
2009-08-19Fix cmake build on non-x86 targets. Patch byDuncan Sands1-4/+2
2009-08-17CMake: Updated library dependencies.Oscar Fuentes1-1/+1
2009-08-17CMake: LLVMConfig assigns LLVMX86 to the `native' componentOscar Fuentes1-2/+2
2009-08-16CMake: Discriminate MINGW, MSYS, CYGWIN: does not try to build llvm-config un...Oscar Fuentes1-0/+2
2009-08-16Fix the MSVC build again.Benjamin Kramer1-1/+1
2009-08-16CMake: Hopefully this will fix the build on VS. I can't replicate theOscar Fuentes1-0/+1
2009-08-16CMake: Revert r79144. It reverted a change necessary for correctOscar Fuentes1-0/+7
2009-08-15Revert 78996. It was breaking MSVC builds.Benjamin Kramer1-7/+0
2009-08-15Move XCore AsmPrinter to XCore/AsmPrinter directory.Richard Osborne1-1/+2
2009-08-14CMake: Updated library dependence info.Oscar Fuentes1-1/+2
2009-08-14CMake: Automatic regeneration of the library dependencies file.Oscar Fuentes2-26/+27
2009-08-14CMake: Builds main LLVM Target library before its sublibraries. ThisOscar Fuentes1-0/+7
2009-08-14CMake: Use LLVM_COMMON_DEPENDS on add_llvm_executable.Oscar Fuentes1-0/+3
2009-08-14CMake: updated library dependencies.Oscar Fuentes1-2/+3
2009-08-12CMake: Fixed sed script for translating library dependencies fromOscar Fuentes1-1/+1
2009-08-12CMake: Localized dependency on Perl.Oscar Fuentes1-1/+0
2009-08-12CMake: Rely on llvm_config again for obtaining the list of requiredOscar Fuentes2-9/+9
2009-08-12CMake: updated library dependencies.Oscar Fuentes1-13/+21
2009-08-12CMake: cmake/modules/LLVMLibDeps.cmake: Use unix line endings.Oscar Fuentes1-79/+79
2009-08-12CMake: Moved hard-coded library dependencies to its own file.Oscar Fuentes2-81/+80
2009-08-12CMake: target triple for MSVC on Windows 64.Oscar Fuentes1-1/+5
2009-07-27CMake configuration: find mkdtemp, mkstemp, mktemp.Douglas Gregor1-0/+3
2009-07-24Remove the IA-64 backend.Dan Gohman2-5/+0
2009-07-17Sketch support for target specific assembly parser.Daniel Dunbar1-1/+5
2009-07-17Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks.Xerxes Ranby2-0/+21
2009-07-16Regerate CMake library dependencies.Daniel Dunbar1-50/+48
2009-07-16Kill off cmake magic to force linking.Daniel Dunbar1-28/+0
2009-07-15Tweak CMake component lookup, I misunderstood what was happening here.though. :(Daniel Dunbar1-1/+4
2009-07-15Teach Makefiles & CMake to link in the <TARGET>Info library when linking theDaniel Dunbar1-0/+15
2009-07-13CMake: tablegen: Add .td files under the inlude/llvm directoryOscar Fuentes1-2/+3
2009-07-01Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin1-0/+3
2009-06-29Fix CMake checks for pthread_getspecific and pthread_rwlock_init, from Xerxes...Douglas Gregor1-2/+2
2009-06-26CMake: add configure checks for pthread_rwlock_init and pthread_getspecificDouglas Gregor1-0/+2