- 190d685 Fix breakage caused by typos. Use 3-arg form of AC_DEFINE. by Brian Gaeke · 21 years ago
- cb7a1eb Added a check for the -R linker option. by John Criswell · 21 years ago
- 3e66e8b Edit some comments slightly. by Brian Gaeke · 21 years ago
- 908647f Only default to the llvm-gcc in ~lattner if that directory exists. by Brian Gaeke · 21 years ago
- 960624b OK, scratch my last post, this actually *does* work, those syntax errors were by Misha Brukman · 21 years ago
- 7331298 Apparently adding these entries and regenerating llvm/configure results in by Misha Brukman · 21 years ago
- 5541467 Some programs actually require an input to run. The nerve! by Misha Brukman · 21 years ago
- 3e910fe Add FreeBench benchmarks to our test suite -- they weren't available by default by Misha Brukman · 21 years ago
- 2e09698 I don't think this was supposed to have gotten into the namespaceify patch, but by Brian Gaeke · 21 years ago
- d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
- 278a4ac Patch to fix PR102, contributed by Reid Spencer. by Brian Gaeke · 21 years ago
- 644ccc1 Add profiling runtime and llvm-prof tools. Would someone please regen the by Chris Lattner · 21 years ago
- a493aa3 Do not check for strings.h. This is an old, old, old pre-C89 header that by Brian Gaeke · 21 years ago
- 4d08d2b Added an entry for `llvm-nm'. by Misha Brukman · 21 years ago
- 1630189 Added autoconf support for the sample project. by John Criswell · 21 years ago
- 7eadec6 Adding additional license information to these files. by John Criswell · 21 years ago
- a0137d3 Added a macro and code that checks for the %a format string in sprintf(). by John Criswell · 21 years ago
- 16edea0 The code that called strsignal is toast. by Brian Gaeke · 21 years ago
- 987e49c Added the eon and perlbmk benchmarks. by John Criswell · 21 years ago
- 5ab7346 Added 177.mesa to the list of Makefiles to propogate to the object root. by John Criswell · 21 years ago
- 1f9bcd3 test/Programs/NoSource and www are gone from the tree; don't try to configure by Brian Gaeke · 21 years ago
- 1ea4fac Use 3-arg form of AC_DEFINE. by Brian Gaeke · 21 years ago
- a25d7ca Use 3-arg form of AC_DEFINE. by Brian Gaeke · 21 years ago
- 5512659 Renamed -use-spec to -use-spec2000. by John Criswell · 21 years ago
- f204012 Fix bugs in mmap()-of-files test program on Mac OS X: by Brian Gaeke · 21 years ago
- f424d74 Switching over to the new test database. by John Criswell · 21 years ago
- 4c42378 Don't abort if dlopen cannot be found; it's not like it's going to break by Brian Gaeke · 21 years ago
- a6e91d6 Check for functions: strtoq, strtoll. by Brian Gaeke · 21 years ago
- 5c866e1 Changes for the move of the support directory back into utils by Chris Lattner · 21 years ago
- ce2141f Removed the check for purify as we don't support its use at present. by John Criswell · 21 years ago
- 7822759 Removed Makefile for CompileFail tests. They are now run by QMTest and are by John Criswell · 21 years ago
- 559a6c1 Added conditional configuration of poolalloc. by John Criswell · 21 years ago
- 12399a1 Added the ability to conditionally configure the reopt project if it is checked by John Criswell · 21 years ago
- f5b5565 Removed the utils/Makefile file from being copied to the object root tree. by John Criswell · 21 years ago
- c66bbd5 Added Makefiles to llvm/test/Programs/SingleSource/Regression/C++/EH and by John Criswell · 21 years ago
- 4e07978 Moved llvm/lib/Support to llvm/support/lib/Support. by John Criswell · 21 years ago
- 68886d4 Moved llvm/test/Programs/SingleSource/Regression around a bit to support by John Criswell · 21 years ago
- 67181ca Added llvm/test/Programs/SingleSource/Regression/Makefile. by John Criswell · 21 years ago
- 6109598 If we fail to find python or qmtest, give a warning message instead of an by John Criswell · 21 years ago
- 39827c8 Added code that stops the configure script if a needed program is not found. by John Criswell · 21 years ago
- aad65f6 `link' is now `llvm-link'. Also alphabetized the tools for easy reference. by Misha Brukman · 21 years ago
- 08acb9b Have the configure script put llvm.py into the object root. by John Criswell · 21 years ago
- 1070840 Removed llvm/tools/as, llvm/tools/dis, and runtime/GCCLibraries/libexception. by John Criswell · 21 years ago
- 1b82432 Modified the checks slightly so that one can re-configure LLVM without by John Criswell · 21 years ago
- 93e1c72 Added code that verifies that the source directory has not been configured by John Criswell · 21 years ago
- dcf0490 Configure the llvm-ar directory by Chris Lattner · 21 years ago
- 39e8389 Caught a few misses in the last modification. by John Criswell · 21 years ago
- 48e3cb9 Updated for the re-organization of llvm/test/Programs/MultiSource. by John Criswell · 21 years ago
- 0afe825 Added the SetjmpLongjmp Makefile. by John Criswell · 21 years ago
- 27bb35e Fixed SPEC so that it would run correctly with the new autoconf-style object by John Criswell · 21 years ago
- ffaaf3b Updated to reflect the new locations of SingleSource tests. by John Criswell · 21 years ago
- dd2116d Add missing runtime directories by Chris Lattner · 21 years ago
- d9cd144 Removed Makefiles for directories that no longer exist. by John Criswell · 21 years ago
- 2d53308 Checkin of autoconf-style object root. by John Criswell · 21 years ago
- de00db2 Added code to check for python and qmtest. by John Criswell · 21 years ago
- 1b9ddd5 I just moved papi to a new directory by Chris Lattner · 21 years ago
- c44df87 Removed the -only-static option as it is no longer required (and didn't work by John Criswell · 21 years ago
- 54ac8b1 Changed the default location of OBJ_ROOT to follow these rules: by John Criswell · 21 years ago
- c78022e Enable JIT when the platform supports it. by John Criswell · 21 years ago
- 8d4221e Renamed libtool to mklib for your tab completion pleasure. by John Criswell · 21 years ago
- 79a8f09 Fixed the enable/disable options. The AC_ARG_ENABLE macro does not perform by John Criswell · 21 years ago
- 4ea390d These are the autoconf files in their new home. by John Criswell · 21 years ago