summaryrefslogtreecommitdiff
path: root/tools/llvm-config
Commit message (Expand)AuthorAge
* Initial support for the CMake build system.Oscar Fuentes2008-09-22
* Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov2008-08-17
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-29
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-29
* Added quotes around $(NM_PATH) argument to GenLibDeps.pl script so thatTed Kremenek2007-11-27
* Fix PR1739.Chris Lattner2007-10-24
* Simplify the handling of the --*flags options. The makefile already gets itReid Spencer2007-07-10
* Makesure the -cppflags also uses the CPP.BaseFlags as the CPP.Defines onlyReid Spencer2007-07-10
* Convert .cvsignore filesJohn Criswell2007-06-29
* Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene2007-06-28
* Add new option to usage help.Jeff Cohen2007-04-22
* Add the --host-target option.Reid Spencer2007-04-22
* Fix problem with llvm-config that prevented JIT from being used on x86_64Jeff Cohen2007-03-28
* Fix grammaro in output message.Reid Spencer2007-02-04
* Run GenLibDeps.pl with the configured PERL path to handle different installReid Spencer2007-01-21
* Fixing a ">" redirect to be a ">>" redirect, so a sed command doesn't get clo...Chandler Carruth2007-01-09
* Add an option for getting the C compiler flags, --cflags.Reid Spencer2007-01-06
* Ignore the LibDeps.txt.tmp file.Reid Spencer2006-12-22
* Fix PR1040:Reid Spencer2006-12-12
* reword messageChris Lattner2006-12-06
* Allow things like --libs CBackendChris Lattner2006-09-04
* If a cycle exists, don't succeed building the second time around.Chris Lattner2006-09-04
* remove messageChris Lattner2006-09-04
* Don't print double newline for --src-root and --obj-root as it tends toReid Spencer2006-08-11
* Fixed typo. Thanks, Reid.Anton Korobeynikov2006-08-04
* Removed usage of "sort", which can lead to undeterministic behavior on mingw ...Anton Korobeynikov2006-08-04
* For PR845:Reid Spencer2006-08-03
* Fix a typo in the name of expand_dependencies.Reid Spencer2006-08-03
* Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer2006-07-27
* Avoid a "scary" make warning for the 1.8 release. This should be reenabledChris Lattner2006-07-26
* Make changes necessary for stopping the build if a cyclic libraryReid Spencer2006-07-26
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-07
* Remove useless noop argumentChris Lattner2006-06-07
* Fix a bug in the following scenario.Chris Lattner2006-06-06
* Add a new --libfiles option, for getting fully-qualified pathnames to libraries.Chris Lattner2006-06-06
* Make the llvm-config library dependency database depend on all of the libraries.Chris Lattner2006-06-06
* temporarily add back this option, I will remove it in a couple daysChris Lattner2006-06-02
* Add flags to get access to build_mode, objdir, srcdir etc.Chris Lattner2006-06-02
* Make llvm-config "do the right thing" when an install tree is relocated orChris Lattner2006-06-02
* Capture the build mode (e.g. Debug/Release) in the llvm-config script.Chris Lattner2006-06-02
* Convert to standard file headerChris Lattner2006-06-02
* Remove a couple of things no longer figured out by autoconfChris Lattner2006-06-02
* Add several more autoconf variables so that new features can be implementedReid Spencer2006-06-02
* Add a gross "--use-current-dir-as-prefix" option as a temporary workaroundChris Lattner2006-06-02
* Remove some variables from the configured section that aren't.Chris Lattner2006-06-02
* Remove more "alpha is archive" stuff.Chris Lattner2006-06-02
* Remove obsolete CORE_IS_ARCHIVE supportChris Lattner2006-06-02
* Update the ignore fileChris Lattner2006-06-02
* Build llvm-config into the ToolDir not in the local directory. This makesReid Spencer2006-06-01
* For PR764:Reid Spencer2006-05-03