TableGen/ARM64: print aliases even if they have syntax variants.
[oota-llvm.git] / utils / TableGen / AsmMatcherEmitter.cpp
2014-05-15 Tim NorthoverTableGen/ARM64: print aliases even if they have syntax...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2014-03-29 Benjamin Kramertblgen: Twinify PrintFatalError.
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-03-01 Benjamin KramerNow that we have C++11, turn simple functors into lambd...
2013-10-12 Will DietzAdd missing #include's to cctype when using isdigit...
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-09-16 Tim NorthoverTableGen: fix constness of new comparison function.
2013-09-16 Tim NorthoverTableGen: give asm match classes deterministic order.
2013-09-16 Tim NorthoverAsmMatcher: emit subtarget feature enum in deterministi...
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-08-29 Craig TopperMove StringToOffsetTable into the TableGen include...
2013-08-12 Richard SandifordRevert r188164: Stablize MCK_Reg ordering in AsmMatcher...
2013-08-12 Richard SandifordStablize MCK_Reg ordering in AsmMatcherEmitter
2013-08-06 Reid KlecknerRemove some std stream usage from Support and TableGen
2013-08-01 Vladimir MedicMoving definition of MnemonicContainsDot field from...
2013-07-24 Craig TopperSplit generated asm mnemonic matching table into a...
2013-07-16 Vladimir MedicThis patch allows targets to define weather the instruc...
2013-07-15 Aaron BallmanTeaching llvm-tblgen to not emit a switch statement...
2013-04-27 Ulrich WeigandHandle tied sub-operands in AsmMatcherEmitter
2013-04-18 Chad Rosier[asm parser] Add support for predicating MnemonicAlias...
2013-02-06 Jim GrosbachAllow targets to add custom asm operand matching logic.
2013-01-15 Chad Rosier[ms-inline asm] Address the FIXME in AsmParser.cpp.
2013-01-10 Tim NorthoverRemove locale-dependence of enum mangling and use exist...
2013-01-10 Tim NorthoverMake TableGen mangle operand method names before puttin...
2012-12-04 Chandler CarruthSort the #include lines for utils/...
2012-10-25 Joerg SonnenbergerRemove exception handling usage from tblgen.
2012-10-12 Chad Rosier[ms-inline asm] Use the new API introduced in r165830...
2012-10-10 Sean Silvatblgen: Use semantically correct RTTI functions.
2012-10-10 Sean Silvatblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
2012-10-05 Chad Rosier[ms-inline asm] Add a few typedefs to simplify future...
2012-10-03 Chad Rosier[ms-inline asm] Default to the 'm' constraint. This...
2012-10-02 Chad RosierFix 80-column violations. Cleanup whitespace in generat...
2012-10-01 Chad Rosier[ms-inline asm] Add the convertToMapAndConstraints...
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-21 Chad Rosier[ms-inline asm] Expose the mnemonicIsValid() function...
2012-09-21 Chad RosierWhitespace.
2012-09-19 Sean SilvaIterate deterministicaly over ClassInfo*'s
2012-09-19 Sean SilvaIterate deterministically over register classes
2012-09-18 Craig TopperMake custom operand parsing mnemonic indices use the...
2012-09-18 Craig TopperUse variable type for index into mnemonic table. Shrink...
2012-09-18 Craig TopperMark asm matcher conversion table as const.
2012-09-18 Craig TopperFix typo in comment. No functional change.
2012-09-15 Dmitri GribenkoFix Doxygen issues: wrap code examples in \code and...
2012-09-12 Jim GrosbachTableGen: Convert an assert() to a proper diagnostic.
2012-09-05 Chad RosierFix function name per coding standard.
2012-09-05 Chad RosierFix function name per coding standard.
2012-09-03 Chad Rosier[ms-inline asm] Make comment more verbose and add an...
2012-09-03 Chad Rosier[ms-inline asm] Asm operands can map to one or more...
2012-09-03 Chad Rosier[ms-inline asm] Add an interface to the GetMCInstOperan...
2012-09-03 Chad RosierRemove extraneous return.
2012-09-03 Chad Rosier[ms-inline asm] Return the MCOperandNum instead of...
2012-09-03 Chad RosierRemoved unused argument.
2012-09-03 Chad Rosier[ms-inline asm] Expose the Kind and Opcode variables...
2012-08-31 Chad RosierRemove an unused argument. The MCInst opcode is set...
2012-08-31 Chad RosierWith the fix in r162954/162955 every cvt function retur...
2012-08-30 Chad RosierWhitespace.
2012-08-30 Chad RosierWhitespace.
2012-08-30 Chad RosierHoist a check to eliminate obvious mismatches as early...
2012-08-30 Chad Rosier[ms-inline asm] Add a new function, GetMCInstOperandNum...
2012-08-29 Andrew TrickFix a nondeterminism in the ARM assembler.
2012-08-22 Jakob Stoklund OlesenPrint out the location of expanded multiclass defs...
2012-08-22 Jim GrosbachTblGen: Make asm-matcher ConvertToMCInst() table driven.
2012-08-21 Chad RosierFormatting. No functional change.
2012-08-17 Akira HatanakaAdd stub methods for mips assembly matcher.
2012-08-04 Bill WendlingRemove extraneous ';'.
2012-07-16 Owen AndersonDefer checking for registers in the MC AsmMatcher until...
2012-07-12 Jim GrosbachTableGen: Assembly matcher 'insufficient operands'...
2012-06-26 Jim GrosbachTableGen: AsmMatcher diagnostics preference detail.
2012-06-22 Jim GrosbachTableGen: AsmMatcher support for better operand diagnos...
2012-06-18 Jim GrosbachTableGen: AsmMatcher missing-features list minimization.
2012-06-11 Jakob Stoklund OlesenWrite llvm-tblgen backends as functions instead of...
2012-05-06 Jim GrosbachTableGen: AsmMatcher diagnostic when missing instructio...
2012-05-02 Douglas GregorMove llvm-tblgen's StringMatcher into the TableGen...
2012-04-25 Craig TopperAdd ifdef around getSubtargetFeatureName in tablegen...
2012-04-24 Jim GrosbachARM: improved assembler diagnostics for missing CPU...
2012-04-19 Jim GrosbachTableGen support for auto-generating assembly two-opera...
2012-04-19 Jim GrosbachUse a SmallVector instead of std::vector for ResOperands.
2012-04-19 Jim GrosbachUpdate some internal naming conventions to modern style.
2012-04-18 Jim GrosbachFix typo.
2012-04-17 Jim GrosbachSanity check error handling for TokenAlias.
2012-04-17 Jim GrosbachTidy up. 80 columns.
2012-04-11 Jim GrosbachTidy up. Remove hard tab characters.
2012-04-02 Craig TopperReorder fields in MatchEntry and OperandMatchEntry...
2012-03-15 Jakob Stoklund OlesenMake MnemonicTable const again. That part of r152202...
2012-03-15 Jakob Stoklund OlesenDon't assume all mnemonics fit in 64k.
2012-03-15 Jakob Stoklund OlesenRevert r152202: "Use uint16_t to store InstrNameIndices...
2012-03-08 Craig TopperRe-commit r152202 hopefully fixing the MSVC linker...
2012-03-07 Chad RosierRevert r152202 as it's causing internal buildbot failures.
2012-03-07 Craig TopperUse uint16_t to store InstrNameIndices in MCInstrInfo...
2012-03-03 Benjamin KramerPerform the string table optimization for OperandMatchE...
2012-03-03 Benjamin KramerShrink the asm matcher tables.
2012-03-01 Jim GrosbachRevert "Emit the SubRegTable with the smallest possible...
2012-02-29 Benjamin KramerEmit the SubRegTable with the smallest possible integer...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
next