| Age | Commit message (Expand) | Author |
| 2010-02-28 | Revert r97245 which seems to be causing performance problems. | Bob Wilson |
| 2010-02-28 | Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width | John McCall |
| 2010-02-28 | Add a flag to addPassesToEmit* to disable the Verifier pass run | Dan Gohman |
| 2010-02-27 | The mayHaveSideEffects flag is no longer used. | Dan Gohman |
| 2010-02-26 | Further constify MDNode* references. | Dale Johannesen |
| 2010-02-26 | Move the EnableFullLoadPRE flag from a separate command-line option to an | Bob Wilson |
| 2010-02-26 | Remove unused "NoPRE" parameter in GVN and createGVNPass(). | Bob Wilson |
| 2010-02-26 | fix the matcher in the presence of multiple scopes: we need to save | Chris Lattner |
| 2010-02-25 | change the scope node to include a list of children to be checked | Chris Lattner |
| 2010-02-25 | remove a dead PatLeaf, I previously changed all uses to use -1 instead. | Chris Lattner |
| 2010-02-25 | Add more information to the getSizeOf comment. | Dan Gohman |
| 2010-02-25 | Revert r97064. Duncan pointed out that bitcasts are defined in | Dan Gohman |
| 2010-02-25 | rename PushMatcherNode -> ScopeMatcherNode to more accurately | Chris Lattner |
| 2010-02-24 | fix a bug I introduced by checking the wrong node's VT in OPC_CheckChildXType | Chris Lattner |
| 2010-02-24 | Make getTypeSizeInBits work correctly for array types; it should return | Dan Gohman |
| 2010-02-24 | contract movechild+checktype into a new checkchild node, shrinking the | Chris Lattner |
| 2010-02-24 | Convert a few more backedge-taken count functions to use BackedgeTakenInfo. | Dan Gohman |
| 2010-02-24 | Reapply r97010, the speculative revert failed. | Daniel Dunbar |
| 2010-02-24 | implement a simple proof-of-concept optimization for | Chris Lattner |
| 2010-02-24 | Speculatively revert r97010, "Add an argument to PHITranslateValue to specify | Daniel Dunbar |
| 2010-02-24 | When forming SSE min and max nodes for UGE and ULE comparisons, it's | Dan Gohman |
| 2010-02-24 | The new isel was not properly handling patterns that covered | Chris Lattner |
| 2010-02-24 | Add an argument to PHITranslateValue to specify the DominatorTree. If this | Bob Wilson |
| 2010-02-23 | fix X86/uint_to_fp-2.ll, only fold loads when they have a | Chris Lattner |
| 2010-02-23 | Keep track of phi join registers explicitly in LiveVariables. | Jakob Stoklund Olesen |
| 2010-02-23 | Adding the MicroBlaze backend. | Wesley Peck |
| 2010-02-23 | This is the first patch to put the needed bits in place to eventually allow code | Kevin Enderby |
| 2010-02-23 | Correct option forwarding: initial implementation. | Mikhail Glushenkov |
| 2010-02-23 | New experimental/undocumented feature: 'works_on_empty'. | Mikhail Glushenkov |
| 2010-02-23 | Add a way to enable '-opt=foo' forwarding. | Mikhail Glushenkov |
| 2010-02-23 | fix an off-by-one error. | Chris Lattner |
| 2010-02-23 | switch the value# in OPC_CompleteMatch and OPC_EmitNode to use a | Chris Lattner |
| 2010-02-22 | add a new Push2 opcode for targets (like cellspu) which have | Chris Lattner |
| 2010-02-22 | Updated version of r96634 (which was reverted due to failing 176.gcc and | Jim Grosbach |
| 2010-02-22 | expand my hack to work with nodes that have flags but no chains and the | Chris Lattner |
| 2010-02-22 | add a new CheckMultiOpcode opcode for checking that a node | Chris Lattner |
| 2010-02-22 | add some debug hooks for tracking the behavior of the isel. | Chris Lattner |
| 2010-02-22 | Fix various doxygen warnings. | Dan Gohman |
| 2010-02-22 | Rename a variable to avoid a -Wshadow warning. | Dan Gohman |
| 2010-02-22 | enhance my hack for flags handling, this allows us to pass | Chris Lattner |
| 2010-02-21 | fix most of the failures in the x86 suite by handling multiple | Chris Lattner |
| 2010-02-21 | MC: Sketch registry support for target specific assembler backends. | Daniel Dunbar |
| 2010-02-21 | Formatting tweaks (trailing whitespace, ordering, comments). | Daniel Dunbar |
| 2010-02-21 | fix an odd thinko in an assertion, all arm tests pass now. | Chris Lattner |
| 2010-02-21 | It turned out that we failed to emit proper symbol stubs on non-x86/darwin fo... | Anton Korobeynikov |
| 2010-02-21 | speculatively teach OPC_CheckValueType and OPC_EmitNode to handle | Chris Lattner |
| 2010-02-21 | teach OPC_CheckType to handle MVT::iPTR, down to 2 ppc failures. | Chris Lattner |
| 2010-02-21 | make this check a bit more generous, it may be outliving its | Chris Lattner |
| 2010-02-21 | Relax an assertion a bit. We allow replacing things like | Chris Lattner |
| 2010-02-21 | when a match fails and we have to rollback, make sure to keep 'N' in | Chris Lattner |