Merging r258611:
[oota-llvm.git] / tools / llvm-config /
2016-01-12 Andrew WilkinsRevert r257003
2016-01-07 Andrew Wilkinstools/llvm-config: improve shared library support
2015-11-25 Richard DiamondFix a use-after-free in `llvm-config`.
2015-11-11 NAKAMURA Takumillvm-config.cpp: Prune an obsolete \param. [-Wdocumenta...
2015-11-10 Richard DiamondFix mingw targets. Bandaid for r252532's buildbot brakage.
2015-11-09 David BlaikieSimplify some APIs I was cleaning up while fixing ...
2015-11-09 Reid KlecknerFix -Wpessimizing-move warning in llvm-config.cpp
2015-11-09 Richard DiamondFix `llvm-config` to adapt to the install environment.
2015-11-04 Tom Stellardllvm-config: Add --has-rtti option
2015-09-09 Tom Stellardllvm-config: Add --build-system option
2015-08-14 Chris Bieneman[CMake] Fix PR14200, llvm-config output misses -fno...
2015-08-05 Richard DiamondRevert "Fix `llvm-config` to emit the linker flag for...
2015-07-27 JF BastienFix `llvm-config` to emit the linker flag for the combi...
2015-07-14 JF BastienRevert "Fix `llvm-config` to emit the linker flag for...
2015-07-10 JF BastienFix `llvm-config` to emit the linker flag for the combi...
2015-03-12 Chris BienemanRefactoring CMake CrossCompile module.
2015-03-09 Benjamin KramerMake helper functions static.
2014-12-29 Chandler Carruth[cmake] Teach the llvm-config program to respect LLVM_L...
2014-09-03 Chris BienemanEnabling LLVM & Clang to be cross-compiled using CMake...
2014-04-25 Reid KlecknerChange llvm-config --ldflags to report ${CMAKE_CXX_LINK...
2014-03-29 Saleem AbdulrasoolWindows: canonicalise the default windows triple
2014-03-03 Richard OsborneDon't emit a blank line when running llvm-config -...
2014-02-23 NAKAMURA TakumiSimplify linking to system libraries
2013-12-25 NAKAMURA Takumillvm-config: Fix typo in help message introduced with...
2013-12-20 NAKAMURA Takumillvm-config: Show OBJROOT rather than OBJROOT/BUILD_MOD...
2013-12-20 NAKAMURA Takumillvm-config: Use build_mode instead of LLVM_BUILDMODE...
2013-12-19 NAKAMURA Takumillvm-config: Don't show build tree with --obj-root...
2013-12-19 NAKAMURA Takumillvm-config: Show build root instead of parent path...
2013-12-19 NAKAMURA Takumillvm-config: Introduce --system-libs to print SYSTEM_LI...
2013-12-18 NAKAMURA TakumiRevert r197380, "llvm-config: Print SYSTEM_LIBS with...
2013-12-17 NAKAMURA Takumillvm-config: Let directories aware of CMAKE_CFG_INTDIR.
2013-12-16 NAKAMURA Takumillvm-config: Fixup r197380, tweak for cross compilation...
2013-12-16 NAKAMURA Takumillvm-config: Print SYSTEM_LIBS with --libs, instead...
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-03 NAKAMURA Takumicheck-llvm: Ask llvm-config about assertion mode, inste...
2013-12-03 NAKAMURA Takumillvm-config: With --build-mode, show ${CMAKE_CFG_INTDIR...
2013-08-28 Hans Wennborgcmake: Prevent semicolon separated lists in llvm-config...
2013-08-23 Hans WennborgCMake: build llvm-config on Windows.
2013-06-26 Rafael EspindolaRemove unused includes.
2013-06-26 Rafael EspindolaPort GetMainExecutable over to PathV2.
2013-06-11 Rafael EspindolaInclude PathV1.h in files that use it.
2012-10-01 Jordan RoseRe-enable support for --program-prefix.
2012-09-26 Jordan RoseRevert "Add --program-prefix support to build"
2012-09-25 Sebastian PopAdd --program-prefix support to build
2012-05-15 Daniel Dunbarllvm-config: Use sys::fs::equivalent instead of string...
2012-05-15 Daniel Dunbarllvm-build: Add support for non-installed libraries...
2012-05-09 Bob WilsonDo not install llvm-config-host for cross-builds of...
2012-02-23 Duncan SandsAn easy case where GCC should really be able to work...
2012-01-26 Peter Collingbournellvm-config: Add support for CMake build trees in which...
2011-12-16 Daniel Dunbarllvm-config: Fix --targets-built, I changed this to...
2011-12-15 Daniel Dunbarllvm-config: Update help text for removal of "backend...
2011-12-12 Daniel Dunbarllvm-config: Default to "all" if no components are...
2011-12-01 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-12-01 Duncan SandsRevert commit 145449 (ddunbar) since it is breaking...
2011-11-29 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-11-10 Daniel DunbarRevert r144300 "llvm-config: Replace with C++ version...
2011-11-10 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-11-09 Daniel Dunbarllvm-config: Drop 'backend' pseudo-component. We don...
2011-11-02 Chandler CarruthAdd back the top-level target for 'llvm-config' and...
2011-11-02 Daniel Dunbarbuild/Make: Get rid of llvm-config-perobj, which isn...
2011-11-02 Daniel Dunbarbuild/CMake: Remove llvm-config.target used to serializ...
2011-10-28 Peter CollingbourneHave llvm-config --cppflags print correct flags when...
2011-10-18 Daniel Dunbarllvm-config: Add an all-targets pseudo-component.
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-04-05 Oscar FuentesRename LLVMConfig.cmake to LLVM-Config.cmake. The ...
2011-04-01 Oscar FuentesCMake: remove debug code from previous commit.
2011-04-01 Oscar FuentesFix assignment of -fPIC to CMAKE_C_FLAGS. Configure...
2011-03-19 Oscar FuentesMake llvm-config.in configuration more MSYS-friendly.
2011-03-19 Oscar FuentesCMake: store TARGET_TRIPLE on llvm-config.in.
2011-02-22 Oscar FuentesCMake: remove unnecessary variable.
2011-02-18 Oscar FuentesMove library stuff out of the toplevel CMakeLists.txt...
2011-01-27 Oscar FuentesDon't show -pedantic, -W and -Wall on the output of
2010-11-14 Chris Lattnerfix the autoconf script to detect "has asmprinter"ness...
2010-10-02 Oscar FuentesStop the build if cyclic library dependecies found.
2010-09-29 Duncan SandsConvert a bunch of uses of 'bytecode' into 'bitcode...
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-08-15 Oscar FuentesCMake: Improved COMMENT on a custom command
2010-03-04 Erick TryzelaarRewrite makefiles to explicitly reference DESTDIR to...
2010-02-23 Daniel DunbarKill off LLVMGCCARCH and LLVMGCC_VERSION make variables.
2010-02-23 Daniel DunbarKill off LLVMGCC_MAJVERS make variable.
2010-02-04 Torok EdwinNew flag for GenLibDeps, and llvm-config-perobjincl.
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-18 Chris Lattnermake llvm-config more portable to windows versions...
2009-11-25 Daniel DunbarAdd the rest of the build system logic for optional...
2009-11-07 Daniel DunbarStop running get_target_triple more than we need to.
2009-10-04 Oscar FuentesCMake: remove .so file extension from library names...
2009-09-22 Daniel DunbarFix llvm-config --src-root and --obj-root for CMake...
2009-09-22 Daniel Dunbarllvm-config: Remove unused variables.
2009-09-16 Xerxes RanbyMake cmake generated llvm-config output correct JIT...
2009-08-14 Oscar FuentesCMake: Automatic regeneration of the library dependenci...
2009-08-14 Oscar FuentesCMake: propagate to the parent scope LLVM_COMMON_DEPEND...
2009-08-14 Oscar FuentesCMake: build llvm-config before the other tools.
2009-08-12 Oscar FuentesCMake: Localized dependency on Perl.
2009-08-12 Oscar FuentesCMake: Re-enabled build of llvm-config. Removed recursi...
2009-07-17 Daniel DunbarReenable asmparser dependency generation, now with...
2009-07-17 Daniel DunbarDisable llvm-config magic for AsmParser, it is isn...
2009-07-17 Daniel DunbarSketch support for target specific assembly parser.
2009-07-15 Daniel DunbarTeach Makefiles & CMake to link in the <TARGET>Info...
2009-07-07 Jeffrey YasskinFix llvm.org/PR4481: Make llvm-config print the right...
next