aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: updated library dependencies.Oscar Fuentes2009-08-311-1/+1
* re-apply r80197, now that iterator.h is not mentioned any moreGabor Greif2009-08-271-5/+0
* --- Reverse-merging r80147 into '.':Bill Wendling2009-08-271-0/+5
* De-bork CMake buildDouglas Gregor2009-08-261-5/+0
* Ignore -fPIC test on Windows. Suggested by Yonggang Luo.Oscar Fuentes2009-08-261-1/+5
* Remove alloca config.h support.Daniel Dunbar2009-08-241-2/+0
* CMake: Updated library dependencies and list of source files.Oscar Fuentes2009-08-231-11/+11
* CMake: Don't use copy_if_different for TableGen output, because it does not w...Douglas Gregor2009-08-221-8/+2
* Fix cmake build on non-x86 targets. Patch byDuncan Sands2009-08-191-4/+2
* CMake: Updated library dependencies.Oscar Fuentes2009-08-171-1/+1
* CMake: LLVMConfig assigns LLVMX86 to the `native' componentOscar Fuentes2009-08-171-2/+2
* CMake: Discriminate MINGW, MSYS, CYGWIN: does not try to build llvm-config un...Oscar Fuentes2009-08-161-0/+2
* Fix the MSVC build again.Benjamin Kramer2009-08-161-1/+1
* CMake: Hopefully this will fix the build on VS. I can't replicate theOscar Fuentes2009-08-161-0/+1
* CMake: Revert r79144. It reverted a change necessary for correctOscar Fuentes2009-08-161-0/+7
* Revert 78996. It was breaking MSVC builds.Benjamin Kramer2009-08-151-7/+0
* Move XCore AsmPrinter to XCore/AsmPrinter directory.Richard Osborne2009-08-151-1/+2
* CMake: Updated library dependence info.Oscar Fuentes2009-08-141-1/+2
* CMake: Automatic regeneration of the library dependencies file.Oscar Fuentes2009-08-142-26/+27
* CMake: Builds main LLVM Target library before its sublibraries. ThisOscar Fuentes2009-08-141-0/+7
* CMake: Use LLVM_COMMON_DEPENDS on add_llvm_executable.Oscar Fuentes2009-08-141-0/+3
* CMake: updated library dependencies.Oscar Fuentes2009-08-141-2/+3
* CMake: Fixed sed script for translating library dependencies fromOscar Fuentes2009-08-121-1/+1
* CMake: Localized dependency on Perl.Oscar Fuentes2009-08-121-1/+0
* CMake: Rely on llvm_config again for obtaining the list of requiredOscar Fuentes2009-08-122-9/+9
* CMake: updated library dependencies.Oscar Fuentes2009-08-121-13/+21
* CMake: cmake/modules/LLVMLibDeps.cmake: Use unix line endings.Oscar Fuentes2009-08-121-79/+79
* CMake: Moved hard-coded library dependencies to its own file.Oscar Fuentes2009-08-122-81/+80
* CMake: target triple for MSVC on Windows 64.Oscar Fuentes2009-08-121-1/+5
* CMake configuration: find mkdtemp, mkstemp, mktemp.Douglas Gregor2009-07-271-0/+3
* Remove the IA-64 backend.Dan Gohman2009-07-242-5/+0
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-171-1/+5
* Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks.Xerxes Ranby2009-07-172-0/+21
* Regerate CMake library dependencies.Daniel Dunbar2009-07-161-50/+48
* Kill off cmake magic to force linking.Daniel Dunbar2009-07-161-28/+0
* Tweak CMake component lookup, I misunderstood what was happening here.though. :(Daniel Dunbar2009-07-151-1/+4
* Teach Makefiles & CMake to link in the <TARGET>Info library when linking theDaniel Dunbar2009-07-151-0/+15
* CMake: tablegen: Add .td files under the inlude/llvm directoryOscar Fuentes2009-07-131-2/+3
* Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin2009-07-011-0/+3
* Fix CMake checks for pthread_getspecific and pthread_rwlock_init, from Xerxes...Douglas Gregor2009-06-291-2/+2
* CMake: add configure checks for pthread_rwlock_init and pthread_getspecificDouglas Gregor2009-06-261-0/+2
* Add missing dependencies to the CMake build system.Douglas Gregor2009-06-251-0/+2
* Reinstate target dependencies on Table_gen targets in CMakeDouglas Gregor2009-06-231-0/+3
* CMake: remove support for llvm-config-generated dependencies in the buildDouglas Gregor2009-06-232-49/+3
* Eliminate some unused code in CMa'e add_llvm_target. No functionality change.Douglas Gregor2009-06-231-5/+0
* Eliminate object-relinking support from CMake. Fixes PR 4429 andDouglas Gregor2009-06-232-43/+3
* Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JITDouglas Gregor2009-06-171-0/+44
* CMake: New variable LLVM_LIBDIR_SUFFIX.Oscar Fuentes2009-06-122-3/+3
* CMake: Fixed parallel build problem related to native tblgen whenOscar Fuentes2009-06-112-5/+5
* More portability checks for CMake's config.h.Douglas Gregor2009-06-051-0/+3