Don't keep the log files around. Just pipe to a log file instead.
[oota-llvm.git] / utils / TableGen / CodeGenInstruction.cpp
2011-01-26 Bob WilsonImprove the AsmMatcher's ability to handle suboperands.
2011-01-26 NAKAMURA TakumiTableGen: PointerLikeRegClass can be accepted to operand.
2011-01-26 NAKAMURA TakumiFix whitespace.
2011-01-20 Bob WilsonMove InstAlias check of argument types to a separate...
2011-01-20 Bob WilsonFix broken check for InstAlias argument used with diffe...
2011-01-20 Bob WilsonPrecompute InstAlias operand mapping to result instruct...
2011-01-14 Bob WilsonFix some tablegen issues to allow using zero_reg for...
2010-11-17 Evan ChengRemove ARM isel hacks that fold large immediates into...
2010-11-15 Chris Lattneradd fields to the .td files unconditionally, simplifyin...
2010-11-06 Chris Lattneradd (and document) the ability for alias results to...
2010-11-06 Chris Lattnergeneralize alias support to allow the result of an...
2010-11-06 Chris Lattnerfix a bug where we had an implicit assumption that the
2010-11-06 Chris Lattnerfix some bugs in the alias support, unblocking changing...
2010-11-06 Chris LattnerReimplement BuildResultOperands to be in terms of the...
2010-11-06 Chris Lattnerimplement more checking to reject things like:
2010-11-06 Chris Lattnerdecode and validate instruction alias result definitions.
2010-11-06 Chris Lattnerdisolve a hack, having CodeGenInstAlias decode the...
2010-11-01 Chris LattnerImplement enough of the missing instalias support to get
2010-11-01 Chris Lattnerdefine a new CodeGenInstAlias. It has an asmstring...
2010-11-01 Chris Lattnerfactor the operand list (and related fields/operations...
2010-11-01 Chris Lattneravoid needless throw/catch/rethrow, stringref'ize some...
2010-11-01 Chris Lattnereliminate the old InstFormatName which is always "AsmSt...
2010-11-01 Chris Lattnermove FlattenVariants out of AsmMatcherEmitter into...
2010-10-12 Jim GrosbachAllow targets to optionally specify custom binary encod...
2010-10-11 Jim GrosbachWhen figuring out which operands match which encoding...
2010-09-23 Owen AndersonRevert r114703 and r114702, removing the isConditionalM...
2010-09-23 Owen AndersonAdd an TargetInstrDesc bit to indicate that a given...
2010-08-08 Bill WendlingAdd back in r109901, which adds a Compare flag to the...
2010-08-06 Bill WendlingRevert r109901. The implementation of <rdar://problem...
2010-07-30 Bill WendlingAdd a "Compare" flag to the target instruction descript...
2010-06-21 Eric ChristopherRemove isTwoAddress from llvm.
2010-03-27 Chris Lattnerhoist some funky logic into CodeGenInstruction
2010-03-18 Chris Lattnercapture implicit uses and defs in CodeGenInstruction
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-02-27 Dan GohmanThe mayHaveSideEffects flag is no longer used.
2010-02-10 Chris LattnerIntroduce a new CodeGenInstruction::ConstraintInfo...
2010-01-11 Benjamin KramerReimplement getToken and SplitString as "StringRef...
2009-12-16 Jim GrosbachAdd @earlyclobber TableGen constraint
2009-12-15 Jim Grosbachwhitespace
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
2009-10-01 Evan ChengAdd instruction flags: hasExtraSrcRegAllocReq and hasEx...
2009-08-26 Bob WilsonFix bad length argument to substr calls. Apparently...
2009-04-23 David GreeneMake BinOps typed and require a type specifier for...
2009-04-22 David GreeneImplement !nameconcat to concatenate strings and look...
2008-12-03 Dan GohmanRename isSimpleLoad to canFoldAsLoad, to better reflect...
2008-10-27 Matthijs KooijmanRemove redundant word in tblgen error message.
2008-10-02 Dale JohannesenHandle some 64-bit atomics on x86-32, some of the time.
2008-05-31 Dan GohmanTeach the DAGISelEmitter to not compute the variable_op...
2008-05-29 Dan GohmanFix a tblgen problem handling variable_ops in tblgen...
2008-05-28 Bill WendlingAdd a flag to indicate that an instruction is as cheap...
2008-03-15 Evan ChengRemove isImplicitDef TargetInstrDesc flag.
2008-03-11 Christopher LambRecommitting changes after more testing. These appear...
2008-03-10 Evan ChengRevert 48125, 48126, and 48130 for now to unbreak some...
2008-03-10 Christopher LambAdd support in TableGen for unknown operands that infer...
2008-01-10 Chris LattnerStart inferring side effect information more aggressive...
2008-01-08 Chris Lattneradd a mayLoad property for machine instructions, a...
2008-01-07 Chris Lattnerrename hasVariableOperands() -> isVariadic(). Add...
2008-01-07 Chris Lattnerthe name field of instructions is never set to a non...
2008-01-06 Chris Lattnerrename isLoad -> isSimpleLoad due to evan's desire...
2008-01-06 Chris Lattnerrename isStore -> mayStore to more accurately reflect...
2008-01-06 Chris LattnerSplit the impl of CodeGenInstruction out to its own...