Bugfixes for smallvector when the element size is small and N is small.
[oota-llvm.git] / utils /
2006-08-15 Chris LattnerThe generated runloop shouldn't require Select to updat...
2006-08-15 Chris Lattnerallow Select to return the node being selected if RAU...
2006-08-15 Reid SpencerSimplify this a little bit.
2006-08-15 Reid SpencerThis script takes arguments so remove the check for...
2006-08-14 Reid SpencerMake all tools that use llvmdo have a -topdir option...
2006-08-14 Patrick JenkinsAdded some comments to clarify code around sub TestDire...
2006-08-13 Reid Spencer1. fix bug by ensuring we start at the llvm source...
2006-08-13 Reid SpencerCount the documentation. Otherwise we take a 30,000...
2006-08-13 Reid SpencerUse the new -code-only option to llvmdo so that we...
2006-08-13 Reid SpencerAdd a -code-only option which restricts llvmdo to visit...
2006-08-13 Reid SpencerChanges for LLVM coding standard compliance:
2006-08-11 Reid SpencerLexer.cpp is a generated file both in lib/AsmParser...
2006-08-11 Reid SpencerWeed out some cruft and add in some missing extensions.
2006-08-11 Reid SpencerWeed out cruft that should not be counted and add in...
2006-08-11 Patrick JenkinsAdded two flags (-submit-server and -submit-script...
2006-08-11 Reid SpencerMake this script not care where it is run from by getti...
2006-08-11 Reid SpencerMake llvmdo and llvmgrep invulnerable to where they...
2006-08-11 Reid SpencerClean up the HTML output. Add a -filedetails option...
2006-08-11 Reid SpencerRemove blank line at end of file, removing test user...
2006-08-11 Reid SpencerDrop the -details option, it was broken. If you want...
2006-08-11 Evan ChengUse SmallVector instead.
2006-08-11 Evan Cheng- Prevent some functions from being inlined to eliminat...
2006-08-09 Reid SpencerFix a comment.
2006-08-09 Chris LattnerRevert previous patch
2006-08-09 Tanya LattnerReverting back to original 1.8 version so I can manuall...
2006-08-09 Evan ChengMerge some NightlyTest.pl changes.
2006-08-08 Chris LattnerStart eliminating temporary vectors used to create...
2006-08-08 Patrick JenkinsRemoved unneccesary output from nightly tester
2006-08-07 Evan ChengMaking TableGen'd instruction selection code non-recurs...
2006-08-07 Patrick JenkinsReinstated the sending of a list of all dejagnutests...
2006-08-06 Patrick Jenkinsno longer sending the list of all dejagnu tests because...
2006-08-04 Patrick JenkinsChanged a = to a .= so we now append tests we have...
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...
next