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