| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bugs found with recent addition of assertions in | Alkis Evlogimenos | 2004-02-25 | 1 | -7/+7 |
* | small portability fix. | Brian Gaeke | 2004-02-24 | 1 | -1/+2 |
* | Added the VTune tests. | John Criswell | 2004-02-24 | 1 | -0/+1 |
* | Add SUBSTing checks for sys/types.h and inttypes.h; add DataTypes.h to AC_OUT... | Brian Gaeke | 2004-02-23 | 1 | -2/+15 |
* | Change test for pthreads to use AC_SUBST; add ThreadSupport.h as an AC_OUTPUT. | Brian Gaeke | 2004-02-23 | 1 | -2/+4 |
* | Remove check for slist | Brian Gaeke | 2004-02-23 | 2 | -32/+0 |
* | Add include/Support/hash_map and include/Support/hash_set as AC_OUTPUT files. | Brian Gaeke | 2004-02-23 | 1 | -1/+4 |
* | Move HASH_* checks to using AC_SUBST instead of AC_DEFINE. Tighten up some wh... | Brian Gaeke | 2004-02-23 | 1 | -32/+40 |
* | Add include/Support/iterator as an AC_OUTPUT file. | Brian Gaeke | 2004-02-23 | 1 | -1/+1 |
* | Make all iterator checks use AC_SUBST instead of AC_DEFINE. | Brian Gaeke | 2004-02-23 | 1 | -6/+15 |
* | Added an option for configuring Povray. By default, it should find my local | John Criswell | 2004-02-20 | 1 | -0/+23 |
* | Add checks for <execinfo.h> and backtrace(). | Brian Gaeke | 2004-02-20 | 1 | -2/+2 |
* | Adjusted the default pathname to the SPEC95 benchmarks. The new directory | John Criswell | 2004-02-16 | 1 | -3/+3 |
* | Added check for target machine endian-ness and put the result into | John Criswell | 2004-02-13 | 1 | -0/+3 |
* | Added support for configuring SPEC95. | John Criswell | 2004-02-10 | 1 | -1/+24 |
* | Move rules for regenerating autoconf files into this shell script. | Brian Gaeke | 2004-02-08 | 1 | -0/+20 |
* | Add autoconf check for the version of etags we have detected, and select | Brian Gaeke | 2004-01-22 | 1 | -0/+8 |
* | Get the shlib suffix from Libtool, and define it both in config.h and Makefil... | Brian Gaeke | 2004-01-21 | 1 | -0/+11 |
* | Get paths to cc1 and cc1plus by asking llvm-gcc, and AC_SUBST them. | Brian Gaeke | 2004-01-16 | 1 | -0/+4 |
* | Remove configure support for endianness checking, the need for which | Brian Gaeke | 2004-01-15 | 1 | -3/+0 |
* | Remove and/or shorten many comments in configure.ac. | Brian Gaeke | 2004-01-13 | 1 | -187/+35 |
* | The configure script now defines BISON as the name of the bison program and | John Criswell | 2004-01-12 | 1 | -1/+5 |
* | Moved aclocal.m4 to acinclude.m4. To re-generate the configure script, | John Criswell | 2003-12-30 | 1 | -0/+0 |
* | Fix help string for --enable-spec2000 option | Alkis Evlogimenos | 2003-12-20 | 1 | -1/+1 |
* | Merged in RELEASE_11. | John Criswell | 2003-12-18 | 1 | -1/+1 |
* | Don't configure directories that don't have a configure script (i.e Stacker). | John Criswell | 2003-12-12 | 1 | -1/+1 |
* | Add check for pthread_mutex_lock() in -lpthread (or otherwise). | Brian Gaeke | 2003-12-05 | 1 | -0/+4 |
* | Configure all project directories contained in llvm/projects. | John Criswell | 2003-11-25 | 1 | -26/+13 |
* | Added a pseudo-hack: The Makefile now copies Makefiles from source tree to | John Criswell | 2003-11-25 | 1 | -135/+0 |
* | Add Stacker directories. | Brian Gaeke | 2003-11-24 | 1 | -0/+8 |
* | Fix breakage caused by typos. Use 3-arg form of AC_DEFINE. | Brian Gaeke | 2003-11-18 | 1 | -6/+6 |
* | Added a check for the -R linker option. | John Criswell | 2003-11-17 | 2 | -1/+20 |
* | Edit some comments slightly. | Brian Gaeke | 2003-11-17 | 1 | -13/+17 |
* | Only default to the llvm-gcc in ~lattner if that directory exists. | Brian Gaeke | 2003-11-16 | 1 | -4/+54 |
* | OK, scratch my last post, this actually *does* work, those syntax errors were | Misha Brukman | 2003-11-12 | 1 | -0/+7 |
* | Apparently adding these entries and regenerating llvm/configure results in | Misha Brukman | 2003-11-12 | 1 | -7/+0 |
* | Some programs actually require an input to run. The nerve! | Misha Brukman | 2003-11-12 | 1 | -0/+7 |
* | Add FreeBench benchmarks to our test suite -- they weren't available by default | Misha Brukman | 2003-11-12 | 1 | -0/+8 |
* | I don't think this was supposed to have gotten into the namespaceify patch, but | Brian Gaeke | 2003-11-12 | 1 | -1/+0 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+1 |
* | Patch to fix PR102, contributed by Reid Spencer. | Brian Gaeke | 2003-11-10 | 2 | -37/+86 |
* | Add profiling runtime and llvm-prof tools. Would someone please regen the | Chris Lattner | 2003-10-28 | 1 | -0/+2 |
* | Do not check for strings.h. This is an old, old, old pre-C89 header that | Brian Gaeke | 2003-10-22 | 1 | -1/+1 |
* | Added an entry for `llvm-nm'. | Misha Brukman | 2003-10-16 | 1 | -0/+1 |
* | Added autoconf support for the sample project. | John Criswell | 2003-10-16 | 1 | -7/+5 |
* | Adding additional license information to these files. | John Criswell | 2003-10-13 | 1 | -0/+24 |
* | Added a macro and code that checks for the %a format string in sprintf(). | John Criswell | 2003-10-13 | 2 | -0/+32 |
* | The code that called strsignal is toast. | Brian Gaeke | 2003-10-10 | 1 | -5/+1 |
* | Added the eon and perlbmk benchmarks. | John Criswell | 2003-10-10 | 1 | -0/+2 |
* | Added 177.mesa to the list of Makefiles to propogate to the object root. | John Criswell | 2003-10-09 | 1 | -0/+1 |