aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-config
Commit message (Expand)AuthorAgeFilesLines
* llvm-config: Add support for CMake build trees in which the buildPeter Collingbourne2012-01-261-7/+19
* llvm-config: Fix --targets-built, I changed this to use the registry but wasn'tDaniel Dunbar2011-12-164-9/+5
* llvm-config: Update help text for removal of "backend" pseudo component.Daniel Dunbar2011-12-151-1/+0
* llvm-config: Default to "all" if no components are specified.Daniel Dunbar2011-12-121-0/+4
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-12-016-824/+415
* Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands2011-12-016-416/+824
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-296-824/+416
* Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",Daniel Dunbar2011-11-106-405/+824
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-106-824/+405
* llvm-config: Drop 'backend' pseudo-component. We don't support/qualify the CBEDaniel Dunbar2011-11-091-2/+0
* Add back the top-level target for 'llvm-config' and the dependency edgeChandler Carruth2011-11-021-0/+7
* build/Make: Get rid of llvm-config-perobj, which isn't used anymore.Daniel Dunbar2011-11-021-44/+0
* build/CMake: Remove llvm-config.target used to serialize tool builds onDaniel Dunbar2011-11-021-11/+0
* Have llvm-config --cppflags print correct flags when in CMake build directoryPeter Collingbourne2011-10-283-1/+10
* llvm-config: Add an all-targets pseudo-component.Daniel Dunbar2011-10-181-2/+6
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-24/+0
* Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake namingOscar Fuentes2011-04-051-1/+1
* CMake: remove debug code from previous commit.Oscar Fuentes2011-04-011-4/+0
* Fix assignment of -fPIC to CMAKE_C_FLAGS. Configure llvm-config.in.inOscar Fuentes2011-04-011-4/+8
* Make llvm-config.in configuration more MSYS-friendly.Oscar Fuentes2011-03-191-9/+10
* CMake: store TARGET_TRIPLE on llvm-config.in.Oscar Fuentes2011-03-191-0/+1
* CMake: remove unnecessary variable.Oscar Fuentes2011-02-221-2/+1
* Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes2011-02-181-0/+3
* Don't show -pedantic, -W and -Wall on the output ofOscar Fuentes2011-01-271-0/+11
* fix the autoconf script to detect "has asmprinter"ness of a target byChris Lattner2010-11-141-0/+3
* Stop the build if cyclic library dependecies found.Oscar Fuentes2010-10-021-1/+4
* Convert a bunch of uses of 'bytecode' into 'bitcode'. ThisDuncan Sands2010-09-291-1/+1
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-0/+25
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-25/+0
* CMake: Improved COMMENT on a custom commandOscar Fuentes2010-08-151-1/+1
* Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar2010-03-041-2/+2
* Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables.Daniel Dunbar2010-02-231-1/+0
* Kill off LLVMGCC_MAJVERS make variable.Daniel Dunbar2010-02-231-1/+0
* New flag for GenLibDeps, and llvm-config-perobjincl.Torok Edwin2010-02-042-0/+45
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-1/+0
* make llvm-config more portable to windows versions of perl,Chris Lattner2010-01-181-10/+5
* Add the rest of the build system logic for optional target disassemblersDaniel Dunbar2009-11-251-0/+4
* Stop running get_target_triple more than we need to.Daniel Dunbar2009-11-071-3/+0
* CMake: remove .so file extension from library names when buildingOscar Fuentes2009-10-041-1/+1
* Fix llvm-config --src-root and --obj-root for CMake builds.Daniel Dunbar2009-09-221-0/+2
* llvm-config: Remove unused variables.Daniel Dunbar2009-09-221-11/+0
* Make cmake generated llvm-config output correct JIT backend for non X86 targets.Xerxes Ranby2009-09-161-1/+1
* CMake: Automatic regeneration of the library dependencies file.Oscar Fuentes2009-08-141-0/+22
* CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This isOscar Fuentes2009-08-141-0/+2
* CMake: build llvm-config before the other tools.Oscar Fuentes2009-08-141-0/+6
* CMake: Localized dependency on Perl.Oscar Fuentes2009-08-121-0/+1
* CMake: Re-enabled build of llvm-config. Removed recursive invocationOscar Fuentes2009-08-121-1/+0
* Reenable asmparser dependency generation, now with improved Perl foo.Daniel Dunbar2009-07-171-0/+4
* Disable llvm-config magic for AsmParser, it is isn't right & is breaking the ...Daniel Dunbar2009-07-171-5/+0
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-171-0/+5