summaryrefslogtreecommitdiff
path: root/tools/llvm-config/llvm-config.in.in
Commit message (Expand)AuthorAge
* 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
* Fix PR1739.Chris Lattner2007-10-24
* Simplify the handling of the --*flags options. The makefile already gets itReid Spencer2007-07-10
* 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
* Add an option for getting the C compiler flags, --cflags.Reid Spencer2007-01-06
* Allow things like --libs CBackendChris Lattner2006-09-04
* Don't print double newline for --src-root and --obj-root as it tends toReid Spencer2006-08-11
* Removed usage of "sort", which can lead to undeterministic behavior on mingw ...Anton Korobeynikov2006-08-04
* 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
* 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
* 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
* one too many l'sChris Lattner2006-04-13
* Remove the interpreter component as its not working at the moment.Reid Spencer2006-03-24
* Update to llvm-config tool, by Erik Kidd:Reid Spencer2006-03-23
* These changes are necessary to support the new llvm-config tool. llvm-configReid Spencer2006-03-22