aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/FastISelEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-2/+2
* Fix fpimmm->fpimm typo.Eric Christopher2011-08-231-1/+1
* Unconstify InitsDavid Greene2011-07-291-4/+4
* [AVX] Constify InitsDavid Greene2011-07-291-4/+4
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-111-4/+4
* [AVX] Make Inits FoldableDavid Greene2011-07-111-4/+4
* Add support for alternative register names, useful for instructions whose ope...Owen Anderson2011-06-271-0/+4
* Consolidate some TableGen diagnostic helper functions.Jim Grosbach2011-06-211-0/+1
* Store CodeGenRegisters as pointers so they won't be reallocated.Jakob Stoklund Olesen2011-06-181-9/+1
* Move the list of register classes into CodeGenRegBank as well.Jakob Stoklund Olesen2011-06-151-1/+1
* Fixed a few illegal paths with llvm_unreachable. Patch by Cameron McInally.Chad Rosier2011-06-071-7/+5
* Filter out pattterns from the FastISel emitter which it doesn't actually know...Eli Friedman2011-04-291-31/+49
* Add a new bit that ImmLeaf's can opt into, which allows them to duck out ofChris Lattner2011-04-181-2/+10
* Implement major new fastisel functionality: the matcher can now handle immedi...Chris Lattner2011-04-181-51/+222
* introduce a new OpKind abstraction which wraps up operand flavors in a tidy l...Chris Lattner2011-04-171-22/+48
* change OperandsSignature to use SmallVector<char> instead of std::vector<string>Chris Lattner2011-04-171-16/+16
* remove some debugging code I added.Chris Lattner2011-04-171-5/+0
* 1. merge fast-isel-shift-imm.ll into fast-isel-x86-64.llChris Lattner2011-04-171-9/+16
* Add source Record* reference to PatternToMatch. Allows better diagnostics.Jim Grosbach2010-12-071-7/+3
* Trailing whitespace.Jim Grosbach2010-12-071-29/+29
* Change assert to diagnostic. Message still needs work, but it's better thanJim Grosbach2010-12-071-3/+9
* factor the operand list (and related fields/operations) out of Chris Lattner2010-11-011-2/+2
* Allow strict subclasses of register classes, this way we can handleEric Christopher2010-08-251-2/+3
* Fix comment.Eric Christopher2010-08-241-2/+2
* Remove predicate workaround, we're going to require that predicateEric Christopher2010-08-171-9/+0
* Filter out patterns that have PredicateOperands.Eric Christopher2010-07-281-0/+12
* 80-col.Eric Christopher2010-07-261-2/+4
* Hack around extracts that aren't easy to process.Eric Christopher2010-07-211-0/+4
* Replace copyRegToReg with COPY in FastISelEmitter.Jakob Stoklund Olesen2010-07-111-13/+9
* Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman2010-07-101-2/+2
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-091-2/+2
* These changes should have accompanied r107943.Dan Gohman2010-07-091-2/+2
* Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman2010-07-081-2/+2
* Give FunctionLoweringInfo an MBB member, avoiding the need to pass itDan Gohman2010-07-071-2/+2
* Minor code simplification.Dan Gohman2010-05-271-9/+9
* Add the SubRegIndex TableGen class.Jakob Stoklund Olesen2010-05-241-8/+11
* Add initial kill flag support to FastISel.Dan Gohman2010-05-111-5/+5
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-061-2/+2
* add plumbing for handling multiple result nodes Chris Lattner2010-03-241-1/+3
* major surgery on tblgen: generalize TreePatternNodeChris Lattner2010-03-191-7/+14
* look up instructions by record, not by name.Chris Lattner2010-03-191-1/+1
* Completely rewrite tblgen's type inference mechanism,Chris Lattner2010-03-151-5/+4
* Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGenDan Gohman2010-01-051-1/+1
* Remove some unused variables and methods warned about byDuncan Sands2009-09-061-1/+0
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-16/+16
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-13/+13
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-031-10/+9
* TableGen for fast isel seems to assume an 'imm'Dale Johannesen2009-05-211-2/+2
* Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...Evan Cheng2009-01-221-2/+3
* Add support for having multiple predicates on a TreePatternNode.Dan Gohman2008-10-151-2/+2