TableGen/ARM64: print aliases even if they have syntax variants.
[oota-llvm.git] / utils / TableGen / CodeGenInstruction.cpp
2014-05-15 Tim NorthoverTableGen/ARM64: print aliases even if they have syntax...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-29 Benjamin Kramertblgen: Twinify PrintFatalError.
2014-03-29 Tim NorthoverTableGen: avoid dereferencing nullptr variable
2014-02-05 Craig TopperShrink the size of CodeGenInstruction a little bit...
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-08-22 Tim NorthoverARM: use TableGen patterns to select CMOV operations.
2013-08-16 Aaron BallmanFixing a warning about control reaching the end of...
2012-12-04 Chandler CarruthSort the #include lines for utils/...
2012-10-25 Joerg SonnenbergerRemove exception handling usage from tblgen.
2012-10-20 Lang HamesAllow the commuted form of tied-operand constraints...
2012-10-10 Sean Silvatblgen: Use semantically correct RTTI functions.
2012-10-10 Sean Silvatblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
2012-09-11 Owen AndersonImprove tblgen code cleanliness: create an unknown_clas...
2012-08-24 Jakob Stoklund OlesenHeed guessInstructionProperties, and stop warning on...
2012-08-23 Jakob Stoklund OlesenTristate mayLoad, mayStore, and hasSideEffects.
2012-08-22 Jakob Stoklund OlesenPrint out the location of expanded multiclass defs...
2012-08-16 Jakob Stoklund OlesenAdd an MCID::Select flag and TII hooks for optimizing...
2012-06-08 Owen AndersonTeach the AsmMatcherEmitter to allow InstAlias' where...
2011-11-15 Jim GrosbachARM parsing datatype suffix variants for fixed-writebac...
2011-11-15 Jim GrosbachTidy up. Formatting.
2011-10-28 Jim GrosbachAllow InstAlias's to use immediate matcher patterns...
2011-10-28 Jim GrosbachAllow register classes to match a containing class...
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2011-09-20 Andrew TrickRestore hasPostISelHook tblgen flag.
2011-09-20 Andrew TrickARM isel bug fix for adds/subs operands.
2011-08-30 Evan ChengFollow up to r138791.
2011-08-19 Jim GrosbachAllow non zero_reg explicit values for OptionalDefOpera...
2011-08-19 Jim GrosbachTidy up. Formatting.
2011-07-29 David GreeneUnconstify Inits
2011-07-29 David Greene[AVX] Constify Inits
2011-07-21 Chris Lattnermove tier out of an anonymous namespace, it doesn't...
2011-07-14 Benjamin KramerAdd a new field to MCOperandInfo that contains informat...
2011-07-11 Eric ChristopherRevert r134921, 134917, 134908 and 134907. They're...
2011-07-11 David Greene[AVX] Make Inits Foldable
2011-07-07 Jim GrosbachAdd isCodeGenOnly value to the CodeGenInstruction class.
2011-07-06 Jim GrosbachDon't require pseudo-instructions to carry encoding...
2011-06-27 Owen AndersonAdd support for alternative register names, useful...
2011-06-21 Jim GrosbachConsolidate some TableGen diagnostic helper functions.
2011-06-15 Jakob Stoklund OlesenGive CodeGenRegisterClass a real sorted member set.
2011-03-15 Evan Cheng- Add "Bitcast" target instruction property for instruc...
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...
next