summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAge
* Add the rest of the build system logic for optional target disassemblersDaniel Dunbar2009-11-25
* CMake: Updated library dependencies.Oscar Fuentes2009-11-23
* CMake: Do not try to install a target before it is defined.Oscar Fuentes2009-11-23
* CMake: generate targets for tools and examples even whenOscar Fuentes2009-11-23
* Use CMAKE_DL_LIBS instead of raw library name. Fixes bug 5536.Oscar Fuentes2009-11-19
* CMake: Pass -lm to check_symbol_exists for detecting several mathOscar Fuentes2009-11-12
* CMake: Add Darwin-specific linker flags for building loadable modulesDouglas Gregor2009-11-10
* CMake: Support for building llvm loadable modules.Oscar Fuentes2009-11-10
* CMake: Remove unnecessary `unset' which was not supported by old cmakeOscar Fuentes2009-11-10
* CMake: Detect gv, circo, twopi, neato, fdo, dot and dotty.Oscar Fuentes2009-11-09
* Fix CMake reporting of target triple.Daniel Dunbar2009-11-07
* Stop running get_target_triple more than we need to.Daniel Dunbar2009-11-07
* CMake: Detect dotty.Oscar Fuentes2009-11-05
* CMake: do not test for pthread and dl libraries on Windows (exceptOscar Fuentes2009-11-05
* CMake: Report an error if there is an unknown .cpp file in a sourceOscar Fuentes2009-11-02
* Teach cmake that mk[sd]temp is defined in stdlib.h on some systems.Benjamin Kramer2009-10-28
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Update CMake dependencies.Daniel Dunbar2009-10-24
* Updated cmake library dependencies.Oscar Fuentes2009-10-19
* Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX.Edward O'Callaghan2009-10-12
* CMake misses a check for sbrk on NetBSD.Edward O'Callaghan2009-10-05
* Teach CMake to look for bidirectional_iterator, iterator, forward_iterator, u...Douglas Gregor2009-10-01
* Fix a compile failure introduced by r82675 on MinGW which doesn't haveJeffrey Yasskin2009-09-25
* Update CMake.Daniel Dunbar2009-09-17
* Update CMake dependencies.Daniel Dunbar2009-09-14
* CMake: New user-settable variable LLVM_TARGET_ARCH useful whenOscar Fuentes2009-09-13
* Update lib deps.Daniel Dunbar2009-09-04
* CMake: updated library dependencies.Oscar Fuentes2009-08-31
* re-apply r80197, now that iterator.h is not mentioned any moreGabor Greif2009-08-27
* --- Reverse-merging r80147 into '.':Bill Wendling2009-08-27
* De-bork CMake buildDouglas Gregor2009-08-26
* Ignore -fPIC test on Windows. Suggested by Yonggang Luo.Oscar Fuentes2009-08-26
* Remove alloca config.h support.Daniel Dunbar2009-08-24
* CMake: Updated library dependencies and list of source files.Oscar Fuentes2009-08-23
* 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