2005-12-12 |
Chris Lattner | remove some never-completed and now-obsolete code. |
tree | commitdiff |
2005-12-12 |
Evan Cheng | Add a few more add / store patterns. e.g. ADD32mi8. |
tree | commitdiff |
2005-12-12 |
Andrew Lenharth | restore a more restricted select |
tree | commitdiff |
2005-12-11 |
Chris Lattner | Fix typo :( |
tree | commitdiff |
2005-12-11 |
Chris Lattner | add selectcc |
tree | commitdiff |
2005-12-11 |
Chris Lattner | Remove type casts that are no longer needed |
tree | commitdiff |
2005-12-11 |
Chris Lattner | Realize the constant pool & global addrs must always... |
tree | commitdiff |
2005-12-11 |
Chris Lattner | Fix the JIT failures from last night. |
tree | commitdiff |
2005-12-11 |
Andrew Lenharth | FP select improvements (and likely breakage), oh and... |
tree | commitdiff |
2005-12-10 |
Nate Begeman | Add support for TargetConstantPool nodes to the dag... |
tree | commitdiff |
2005-12-10 |
Evan Cheng | Use SDTCisPtrTy type property for store address. |
tree | commitdiff |
2005-12-10 |
Evan Cheng | * Added X86 store patterns. |
tree | commitdiff |
2005-12-09 |
Nate Begeman | Add support patterns to many load and store instruction... |
tree | commitdiff |
2005-12-09 |
Chris Lattner | Add SDTCisPtrTy and use it for loads, to indicate that... |
tree | commitdiff |
2005-12-09 |
Evan Cheng | Added patterns for ADD8rm, etc. These fold load operand... |
tree | commitdiff |
2005-12-09 |
Chris Lattner | Teach the PPC backend about the ctor and dtor list... |
tree | commitdiff |
2005-12-09 |
Andrew Lenharth | it helps if your conditionals are not reversed |
tree | commitdiff |
2005-12-08 |
Chris Lattner | Add another important case we miss |
tree | commitdiff |
2005-12-08 |
Evan Cheng | Added support for ComplexPattern. |
tree | commitdiff |
2005-12-08 |
Evan Cheng | Added explicit type field to ComplexPattern. |
tree | commitdiff |
2005-12-08 |
Evan Cheng | * Added intelligence to X86 LEA addressing mode matchin... |
tree | commitdiff |
2005-12-07 |
Chris Lattner | X86 doesn't support sextinreg for 8-bit things either. |
tree | commitdiff |
2005-12-06 |
Andrew Lenharth | fix divide and remainder |
tree | commitdiff |
2005-12-06 |
Chris Lattner | Silence another annoying GCC warning |
tree | commitdiff |
2005-12-06 |
Andrew Lenharth | more decent branches for FP. I might have to make... |
tree | commitdiff |
2005-12-06 |
Andrew Lenharth | OK, this does wonders for broken stuff |
tree | commitdiff |
2005-12-06 |
Chris Lattner | Use new PPC-specific nodes to represent shifts which... |
tree | commitdiff |
2005-12-06 |
Andrew Lenharth | added instructions with inverted immediates |
tree | commitdiff |
2005-12-05 |
Andrew Lenharth | yea, it helps to have your path set right when testing |
tree | commitdiff |
2005-12-05 |
Andrew Lenharth | These never trigger, but whatever |
tree | commitdiff |
2005-12-05 |
Evan Cheng | Remove unnecessary let hasCtrlDep=1 now it can be inferred. |
tree | commitdiff |
2005-12-05 |
Andrew Lenharth | move this over to the dag |
tree | commitdiff |
2005-12-05 |
Andrew Lenharth | fix constant pool loads |
tree | commitdiff |
2005-12-05 |
Chris Lattner | Several things: |
tree | commitdiff |
2005-12-05 |
Chris Lattner | On some targets (e.g. X86), shift amounts are not the... |
tree | commitdiff |
2005-12-05 |
Chris Lattner | Add some explicit type casts so that tblgen knows the... |
tree | commitdiff |
2005-12-05 |
Chris Lattner | Add some explicit type casts so that tblgen knows the... |
tree | commitdiff |
2005-12-04 |
Chris Lattner | The basic fneg cases are already autogen'd |
tree | commitdiff |
2005-12-04 |
Chris Lattner | Autogen matching code for ADJCALLSTACK[UP|DOWN], thanks... |
tree | commitdiff |
2005-12-04 |
Chris Lattner | Finish moving uncond br over to .td file, remove from... |
tree | commitdiff |
2005-12-04 |
Chris Lattner | Define BR in the .td file now that Evan made tblgen... |
tree | commitdiff |
2005-12-04 |
Evan Cheng | Added isel patterns for RET, JMP, and WRITEPORT. |
tree | commitdiff |
2005-12-04 |
Evan Cheng | * Added instruction property hasCtrlDep for those which... |
tree | commitdiff |
2005-12-04 |
Chris Lattner | Fix PR672 another way which should be more robust |
tree | commitdiff |
2005-12-03 |
Chris Lattner | Fix test/Regression/ExecutionEngine/2005-12-02-TailCall... |
tree | commitdiff |
2005-12-02 |
Chris Lattner | add a note |
tree | commitdiff |
2005-12-01 |
Chris Lattner | IA64 doesn't support the LOCATION node, and for some... |
tree | commitdiff |
2005-12-01 |
Chris Lattner | Make sure these get added into the codegenmap when... |
tree | commitdiff |
2005-12-01 |
Andrew Lenharth | major think-o |
tree | commitdiff |
2005-12-01 |
Nate Begeman | Support multiple ValueTypes per RegisterClass, needed... |
tree | commitdiff |
2005-12-01 |
Nate Begeman | Cosmetic change, better reflects actual values |
tree | commitdiff |
2005-12-01 |
Chris Lattner | Fix a regression caused by a patch earlier today |
tree | commitdiff |
2005-12-01 |
Andrew Lenharth | Flags where I think I need them, quick, before the... |
tree | commitdiff |
2005-12-01 |
Evan Cheng | Proper support for shifts with register shift value. |
tree | commitdiff |
2005-12-01 |
Evan Cheng | Use a getCopyToReg() variant to generate a flaggy CopyT... |
tree | commitdiff |
2005-11-30 |
Chris Lattner | SelectNodeTo now returns its result, we must pay attent... |
tree | commitdiff |
2005-11-30 |
Chris Lattner | Pay attn to the node returned by SelectNodeTo |
tree | commitdiff |
2005-11-30 |
Chris Lattner | SelectNodeTo now returns its result, we must pay attent... |
tree | commitdiff |
2005-11-30 |
Chris Lattner | SelectNodeTo now returns N. Use it instead of return... |
tree | commitdiff |
2005-11-30 |
Chris Lattner | Fix Regression/CodeGen/PowerPC/2005-11-30-vastart-crash.ll |
tree | commitdiff |
2005-11-30 |
Nate Begeman | Fix a typo in my latest change |
tree | commitdiff |
2005-11-30 |
Nate Begeman | No longer track value types for asm printer operands... |
tree | commitdiff |
2005-11-30 |
Andrew Lenharth | remove redundant code |
tree | commitdiff |
2005-11-30 |
Andrew Lenharth | Make typesafe that which isn't: FCMOVxx |
tree | commitdiff |
2005-11-30 |
Andrew Lenharth | FPSelect and more custom lowering |
tree | commitdiff |
2005-11-30 |
Nate Begeman | First chunk of actually generating vector code for... |
tree | commitdiff |
2005-11-30 |
Andrew Lenharth | All sorts of stuff. |
tree | commitdiff |
2005-11-30 |
Chris Lattner | Fix a bug in a recent patch that broke shifts |
tree | commitdiff |
2005-11-30 |
Evan Cheng | Added support to STORE and shifts to DAG to DAG isel. |
tree | commitdiff |
2005-11-30 |
Evan Cheng | Fixed a minor bug: - -offset != offset iff offset ... |
tree | commitdiff |
2005-11-29 |
Nate Begeman | Represent the encoding of the SPR instructions as they... |
tree | commitdiff |
2005-11-29 |
Evan Cheng | Add more X86 ISel patterns. |
tree | commitdiff |
2005-11-29 |
Nate Begeman | Hook up one type, v4f32, to the VR RegisterClass for... |
tree | commitdiff |
2005-11-29 |
Nate Begeman | Add the remainder of the AltiVec 4 x float instructions... |
tree | commitdiff |
2005-11-29 |
Chris Lattner | No targets support line number info yet. |
tree | commitdiff |
2005-11-29 |
Nate Begeman | Add the majority of the vector machien value types... |
tree | commitdiff |
2005-11-29 |
Evan Cheng | Fixed a comment bug: |
tree | commitdiff |
2005-11-29 |
Chris Lattner | refix typo |
tree | commitdiff |
2005-11-29 |
Chris Lattner | don't say this is i128, because it isn't yet. Hopefull... |
tree | commitdiff |
2005-11-29 |
Chris Lattner | revert my change for the time being, which broke the... |
tree | commitdiff |
2005-11-28 |
Chris Lattner | fix a typo :) |
tree | commitdiff |
2005-11-28 |
Chris Lattner | Add a missed optimization |
tree | commitdiff |
2005-11-26 |
Nate Begeman | Small tweaks noticed while on the plane. |
tree | commitdiff |
2005-11-25 |
Duraid Madina | add support for dynamic_stackalloc to the dag isel... |
tree | commitdiff |
2005-11-23 |
Nate Begeman | Some first bits of AltiVec stuff: Instruction Formats... |
tree | commitdiff |
2005-11-22 |
Andrew Lenharth | Fix warning, the better way. Really, this is what... |
tree | commitdiff |
2005-11-22 |
Andrew Lenharth | Fix warning |
tree | commitdiff |
2005-11-22 |
Andrew Lenharth | massive DAGISel patch. lots and lots more stuff compil... |
tree | commitdiff |
2005-11-21 |
Chris Lattner | Use HasDotTypeDotSizeDirective instead of forELF |
tree | commitdiff |
2005-11-21 |
Chris Lattner | Remove a level of indentation by using a continue. |
tree | commitdiff |
2005-11-21 |
Chris Lattner | Simplify the subtarget info, allow the asmwriter to... |
tree | commitdiff |
2005-11-21 |
Chris Lattner | Use subtarget information computed by X86Subtarget... |
tree | commitdiff |
2005-11-21 |
Chris Lattner | Make the X86 subtarget compute the basic target type... |
tree | commitdiff |
2005-11-21 |
Chris Lattner | Add a forELF flag, allowing the removal of forCygwin... |
tree | commitdiff |
2005-11-21 |
Chris Lattner | simplify and genericize this code |
tree | commitdiff |
2005-11-21 |
Duraid Madina | add support for div/rem to the dag->dag isel. yay. |
tree | commitdiff |
2005-11-21 |
Chris Lattner | Eliminate unneeded intermediate class. Move doFinalize... |
tree | commitdiff |
2005-11-21 |
Chris Lattner | Start using shared asmprinter Constant Pool emitter... |
tree | commitdiff |
2005-11-21 |
Chris Lattner | prune #include |
tree | commitdiff |
2005-11-21 |
Chris Lattner | Switch to using the shared constant pool printer, along... |
tree | commitdiff |
next |