| Age | Commit message (Expand) | Author |
| 2010-11-06 | simplify | Chris Lattner |
| 2010-11-06 | fix another fixme, replacing a string with a semantic pointer. | Chris Lattner |
| 2010-11-06 | disolve a hack, having CodeGenInstAlias decode the alias in the .td | Chris Lattner |
| 2010-11-04 | In the calling convention logic, ValVT is always a legal type, | Duncan Sands |
| 2010-11-04 | partition operand processing between aliases and instructions. | Chris Lattner |
| 2010-11-04 | pull name slicing out of BuildInstructionOperandReference so | Chris Lattner |
| 2010-11-04 | cleanups. | Chris Lattner |
| 2010-11-04 | replace SrcOpNum with SrcOpName, eliminating a numering dependency | Chris Lattner |
| 2010-11-04 | strength reduce some code, resolving a fixme. | Chris Lattner |
| 2010-11-04 | take a big step to making aliases more general and less of a hack: | Chris Lattner |
| 2010-11-03 | Support generating an MC'ized CodeEmitter directly. Maintain a reference to the | Jim Grosbach |
| 2010-11-03 | rename Operand -> AsmOperand for clarity. | Chris Lattner |
| 2010-11-03 | Inside the calling convention logic LocVT is always a simple | Duncan Sands |
| 2010-11-03 | Break ARM addrmode4 (load/store multiple base address) into its constituent | Jim Grosbach |
| 2010-11-02 | Completely reject instructions that have an operand in their | Chris Lattner |
| 2010-11-02 | make MatchableInfo::Validate reject instructions (like LDR_PRE in ARM) | Chris Lattner |
| 2010-11-02 | rewrite EmitConvertToMCInst to iterate over the MCInst operands, | Chris Lattner |
| 2010-11-02 | merge two large parallel loops in EmitConvertToMCInst, no change | Chris Lattner |
| 2010-11-02 | a bunch of random cleanup, move a helper to CGT where it belongs. | Chris Lattner |
| 2010-11-02 | Revert r114340 (improvements in Darwin function prologue/epilogue), as it broke | Jim Grosbach |
| 2010-11-02 | add and update comments. | Chris Lattner |
| 2010-11-02 | refactor/cleanup MatchableInfo by eliminating the Tokens array, | Chris Lattner |
| 2010-11-02 | rename operands -> asmoperands to be more descriptive. | Chris Lattner |
| 2010-11-02 | Tidy up. | Jim Grosbach |
| 2010-11-01 | fix computation of ambiguous instructions to not ignore the mnemonic. | Chris Lattner |
| 2010-11-01 | give MatchableInfo::Operand a constructor | Chris Lattner |
| 2010-11-01 | Implement enough of the missing instalias support to get | Chris Lattner |
| 2010-11-01 | rename InstructionInfo -> MatchableInfo since it now | Chris Lattner |
| 2010-11-01 | refactor initialization of InstructionInfo to be sharable between | Chris Lattner |
| 2010-11-01 | make the asm matcher emitter reject instructions that have comments | Chris Lattner |
| 2010-11-01 | refactor InstructionInfo to not have a pointer to CodeGenInstruction | Chris Lattner |
| 2010-11-01 | define a new CodeGenInstAlias. It has an asmstring and operand list for now, | Chris Lattner |
| 2010-11-01 | factor the operand list (and related fields/operations) out of | Chris Lattner |
| 2010-11-01 | avoid needless throw/catch/rethrow, stringref'ize some simple stuff. | Chris Lattner |
| 2010-11-01 | eliminate the old InstFormatName which is always "AsmString", | Chris Lattner |
| 2010-11-01 | all predicates on an MnemonicAlias must be AssemblerPredicates. | Chris Lattner |
| 2010-11-01 | change the singleton register handling code to be based on Record*'s | Chris Lattner |
| 2010-11-01 | Give AsmMatcherInfo a CodeGenTarget, which simplifies a bunch of | Chris Lattner |
| 2010-11-01 | move FlattenVariants out of AsmMatcherEmitter into a shared | Chris Lattner |
| 2010-11-01 | add a FIXME, $lane in ARM is an issue that needs to be resolved before | Chris Lattner |
| 2010-11-01 | reject instructions that contain a \n in their asmstring. Mark | Chris Lattner |
| 2010-10-31 | fix a crash on: | Chris Lattner |
| 2010-10-31 | fix the !eq operator in tblgen to return a bit instead of an int. | Chris Lattner |
| 2010-10-31 | two changes: make the asmmatcher generator ignore ARM pseudos properly, | Chris Lattner |
| 2010-10-31 | reapply r117858 with apparent editor malfunction fixed (somehow I | Chris Lattner |
| 2010-10-31 | revert r117858 while I check out a failure I missed. | Chris Lattner |
| 2010-10-31 | the asm matcher can't handle operands with modifiers (like ${foo:bar}). | Chris Lattner |
| 2010-10-30 | have GetAliasRequiredFeatures get its features from | Chris Lattner |
| 2010-10-30 | simplify code that creates SubtargetFeatureInfo, ensuring that features | Chris Lattner |
| 2010-10-30 | fix a fixme in stringmatcher, having it generate nice looking code if the | Chris Lattner |