Fixing a typo in configure.ac.
[oota-llvm.git] / utils /
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFor PR1195:
2007-02-14 Chris Lattnerremove obsolete path
2007-02-07 Jim LaskeyAutomatically generating intrinsic declarations from...
2007-02-06 Reid SpencerSet the new NO_INSTALL flag for build-only tools.
2007-02-06 Jim LaskeyError check and eliminate unnecessary value.
2007-02-06 Jim LaskeyRegenerate.
2007-02-06 Jim LaskeyDeemed too cute to live.
2007-02-06 Jim LaskeyRegenerate.
2007-02-06 Jim LaskeySupport var arg intrinsics.
2007-02-05 Reid SpencerUse opt to generate the list of passes to run.
2007-01-26 Jim LaskeyMake the constant honest.
2007-01-26 Jim LaskeyFiles missing from LABEL check in.
2007-01-17 Chris LattnerMake tblgen error more useful. Patch by B. Scott Michel
2007-01-17 Reid SpencerFix this tool for use on Darwin which requires the...
2007-01-16 Reid SpencerJoin two lines that caused awk to squak on some platforms.
2007-01-12 Reid SpencerFor PR1064:
2007-01-11 Reid SpencerPut in some needed \ at the end of lines!!!
2006-12-31 Reid SpencerFor PR950:
2006-12-18 Reid SpencerRemove some clutter and make it keep going instead...
2006-12-12 Jim LaskeyIgnore entries with blank names.
2006-12-12 Jim LaskeyRollback changes to take a different tack.
2006-12-12 Jim LaskeyHonor the command line specification for machine type.
2006-12-11 Reid SpencerProvide a script that can track down which optimization...
2006-12-09 Reid SpencerAllow the input of the test program to be specified.
2006-12-08 Reid SpencerAdd the -ldl library option.
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-12-01 Evan ChengMatch TargetInstrInfo changes.
2006-11-25 Reid SpencerOnly show the first few lines of difference.
2006-11-24 Reid SpencerAdd an option to enable lli (interpreter mode) testing.
2006-11-22 Reid SpencerStop early if there is no mis-optimization.
2006-11-20 Chris LattnerFix PR1001, patch by Nikhil Patil!
2006-11-18 Reid SpencerMake the awk filter print out which files its eliminating.
2006-11-18 Reid SpencerThis is a utility for preparing patches against LLVM...
2006-11-18 Reid SpencerProvide a list of gccld optimization switches.
2006-11-17 Evan ChengAdd opcode to TargetInstrDescriptor.
2006-11-16 Reid SpencerUse a release version of bugpoint, if found. Include...
2006-11-15 Chris LattnerRemove the isTwoAddress property from the CodeGenInstru...
2006-11-15 Chris LattnerADd support for adding constraints to suboperands
2006-11-14 Chris Lattnerrestore some 'magic' code that I removed: it is needed...
2006-11-14 Chris Lattnerminimal hack to get patterns whose result type is iPTR...
2006-11-14 Chris Lattnerremove some dead code
2006-11-14 Chris LattnerAdd support for nodes that return iPTR.
2006-11-14 Chris Lattnerchanges to get ptr_rc to be accepted in patterns. ...
2006-11-14 Chris LattnerFix a bug handling nodes with variable arguments. ...
2006-11-13 Reid SpencerAdd some output so the user is informed while they...
2006-11-11 Reid SpencerAdd -lstdc++ to the link line for C++ programs.
2006-11-10 Chris Lattnerallow ptr_rc to explicitly appear in an instructions...
2006-11-09 Evan ChengRemove M_2_ADDR_FLAG.
2006-11-09 Reid SpencerDon't run bugpoint if we can't find a misoptimization.
2006-11-09 Reid SpencerPrint a usage message if too few arguments to program.
2006-11-09 Reid SpencerAdd a utility script to find a mis-optimization problem...
2006-11-08 Evan ChengDivide select methods into groups by SelectionDAG node...
2006-11-08 Evan ChengAlways pass the root node to ComplexPattern isel matchi...
2006-11-07 Chris Lattneremit TIED_TO correctly
2006-11-06 Chris LattnerMark predicate operands as such in operand info.
2006-11-06 Chris Lattnersimplify the way operand flags and constraints are...
2006-11-06 Chris Lattnerrecognize ppc's blr instruction as predicated
2006-11-05 Chris Lattnerregenerate
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-11-04 Evan ChengClean up some code.
2006-11-04 Chris LattnerParse PredicateOperand's. When an instruction takes...
2006-11-04 Chris LattnerFirst steps to getting PredicateOperand's to work....
2006-11-03 Chris Lattnereliminate need for the NumMIOperands field in Operand.
2006-11-03 Reid SpencerRemove an unused variable.
2006-11-03 Chris Lattnersilence warning
2006-11-03 Reid SpencerDon't write out variables that are never used.
2006-11-03 Chris Lattnersilence warnings
2006-11-02 Reid SpencerRevert last patch which causes tblgen to segfault ...
2006-11-02 Reid SpencerFor PR786:
2006-11-02 Reid SpencerFor PR786:
2006-11-01 Evan ChengTied-to constraint must be op_with_larger_idx = op_with...
2006-11-01 Evan ChengNot meant to be checked in.
2006-11-01 Evan ChengAdd operand constraints to TargetInstrInfo.
2006-10-19 Reid Spencer80 cols fix.
2006-10-16 Evan ChengPassing isel root and use operands to ComplexPattern...
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.
next