2010-03-04 |
Chris Lattner | inline CannotYetSelectIntrinsic into CannotYetSelect... |
tree | commitdiff |
2010-03-03 |
Evan Cheng | Move MachineInstrExpressionTrait::getHashValue() out... |
tree | commitdiff |
2010-03-03 |
Evan Cheng | Re-apply r97667 but with a little bit of thought put... |
tree | commitdiff |
2010-03-03 |
Dan Gohman | Revert 97667. It broke a bunch of tests. |
tree | commitdiff |
2010-03-03 |
Evan Cheng | Move DenseMapInfo for MachineInstr* to MachineInstr.h |
tree | commitdiff |
2010-03-03 |
Evan Cheng | Add MachineRegisterInfo::hasOneUse and hasOneNonDBGUse. |
tree | commitdiff |
2010-03-03 |
Chris Lattner | don't use always_inline with gcc 3.4, it has some unimp... |
tree | commitdiff |
2010-03-03 |
Evan Cheng | TopLevelMap[] reference is a pointer. |
tree | commitdiff |
2010-03-03 |
Chris Lattner | speed up scope node processing: if the first element... |
tree | commitdiff |
2010-03-03 |
Chris Lattner | introduce a new SwitchTypeMatcher node (which is analog... |
tree | commitdiff |
2010-03-03 |
Evan Cheng | - Change MachineInstr::isIdenticalTo to take a new... |
tree | commitdiff |
2010-03-03 |
Evan Cheng | Ordering forward declarations. |
tree | commitdiff |
2010-03-02 |
Chris Lattner | remove 300 lines of code that is now dead in the MSP430... |
tree | commitdiff |
2010-03-02 |
Chris Lattner | Fix some issues in WalkChainUsers dealing with |
tree | commitdiff |
2010-03-02 |
Evan Cheng | Allow specialization of ScopedHashTable of non-default... |
tree | commitdiff |
2010-03-02 |
Evan Cheng | Swap parameters of isSafeToMove and isSafeToReMat for... |
tree | commitdiff |
2010-03-02 |
Chris Lattner | Fix the xfail I added a couple of patches back. The... |
tree | commitdiff |
2010-03-02 |
Chris Lattner | factor node morphing out to its own helper method. |
tree | commitdiff |
2010-03-02 |
Chris Lattner | eliminate CodeGen/DAGISelHeader.h, it is empty now. |
tree | commitdiff |
2010-03-02 |
Chris Lattner | Sink InstructionSelect() out of each target into SDISel... |
tree | commitdiff |
2010-03-02 |
Chris Lattner | move some code out of DAGISelHeader up to SelectionDAGI... |
tree | commitdiff |
2010-03-02 |
Evan Cheng | Add skeleton of a machine level cse pass. |
tree | commitdiff |
2010-03-02 |
Evan Cheng | Add count() and lookup() to ScopedHashTable. It might... |
tree | commitdiff |
2010-03-02 |
Chris Lattner | Rewrite chain handling validation and input TokenFactor... |
tree | commitdiff |
2010-03-02 |
Bill Wendling | Remove dead parameter passing. |
tree | commitdiff |
2010-03-01 |
Chris Lattner | remove some functions that were only used by the |
tree | commitdiff |
2010-03-01 |
Chris Lattner | remove all but one version of SelectionDAG::MorphNodeTo |
tree | commitdiff |
2010-03-01 |
Jakob Stoklund Olesen | Use methods to determine if a LiveInterval is spillable. |
tree | commitdiff |
2010-03-01 |
Chris Lattner | remove anders-aa from mainline, it isn't maintained... |
tree | commitdiff |
2010-03-01 |
Chris Lattner | Accelerate isel dispatch for tables that start with... |
tree | commitdiff |
2010-03-01 |
Dan Gohman | Spelling fixes. |
tree | commitdiff |
2010-03-01 |
Dan Gohman | Whitespace cleanups. |
tree | commitdiff |
2010-03-01 |
Dan Gohman | Use Doxygen comment syntax. |
tree | commitdiff |
2010-03-01 |
Chris Lattner | eliminate the CheckMultiOpcodeMatcher code and have... |
tree | commitdiff |
2010-03-01 |
Chris Lattner | add a new OPC_SwitchOpcode which is semantically equivalent |
tree | commitdiff |
2010-02-28 |
Chris Lattner | hoist the new isel interpreter out of DAGISelHeader.h |
tree | commitdiff |
2010-02-28 |
Chris Lattner | change a few opcodes to use VBRs instead of embedding |
tree | commitdiff |
2010-02-28 |
Chris Lattner | move all the opcodes out of DAGISelHeader.h (which... |
tree | commitdiff |
2010-02-28 |
Chris Lattner | resolve a fixme by using hte new flag. |
tree | commitdiff |
2010-02-28 |
Chris Lattner | enhance the EmitNode/MorphNodeTo operands to take a... |
tree | commitdiff |
2010-02-28 |
Chris Lattner | enhance the new isel to handle the 'node already exists' |
tree | commitdiff |
2010-02-28 |
Chris Lattner | use MorphNodeTo instead of SelectNodeTo. SelectNodeTo |
tree | commitdiff |
2010-02-28 |
Chris Lattner | enhance the new isel to use SelectNodeTo for most patterns, |
tree | commitdiff |
2010-02-28 |
John McCall | Add an override to StringRef::getAsInteger which parses... |
tree | commitdiff |
2010-02-28 |
Bob Wilson | Revert r97245 which seems to be causing performance... |
tree | commitdiff |
2010-02-28 |
John McCall | Teach APFloat how to create both QNaNs and SNaNs and... |
tree | commitdiff |
2010-02-28 |
Dan Gohman | Add a flag to addPassesToEmit* to disable the Verifier... |
tree | commitdiff |
2010-02-27 |
Dan Gohman | The mayHaveSideEffects flag is no longer used. |
tree | commitdiff |
2010-02-26 |
Dale Johannesen | Further constify MDNode* references. |
tree | commitdiff |
2010-02-26 |
Bob Wilson | Move the EnableFullLoadPRE flag from a separate command... |
tree | commitdiff |
2010-02-26 |
Bob Wilson | Remove unused "NoPRE" parameter in GVN and createGVNPass(). |
tree | commitdiff |
2010-02-26 |
Chris Lattner | fix the matcher in the presence of multiple scopes... |
tree | commitdiff |
2010-02-25 |
Chris Lattner | change the scope node to include a list of children... |
tree | commitdiff |
2010-02-25 |
Chris Lattner | remove a dead PatLeaf, I previously changed all uses... |
tree | commitdiff |
2010-02-25 |
Dan Gohman | Add more information to the getSizeOf comment. |
tree | commitdiff |
2010-02-25 |
Dan Gohman | Revert r97064. Duncan pointed out that bitcasts are... |
tree | commitdiff |
2010-02-25 |
Chris Lattner | rename PushMatcherNode -> ScopeMatcherNode to more... |
tree | commitdiff |
2010-02-24 |
Chris Lattner | fix a bug I introduced by checking the wrong node's... |
tree | commitdiff |
2010-02-24 |
Dan Gohman | Make getTypeSizeInBits work correctly for array types... |
tree | commitdiff |
2010-02-24 |
Chris Lattner | contract movechild+checktype into a new checkchild... |
tree | commitdiff |
2010-02-24 |
Dan Gohman | Convert a few more backedge-taken count functions to... |
tree | commitdiff |
2010-02-24 |
Daniel Dunbar | Reapply r97010, the speculative revert failed. |
tree | commitdiff |
2010-02-24 |
Chris Lattner | implement a simple proof-of-concept optimization for |
tree | commitdiff |
2010-02-24 |
Daniel Dunbar | Speculatively revert r97010, "Add an argument to PHITra... |
tree | commitdiff |
2010-02-24 |
Dan Gohman | When forming SSE min and max nodes for UGE and ULE... |
tree | commitdiff |
2010-02-24 |
Chris Lattner | The new isel was not properly handling patterns that... |
tree | commitdiff |
2010-02-24 |
Bob Wilson | Add an argument to PHITranslateValue to specify the... |
tree | commitdiff |
2010-02-23 |
Chris Lattner | fix X86/uint_to_fp-2.ll, only fold loads when they... |
tree | commitdiff |
2010-02-23 |
Jakob Stoklund Olesen | Keep track of phi join registers explicitly in LiveVari... |
tree | commitdiff |
2010-02-23 |
Wesley Peck | Adding the MicroBlaze backend. |
tree | commitdiff |
2010-02-23 |
Kevin Enderby | This is the first patch to put the needed bits in place... |
tree | commitdiff |
2010-02-23 |
Mikhail Glushenkov | Correct option forwarding: initial implementation. |
tree | commitdiff |
2010-02-23 |
Mikhail Glushenkov | New experimental/undocumented feature: 'works_on_empty'. |
tree | commitdiff |
2010-02-23 |
Mikhail Glushenkov | Add a way to enable '-opt=foo' forwarding. |
tree | commitdiff |
2010-02-23 |
Chris Lattner | fix an off-by-one error. |
tree | commitdiff |
2010-02-23 |
Chris Lattner | switch the value# in OPC_CompleteMatch and OPC_EmitNode... |
tree | commitdiff |
2010-02-22 |
Chris Lattner | add a new Push2 opcode for targets (like cellspu) which... |
tree | commitdiff |
2010-02-22 |
Jim Grosbach | Updated version of r96634 (which was reverted due to... |
tree | commitdiff |
2010-02-22 |
Chris Lattner | expand my hack to work with nodes that have flags but... |
tree | commitdiff |
2010-02-22 |
Chris Lattner | add a new CheckMultiOpcode opcode for checking that... |
tree | commitdiff |
2010-02-22 |
Chris Lattner | add some debug hooks for tracking the behavior of the... |
tree | commitdiff |
2010-02-22 |
Dan Gohman | Fix various doxygen warnings. |
tree | commitdiff |
2010-02-22 |
Dan Gohman | Rename a variable to avoid a -Wshadow warning. |
tree | commitdiff |
2010-02-22 |
Chris Lattner | enhance my hack for flags handling, this allows us... |
tree | commitdiff |
2010-02-21 |
Chris Lattner | fix most of the failures in the x86 suite by handling... |
tree | commitdiff |
2010-02-21 |
Daniel Dunbar | MC: Sketch registry support for target specific assembl... |
tree | commitdiff |
2010-02-21 |
Daniel Dunbar | Formatting tweaks (trailing whitespace, ordering, comme... |
tree | commitdiff |
2010-02-21 |
Chris Lattner | fix an odd thinko in an assertion, all arm tests pass... |
tree | commitdiff |
2010-02-21 |
Anton Korobeynikov | It turned out that we failed to emit proper symbol... |
tree | commitdiff |
2010-02-21 |
Chris Lattner | speculatively teach OPC_CheckValueType and OPC_EmitNode... |
tree | commitdiff |
2010-02-21 |
Chris Lattner | teach OPC_CheckType to handle MVT::iPTR, down to 2... |
tree | commitdiff |
2010-02-21 |
Chris Lattner | make this check a bit more generous, it may be outlivin... |
tree | commitdiff |
2010-02-21 |
Chris Lattner | Relax an assertion a bit. We allow replacing things... |
tree | commitdiff |
2010-02-21 |
Chris Lattner | when a match fails and we have to rollback, make sure... |
tree | commitdiff |
2010-02-21 |
Chris Lattner | handle optional in flags that aren't present. |
tree | commitdiff |
2010-02-21 |
Chris Lattner | fix two bugs in OPC_EmitRegister, which makes ppc happier. |
tree | commitdiff |
2010-02-21 |
Chris Lattner | implement the last known missing feature: updating... |
tree | commitdiff |
2010-02-21 |
Charles Davis | Reduce size of 'StackAlignment' field from 5 to 3 bits... |
tree | commitdiff |
2010-02-21 |
Chris Lattner | Lots of improvements to the new dagisel emitter. This... |
tree | commitdiff |
2010-02-21 |
Chris Lattner | add a hook so that the new isel can run SDNodeXForms. |
tree | commitdiff |
next |