Fix comment typo.
[oota-llvm.git] / utils / TableGen /
2010-03-24 Chris Lattneradd plumbing for handling multiple result nodes
2010-03-24 Chris Lattnerimplement SDTCisVTSmallerThanOp with EnforceSmallerThan
2010-03-24 Chris Lattnerbring sanity to EnforceVectorEltType
2010-03-23 Chris LattnerCleanup getImplicitType
2010-03-23 Chris Lattnerreject void in intrinsic type lists.
2010-03-22 Chris LattnerChange intrinsic result type for void to store it as...
2010-03-21 Daniel DunbarFix suggested parentheses warning.
2010-03-19 Eric ChristopherRevert r99009 temporarily it seems to be breaking the...
2010-03-19 Chris LattnerChange intrinsic result type for void to store it as...
2010-03-19 Chris Lattnermake getOperandNum a static function (since it's just...
2010-03-19 Chris Lattnermajor surgery on tblgen: generalize TreePatternNode
2010-03-19 Chris Lattnermake FillWithPossibleTypes take a predicate to filter...
2010-03-19 Chris Lattnerresolve fixme: we now infer the instruction-level ...
2010-03-19 Chris Lattneradd a new SDNPVariadic SDNP node flag, and use it in
2010-03-19 Chris Lattnerrewrite EnforceSmallerThan to be less bone headed.
2010-03-19 Daniel DunbarFix -Asserts warning.
2010-03-19 Chris Lattnereliminate the last use of EEVT::isUnknown
2010-03-19 Chris LattnerFinally change the instruction looking map to be a...
2010-03-19 Chris Lattnermake inst_begin/inst_end iterate over InstructionsByEnu...
2010-03-19 Chris Lattnerrevert 98912
2010-03-19 Chris Lattnermake inst_begin/inst_end iterate over InstructionsByEnu...
2010-03-19 Chris Lattnerchange Target.getInstructionsByEnumValue to return...
2010-03-19 Chris Lattnerfactor copy and paste code.
2010-03-19 Chris Lattnerdon't go through getInstructions().
2010-03-19 Chris Lattnerlook up instructions by record, not by name.
2010-03-18 Chris Lattnerexpand tblgen's support for instructions with implicit...
2010-03-18 Chris Lattnerinfer results of a pattern from implicit defs. This...
2010-03-18 Chris Lattnercapture implicit uses and defs in CodeGenInstruction
2010-03-18 Chris Lattnersimplify this code, the # of sets in the pattern for...
2010-03-18 Chris Lattnerdisallow concatenation of two dags with different opera...
2010-03-18 Chris Lattnerrewrite this to not artificially force concat the ins...
2010-03-18 Chris Lattnereliminate support for "ops" in the input/output list...
2010-03-18 Chris Lattnerremove some code that was working around old sparc...
2010-03-18 Daniel DunbarMC/AsmMatcher: Add support for target specific "instruc...
2010-03-18 Kovarththanan Raja... Add an extra newline to separate PP directives from...
2010-03-16 Bob Wilson--- Reverse-merging r98637 into '.':
2010-03-16 Johnny ChenInitial ARM/Thumb disassembler check-in. It consists...
2010-03-16 Chris Lattnerdon't form a RecordChild or CheckChildType for child...
2010-03-15 Chris Lattnereliminate some #if 0 code I added in r96905, type inference
2010-03-15 Chris LattnerCompletely rewrite tblgen's type inference mechanism,
2010-03-14 Evan ChengCheck in tablegen changes to fix disassembler related...
2010-03-08 Chris LattnerNode arguments to type casts can have names too. This...
2010-03-07 Chris Lattnerturn off debug spew
2010-03-07 Chris Lattnermore factoring.
2010-03-07 Chris Lattnerteach tblgen to be more aggressive when factoring Check...
2010-03-07 Chris Lattneradd some helper functions and implement isContradictory
2010-03-05 Mikhail GlushenkovMake it not an error to specify -O* options several...
2010-03-04 Chris Lattnerso hey, it turns out that the histogram was completely...
2010-03-04 Chris Lattnerzap fixme.
2010-03-04 Chris Lattnernow that complexpatterns are all emitted at the end...
2010-03-04 Chris Lattnerchange the new isel matcher to emit ComplexPattern...
2010-03-04 Chris Lattnerenhance comment output to specify what recorded slot
2010-03-03 Chris Lattnerintroduce a new SwitchTypeMatcher node (which is analog...
2010-03-02 Chris Lattnerthe sorting predicate should work for comparing an...
2010-03-02 Chris Lattnereliminate CodeGen/DAGISelHeader.h, it is empty now.
2010-03-02 Chris LattnerRewrite chain handling validation and input TokenFactor...
2010-03-02 Chris Lattneradd some missing \n's
2010-03-01 Chris Lattnerfixme resolved.
2010-03-01 Chris Lattnerremove a little hack I did for the old isel, not needed
2010-03-01 Chris Lattnerresolve some fixmes
2010-03-01 Chris Lattnerresolve a fixme and simplify code by moving insertion...
2010-03-01 Chris Lattnerresolve a fixme by having the .td file parser reject...
2010-03-01 Chris Lattnerremove dead code, simplify.
2010-03-01 Chris LattnerFix PR2590 by making PatternSortingPredicate actually be
2010-03-01 Chris Lattnertolerate factoring the *last* node for CellSPU.
2010-03-01 Chris Lattneroptimize tblgen compile time by eliminating the old...
2010-03-01 Chris Lattnerdon't emit the old sdnodexform stuff for the new isel.
2010-03-01 Chris LattnerTurn on the new isel by default. Here are some fun...
2010-03-01 Torok EdwinMissed a \n in previous commit.
2010-03-01 Torok EdwinAdd command-line flag to tblgen to turn off generating...
2010-03-01 Chris LattnerEmit type checks late instead of early, this encourages
2010-03-01 Chris LattnerEmit a redundant check for immediates at root context...
2010-03-01 Chris Lattnereliminate the CheckMultiOpcodeMatcher code and have...
2010-03-01 Chris Lattneradd a new OPC_SwitchOpcode which is semantically equivalent
2010-03-01 Chris Lattnerpull MarkFlagResult out from between an EmitNode/Comple...
2010-03-01 Chris Lattnerenhance RecordNode and RecordChild comments to indicate...
2010-03-01 Chris LattnerEmit redundant opcode checks for andimm and orimm tests...
2010-03-01 Chris Lattnerinline the node transforms and node predicates into...
2010-02-28 Chris Lattnersimplify some code now that chain/flag results are...
2010-02-28 Chris Lattnerdon't emit useless functions. These were producing
2010-02-28 Chris Lattnerchange a few opcodes to use VBRs instead of embedding
2010-02-28 Chris Lattnerenhance the EmitNode/MorphNodeTo operands to take a...
2010-02-28 Chris Lattneruse MorphNodeTo instead of SelectNodeTo. SelectNodeTo
2010-02-28 Chris Lattnerenhance the new isel to use SelectNodeTo for most patterns,
2010-02-28 Chris Lattnerenhance EmitNodeMatcher to keep track of the recorded...
2010-02-28 Chris Lattneradd infrastructure to support forming selectnodeto...
2010-02-28 Chris LattnerGeneralize my hack to use SDNodeInfo to find out when a
2010-02-27 Dan GohmanThe mayHaveSideEffects flag is no longer used.
2010-02-27 Chris Lattnerchange CheckOpcodeMatcher to hold the SDNodeInfo instead of
2010-02-27 Chris Lattneradd another case from the ppc backend. This is obvious...
2010-02-27 Chris Lattnerfix logic in DEBUG.
2010-02-27 Chris Lattnerteach the optimizer that opcode == ISD::STORE is contr...
2010-02-27 Chris LattnerTeach the grouper some simple tricks about looking...
2010-02-27 Chris Lattneruse DEBUG instead of DebugFlag directly so that this
2010-02-27 Chris Lattnerimplement a new optimization to sink pattern predicates...
2010-02-26 Chris Lattneradd some helpful comments to the emitter
2010-02-26 Chris Lattnerswitch from my nice hashtable based merging solution...
2010-02-26 Chris Lattnerfix same bug in CheckChainCompatibleMatcher::isEqualImpl
2010-02-26 Chris Lattnerfix a nasty bug in CheckTypeMatcher::isEqualImpl
2010-02-26 Chris Lattnerfinish off the factoring optimization along the lines...
next