aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2005-01-051. Make sure that "dot" can be found in the pathReid Spencer
2005-01-02Expose isConvertibleToThreeAddress and isCommutable bits to the code generator.Chris Lattner
2004-12-30* Don't include weak definitions as a definitionReid Spencer
2004-12-30A Perl script to generate an HTML definition list containing the LLVMReid Spencer
2004-12-26Revert the last patch so that the LLVMGCCDIR environment variable isReid Spencer
2004-12-24Remove references to LLVMGCCDIR because it was only used to provide aReid Spencer
2004-12-17Always print out DejagnuTest results to stdout so that it gets emailed to the...Tanya Lattner
2004-12-16Portability fix, thanks to Markus F.X.J. Oberhumer.Chris Lattner
2004-12-14Use user time, not wall time, for optimizer time.Chris Lattner
2004-12-13For PR351:Reid Spencer
2004-12-13For PR351: libLLVMSupport now depends on libLLVMSystemReid Spencer
2004-12-09Test commitTest Commit
2004-12-06For PR387:Reid Spencer
2004-12-06Revert previous changes to remove -enable-linscan and the *BETA columns ofReid Spencer
2004-12-06Rather than break all the nightly test invocations, permit -enable-linscanReid Spencer
2004-12-06Remove LLC-BETA and linear scan options as they are no longer reported.Reid Spencer
2004-12-04Print out something useful instead of a blank table when the external testsReid Spencer
2004-12-04Move the dejagnu section to immediately before the 'trends' section.Chris Lattner
2004-12-04Remove last remnants of qmtest stuffChris Lattner
2004-12-04Run dejagnu by default.Tanya Lattner
2004-12-04Removed QMTest functions. The nightly tester no longer runs qmtest. It now ru...Tanya Lattner
2004-12-03Removed QMTests as I will be zapping them soon.John Criswell
2004-11-23Make sure the timing output is also sent to the log file for dejagnu, notReid Spencer
2004-11-23Change formats, as suggested by DuraidChris Lattner
2004-11-22Moved dejagnu log link to the template.Tanya Lattner
2004-11-22Changed to catch stderror of dejagnu and fixed missing quote.Tanya Lattner
2004-11-21Made dejagnu option lower case.Tanya Lattner
2004-11-21Added the ability to run Dejagnu tests.Tanya Lattner
2004-11-14Fix usage of changed function prototypeReid Spencer
2004-11-08* Add support for f2c and the -f2c switch to enable Fortran benchmarksMisha Brukman
2004-11-06Adjust to printing user+system times instead of wall times. Run the oldenChris Lattner
2004-11-05Quiet VC++ warningsChris Lattner
2004-10-30Fix patterns to match only one-char words.Vikram S. Adve
2004-10-30Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer
2004-10-29Print P and [AR] files on update.Vikram S. Adve
2004-10-28Fix the dependency of lex.o on gram.tab.hReid Spencer
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-27Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner
2004-10-26Add EXTRA_DIST for additional files to be distributed.Reid Spencer
2004-10-25New Makefile Features:Reid Spencer
2004-10-23Make VC happier, patch contributed by Morten OfstadChris Lattner
2004-10-22Remove double colon rule for gram.tab.h so it doesn't conflict with theReid Spencer
2004-10-22We're not doing automake any moreReid Spencer
2004-10-22Adjust to changes in Makefile.rulesReid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-16Add support for undef and unreachableChris Lattner
2004-10-14* Factor out (into new fn) a loop emitting operand shifts into the instructionMisha Brukman
2004-10-14* Add option to read isLittleEndianEncoding for InstrInfo classesMisha Brukman
2004-10-13Patch to make VS happier, thanks to Morten Ofstad for pointing this out.Chris Lattner