summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Switch pattern sorting predicate from stable sort -> sort, itChris Lattner2010-03-29
* revert 99795, as mentioned, it is disabled anyway.Chris Lattner2010-03-29
* Check in a (disabled) failed attempt to improve the ordering of Chris Lattner2010-03-29
* print the complexity of the pattern being matched in theChris Lattner2010-03-29
* improve type checking of SDNode operand count. This rejects all casesChris Lattner2010-03-28
* finally remove the immAllOnesV_bc/immAllZerosV_bc patternsChris Lattner2010-03-28
* teach tblgen to allow patterns like (add (i32 (bitconvert (i32 GPR))), 4), Chris Lattner2010-03-28
* validate that input sdnodes don't exist in an output pattern.Chris Lattner2010-03-28
* eliminate a bunch of code duplication in ParseTreePatternChris Lattner2010-03-28
* SDTCisVT<0, isVoid> is not valid, reject it.Chris Lattner2010-03-28
* add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and Chris Lattner2010-03-28
* fix a long standing fixme, which required fixing a bunch of otherChris Lattner2010-03-27
* fix CodeGenTarget::getRegisterVTs to not return the Chris Lattner2010-03-27
* hoist some funky logic into CodeGenInstructionChris Lattner2010-03-27
* continue pushing tblgen's support for nodes with multipleChris Lattner2010-03-27
* fix a bug in my recent patch that increased opcode size to 2 bytes:Chris Lattner2010-03-27
* Remove an unnecessary #include.Dan Gohman2010-03-27
* remove parallel support.Chris Lattner2010-03-27
* Teach TableGen to understand X.Y notation in the TSFlagsFields strings.Jakob Stoklund Olesen2010-03-25
* lit: Add LitTestCase and lit.load_test_suite, for adapting lit based suites forDaniel Dunbar2010-03-25
* Change tblgen to emit FOOISD opcode names as twoChris Lattner2010-03-25
* Fix evil TableGen bug in template parameters with defaults.Jakob Stoklund Olesen2010-03-25
* add plumbing for handling multiple result nodes Chris Lattner2010-03-24
* implement SDTCisVTSmallerThanOp with EnforceSmallerThanChris Lattner2010-03-24
* bring sanity to EnforceVectorEltTypeChris Lattner2010-03-24
* Cleanup getImplicitTypeChris Lattner2010-03-23
* reject void in intrinsic type lists.Chris Lattner2010-03-23
* Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it forBill Wendling2010-03-23
* Change intrinsic result type for void to store it as an empty listChris Lattner2010-03-22
* When we don't pass --vg-leak to lit, pass --leak-check=no to valgrind.Jeffrey Yasskin2010-03-21
* Fix suggested parentheses warning.Daniel Dunbar2010-03-21
* Add support for XFAILing valgrind runs with memory leak checking independentlyJeffrey Yasskin2010-03-20
* Revert r99009 temporarily it seems to be breaking the bots.Eric Christopher2010-03-19
* Change intrinsic result type for void to store it as an empty listChris Lattner2010-03-19
* make getOperandNum a static function (since it's just used by Chris Lattner2010-03-19
* major surgery on tblgen: generalize TreePatternNodeChris Lattner2010-03-19
* Test commit (removed extra blank line)Ben Holt2010-03-19
* FileCheck: Don't print "possibly intended match" line if it would match theDaniel Dunbar2010-03-19
* Set numThreads to 1 by default when Python is older than 2.5.2.Torok Edwin2010-03-19
* make FillWithPossibleTypes take a predicate to filter types so that Chris Lattner2010-03-19
* resolve fixme: we now infer the instruction-level 'isvariadic' bitChris Lattner2010-03-19
* add a new SDNPVariadic SDNP node flag, and use it inChris Lattner2010-03-19
* rewrite EnforceSmallerThan to be less bone headed.Chris Lattner2010-03-19
* Fix -Asserts warning.Daniel Dunbar2010-03-19
* eliminate the last use of EEVT::isUnknownChris Lattner2010-03-19
* Finally change the instruction looking map to be a densemap fromChris Lattner2010-03-19
* make inst_begin/inst_end iterate over InstructionsByEnumValue.Chris Lattner2010-03-19
* revert 98912Chris Lattner2010-03-19
* make inst_begin/inst_end iterate over InstructionsByEnumValue.Chris Lattner2010-03-19
* change Target.getInstructionsByEnumValue to return a referenceChris Lattner2010-03-19