summaryrefslogtreecommitdiff
path: root/tools/llvm-config
AgeCommit message (Expand)Author
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-04-05Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake namingOscar Fuentes
2011-04-01CMake: remove debug code from previous commit.Oscar Fuentes
2011-04-01Fix assignment of -fPIC to CMAKE_C_FLAGS. Configure llvm-config.in.inOscar Fuentes
2011-03-19Make llvm-config.in configuration more MSYS-friendly.Oscar Fuentes
2011-03-19CMake: store TARGET_TRIPLE on llvm-config.in.Oscar Fuentes
2011-02-22CMake: remove unnecessary variable.Oscar Fuentes
2011-02-18Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes
2011-01-27Don't show -pedantic, -W and -Wall on the output ofOscar Fuentes
2010-11-14fix the autoconf script to detect "has asmprinter"ness of a target byChris Lattner
2010-10-02Stop the build if cyclic library dependecies found.Oscar Fuentes
2010-09-29Convert a bunch of uses of 'bytecode' into 'bitcode'. ThisDuncan Sands
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2010-08-15CMake: Improved COMMENT on a custom commandOscar Fuentes
2010-03-04Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar
2010-02-23Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables.Daniel Dunbar
2010-02-23Kill off LLVMGCC_MAJVERS make variable.Daniel Dunbar
2010-02-04New flag for GenLibDeps, and llvm-config-perobjincl.Torok Edwin
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2010-01-18make llvm-config more portable to windows versions of perl,Chris Lattner
2009-11-25Add the rest of the build system logic for optional target disassemblersDaniel Dunbar
2009-11-07Stop running get_target_triple more than we need to.Daniel Dunbar
2009-10-04CMake: remove .so file extension from library names when buildingOscar Fuentes
2009-09-22Fix llvm-config --src-root and --obj-root for CMake builds.Daniel Dunbar
2009-09-22llvm-config: Remove unused variables.Daniel Dunbar
2009-09-16Make cmake generated llvm-config output correct JIT backend for non X86 targets.Xerxes Ranby
2009-08-14CMake: Automatic regeneration of the library dependencies file.Oscar Fuentes
2009-08-14CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This isOscar Fuentes
2009-08-14CMake: build llvm-config before the other tools.Oscar Fuentes
2009-08-12CMake: Localized dependency on Perl.Oscar Fuentes
2009-08-12CMake: Re-enabled build of llvm-config. Removed recursive invocationOscar Fuentes
2009-07-17Reenable asmparser dependency generation, now with improved Perl foo.Daniel Dunbar
2009-07-17Disable llvm-config magic for AsmParser, it is isn't right & is breaking the ...Daniel Dunbar
2009-07-17Sketch support for target specific assembly parser.Daniel Dunbar
2009-07-15Teach Makefiles & CMake to link in the <TARGET>Info library when linking theDaniel Dunbar
2009-07-07Fix http://llvm.org/PR4481: Make llvm-config print the right include paths whenJeffrey Yasskin
2009-06-03CMake: Implements and documents option LLVM_ENABLE_ASSERTS.Oscar Fuentes
2009-05-27CMake: Set LIBS on llvm-config so we can query the system librariesOscar Fuentes
2009-04-08Accommodate empty string for build type. This was previously causing an errorTed Kremenek
2009-04-04CMake: defines and uses macro add_llvm_definitions for keeping trackOscar Fuentes
2009-04-03CMake: tools/llvm-config/CMakeLists.txt: Use ! instead of comma asOscar Fuentes
2009-03-16CMake: Build system fixes for XCode. llvm-config still causes us some serious...Douglas Gregor
2009-03-10Change these sed lines to behave correctly when the input stringDan Gohman
2009-01-07CMake: replace `rm' with portable invocations of cmake.Oscar Fuentes
2008-11-15CMake: Removed some cruft.Oscar Fuentes
2008-11-15CMake: Recursively invokes cmake using the right directories.Oscar Fuentes
2008-11-11CMake: forces rebuild of llvm-config's library dependency info when aOscar Fuentes
2008-11-09CMake: Corrected detection of `nm'.Oscar Fuentes
2008-11-09CMake: Support for cross-compiling. For now, requires a previouslyOscar Fuentes