summaryrefslogtreecommitdiff
path: root/tools/llvm-config
Commit message (Expand)AuthorAge
* cmake: Prevent semicolon separated lists in llvm-config (PR17020)Hans Wennborg2013-08-28
* CMake: build llvm-config on Windows.Hans Wennborg2013-08-23
* Remove unused includes.Rafael Espindola2013-06-26
* Port GetMainExecutable over to PathV2.Rafael Espindola2013-06-26
* Include PathV1.h in files that use it.Rafael Espindola2013-06-11
* Re-enable support for --program-prefix.Jordan Rose2012-10-01
* Revert "Add --program-prefix support to build"Jordan Rose2012-09-26
* Add --program-prefix support to buildSebastian Pop2012-09-25
* llvm-config: Use sys::fs::equivalent instead of string comparison.Daniel Dunbar2012-05-15
* llvm-build: Add support for non-installed libraries (e.g., gtest).Daniel Dunbar2012-05-15
* Do not install llvm-config-host for cross-builds of clang. rdar://11317847Bob Wilson2012-05-09
* An easy case where GCC should really be able to work out that the value is onlyDuncan Sands2012-02-23
* llvm-config: Add support for CMake build trees in which the buildPeter Collingbourne2012-01-26
* llvm-config: Fix --targets-built, I changed this to use the registry but wasn'tDaniel Dunbar2011-12-16
* llvm-config: Update help text for removal of "backend" pseudo component.Daniel Dunbar2011-12-15
* llvm-config: Default to "all" if no components are specified.Daniel Dunbar2011-12-12
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-12-01
* Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands2011-12-01
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-29
* Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",Daniel Dunbar2011-11-10
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-10
* llvm-config: Drop 'backend' pseudo-component. We don't support/qualify the CBEDaniel Dunbar2011-11-09
* Add back the top-level target for 'llvm-config' and the dependency edgeChandler Carruth2011-11-02
* build/Make: Get rid of llvm-config-perobj, which isn't used anymore.Daniel Dunbar2011-11-02
* build/CMake: Remove llvm-config.target used to serialize tool builds onDaniel Dunbar2011-11-02
* Have llvm-config --cppflags print correct flags when in CMake build directoryPeter Collingbourne2011-10-28
* llvm-config: Add an all-targets pseudo-component.Daniel Dunbar2011-10-18
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake namingOscar Fuentes2011-04-05
* CMake: remove debug code from previous commit.Oscar Fuentes2011-04-01
* Fix assignment of -fPIC to CMAKE_C_FLAGS. Configure llvm-config.in.inOscar Fuentes2011-04-01
* Make llvm-config.in configuration more MSYS-friendly.Oscar Fuentes2011-03-19
* CMake: store TARGET_TRIPLE on llvm-config.in.Oscar Fuentes2011-03-19
* CMake: remove unnecessary variable.Oscar Fuentes2011-02-22
* Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes2011-02-18
* Don't show -pedantic, -W and -Wall on the output ofOscar Fuentes2011-01-27
* fix the autoconf script to detect "has asmprinter"ness of a target byChris Lattner2010-11-14
* Stop the build if cyclic library dependecies found.Oscar Fuentes2010-10-02
* Convert a bunch of uses of 'bytecode' into 'bitcode'. ThisDuncan Sands2010-09-29
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* CMake: Improved COMMENT on a custom commandOscar Fuentes2010-08-15
* Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar2010-03-04
* Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables.Daniel Dunbar2010-02-23
* Kill off LLVMGCC_MAJVERS make variable.Daniel Dunbar2010-02-23
* New flag for GenLibDeps, and llvm-config-perobjincl.Torok Edwin2010-02-04
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* make llvm-config more portable to windows versions of perl,Chris Lattner2010-01-18
* Add the rest of the build system logic for optional target disassemblersDaniel Dunbar2009-11-25
* Stop running get_target_triple more than we need to.Daniel Dunbar2009-11-07