aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-config
AgeCommit message (Expand)Author
2007-04-22Add new option to usage help.Jeff Cohen
2007-04-22Add the --host-target option.Reid Spencer
2007-03-28Fix problem with llvm-config that prevented JIT from being used on x86_64Jeff Cohen
2007-02-04Fix grammaro in output message.Reid Spencer
2007-01-21Run GenLibDeps.pl with the configured PERL path to handle different installReid Spencer
2007-01-09Fixing a ">" redirect to be a ">>" redirect, so a sed command doesn't get clo...Chandler Carruth
2007-01-06Add an option for getting the C compiler flags, --cflags.Reid Spencer
2006-12-22Ignore the LibDeps.txt.tmp file.Reid Spencer
2006-12-12Fix PR1040:Reid Spencer
2006-12-06reword messageChris Lattner
2006-09-04Allow things like --libs CBackendChris Lattner
2006-09-04If a cycle exists, don't succeed building the second time around.Chris Lattner
2006-09-04remove messageChris Lattner
2006-08-11Don't print double newline for --src-root and --obj-root as it tends toReid Spencer
2006-08-04Fixed typo. Thanks, Reid.Anton Korobeynikov
2006-08-04Removed usage of "sort", which can lead to undeterministic behavior on mingw ...Anton Korobeynikov
2006-08-03For PR845:Reid Spencer
2006-08-03Fix a typo in the name of expand_dependencies.Reid Spencer
2006-07-27Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer
2006-07-26Avoid a "scary" make warning for the 1.8 release. This should be reenabledChris Lattner
2006-07-26Make changes necessary for stopping the build if a cyclic libraryReid Spencer
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner
2006-06-07Remove useless noop argumentChris Lattner
2006-06-06Fix a bug in the following scenario.Chris Lattner
2006-06-06Add a new --libfiles option, for getting fully-qualified pathnames to libraries.Chris Lattner
2006-06-06Make the llvm-config library dependency database depend on all of the libraries.Chris Lattner
2006-06-02temporarily add back this option, I will remove it in a couple daysChris Lattner
2006-06-02Add flags to get access to build_mode, objdir, srcdir etc.Chris Lattner
2006-06-02Make llvm-config "do the right thing" when an install tree is relocated orChris Lattner
2006-06-02Capture the build mode (e.g. Debug/Release) in the llvm-config script.Chris Lattner
2006-06-02Convert to standard file headerChris Lattner
2006-06-02Remove a couple of things no longer figured out by autoconfChris Lattner
2006-06-02Add several more autoconf variables so that new features can be implementedReid Spencer
2006-06-02Add a gross "--use-current-dir-as-prefix" option as a temporary workaroundChris Lattner
2006-06-02Remove some variables from the configured section that aren't.Chris Lattner
2006-06-02Remove more "alpha is archive" stuff.Chris Lattner
2006-06-02Remove obsolete CORE_IS_ARCHIVE supportChris Lattner
2006-06-02Update the ignore fileChris Lattner
2006-06-01Build llvm-config into the ToolDir not in the local directory. This makesReid Spencer
2006-05-03For PR764:Reid Spencer
2006-04-20Several Changes To Support Building llvm-config:Reid Spencer
2006-04-20Update the library dependencies for 1.8 with SparcV9 now gone.Reid Spencer
2006-04-13one too many l'sChris Lattner
2006-03-24Remove the interpreter component as its not working at the moment.Reid Spencer
2006-03-23Ignore temporary files generated by building.Reid Spencer
2006-03-23Update to llvm-config tool, by Erik Kidd:Reid Spencer
2006-03-23Don't print out ugly command line when building LibDeps.txt.Reid Spencer
2006-03-23Updated for library changes:Reid Spencer
2006-03-22These changes are necessary to support the new llvm-config tool. llvm-configReid Spencer
2006-03-19The library dependency file in flat format. This file is generated by theReid Spencer