Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.
[oota-llvm.git] / utils /
2006-08-04 Patrick JenkinsMade some more changes to the print statements in the...
2006-08-04 Patrick JenkinsEncapsulated all of the print statements in "if( $VERBO...
2006-08-04 Patrick JenkinsWe should now send the correct list of dejagnu tests...
2006-08-03 Reid SpencerPrint an error message if the lib directory (first...
2006-08-03 Patrick JenkinsOne of the directories we were searching in for .o...
2006-08-03 Chris LattnerRemove some extraneous newlines.
2006-08-03 Chris LattnerReally add support for compilers without noinline
2006-08-02 Patrick JenkinsWe now only search the following directories for .o...
2006-08-02 Patrick JenkinsRemoved some dead code and hopefully fixed the issue...
2006-08-01 Reid SpencerFix a problem with use of undefined variables. Print...
2006-08-01 Evan ChengPass N by reference to select functions to prevent...
2006-07-31 Evan ChengRemove an unneeded match condition: the type check...
2006-07-29 Andrew Lenharthfix externals
2006-07-28 Evan ChengSplit each select function for a particular opcode...
2006-07-28 Evan ChengClean up.
2006-07-28 Patrick JenkinsRemoved some unneccesary printing from the nightly...
2006-07-28 Evan ChengRename IsFoldableBy to CanBeFoldedleBy
2006-07-28 Evan ChengRemove InFlightSet hack. No longer needed.
2006-07-27 Reid SpencerChanges to support cross-compiling LLVM. The GenLibDeps...
2006-07-27 Patrick JenkinsRemoved some unneccesary print statemnts
2006-07-27 Patrick JenkinsChangeDir now returns the correct value
2006-07-27 Evan ChengRemove dead code.
2006-07-27 Patrick JenkinsFixed a stupid error where changedir returned false...
2006-07-27 Patrick JenkinsAdded more descriptive output to singlesource,multisour...
2006-07-27 Patrick JenkinsRemoved some clutter that was left over from development.
2006-07-27 Evan ChengLet each target specific isel provide routine to check...
2006-07-27 Patrick JenkinsI made a stupid mistake when adding support for -use...
2006-07-27 Patrick Jenkinsadded support for the -use-gmake option. This will...
2006-07-27 Patrick JenkinsThis change will allow support for SunOS to the testing...
2006-07-26 Evan ChengFix for bug 840. Only use noinline attribute if gcc...
2006-07-25 Reid SpencerAdd a feature for debugging library dependency cycles...
2006-07-23 Patrick JenkinsFixing a syntax error and adding buildtype to the ...
2006-07-23 Patrick JenkinsWhen the ability to gather .a and .o file sizes was...
2006-07-22 Patrick Jenkinsadded status message during nightly test
2006-07-21 Evan ChengRemoved a hack intended to allow (store (op (load)...
2006-07-21 Patrick JenkinsAdded a check to skip dejagnu test results gathering...
2006-07-21 Patrick JenkinsFixed an issue of variable scope that prevented file...
2006-07-21 Jim LaskeyEliminate data relocations by using NULL instead of...
2006-07-21 Jim LaskeyUse an enumeration to eliminate data relocations.
2006-07-21 Patrick JenkinsAdded code to get .a and .o file sizes and submit them...
2006-07-21 Patrick JenkinsFixed issue where nightly test always tells you you...
2006-07-21 Patrick JenkinsThe nightly tester will no longer report numbers instea...
2006-07-20 Evan ChengAlso checks for noResults field.
2006-07-20 Patrick JenkinsWe now fail and print an error message if a nightly...
2006-07-20 Patrick JenkinsFixed a problem that caused the script to abort right...
2006-07-19 Patrick JenkinsRemoved the portion that determines which tests are...
2006-07-19 Evan ChengMake sub- and super- register classes const.
2006-07-19 Chris LattnerFix a bug handling instructions, like blr, which just...
2006-07-19 Evan ChengAdd code size to target instruction use it as the 3rd...
2006-07-18 Evan ChengMake sub- super- reg-class tables static.
2006-07-18 Patrick Jenkinsyet another change to get the correct gcc version for...
2006-07-18 Chris LattnerFix case where identical cases were not detected across...
2006-07-18 Chris LattnerFix an accidentally duplicated line that caused tblgen...
2006-07-18 Chris LattnerMaximally group commands. When all instructions within...
2006-07-18 Chris LattnerChange generator to remove operands as it processes...
2006-07-18 Chris LattnerHandle the last operand more intelligently. When emitt...
2006-07-18 Chris LattnerEmit switches with 1/2 cases as unconditional code...
2006-07-18 Chris LattnerSteal bits from the asm string index to use for operand...
2006-07-18 Chris LattnerMerge operand info and asmstr idx into a single 32...
2006-07-18 Patrick JenkinsMinor output changes.
2006-07-18 Chris LattnerCompletely change the structure of the generated asmpri...
2006-07-17 Patrick JenkinsIf a gccpath is specified when invoking the nightly...
2006-07-16 Evan ChengUse __attribute__((noinline)) only if compiled by gcc.
2006-07-16 Evan ChengParameterize target node ValueType to allow more sharin...
2006-07-15 Evan ChengReduce instruction selection code size and stack frame...
2006-07-14 Chris LattnerThe generated index array should be const.
2006-07-14 Chris LattnerEmit the string information for the asm writer as a...
2006-07-14 Patrick JenkinsFixed an issue where the user specified gcc was not...
2006-07-13 Jim LaskeyClean up.
2006-07-13 Jim Laskey1. Simplfy bit operations.
2006-07-13 Patrick JenkinsSyntax error. I will run perl -c before commiting perl...
2006-07-13 Patrick JenkinsFixed some small bugs exposed when trying to get a...
2006-07-12 Jim LaskeyMove base value of instruction to lookup table to prepa...
2006-07-11 Jim LaskeyIt was pointed out that DEBUG() is only available with...
2006-07-11 Jim LaskeyEnsure that dump calls that are associated with asserts...
2006-07-11 Jim LaskeyReduce bloat in target libraries by removing per machin...
2006-07-10 Patrick JenkinsFixed some output issues where newlines were not being...
2006-07-10 Patrick JenkinsFixed an issue that tried to cat externalprogramstable...
2006-07-07 Patrick JenkinsSyntax error in NewNightlyTest.pl
2006-07-07 Patrick JenkinsFixed a variable naming issue for the External Program...
2006-07-07 Patrick JenkinsUpdated comments at top of file to reflect relevant...
2006-07-07 Patrick JenkinsAdded the -noremoveresults option which will not remove...
2006-07-07 Patrick JenkinsFixed variable naming issue that prevented $Prefix...
2006-07-07 Chris Lattnertblgen uses EH
2006-07-06 Patrick JenkinsFixed a bug that looked for -Warnings.txt and -Tests...
2006-07-06 Patrick JenkinsThe first commit of NewNightlyTest.pl which instead...
2006-06-29 Evan ChengUgly hack! Add helper functions InsertInFlightSetEntry and
2006-06-29 Evan ChengAdded -disable-cbe to disable C backend testing.
2006-06-27 Evan ChengFix -extraflags
2006-06-20 Evan ChengRename EXTRA_FLAGS to EXTRA_OPTIONS.
2006-06-20 Chris LattnerFix an error message regression. Print:
2006-06-20 Chris LattnerDon't require src/dst patterns to be able to fully...
2006-06-20 Chris LattnerMake sure to use the result of the pattern to infer...
2006-06-16 Chris LattnerImprove a comment.
2006-06-15 Evan ChengInstructions with variable operands (variable_ops)...
2006-06-15 Evan ChengAllow more use of iPTR in patterns.
2006-06-14 Evan ChengAdded support for variable_ops.
2006-06-14 Evan ChengFix support for optional input flag.
2006-06-13 Evan ChenggetOperandNum(): error if specified operand number...
2006-06-12 Chris LattnerAdd a new -compileflags options, remove old externals...
next