aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Update build script after merge.jush2011-02-281-34/+35
* Merge LLVM upstream r119309 into honeyjush2011-02-2884-2410/+5725
|\
| * pull the code to get the operand value out of the loop.Chris Lattner2010-11-151-48/+58
| * split the giant encoder loop into two new helper functions.Chris Lattner2010-11-152-112/+129
| * reduce nesting and minor cleanups, no functionality change.Chris Lattner2010-11-151-87/+88
| * add fields to the .td files unconditionally, simplifying tblgen a bit.Chris Lattner2010-11-152-5/+4
| * FileCheck: Eliminate DOSish \r from input file.NAKAMURA Takumi2010-11-141-0/+5
| * ARM fixup encoding for direct call instructions (BL).Jim Grosbach2010-11-111-0/+2
| * Add support for specifying a PostEncoderMethod, which can perform post-proces...Owen Anderson2010-11-111-0/+4
| * Rename AccessesArguments and AccessesArgumentsReadonly, and rewriteDan Gohman2010-11-101-2/+2
| * Translate IntrReadArgMem to AccessesArgumentsReadonly.Dan Gohman2010-11-091-0/+2
| * pass literals like $$1 through to the asm matcher. This isn't right yet, but...Chris Lattner2010-11-061-9/+10
| * add (and document) the ability for alias results to haveChris Lattner2010-11-064-11/+75
| * generalize alias support to allow the result of an alias toChris Lattner2010-11-063-21/+71
| * fix a bug where we had an implicit assumption that theChris Lattner2010-11-063-2/+26
| * fix some bugs in the alias support, unblocking changing of "clr" aliasesChris Lattner2010-11-062-18/+65
| * Reimplement BuildResultOperands to be in terms of the result instruction'sChris Lattner2010-11-063-26/+20
| * implement more checking to reject things like:Chris Lattner2010-11-062-34/+25
| * decode and validate instruction alias result definitions.Chris Lattner2010-11-061-0/+33
| * simplifyChris Lattner2010-11-061-6/+8
| * fix another fixme, replacing a string with a semantic pointer.Chris Lattner2010-11-061-10/+9
| * disolve a hack, having CodeGenInstAlias decode the alias in the .tdChris Lattner2010-11-063-13/+31
| * 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