aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Generate a parse error instead of a checked exception if template args areChris Lattner2005-09-301-14/+10
* regenerateChris Lattner2005-09-302-1605/+1166
* Refactor the grammar a bit to implement TableGen/ForwardRef.tdChris Lattner2005-09-301-28/+38
* allow regs to be in multiple reg classesChris Lattner2005-09-301-18/+2
* Teach tablegen to reassociate operators when possible. This allows it toChris Lattner2005-09-291-10/+96
* Teach tblgen to build permutations of instructions, so that the target authorChris Lattner2005-09-292-6/+193
* add support for an associative markerChris Lattner2005-09-282-5/+7
* Emit an error if instructions or patterns are defined but can never match.Chris Lattner2005-09-282-3/+52
* collect commutativity informationChris Lattner2005-09-282-0/+24
* Prefer cheaper patterns to more expensive ones. Print the costs to the gener...Chris Lattner2005-09-281-39/+50
* Select Constant nodes to TargetConstant nodesChris Lattner2005-09-281-5/+19
* memoize the assert resultsChris Lattner2005-09-261-2/+5
* Emit the switch stmt cases in alphabetical order instead of pointer order,Chris Lattner2005-09-261-4/+19
* implement a fixme: only select values once, even if used multiple times.Chris Lattner2005-09-261-5/+8
* Fix VC++ build errors.Jeff Cohen2005-09-251-0/+2
* memoize translationsChris Lattner2005-09-241-0/+11
* Teach the DAG isel generator to emit code that creates nodes.Chris Lattner2005-09-242-18/+110
* Emit better code (no more copies for var references), and support DAG patternsChris Lattner2005-09-232-8/+25
* Fix a fixme by passing around SDOperand's instead of SDNode*'sChris Lattner2005-09-231-15/+14
* Emit code that matches the incoming DAG pattern and checks predicates.Chris Lattner2005-09-232-4/+64
* emit information about the order patterns are to be matched.Chris Lattner2005-09-232-1/+60
* start filling in the switch stmtChris Lattner2005-09-232-2/+19
* Fix a minor bug, add commentsChris Lattner2005-09-161-2/+5
* teach the type inference code how to infer types for instructions and nodeChris Lattner2005-09-152-33/+66
* put instructions into a map instead of a vector for quick lookupChris Lattner2005-09-152-7/+18
* when parsing instructions remember information about the types taken andChris Lattner2005-09-152-7/+25
* Start parsing "Pattern" nodesChris Lattner2005-09-151-11/+52
* rename a couple of methods, add structure for pattern parsingChris Lattner2005-09-152-17/+29
* Verify that xform functions only occur in logical placesChris Lattner2005-09-141-5/+14
* Promote xform fns to be explicit nodes in result patterns, and clean offChris Lattner2005-09-141-1/+15
* start building the instruction dest pattern correctly. Change the xformChris Lattner2005-09-142-15/+27
* catch unnamed inputsChris Lattner2005-09-141-1/+9
* check that there are no unexpected operandsChris Lattner2005-09-141-3/+11
* force all instruction operands to be named.Chris Lattner2005-09-142-5/+5
* Check that operands have unique names. REJECT instructions with broken operandChris Lattner2005-09-141-29/+39
* fix a broke range checkChris Lattner2005-09-141-1/+1
* Parse significantly more of the instruction pattern, now collecting andChris Lattner2005-09-142-46/+141
* Verify that set destinations occur first in the instruction operand list.Chris Lattner2005-09-141-2/+28
* add an accessorChris Lattner2005-09-141-0/+6
* remove some code that isn't ready for prime timeChris Lattner2005-09-142-6/+2
* Switch to a slightly more structured representation for instructionsChris Lattner2005-09-142-8/+24
* Add some more checking/verification codeChris Lattner2005-09-141-2/+19
* start parsing instructions into patterns, start doing many more checks ofChris Lattner2005-09-142-4/+61
* don't emit the namespace inside the class!Chris Lattner2005-09-131-2/+1
* Emit code suitable for emission into the ISel class, allowing us to use/defineChris Lattner2005-09-131-4/+4
* continue xform function parsingChris Lattner2005-09-132-1/+12
* Start parsing node transformation informationChris Lattner2005-09-132-6/+46
* Add a new Record::getValueAsCode method to mirror the other getValueAs*Chris Lattner2005-09-133-11/+20
* completely eliminate TreePattern::PatternTypeChris Lattner2005-09-132-80/+42
* RegenerateChris Lattner2005-09-123-1193/+1642