AsmPrinters overriding getAnalysisUsage should call super.
[oota-llvm.git] / tools / llvm-config /
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.
2006-08-04 Anton KorobeynikovRemoved usage of "sort", which can lead to undeterminis...
2006-08-03 Reid SpencerFor PR845:
2006-08-03 Reid SpencerFix a typo in the name of expand_dependencies.
2006-07-27 Reid SpencerChanges to support cross-compiling LLVM. The GenLibDeps...
2006-07-26 Chris LattnerAvoid a "scary" make warning for the 1.8 release. ...
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-07 Chris LattnerRemove useless noop argument
2006-06-06 Chris LattnerFix a bug in the following scenario.
2006-06-06 Chris LattnerAdd a new --libfiles option, for getting fully-qualifie...
2006-06-06 Chris LattnerMake the llvm-config library dependency database depend...
2006-06-02 Chris Lattnertemporarily add back this option, I will remove it...
2006-06-02 Chris LattnerAdd flags to get access to build_mode, objdir, srcdir...
2006-06-02 Chris LattnerMake llvm-config "do the right thing" when an install...
2006-06-02 Chris LattnerCapture the build mode (e.g. Debug/Release) in the...
2006-06-02 Chris LattnerConvert to standard file header
2006-06-02 Chris LattnerRemove a couple of things no longer figured out by...
2006-06-02 Reid SpencerAdd several more autoconf variables so that new feature...
2006-06-02 Chris LattnerAdd a gross "--use-current-dir-as-prefix" option as...
2006-06-02 Chris LattnerRemove some variables from the configured section that...
2006-06-02 Chris LattnerRemove more "alpha is archive" stuff.
2006-06-02 Chris LattnerRemove obsolete CORE_IS_ARCHIVE support
2006-06-02 Chris LattnerUpdate the ignore file
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-04-20 Reid SpencerUpdate the library dependencies for 1.8 with SparcV9...
2006-04-13 Chris Lattnerone too many l's
2006-03-24 Reid SpencerRemove the interpreter component as its not working...
2006-03-23 Reid SpencerIgnore temporary files generated by building.
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-23 Reid SpencerUpdated for library changes:
2006-03-22 Reid SpencerThese changes are necessary to support the new llvm...
2006-03-19 Reid SpencerThe library dependency file in flat format. This file...
2006-03-19 Reid SpencerFirst cut at the Makefile for llvm-config. This initial...