test commit
[oota-llvm.git] / tools / llvm-config /
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...
2009-06-03 Oscar FuentesCMake: Implements and documents option LLVM_ENABLE_ASSERTS.
2009-05-27 Oscar FuentesCMake: Set LIBS on llvm-config so we can query the...
2009-04-08 Ted KremenekAccommodate empty string for build type. This was previ...
2009-04-04 Oscar FuentesCMake: defines and uses macro add_llvm_definitions...
2009-04-03 Oscar FuentesCMake: tools/llvm-config/CMakeLists.txt: Use ! instead...
2009-03-16 Douglas GregorCMake: Build system fixes for XCode. llvm-config still...
2009-03-10 Dan GohmanChange these sed lines to behave correctly when the...
2009-01-07 Oscar FuentesCMake: replace `rm' with portable invocations of cmake.
2008-11-15 Oscar FuentesCMake: Removed some cruft.
2008-11-15 Oscar FuentesCMake: Recursively invokes cmake using the right direct...
2008-11-11 Oscar FuentesCMake: forces rebuild of llvm-config's library dependen...
2008-11-09 Oscar FuentesCMake: Corrected detection of `nm'.
2008-11-09 Oscar FuentesCMake: Support for cross-compiling. For now, requires...
2008-11-04 Tanya LattnerRevert 58687. This breaks mingw.
2008-11-04 Nick LewyckyDon't "shell out" to resolve paths. Using pure perl...
2008-10-26 Oscar FuentesCMake: GetTargetTriple: new module for determining...
2008-10-22 Oscar FuentesCMake: `make install' for libraries, executables and...
2008-09-26 Oscar FuentesCMake: Builds all targets.
2008-09-22 Oscar FuentesCMake build system: support for parallel builds.
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-08-17 Anton KorobeynikovMove X86 assembler printers into separate directory...
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-11-27 Ted KremenekAdded quotes around $(NM_PATH) argument to GenLibDeps...
2007-10-24 Chris LattnerFix PR1739.
2007-07-10 Reid SpencerSimplify the handling of the --*flags options. The...
2007-07-10 Reid SpencerMakesure the -cppflags also uses the CPP.BaseFlags...
2007-06-29 John CriswellConvert .cvsignore files
2007-06-28 David GreeneAdd support for building with _GLIBCXX_DEBUG. New...
2007-04-22 Jeff CohenAdd new option to usage help.
2007-04-22 Reid SpencerAdd the --host-target option.
2007-03-28 Jeff CohenFix problem with llvm-config that prevented JIT from...
2007-02-04 Reid SpencerFix grammaro in output message.
2007-01-21 Reid SpencerRun GenLibDeps.pl with the configured PERL path to...
2007-01-09 Chandler CarruthFixing a ">" redirect to be a ">>" redirect, so a sed...
2007-01-06 Reid SpencerAdd an option for getting the C compiler flags, --cflags.
2006-12-22 Reid SpencerIgnore the LibDeps.txt.tmp file.
2006-12-12 Reid SpencerFix PR1040:
2006-12-06 Chris Lattnerreword message
2006-09-04 Chris LattnerAllow things like --libs CBackend
2006-09-04 Chris LattnerIf a cycle exists, don't succeed building the second...
2006-09-04 Chris Lattnerremove message
2006-08-11 Reid SpencerDon't print double newline for --src-root and --obj...
2006-08-04 Anton KorobeynikovFixed typo. Thanks, Reid.
next