aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* In the calling convention logic, ValVT is always a legal type,Duncan Sands2010-11-041-2/+2
* partition operand processing between aliases and instructions.Chris Lattner2010-11-041-8/+65
* pull name slicing out of BuildInstructionOperandReference soChris Lattner2010-11-041-16/+12
* cleanups.Chris Lattner2010-11-041-18/+22
* replace SrcOpNum with SrcOpName, eliminating a numering dependencyChris Lattner2010-11-041-26/+23
* strength reduce some code, resolving a fixme.Chris Lattner2010-11-041-66/+59
* take a big step to making aliases more general and less of a hack:Chris Lattner2010-11-041-112/+197
* Support generating an MC'ized CodeEmitter directly. Maintain a reference to theJim Grosbach2010-11-031-5/+18
* rename Operand -> AsmOperand for clarity.Chris Lattner2010-11-031-23/+17
* Inside the calling convention logic LocVT is always a simpleDuncan Sands2010-11-031-4/+4
* Break ARM addrmode4 (load/store multiple base address) into its constituentJim Grosbach2010-11-031-2/+2
* Completely reject instructions that have an operand in theirChris Lattner2010-11-021-18/+12
* make MatchableInfo::Validate reject instructions (like LDR_PRE in ARM)Chris Lattner2010-11-021-6/+31
* rewrite EmitConvertToMCInst to iterate over the MCInst operands,Chris Lattner2010-11-022-99/+76
* merge two large parallel loops in EmitConvertToMCInst, no changeChris Lattner2010-11-021-64/+40
* a bunch of random cleanup, move a helper to CGT where it belongs.Chris Lattner2010-11-023-50/+52
* Revert r114340 (improvements in Darwin function prologue/epilogue), as it brokeJim Grosbach2010-11-021-0/+6
* 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
* Tidy up.Jim Grosbach2010-11-021-3/+0
* 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-013-10/+18
* 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-013-1/+37
* factor the operand list (and related fields/operations) out of Chris Lattner2010-11-0113-301/+340
* avoid needless throw/catch/rethrow, stringref'ize some simple stuff.Chris Lattner2010-11-013-10/+7
* eliminate the old InstFormatName which is always "AsmString",Chris Lattner2010-11-014-11/+6
* 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-014-121/+98
* 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 a crash on:Chris Lattner2010-10-311-1/+2
* fix the !eq operator in tblgen to return a bit instead of an int.Chris Lattner2010-10-312-16/+1
* 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 a fixme in stringmatcher, having it generate nice looking code if theChris Lattner2010-10-301-3/+12
* 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