summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Simplify the condition-checking logic and hopefully clear up a build failureJohn McCall2010-03-04
* Teach lit to honor conditional directives. The syntax is:John McCall2010-03-04
* so hey, it turns out that the histogram was completely wrong, becauseChris Lattner2010-03-04
* zap fixme.Chris Lattner2010-03-04
* now that complexpatterns are all emitted at the end of the matchChris Lattner2010-03-04
* change the new isel matcher to emit ComplexPattern matchesChris Lattner2010-03-04
* enhance comment output to specify what recorded slotChris Lattner2010-03-04
* introduce a new SwitchTypeMatcher node (which is analogous toChris Lattner2010-03-03
* Fix comment.Bill Wendling2010-03-03
* Don't turn assertions on by default.Bill Wendling2010-03-03
* the sorting predicate should work for comparing an elementChris Lattner2010-03-02
* eliminate CodeGen/DAGISelHeader.h, it is empty now.Chris Lattner2010-03-02
* Rewrite chain handling validation and input TokenFactor handlingChris Lattner2010-03-02
* add some missing \n'sChris Lattner2010-03-02
* fixme resolved.Chris Lattner2010-03-01
* remove a little hack I did for the old isel, not neededChris Lattner2010-03-01
* resolve some fixmesChris Lattner2010-03-01
* resolve a fixme and simplify code by moving insertion of theChris Lattner2010-03-01
* resolve a fixme by having the .td file parser reject thigns likeChris Lattner2010-03-01
* remove dead code, simplify.Chris Lattner2010-03-01
* Fix PR2590 by making PatternSortingPredicate actually be Chris Lattner2010-03-01
* tolerate factoring the *last* node for CellSPU.Chris Lattner2010-03-01
* optimize tblgen compile time by eliminating the old isel.Chris Lattner2010-03-01
* don't emit the old sdnodexform stuff for the new isel.Chris Lattner2010-03-01
* Turn on the new isel by default. Here are some fun numbersChris Lattner2010-03-01
* Missed a \n in previous commit.Torok Edwin2010-03-01
* Add command-line flag to tblgen to turn off generating comments for the newTorok Edwin2010-03-01
* Add the alignstack keyword.Dan Gohman2010-03-01
* Emit type checks late instead of early, this encouragesChris Lattner2010-03-01
* Emit a redundant check for immediates at root context, e.g. (imm 0).Chris Lattner2010-03-01
* eliminate the CheckMultiOpcodeMatcher code and have each Chris Lattner2010-03-01
* add a new OPC_SwitchOpcode which is semantically equivalentChris Lattner2010-03-01
* pull MarkFlagResult out from between an EmitNode/CompleteMatchChris Lattner2010-03-01
* enhance RecordNode and RecordChild comments to indicate whatChris Lattner2010-03-01
* Emit redundant opcode checks for andimm and orimm tests at rootChris Lattner2010-03-01
* inline the node transforms and node predicates into the generatedChris Lattner2010-03-01
* simplify some code now that chain/flag results are not stored in Chris Lattner2010-02-28
* don't emit useless functions. These were producingChris Lattner2010-02-28
* change a few opcodes to use VBRs instead of embeddingChris Lattner2010-02-28
* enhance the EmitNode/MorphNodeTo operands to take a bit thatChris Lattner2010-02-28
* use MorphNodeTo instead of SelectNodeTo. SelectNodeToChris Lattner2010-02-28
* enhance the new isel to use SelectNodeTo for most patterns,Chris Lattner2010-02-28
* enhance EmitNodeMatcher to keep track of the recorded slot numbersChris Lattner2010-02-28
* add infrastructure to support forming selectnodeto. Not used yetChris Lattner2010-02-28
* Generalize my hack to use SDNodeInfo to find out when aChris Lattner2010-02-28
* The mayHaveSideEffects flag is no longer used.Dan Gohman2010-02-27
* change CheckOpcodeMatcher to hold the SDNodeInfo instead ofChris Lattner2010-02-27
* add another case from the ppc backend. This is obviously a huge andChris Lattner2010-02-27
* fix logic in DEBUG.Chris Lattner2010-02-27
* teach the optimizer that opcode == ISD::STORE is contradictoryChris Lattner2010-02-27