Age | Commit message (Expand) | Author |
2010-11-14 | fix the autoconf script to detect "has asmprinter"ness of a target by | Chris Lattner |
2010-09-29 | Convert a bunch of uses of 'bytecode' into 'bitcode'. This | Duncan Sands |
2010-01-18 | make llvm-config more portable to windows versions of perl, | Chris Lattner |
2009-11-25 | Add the rest of the build system logic for optional target disassemblers | Daniel Dunbar |
2009-09-22 | llvm-config: Remove unused variables. | Daniel Dunbar |
2009-07-17 | Reenable asmparser dependency generation, now with improved Perl foo. | Daniel Dunbar |
2009-07-17 | Disable llvm-config magic for AsmParser, it is isn't right & is breaking the ... | Daniel Dunbar |
2009-07-17 | Sketch support for target specific assembly parser. | Daniel Dunbar |
2009-07-15 | Teach Makefiles & CMake to link in the <TARGET>Info library when linking the | Daniel Dunbar |
2009-07-07 | Fix http://llvm.org/PR4481: Make llvm-config print the right include paths when | Jeffrey Yasskin |
2008-11-04 | Revert 58687. This breaks mingw. | Tanya Lattner |
2008-11-04 | Don't "shell out" to resolve paths. Using pure perl makes llvm-config | Nick Lewycky |
2008-08-17 | Move X86 assembler printers into separate directory. This allows JIT-only use... | Anton Korobeynikov |
2007-12-29 | remove attribution from a variety of miscellaneous files. | Chris Lattner |
2007-10-24 | Fix PR1739. | Chris Lattner |
2007-07-10 | Simplify the handling of the --*flags options. The makefile already gets it | Reid Spencer |
2007-06-28 | Add support for building with _GLIBCXX_DEBUG. New configure option | David Greene |
2007-04-22 | Add new option to usage help. | Jeff Cohen |
2007-04-22 | Add the --host-target option. | Reid Spencer |
2007-03-28 | Fix problem with llvm-config that prevented JIT from being used on x86_64 | Jeff Cohen |
2007-01-06 | Add an option for getting the C compiler flags, --cflags. | Reid Spencer |
2006-09-04 | Allow things like --libs CBackend | Chris Lattner |
2006-08-11 | Don't print double newline for --src-root and --obj-root as it tends to | Reid Spencer |
2006-08-04 | Removed usage of "sort", which can lead to undeterministic behavior on mingw ... | Anton Korobeynikov |
2006-08-03 | Fix a typo in the name of expand_dependencies. | Reid Spencer |
2006-07-27 | Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to | Reid Spencer |
2006-06-07 | Remove useless noop argument | Chris Lattner |
2006-06-06 | Fix a bug in the following scenario. | Chris Lattner |
2006-06-06 | Add a new --libfiles option, for getting fully-qualified pathnames to libraries. | Chris Lattner |
2006-06-02 | temporarily add back this option, I will remove it in a couple days | Chris Lattner |
2006-06-02 | Add flags to get access to build_mode, objdir, srcdir etc. | Chris Lattner |
2006-06-02 | Make llvm-config "do the right thing" when an install tree is relocated or | Chris Lattner |
2006-06-02 | Capture the build mode (e.g. Debug/Release) in the llvm-config script. | Chris Lattner |
2006-06-02 | Convert to standard file header | Chris Lattner |
2006-06-02 | Remove a couple of things no longer figured out by autoconf | Chris Lattner |
2006-06-02 | Add several more autoconf variables so that new features can be implemented | Reid Spencer |
2006-06-02 | Add a gross "--use-current-dir-as-prefix" option as a temporary workaround | Chris Lattner |
2006-06-02 | Remove some variables from the configured section that aren't. | Chris Lattner |
2006-06-02 | Remove more "alpha is archive" stuff. | Chris Lattner |
2006-06-02 | Remove obsolete CORE_IS_ARCHIVE support | Chris Lattner |
2006-04-13 | one too many l's | Chris Lattner |
2006-03-24 | Remove the interpreter component as its not working at the moment. | Reid Spencer |
2006-03-23 | Update to llvm-config tool, by Erik Kidd: | Reid Spencer |
2006-03-22 | These changes are necessary to support the new llvm-config tool. llvm-config | Reid Spencer |