summaryrefslogtreecommitdiff
path: root/tools/llvm-config/llvm-config.in.in
Commit message (Expand)AuthorAge
* Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",Daniel Dunbar2011-11-10
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-10
* llvm-config: Drop 'backend' pseudo-component. We don't support/qualify the CBEDaniel Dunbar2011-11-09
* Have llvm-config --cppflags print correct flags when in CMake build directoryPeter Collingbourne2011-10-28
* llvm-config: Add an all-targets pseudo-component.Daniel Dunbar2011-10-18
* fix the autoconf script to detect "has asmprinter"ness of a target byChris Lattner2010-11-14
* Convert a bunch of uses of 'bytecode' into 'bitcode'. ThisDuncan Sands2010-09-29
* make llvm-config more portable to windows versions of perl,Chris Lattner2010-01-18
* Add the rest of the build system logic for optional target disassemblersDaniel Dunbar2009-11-25
* llvm-config: Remove unused variables.Daniel Dunbar2009-09-22
* Reenable asmparser dependency generation, now with improved Perl foo.Daniel Dunbar2009-07-17
* Disable llvm-config magic for AsmParser, it is isn't right & is breaking the ...Daniel Dunbar2009-07-17
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-17
* Teach Makefiles & CMake to link in the <TARGET>Info library when linking theDaniel Dunbar2009-07-15
* Fix http://llvm.org/PR4481: Make llvm-config print the right include paths whenJeffrey Yasskin2009-07-07
* Revert 58687. This breaks mingw.Tanya Lattner2008-11-04
* Don't "shell out" to resolve paths. Using pure perl makes llvm-configNick Lewycky2008-11-04
* 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