aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* update mkpatch for MC, patch by Aaron GrayChris Lattner2010-03-121-1/+1
* Continue propagating the GoogleTest flags until we can update our version toChandler Carruth2010-03-092-1/+8
* Consolidate GoogleTest make options and duplicate them to its own makefile.Chandler Carruth2010-03-091-0/+9
* Revert r97726 and r97728 at ddunbar's request; we want to solve thisJohn McCall2010-03-082-23/+3
* Node arguments to type casts can have names too. This codeChris Lattner2010-03-081-0/+8
* turn off debug spewChris Lattner2010-03-071-2/+2
* more factoring.Chris Lattner2010-03-072-32/+34
* teach tblgen to be more aggressive when factoring CheckType nodes.Chris Lattner2010-03-071-29/+95
* add some helper functions and implement isContradictory Chris Lattner2010-03-072-0/+99
* If LD_LIBRARY_PATH is set in the system environment, use it.Duncan Sands2010-03-051-0/+1
* Make it not an error to specify -O* options several times.Mikhail Glushenkov2010-03-051-19/+57
* Simplify the condition-checking logic and hopefully clear up a build failureJohn McCall2010-03-041-14/+7
* Teach lit to honor conditional directives. The syntax is:John McCall2010-03-042-3/+30
* so hey, it turns out that the histogram was completely wrong, becauseChris Lattner2010-03-041-10/+32
* zap fixme.Chris Lattner2010-03-041-4/+0
* now that complexpatterns are all emitted at the end of the matchChris Lattner2010-03-041-4/+3
* change the new isel matcher to emit ComplexPattern matchesChris Lattner2010-03-043-37/+92
* enhance comment output to specify what recorded slotChris Lattner2010-03-043-5/+12
* introduce a new SwitchTypeMatcher node (which is analogous toChris Lattner2010-03-034-21/+111
* Fix comment.Bill Wendling2010-03-031-1/+1
* Don't turn assertions on by default.Bill Wendling2010-03-031-1/+1
* the sorting predicate should work for comparing an elementChris Lattner2010-03-021-1/+1
* eliminate CodeGen/DAGISelHeader.h, it is empty now.Chris Lattner2010-03-021-4/+0
* Rewrite chain handling validation and input TokenFactor handlingChris Lattner2010-03-024-58/+0
* add some missing \n'sChris Lattner2010-03-021-11/+19
* fixme resolved.Chris Lattner2010-03-011-3/+0
* remove a little hack I did for the old isel, not neededChris Lattner2010-03-011-4/+0
* resolve some fixmesChris Lattner2010-03-011-10/+3
* resolve a fixme and simplify code by moving insertion of theChris Lattner2010-03-011-18/+8
* resolve a fixme by having the .td file parser reject thigns likeChris Lattner2010-03-014-12/+14
* remove dead code, simplify.Chris Lattner2010-03-011-10/+4
* Fix PR2590 by making PatternSortingPredicate actually be Chris Lattner2010-03-014-8/+22
* tolerate factoring the *last* node for CellSPU.Chris Lattner2010-03-011-0/+5
* optimize tblgen compile time by eliminating the old isel.Chris Lattner2010-03-012-1770/+3
* don't emit the old sdnodexform stuff for the new isel.Chris Lattner2010-03-011-2/+2
* Turn on the new isel by default. Here are some fun numbersChris Lattner2010-03-011-1/+1
* Missed a \n in previous commit.Torok Edwin2010-03-011-0/+1
* Add command-line flag to tblgen to turn off generating comments for the newTorok Edwin2010-03-011-57/+117
* Add the alignstack keyword.Dan Gohman2010-03-011-0/+1
* Emit type checks late instead of early, this encouragesChris Lattner2010-03-011-1/+6
* Emit a redundant check for immediates at root context, e.g. (imm 0).Chris Lattner2010-03-012-2/+10
* eliminate the CheckMultiOpcodeMatcher code and have each Chris Lattner2010-03-016-78/+46
* add a new OPC_SwitchOpcode which is semantically equivalentChris Lattner2010-03-014-11/+149
* pull MarkFlagResult out from between an EmitNode/CompleteMatchChris Lattner2010-03-011-1/+17
* enhance RecordNode and RecordChild comments to indicate whatChris Lattner2010-03-014-12/+30
* Emit redundant opcode checks for andimm and orimm tests at rootChris Lattner2010-03-012-0/+27
* inline the node transforms and node predicates into the generatedChris Lattner2010-03-014-25/+71
* simplify some code now that chain/flag results are not stored in Chris Lattner2010-02-283-13/+4
* don't emit useless functions. These were producingChris Lattner2010-02-281-47/+56
* change a few opcodes to use VBRs instead of embeddingChris Lattner2010-02-281-60/+15