aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Trailing whitespace.Mikhail Glushenkov2010-02-231-1/+1
* Implement order-preserving option forwarding.Mikhail Glushenkov2010-02-231-20/+44
* Correct option forwarding: initial implementation.Mikhail Glushenkov2010-02-231-162/+127
* New experimental/undocumented feature: 'works_on_empty'.Mikhail Glushenkov2010-02-231-3/+33
* Add a way to enable '-opt=foo' forwarding.Mikhail Glushenkov2010-02-231-3/+30
* Eliminate llvmgcc_version testing variable.Daniel Dunbar2010-02-232-2/+0
* Kill unused llvmgccmajvers testing variable.Daniel Dunbar2010-02-232-2/+0
* add some #if 0'd out code for checking that named values in Chris Lattner2010-02-231-19/+41
* Reject patterns that use a name multiple times in the src or resultChris Lattner2010-02-231-7/+8
* reject patterns that have dead named arguments in the input patternChris Lattner2010-02-231-7/+24
* reject patterns that mention a name in the destination patternChris Lattner2010-02-231-3/+29
* merge some code.Chris Lattner2010-02-232-16/+21
* more tidying upChris Lattner2010-02-231-15/+15
* reduce indentation by eliminating 'else after return'Chris Lattner2010-02-231-23/+33
* really fix an off-by-one errorChris Lattner2010-02-231-1/+1
* switch the value# in OPC_CompleteMatch and OPC_EmitNode to use aChris Lattner2010-02-231-5/+29
* add a new Push2 opcode for targets (like cellspu) which haveChris Lattner2010-02-221-5/+18
* Change ComplexPattern handling to push the node being matched asChris Lattner2010-02-221-21/+13
* add a new CheckMultiOpcode opcode for checking that a nodeChris Lattner2010-02-224-3/+40
* When matching patterns that have a complex pattern as their root, make Chris Lattner2010-02-221-1/+16
* fix most of the failures in the x86 suite by handling multiple Chris Lattner2010-02-211-8/+36
* Always emit register class id references as i32 likeChris Lattner2010-02-211-1/+1
* Sort the patterns before adding them to the FA so that we get theChris Lattner2010-02-211-7/+52
* emit table indexes before each row so that it is debuggable.Chris Lattner2010-02-211-7/+11
* fix a table size miscomputation, target opcodes are 2 bytes.Chris Lattner2010-02-211-1/+1
* emit to the right streams, to avoid emitting the pushChris Lattner2010-02-211-15/+16
* oops don't turn this on for everyone yet.Chris Lattner2010-02-211-1/+1
* implement the last known missing feature: updating uses of results Chris Lattner2010-02-215-20/+33
* Lots of improvements to the new dagisel emitter. This gets it toChris Lattner2010-02-215-205/+737
* add emitter support for integer constants and simple physreg references.Chris Lattner2010-02-192-4/+15
* fix this to work more determinstically, patch by Thomas Veith!Chris Lattner2010-02-191-1/+1
* I confused myself, temporaries will be recorded right along with other inputs.Chris Lattner2010-02-191-31/+7
* introduce a new ResultVal and start keeping track of temporary values.Chris Lattner2010-02-191-12/+60
* add support for referencing registers and immediates,Chris Lattner2010-02-184-34/+130
* start sketching out the structure of code for result emission generation.Chris Lattner2010-02-184-11/+120
* rename the child field to 'next'. This is not a parent/child Chris Lattner2010-02-184-44/+46
* eliminate the MatcherNodeWithChild class, give the 'child'Chris Lattner2010-02-184-67/+53
* fit in 80 colsChris Lattner2010-02-181-7/+11
* redisable this to save people a small amount of build time.Chris Lattner2010-02-171-1/+1
* move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter,Chris Lattner2010-02-171-1/+1
* reduce nesting.Chris Lattner2010-02-171-3/+7
* improve comments, the matcher is now feature complete, on to codegen.Chris Lattner2010-02-171-1/+5
* sink special case "cannotyetselect" for intrinsics out of the Chris Lattner2010-02-171-14/+2
* Emulate the current isel's "IsChainCompatible" logic for now.Chris Lattner2010-02-174-5/+48
* properly record chain inputs to complex patterns,Chris Lattner2010-02-171-6/+13
* simplify IsChainCompatible codegen, add comments. no Chris Lattner2010-02-171-4/+2
* Prep work to handle input chains of matched patterns and checking forChris Lattner2010-02-171-4/+28
* record input chains.Chris Lattner2010-02-171-0/+9
* prefix captured value names with $ so they look likeChris Lattner2010-02-172-5/+4
* improve comments on OPC_Record to say what we're recording a node.Chris Lattner2010-02-173-3/+11