llvm-config: Add --has-rtti option
[oota-llvm.git] / tools / llvm-config / Makefile
2015-11-04 Tom Stellardllvm-config: Add --has-rtti option
2015-09-09 Tom Stellardllvm-config: Add --build-system option
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...
2014-12-29 Chandler Carruth[cmake] Teach the llvm-config program to respect LLVM_L...
2013-12-16 NAKAMURA Takumillvm-config: Fixup r197380, tweak for cross compilation...
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-09 Bob WilsonDo not install llvm-config-host for cross-builds of...
2011-12-16 Daniel Dunbarllvm-config: Fix --targets-built, I changed this to...
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-02 Daniel Dunbarbuild/Make: Get rid of llvm-config-perobj, which isn...
2011-10-28 Peter CollingbourneHave llvm-config --cppflags print correct flags when...
2010-03-04 Erick TryzelaarRewrite makefiles to explicitly reference DESTDIR to...
2010-02-04 Torok EdwinNew flag for GenLibDeps, and llvm-config-perobjincl.
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2009-03-10 Dan GohmanChange these sed lines to behave correctly when the...
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-11-27 Ted KremenekAdded quotes around $(NM_PATH) argument to GenLibDeps...
2007-07-10 Reid SpencerMakesure the -cppflags also uses the CPP.BaseFlags...
2007-06-28 David GreeneAdd support for building with _GLIBCXX_DEBUG. New...
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-12 Reid SpencerFix PR1040:
2006-12-06 Chris Lattnerreword message
2006-09-04 Chris LattnerIf a cycle exists, don't succeed building the second...
2006-08-04 Anton KorobeynikovFixed typo. Thanks, Reid.
2006-08-04 Anton KorobeynikovRemoved usage of "sort", which can lead to undeterminis...
2006-08-03 Reid SpencerFor PR845:
2006-07-27 Reid SpencerChanges to support cross-compiling LLVM. The GenLibDeps...
2006-07-26 Reid SpencerMake changes necessary for stopping the build if a...
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2006-06-06 Chris LattnerMake the llvm-config library dependency database depend...
2006-06-02 Chris LattnerCapture the build mode (e.g. Debug/Release) in the...
2006-06-02 Chris LattnerRemove obsolete CORE_IS_ARCHIVE support
2006-06-01 Reid SpencerBuild llvm-config into the ToolDir not in the local...
2006-05-03 Reid SpencerFor PR764:
2006-04-20 Reid SpencerSeveral Changes To Support Building llvm-config:
2006-03-23 Reid SpencerUpdate to llvm-config tool, by Erik Kidd:
2006-03-23 Reid SpencerDon't print out ugly command line when building LibDeps...
2006-03-22 Reid SpencerThese changes are necessary to support the new llvm...
2006-03-19 Reid SpencerFirst cut at the Makefile for llvm-config. This initial...