| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for alternative register names, useful for instructions whose ope... | Owen Anderson | 2011-06-27 | 1 | -0/+4 |
* | Consolidate some TableGen diagnostic helper functions. | Jim Grosbach | 2011-06-21 | 1 | -0/+1 |
* | Store CodeGenRegisters as pointers so they won't be reallocated. | Jakob Stoklund Olesen | 2011-06-18 | 1 | -9/+1 |
* | Move the list of register classes into CodeGenRegBank as well. | Jakob Stoklund Olesen | 2011-06-15 | 1 | -1/+1 |
* | Fixed a few illegal paths with llvm_unreachable. Patch by Cameron McInally. | Chad Rosier | 2011-06-07 | 1 | -7/+5 |
* | Filter out pattterns from the FastISel emitter which it doesn't actually know... | Eli Friedman | 2011-04-29 | 1 | -31/+49 |
* | Add a new bit that ImmLeaf's can opt into, which allows them to duck out of | Chris Lattner | 2011-04-18 | 1 | -2/+10 |
* | Implement major new fastisel functionality: the matcher can now handle immedi... | Chris Lattner | 2011-04-18 | 1 | -51/+222 |
* | introduce a new OpKind abstraction which wraps up operand flavors in a tidy l... | Chris Lattner | 2011-04-17 | 1 | -22/+48 |
* | change OperandsSignature to use SmallVector<char> instead of std::vector<string> | Chris Lattner | 2011-04-17 | 1 | -16/+16 |
* | remove some debugging code I added. | Chris Lattner | 2011-04-17 | 1 | -5/+0 |
* | 1. merge fast-isel-shift-imm.ll into fast-isel-x86-64.ll | Chris Lattner | 2011-04-17 | 1 | -9/+16 |
* | Add source Record* reference to PatternToMatch. Allows better diagnostics. | Jim Grosbach | 2010-12-07 | 1 | -7/+3 |
* | Trailing whitespace. | Jim Grosbach | 2010-12-07 | 1 | -29/+29 |
* | Change assert to diagnostic. Message still needs work, but it's better than | Jim Grosbach | 2010-12-07 | 1 | -3/+9 |
* | factor the operand list (and related fields/operations) out of | Chris Lattner | 2010-11-01 | 1 | -2/+2 |
* | Allow strict subclasses of register classes, this way we can handle | Eric Christopher | 2010-08-25 | 1 | -2/+3 |
* | Fix comment. | Eric Christopher | 2010-08-24 | 1 | -2/+2 |
* | Remove predicate workaround, we're going to require that predicate | Eric Christopher | 2010-08-17 | 1 | -9/+0 |
* | Filter out patterns that have PredicateOperands. | Eric Christopher | 2010-07-28 | 1 | -0/+12 |
* | 80-col. | Eric Christopher | 2010-07-26 | 1 | -2/+4 |
* | Hack around extracts that aren't easy to process. | Eric Christopher | 2010-07-21 | 1 | -0/+4 |
* | Replace copyRegToReg with COPY in FastISelEmitter. | Jakob Stoklund Olesen | 2010-07-11 | 1 | -13/+9 |
* | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman | 2010-07-10 | 1 | -2/+2 |
* | --- Reverse-merging r107947 into '.': | Bob Wilson | 2010-07-09 | 1 | -2/+2 |
* | These changes should have accompanied r107943. | Dan Gohman | 2010-07-09 | 1 | -2/+2 |
* | Revert 107840 107839 107813 107804 107800 107797 107791. | Dan Gohman | 2010-07-08 | 1 | -2/+2 |
* | Give FunctionLoweringInfo an MBB member, avoiding the need to pass it | Dan Gohman | 2010-07-07 | 1 | -2/+2 |
* | Minor code simplification. | Dan Gohman | 2010-05-27 | 1 | -9/+9 |
* | Add the SubRegIndex TableGen class. | Jakob Stoklund Olesen | 2010-05-24 | 1 | -8/+11 |
* | Add initial kill flag support to FastISel. | Dan Gohman | 2010-05-11 | 1 | -5/+5 |
* | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman | 2010-05-06 | 1 | -2/+2 |
* | add plumbing for handling multiple result nodes | Chris Lattner | 2010-03-24 | 1 | -1/+3 |
* | major surgery on tblgen: generalize TreePatternNode | Chris Lattner | 2010-03-19 | 1 | -7/+14 |
* | look up instructions by record, not by name. | Chris Lattner | 2010-03-19 | 1 | -1/+1 |
* | Completely rewrite tblgen's type inference mechanism, | Chris Lattner | 2010-03-15 | 1 | -5/+4 |
* | Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGen | Dan Gohman | 2010-01-05 | 1 | -1/+1 |
* | Remove some unused variables and methods warned about by | Duncan Sands | 2009-09-06 | 1 | -1/+0 |
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -16/+16 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -13/+13 |
* | Replace std::iostreams with raw_ostream in TableGen. | Daniel Dunbar | 2009-07-03 | 1 | -10/+9 |
* | TableGen for fast isel seems to assume an 'imm' | Dale Johannesen | 2009-05-21 | 1 | -2/+2 |
* | Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe... | Evan Cheng | 2009-01-22 | 1 | -2/+3 |
* | Add support for having multiple predicates on a TreePatternNode. | Dan Gohman | 2008-10-15 | 1 | -2/+2 |
* | Move the primary fast-isel top-level comments to FastISel.cpp, where | Dan Gohman | 2008-09-30 | 1 | -24/+6 |
* | Correctly handle physical register inputs. They are not explicit input operan... | Evan Cheng | 2008-09-08 | 1 | -9/+30 |
* | Fix indentation of generated code. | Evan Cheng | 2008-09-07 | 1 | -1/+1 |
* | Ignore multi-instruction patterns. e.g. | Evan Cheng | 2008-09-07 | 1 | -0/+14 |
* | Let tblgen only generate fastisel routines, not the class definition. This ma... | Evan Cheng | 2008-09-03 | 1 | -106/+5 |
* | Add initial support for fast isel of instructions that have inputs pinned to ... | Owen Anderson | 2008-08-29 | 1 | -19/+107 |