aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-config/llvm-config.in.in
AgeCommit message (Expand)Author
2010-11-14fix the autoconf script to detect "has asmprinter"ness of a target byChris Lattner
2010-09-29Convert a bunch of uses of 'bytecode' into 'bitcode'. ThisDuncan Sands
2010-01-18make llvm-config more portable to windows versions of perl,Chris Lattner
2009-11-25Add the rest of the build system logic for optional target disassemblersDaniel Dunbar
2009-09-22llvm-config: Remove unused variables.Daniel Dunbar
2009-07-17Reenable asmparser dependency generation, now with improved Perl foo.Daniel Dunbar
2009-07-17Disable llvm-config magic for AsmParser, it is isn't right & is breaking the ...Daniel Dunbar
2009-07-17Sketch support for target specific assembly parser.Daniel Dunbar
2009-07-15Teach Makefiles & CMake to link in the <TARGET>Info library when linking theDaniel Dunbar
2009-07-07Fix http://llvm.org/PR4481: Make llvm-config print the right include paths whenJeffrey Yasskin
2008-11-04Revert 58687. This breaks mingw.Tanya Lattner
2008-11-04Don't "shell out" to resolve paths. Using pure perl makes llvm-configNick Lewycky
2008-08-17Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov
2007-12-29remove attribution from a variety of miscellaneous files.Chris Lattner
2007-10-24Fix PR1739.Chris Lattner
2007-07-10Simplify the handling of the --*flags options. The makefile already gets itReid Spencer
2007-06-28Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene
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-01-06Add an option for getting the C compiler flags, --cflags.Reid Spencer
2006-09-04Allow things like --libs CBackendChris Lattner
2006-08-11Don't print double newline for --src-root and --obj-root as it tends toReid Spencer
2006-08-04Removed usage of "sort", which can lead to undeterministic behavior on mingw ...Anton Korobeynikov
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-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-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-04-13one too many l'sChris Lattner
2006-03-24Remove the interpreter component as its not working at the moment.Reid Spencer
2006-03-23Update to llvm-config tool, by Erik Kidd:Reid Spencer
2006-03-22These changes are necessary to support the new llvm-config tool. llvm-configReid Spencer