aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-config
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-092-5/+5
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-233-4/+9
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+15
* Fix build rules for BuildVariables.inc in llvm-config.Stephen Hines2014-07-211-21/+24
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+1
* Adds the ability to run the llvm test suite in-tree.Chris Wailes2014-06-063-9/+149
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-244-33/+71
* cmake: Prevent semicolon separated lists in llvm-config (PR17020)Hans Wennborg2013-08-281-1/+2
* CMake: build llvm-config on Windows.Hans Wennborg2013-08-231-23/+11
* Remove unused includes.Rafael Espindola2013-06-261-1/+0
* Port GetMainExecutable over to PathV2.Rafael Espindola2013-06-261-3/+3
* Include PathV1.h in files that use it.Rafael Espindola2013-06-111-0/+1
* Re-enable support for --program-prefix.Jordan Rose2012-10-011-1/+1
* Revert "Add --program-prefix support to build"Jordan Rose2012-09-261-1/+1
* Add --program-prefix support to buildSebastian Pop2012-09-251-1/+1
* llvm-config: Use sys::fs::equivalent instead of string comparison.Daniel Dunbar2012-05-151-5/+6
* llvm-build: Add support for non-installed libraries (e.g., gtest).Daniel Dunbar2012-05-151-5/+18
* Do not install llvm-config-host for cross-builds of clang. rdar://11317847Bob Wilson2012-05-091-0/+8
* An easy case where GCC should really be able to work out that the value is onlyDuncan Sands2012-02-231-0/+1
* 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