| Commit message (Expand) | Author | Age | Files | Lines |
* | Portability fix, thanks to Markus F.X.J. Oberhumer. | Chris Lattner | 2004-12-16 | 1 | -4/+1 |
* | Use user time, not wall time, for optimizer time. | Chris Lattner | 2004-12-14 | 1 | -2/+2 |
* | For PR351: | Reid Spencer | 2004-12-13 | 1 | -59/+58 |
* | For PR351: libLLVMSupport now depends on libLLVMSystem | Reid Spencer | 2004-12-13 | 1 | -1/+1 |
* | Test commit | Test Commit | 2004-12-09 | 1 | -0/+1 |
* | For PR387: | Reid Spencer | 2004-12-06 | 1 | -43/+174 |
* | Revert previous changes to remove -enable-linscan and the *BETA columns of | Reid Spencer | 2004-12-06 | 2 | -2/+5 |
* | Rather than break all the nightly test invocations, permit -enable-linscan | Reid Spencer | 2004-12-06 | 1 | -1/+2 |
* | Remove LLC-BETA and linear scan options as they are no longer reported. | Reid Spencer | 2004-12-06 | 2 | -4/+0 |
* | Print out something useful instead of a blank table when the external tests | Reid Spencer | 2004-12-04 | 1 | -0/+1 |
* | Move the dejagnu section to immediately before the 'trends' section. | Chris Lattner | 2004-12-04 | 1 | -11/+12 |
* | Remove last remnants of qmtest stuff | Chris Lattner | 2004-12-04 | 1 | -21/+0 |
* | Run dejagnu by default. | Tanya Lattner | 2004-12-04 | 1 | -1/+1 |
* | Removed QMTest functions. The nightly tester no longer runs qmtest. It now ru... | Tanya Lattner | 2004-12-04 | 1 | -74/+5 |
* | Removed QMTests as I will be zapping them soon. | John Criswell | 2004-12-03 | 1 | -51/+0 |
* | Make sure the timing output is also sent to the log file for dejagnu, not | Reid Spencer | 2004-11-23 | 1 | -1/+1 |
* | Change formats, as suggested by Duraid | Chris Lattner | 2004-11-23 | 1 | -1/+1 |
* | Moved dejagnu log link to the template. | Tanya Lattner | 2004-11-22 | 2 | -3/+1 |
* | Changed to catch stderror of dejagnu and fixed missing quote. | Tanya Lattner | 2004-11-22 | 1 | -1/+1 |
* | Made dejagnu option lower case. | Tanya Lattner | 2004-11-21 | 1 | -1/+1 |
* | Added the ability to run Dejagnu tests. | Tanya Lattner | 2004-11-21 | 2 | -1/+100 |
* | Fix usage of changed function prototype | Reid Spencer | 2004-11-14 | 1 | -1/+1 |
* | * Add support for f2c and the -f2c switch to enable Fortran benchmarks | Misha Brukman | 2004-11-08 | 1 | -12/+18 |
* | Adjust to printing user+system times instead of wall times. Run the olden | Chris Lattner | 2004-11-06 | 1 | -6/+7 |
* | Quiet VC++ warnings | Chris Lattner | 2004-11-05 | 2 | -2/+2 |
* | Fix patterns to match only one-char words. | Vikram S. Adve | 2004-10-30 | 1 | -5/+5 |
* | Internalize variable names to prevent recursive assignment. Cleanup docs. | Reid Spencer | 2004-10-30 | 2 | -18/+21 |
* | Print P and [AR] files on update. | Vikram S. Adve | 2004-10-29 | 1 | -1/+4 |
* | Fix the dependency of lex.o on gram.tab.h | Reid Spencer | 2004-10-28 | 1 | -1/+1 |
* | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 2 | -2/+2 |
* | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner | 2004-10-27 | 4 | -10/+16 |
* | Add EXTRA_DIST for additional files to be distributed. | Reid Spencer | 2004-10-26 | 1 | -0/+2 |
* | New Makefile Features: | Reid Spencer | 2004-10-25 | 1 | -0/+5 |
* | Make VC happier, patch contributed by Morten Ofstad | Chris Lattner | 2004-10-23 | 1 | -1/+1 |
* | Remove double colon rule for gram.tab.h so it doesn't conflict with the | Reid Spencer | 2004-10-22 | 1 | -1/+1 |
* | We're not doing automake any more | Reid Spencer | 2004-10-22 | 4 | -2687/+0 |
* | Adjust to changes in Makefile.rules | Reid Spencer | 2004-10-22 | 1 | -1/+1 |
* | We won't use automake | Reid Spencer | 2004-10-22 | 4 | -104/+0 |
* | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 4 | -0/+2687 |
* | Add support for undef and unreachable | Chris Lattner | 2004-10-16 | 2 | -4/+4 |
* | * Factor out (into new fn) a loop emitting operand shifts into the instruction | Misha Brukman | 2004-10-14 | 2 | -46/+84 |
* | * Add option to read isLittleEndianEncoding for InstrInfo classes | Misha Brukman | 2004-10-14 | 2 | -0/+13 |
* | Patch to make VS happier, thanks to Morten Ofstad for pointing this out. | Chris Lattner | 2004-10-13 | 1 | -1/+1 |
* | Updates for changes in Makefile rules. | Reid Spencer | 2004-10-13 | 4 | -4/+4 |
* | Don't emit the method into the llvm namespace, let the #includer decide where... | Chris Lattner | 2004-10-12 | 1 | -2/+0 |
* | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 1 | -0/+12 |
* | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 3 | -0/+92 |
* | Remove unused variable. | Reid Spencer | 2004-10-08 | 1 | -1/+0 |
* | Make it so that positional parameters can have spaces in them. | Reid Spencer | 2004-10-08 | 1 | -1/+1 |
* | Properly `quote' names, and don't forget to add the ending quote! | Misha Brukman | 2004-10-08 | 1 | -24/+24 |