aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-config
AgeCommit message (Expand)Author
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
2008-11-04Revert 58687. This breaks mingw.Tanya Lattner
2008-11-04Don't "shell out" to resolve paths. Using pure perl makes llvm-configNick Lewycky
2008-10-26CMake: GetTargetTriple: new module for determining the targetOscar Fuentes
2008-10-22CMake: `make install' for libraries, executables and header files.Oscar Fuentes
2008-09-26CMake: Builds all targets.Oscar Fuentes
2008-09-22CMake build system: support for parallel builds.Oscar Fuentes
2008-09-22Initial support for the CMake build system.Oscar Fuentes
2008-08-17Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov
2007-12-29remove attribution from a variety of miscellaneous files.Chris Lattner
2007-12-29remove attributions from tools/utils makefiles.Chris Lattner