summaryrefslogtreecommitdiff
path: root/cmake/modules
Commit message (Expand)AuthorAge
* CMake: Don't use copy_if_different for TableGen output, because it does not w...Douglas Gregor2009-08-22
* Fix cmake build on non-x86 targets. Patch byDuncan Sands2009-08-19
* CMake: Updated library dependencies.Oscar Fuentes2009-08-17
* CMake: LLVMConfig assigns LLVMX86 to the `native' componentOscar Fuentes2009-08-17
* CMake: Discriminate MINGW, MSYS, CYGWIN: does not try to build llvm-config un...Oscar Fuentes2009-08-16
* Fix the MSVC build again.Benjamin Kramer2009-08-16
* CMake: Hopefully this will fix the build on VS. I can't replicate theOscar Fuentes2009-08-16
* CMake: Revert r79144. It reverted a change necessary for correctOscar Fuentes2009-08-16
* Revert 78996. It was breaking MSVC builds.Benjamin Kramer2009-08-15
* Move XCore AsmPrinter to XCore/AsmPrinter directory.Richard Osborne2009-08-15
* CMake: Updated library dependence info.Oscar Fuentes2009-08-14
* CMake: Automatic regeneration of the library dependencies file.Oscar Fuentes2009-08-14
* CMake: Builds main LLVM Target library before its sublibraries. ThisOscar Fuentes2009-08-14
* CMake: Use LLVM_COMMON_DEPENDS on add_llvm_executable.Oscar Fuentes2009-08-14
* CMake: updated library dependencies.Oscar Fuentes2009-08-14
* CMake: Fixed sed script for translating library dependencies fromOscar Fuentes2009-08-12
* CMake: Localized dependency on Perl.Oscar Fuentes2009-08-12
* CMake: Rely on llvm_config again for obtaining the list of requiredOscar Fuentes2009-08-12
* CMake: updated library dependencies.Oscar Fuentes2009-08-12
* CMake: cmake/modules/LLVMLibDeps.cmake: Use unix line endings.Oscar Fuentes2009-08-12
* CMake: Moved hard-coded library dependencies to its own file.Oscar Fuentes2009-08-12
* CMake: target triple for MSVC on Windows 64.Oscar Fuentes2009-08-12
* Remove the IA-64 backend.Dan Gohman2009-07-24
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-17
* Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks.Xerxes Ranby2009-07-17
* Regerate CMake library dependencies.Daniel Dunbar2009-07-16
* Kill off cmake magic to force linking.Daniel Dunbar2009-07-16
* Tweak CMake component lookup, I misunderstood what was happening here.though. :(Daniel Dunbar2009-07-15
* Teach Makefiles & CMake to link in the <TARGET>Info library when linking theDaniel Dunbar2009-07-15
* CMake: tablegen: Add .td files under the inlude/llvm directoryOscar Fuentes2009-07-13
* Add missing dependencies to the CMake build system.Douglas Gregor2009-06-25
* Reinstate target dependencies on Table_gen targets in CMakeDouglas Gregor2009-06-23
* CMake: remove support for llvm-config-generated dependencies in the buildDouglas Gregor2009-06-23
* Eliminate some unused code in CMa'e add_llvm_target. No functionality change.Douglas Gregor2009-06-23
* Eliminate object-relinking support from CMake. Fixes PR 4429 andDouglas Gregor2009-06-23
* CMake: New variable LLVM_LIBDIR_SUFFIX.Oscar Fuentes2009-06-12
* CMake: Fixed parallel build problem related to native tblgen whenOscar Fuentes2009-06-11
* CMake: Use explicit dependencies for Xcode (as well as MSVC), to makeDouglas Gregor2009-06-04
* CMake: Set LIBS on llvm-config so we can query the system librariesOscar Fuentes2009-05-27
* CMake: Use libdl only when available. Fixes build on FreeBSD.Oscar Fuentes2009-05-23
* CMake: Use pthread library when requested and available.Oscar Fuentes2009-05-06
* CMake: defines and uses macro add_llvm_definitions for keeping trackOscar Fuentes2009-04-04
* CMake: Build system fixes for XCode. llvm-config still causes us some serious...Douglas Gregor2009-03-16
* CMake: Make sure to build TableGen'd files in the binary directoryDouglas Gregor2009-03-16
* Remove configurey-fu to autodetect hash_map and hash_set now that they areNick Lewycky2009-03-09
* CMake: Tests PERL availability with PERL_EXECUTABLE variable.Oscar Fuentes2009-01-22
* CMake: replace `rm' with portable invocations of cmake.Oscar Fuentes2009-01-07
* Fix a link issue I ran into trying compiling LLVM on MinGW with CMake. Eli Friedman2008-11-30
* CMake: Do not rebuild the world when tblgen changes but the .inc filesOscar Fuentes2008-11-21
* CMake: when building shared libraries, use -fPIC for compilingOscar Fuentes2008-11-20