test
[oota-llvm.git] / utils /
2006-10-14 Evan ChengWhen checking if a load can be folded, we check if...
2006-10-12 Evan ChengReally remove dead nodes from isel queue.
2006-10-12 Evan ChengUse RemoveDeadNode to kill dead node.
2006-10-12 Evan ChengPrior load folding check on chain operand was too stric...
2006-10-11 Evan ChengAdded properties such as SDNPHasChain to ComplexPattern.
2006-10-11 Chris Lattnerregenerate
2006-10-11 Chris LattnerAdd support for let expressions around an mdef. This...
2006-10-11 Chris LattnerSpecial case tblgen generated code for patterns like...
2006-10-11 Chris LattnerSplit some code out into a new method. The generated...
2006-10-09 Evan ChengPredicate function on the node should be matched before...
2006-10-07 Chris Lattnerregenerate
2006-10-07 Chris LattnerBugfix: this allows multiclasses to have default arguments.
2006-10-04 Chris LattnerFix more static dtor issues
2006-09-29 Jim LaskeyWrong directory.
2006-09-28 Jim LaskeyFix search file for -release.
2006-09-28 Jim LaskeyAdd support for -release-asserts.
2006-09-27 Chris LattnerThis:
2006-09-26 Chris LattnerActually, name the method PrintSpecial to match other...
2006-09-26 Chris LattnerAdd support for ${:foo} syntax, where "foo" is passed...
2006-09-21 Chris Lattnerdon't allow 'imm' or specific imms, like '1' on the...
2006-09-21 Chris LattnerFit to 80 columns.
2006-09-20 Jim LaskeyTrim the home directory from the dejagnu test
2006-09-19 Evan ChengAllow PatFrag to be a leaf node.
2006-09-19 Evan ChengAdd result of a Xform to isel queue.
2006-09-19 Chris LattnerIf multiple predicates are listed, they must all pass
2006-09-18 Chris LattnerThere!
2006-09-18 Chris LattnerFix Regression/TableGen/2006-09-18-LargeInt.td
2006-09-15 Jim LaskeySwitching to NewNightlyTest.php
2006-09-14 Chris LattnerRelax this check.
2006-09-11 Jim LaskeyNo longer used, and confuses maintainers
2006-09-11 Evan Cheng1) With X86 lowering change, the following can no longe...
2006-09-08 Evan ChengGenerated isel should favors explicit constant operand...
2006-09-05 Chris LattnerFix JIT encoding of two-addr instructions.
2006-09-05 Chris LattnerFix a long-standing wart in the code generator: two...
2006-09-01 Chris LattnerMake sure to clear CurDefmPrefix = 0, otherwise stuff...
2006-09-01 Chris Lattnerfix an assertion with multidefs. Def inside of multicl...
2006-09-01 Chris Lattnerregenerate
2006-09-01 Chris LattnerAdd often-requested support for defining "multiclasses...
2006-08-29 Evan ChengIssue cvs co with -P option to prune empty directories...
2006-08-28 Reid SpencerAdd virtual methods to all subclasses so they are not...
2006-08-27 Chris LattnerUse compiler.h instead of hand rolling our own macro
2006-08-27 Evan ChengDo not emit getTargetNode() and SelectNodeTo() which...
2006-08-26 Evan ChengSelectNodeTo now returns a SDNode*.
2006-08-26 Evan ChengMinor getCopyToReg() call change.
2006-08-26 Evan ChengSelect() no longer require Result operand by reference.
2006-08-26 Evan ChengRemove dead code.
2006-08-26 Evan ChengA bit more clean up.
2006-08-26 Evan Cheng- Clean up tablegen dag isel generator code.
2006-08-22 Patrick JenkinsCorrected an error that was introduced yesterday that...
2006-08-21 Patrick JenkinsThe new nightly tester should stop outputing a message...
2006-08-18 Patrick JenkinsThese changes reflect the changes in the database for...
2006-08-17 Patrick JenkinsChanging the format dejagnu tests are submitted. We...
2006-08-16 Patrick JenkinsMy last commit added some experimental features I have...
2006-08-16 Patrick JenkinsChanged the call to countloc.sh so that the correct...
2006-08-16 Evan ChengSelectNodeTo() may return a SDOperand that is different...
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
next