summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* formatting.Chris Lattner2010-02-25
* rename fooMatcherNode to fooMatcher.Chris Lattner2010-02-25
* add some noop code to push it out of my tree.Chris Lattner2010-02-25
* rename PushMatcherNode -> ScopeMatcherNode to more accuratelyChris Lattner2010-02-25
* Filter the future all-of-llvm shared library out of the llvm-configJeffrey Yasskin2010-02-25
* add a fixme for an experiment that defeated me for the time being.Chris Lattner2010-02-25
* contract movechild+checktype into a new checkchild node, shrinking theChris Lattner2010-02-24
* split the movechild/record/moveparent -> recordchild optzn into aChris Lattner2010-02-24
* emit a histogram of the opcodes in comments.Chris Lattner2010-02-24
* lets not break the old isel.Chris Lattner2010-02-24
* Since the new instruction selector now works, I don't need to keepChris Lattner2010-02-24
* implement a simple proof-of-concept optimization forChris Lattner2010-02-24
* The new isel passes all tests, time to start making it go fast.Chris Lattner2010-02-24
* The new isel was not properly handling patterns that coveredChris Lattner2010-02-24
* Changed the table generator so that the X86Sean Callanan2010-02-24
* 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