aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-config/llvm-config.in.in
Commit message (Expand)AuthorAgeFilesLines
* Have llvm-config --cppflags print correct flags when in CMake build directoryPeter Collingbourne2011-10-281-1/+2
* llvm-config: Add an all-targets pseudo-component.Daniel Dunbar2011-10-181-2/+6
* fix the autoconf script to detect "has asmprinter"ness of a target byChris Lattner2010-11-141-0/+3
* Convert a bunch of uses of 'bytecode' into 'bitcode'. ThisDuncan Sands2010-09-291-1/+1
* make llvm-config more portable to windows versions of perl,Chris Lattner2010-01-181-10/+5
* Add the rest of the build system logic for optional target disassemblersDaniel Dunbar2009-11-251-0/+4
* llvm-config: Remove unused variables.Daniel Dunbar2009-09-221-11/+0
* Reenable asmparser dependency generation, now with improved Perl foo.Daniel Dunbar2009-07-171-0/+4
* Disable llvm-config magic for AsmParser, it is isn't right & is breaking the ...Daniel Dunbar2009-07-171-5/+0
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-171-0/+5
* Teach Makefiles & CMake to link in the <TARGET>Info library when linking theDaniel Dunbar2009-07-151-1/+6
* Fix http://llvm.org/PR4481: Make llvm-config print the right include paths whenJeffrey Yasskin2009-07-071-3/+6
* Revert 58687. This breaks mingw.Tanya Lattner2008-11-041-5/+12
* Don't "shell out" to resolve paths. Using pure perl makes llvm-configNick Lewycky2008-11-041-12/+5
* Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov2008-08-171-0/+9
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-291-2/+2
* Fix PR1739.Chris Lattner2007-10-241-4/+10
* Simplify the handling of the --*flags options. The makefile already gets itReid Spencer2007-07-101-45/+24
* Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene2007-06-281-2/+27
* Add new option to usage help.Jeff Cohen2007-04-221-0/+1
* Add the --host-target option.Reid Spencer2007-04-221-0/+2
* Fix problem with llvm-config that prevented JIT from being used on x86_64Jeff Cohen2007-03-281-0/+4
* Add an option for getting the C compiler flags, --cflags.Reid Spencer2007-01-061-0/+4
* Allow things like --libs CBackendChris Lattner2006-09-041-0/+3
* Don't print double newline for --src-root and --obj-root as it tends toReid Spencer2006-08-111-2/+2
* Removed usage of "sort", which can lead to undeterministic behavior on mingw ...Anton Korobeynikov2006-08-041-1/+1
* Fix a typo in the name of expand_dependencies.Reid Spencer2006-08-031-4/+4
* Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer2006-07-271-1/+2
* Remove useless noop argumentChris Lattner2006-06-071-2/+0
* Fix a bug in the following scenario.Chris Lattner2006-06-061-1/+2
* Add a new --libfiles option, for getting fully-qualified pathnames to libraries.Chris Lattner2006-06-061-7/+19
* temporarily add back this option, I will remove it in a couple daysChris Lattner2006-06-021-0/+2
* Add flags to get access to build_mode, objdir, srcdir etc.Chris Lattner2006-06-021-9/+18
* Make llvm-config "do the right thing" when an install tree is relocated orChris Lattner2006-06-021-12/+33
* Capture the build mode (e.g. Debug/Release) in the llvm-config script.Chris Lattner2006-06-021-0/+1
* Convert to standard file headerChris Lattner2006-06-021-4/+9
* Remove a couple of things no longer figured out by autoconfChris Lattner2006-06-021-3/+0
* Add several more autoconf variables so that new features can be implementedReid Spencer2006-06-021-0/+20
* Add a gross "--use-current-dir-as-prefix" option as a temporary workaroundChris Lattner2006-06-021-0/+8
* Remove some variables from the configured section that aren't.Chris Lattner2006-06-021-9/+6
* Remove more "alpha is archive" stuff.Chris Lattner2006-06-021-15/+2
* Remove obsolete CORE_IS_ARCHIVE supportChris Lattner2006-06-021-9/+4
* one too many l'sChris Lattner2006-04-131-1/+1
* Remove the interpreter component as its not working at the moment.Reid Spencer2006-03-241-5/+1
* Update to llvm-config tool, by Erik Kidd:Reid Spencer2006-03-231-13/+26
* These changes are necessary to support the new llvm-config tool. llvm-configReid Spencer2006-03-221-0/+364