summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/AsmMatcherEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* a bunch of random cleanup, move a helper to CGT where it belongs.Chris Lattner2010-11-021-50/+35
* add and update comments.Chris Lattner2010-11-021-2/+9
* refactor/cleanup MatchableInfo by eliminating the Tokens array,Chris Lattner2010-11-021-126/+127
* rename operands -> asmoperands to be more descriptive.Chris Lattner2010-11-021-28/+30
* fix computation of ambiguous instructions to not ignore the mnemonic.Chris Lattner2010-11-011-3/+7
* give MatchableInfo::Operand a constructorChris Lattner2010-11-011-11/+7
* Implement enough of the missing instalias support to getChris Lattner2010-11-011-4/+8
* rename InstructionInfo -> MatchableInfo since it nowChris Lattner2010-11-011-65/+74
* refactor initialization of InstructionInfo to be sharable betweenChris Lattner2010-11-011-27/+46
* make the asm matcher emitter reject instructions that have commentsChris Lattner2010-11-011-33/+24
* refactor InstructionInfo to not have a pointer to CodeGenInstructionChris Lattner2010-11-011-88/+89
* define a new CodeGenInstAlias. It has an asmstring and operand list for now,Chris Lattner2010-11-011-0/+9
* factor the operand list (and related fields/operations) out of Chris Lattner2010-11-011-15/+16
* avoid needless throw/catch/rethrow, stringref'ize some simple stuff.Chris Lattner2010-11-011-5/+2
* eliminate the old InstFormatName which is always "AsmString",Chris Lattner2010-11-011-1/+1
* all predicates on an MnemonicAlias must be AssemblerPredicates.Chris Lattner2010-11-011-6/+10
* change the singleton register handling code to be based on Record*'sChris Lattner2010-11-011-48/+41
* Give AsmMatcherInfo a CodeGenTarget, which simplifies a bunch ofChris Lattner2010-11-011-83/+92
* move FlattenVariants out of AsmMatcherEmitter into a sharedChris Lattner2010-11-011-51/+4
* add a FIXME, $lane in ARM is an issue that needs to be resolved beforeChris Lattner2010-11-011-1/+2
* reject instructions that contain a \n in their asmstring. MarkChris Lattner2010-11-011-7/+10
* fix the !eq operator in tblgen to return a bit instead of an int.Chris Lattner2010-10-311-15/+0
* two changes: make the asmmatcher generator ignore ARM pseudos properly,Chris Lattner2010-10-311-8/+16
* reapply r117858 with apparent editor malfunction fixed (somehow I Chris Lattner2010-10-311-28/+23
* revert r117858 while I check out a failure I missed.Chris Lattner2010-10-311-26/+29
* the asm matcher can't handle operands with modifiers (like ${foo:bar}).Chris Lattner2010-10-311-29/+26
* have GetAliasRequiredFeatures get its features fromChris Lattner2010-10-301-30/+22
* simplify code that creates SubtargetFeatureInfo, ensuring that features Chris Lattner2010-10-301-19/+33
* fix typos and some serious bugs in feature handling (but not forChris Lattner2010-10-301-3/+7
* Resolve a terrible hack in tblgen: instead of hardcodingChris Lattner2010-10-301-28/+12
* Implement (and document!) support for MnemonicAlias's to have Requires Chris Lattner2010-10-301-13/+65
* fix build problemChris Lattner2010-10-301-3/+3
* diagnose targets that define two alises with the same 'from' mnemonicChris Lattner2010-10-301-5/+30
* emit the mnemonic aliases in their own helper function instead ofChris Lattner2010-10-301-6/+17
* implement (and document!) the first kind of MC assembler alias, which Chris Lattner2010-10-301-4/+26
* trailing whitespaceJim Grosbach2010-10-291-85/+85
* fix the asmmatcher generator to handle targets with no RegisterPrefixChris Lattner2010-10-281-22/+34
* A few 80 column cleanupsJim Grosbach2010-10-081-1/+2
* attempt to appease msvcChris Lattner2010-09-071-0/+3
* fix comment typosGabor Greif2010-09-071-2/+2
* generalize my previous operand loc info hack. If the same operandChris Lattner2010-09-061-7/+9
* in the case where an instruction only has one implementationChris Lattner2010-09-061-10/+27
* Now that we know if we had a total fail on the instruction mnemonic, Chris Lattner2010-09-061-4/+9
* simplify DEBUG_WITH_TYPE usageChris Lattner2010-09-061-13/+10
* this if can now be an assert.Chris Lattner2010-09-061-2/+2
* ;Chris Lattner2010-09-061-1/+1
* now that the opcode is trivially exposed, start matching instructionsChris Lattner2010-09-061-6/+22
* emit the match table at global scope instead of within the Chris Lattner2010-09-061-20/+25
* special case the mnemonic operand of the instruction in the Chris Lattner2010-09-061-8/+29
* The "ambiguous instructions" check only produces anything with -debug,Chris Lattner2010-09-061-21/+22
OpenPOWER on IntegriCloud