| Age | Commit message (Expand) | Author |
| 2010-02-24 | The new isel was not properly handling patterns that covered | Chris Lattner |
| 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 | 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 | 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 | 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 | 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 |
| 2010-02-21 | handle optional in flags that aren't present. | Chris Lattner |
| 2010-02-21 | fix two bugs in OPC_EmitRegister, which makes ppc happier. | Chris Lattner |
| 2010-02-21 | implement the last known missing feature: updating uses of results | Chris Lattner |
| 2010-02-21 | Lots of improvements to the new dagisel emitter. This gets it to | Chris Lattner |
| 2010-02-21 | add a hook so that the new isel can run SDNodeXForms. | Chris Lattner |
| 2010-02-19 | Revert Anton's most recent EH patch (r96637), since it breaks a lot of | Bob Wilson |
| 2010-02-19 | add emitter support for integer constants and simple physreg references. | Chris Lattner |
| 2010-02-19 | Use the same encoding for EH stuff uniformly on all MachO targets. | Anton Korobeynikov |
| 2010-02-18 | getSplatIndex assumes that the first element of the mask contains the splat i... | Mon P Wang |
| 2010-02-18 | add support for referencing registers and immediates, | Chris Lattner |
| 2010-02-18 | Always normalize spill weights, also for intervals created by spilling. | Jakob Stoklund Olesen |
| 2010-02-17 | Fix a few unused parameter warnings. | Eric Christopher |
| 2010-02-17 | Make the non-temporal bit "significant" in MemSDNodes so they aren't | David Greene |
| 2010-02-17 | move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter, | Chris Lattner |
| 2010-02-17 | Emulate the current isel's "IsChainCompatible" logic for now. | Chris Lattner |
| 2010-02-17 | simplify IsChainCompatible codegen, add comments. no | Chris Lattner |
| 2010-02-17 | make the new isel's interpreter loop call the generated | Chris Lattner |
| 2010-02-16 | convert the new matcher to check intermediate nodes for a single | Chris Lattner |
| 2010-02-16 | generate code for node and pattern predicates. Note that this won't | Chris Lattner |
| 2010-02-16 | add support for the new isel matcher to generate | Chris Lattner |
| 2010-02-15 | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov |
| 2010-02-15 | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov |
| 2010-02-15 | Split SelectionDAGISel::IsLegalAndProfitableToFold to | Evan Cheng |
| 2010-02-15 | Add non-temporal flags and remove an assumption of default arguments. | David Greene |
| 2010-02-15 | Add non-temporal flags to MachineMemOperand. | David Greene |
| 2010-02-15 | Check in the first big step of rewriting DAGISelEmitter to | Chris Lattner |
| 2010-02-15 | give SDValue an operator->, allowing V->isTargetOpcode() and | Chris Lattner |
| 2010-02-15 | don't make insanely large node numbers for no reason, | Chris Lattner |
| 2010-02-13 | Teach MachineFrameInfo to track maximum alignment while stack objects are being | Evan Cheng |
| 2010-02-12 | Cleanup stdcall / fastcall name mangling. | Anton Korobeynikov |
| 2010-02-12 | Add a new pass on machine instructions to optimize away PHI cycles that | Bob Wilson |