2005-12-05 |
Chris Lattner | Generate code to silence bogus GCC warnings. |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Chris Lattner | The basic fneg cases are already autogen'd |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Chris Lattner | Autogen matching code for ADJCALLSTACK[UP|DOWN], thanks... |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Chris Lattner | Finish moving uncond br over to .td file, remove from... |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Chris Lattner | Define BR in the .td file now that Evan made tblgen... |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Evan Cheng | Added isel patterns for RET, JMP, and WRITEPORT. |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Evan Cheng | * Commit the fix (by Chris) for a tblgen type inferenci... |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Evan Cheng | * Added instruction property hasCtrlDep for those which... |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Chris Lattner | Fix PR672 another way which should be more robust |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Chris Lattner | new testcase, for PR672 |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Chris Lattner | dbg.stoppoint returns a value, don't forget to init it |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Chris Lattner | expand testcase, which has been in my tree for a while now |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Chris Lattner | Fix SimplifyCFG/2005-12-03-IncorrectPHIFold.ll |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Chris Lattner | new testcase, miscompiled by simplifycfg. This has... |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Chris Lattner | Fix a bug in the testcase |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Chris Lattner | Fix test/Regression/ExecutionEngine/2005-12-02-TailCall... |
commit | commitdiff | tree | snapshot |
2005-12-03 |
Chris Lattner | new testcase for PR672 |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Chris Lattner | Revert my previous patch which broke due to lazy stream... |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Andrew Lenharth | bah, must generate all results |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Andrew Lenharth | cycle counter fix |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Chris Lattner | Don't remove two operand, two result nodes from the... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Chris Lattner | New testcase that crashes llc |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Chris Lattner | If a module has a main, but it is defined externally... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Chris Lattner | Promote line and column number information for our... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Chris Lattner | IA64 doesn't support the LOCATION node, and for some... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Chris Lattner | Make sure these get added into the codegenmap when... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Chris Lattner | This is a bugfix for SelectNodeTo. In certain situatio... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Andrew Lenharth | major think-o |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Nate Begeman | Support multiple ValueTypes per RegisterClass, needed... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Nate Begeman | Cosmetic change, better reflects actual values |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Chris Lattner | Fix a regression caused by a patch earlier today |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Andrew Lenharth | Flags where I think I need them, quick, before the... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Evan Cheng | Proper support for shifts with register shift value. |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Evan Cheng | Use a getCopyToReg() variant to generate a flaggy CopyT... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Evan Cheng | Teach tblgen to accept register source operands in... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Nate Begeman | Nuke CodeGenInstruction's ValueType member, it is no... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Nate Begeman | Stop checking the ValueType of the CodeGenInstruction... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Nate Begeman | fit into 80 columns |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | Make the code generated by tblgen return the result... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | SelectNodeTo now returns its result, we must pay attent... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | Pay attn to the node returned by SelectNodeTo |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | SelectNodeTo now returns its result, we must pay attent... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | SelectNodeTo now returns N. Use it instead of return... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | Make SelectNodeTo return N |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | Fix Regression/CodeGen/PowerPC/2005-11-30-vastart-crash.ll |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | Test that crashes the ppc backend. |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | Fix a bug where we didn't realize that vaarg reads... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | new testcase dse is miscompiling |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | Add a simple clear() method |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Nate Begeman | Fix a typo in my latest change |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Nate Begeman | No longer track value types for asm printer operands... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Nate Begeman | Fix some copy and paste typos. |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | CALLSEQ_START/END nodes don't get memoized, do not... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Andrew Lenharth | remove redundant code |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Andrew Lenharth | At long last, you can say that f32 isn't supported... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Andrew Lenharth | Make typesafe that which isn't: FCMOVxx |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Andrew Lenharth | FPSelect and more custom lowering |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Nate Begeman | First chunk of actually generating vector code for... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Andrew Lenharth | All sorts of stuff. |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Andrew Lenharth | add support for custom lowering SINT_TO_FP |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | Add a link to the doxygen tarball |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | copy the doxygen tarball into the HTML directory after... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | minor cleanup |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Reid Spencer | Fix a problem with llvm-ranlib that (on some platforms... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Chris Lattner | Fix a bug in a recent patch that broke shifts |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Evan Cheng | Added support to STORE and shifts to DAG to DAG isel. |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Evan Cheng | Fixed a bug introduced by my last commit: TargetGlobalV... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Evan Cheng | Added an index field to GlobalAddressSDNode so it can... |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Evan Cheng | Fixed a minor bug: - -offset != offset iff offset ... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Nate Begeman | Represent the encoding of the SPR instructions as they... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Evan Cheng | Add more X86 ISel patterns. |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Evan Cheng | Better error message when unrecognized opcode is seen. |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Nate Begeman | Hook up one type, v4f32, to the VR RegisterClass for... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Nate Begeman | Add the remainder of the AltiVec 4 x float instructions... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Chris Lattner | Add support for a new STRING and LOCATION node for... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Nate Begeman | Add the new vector types to tablegen |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Chris Lattner | No targets support line number info yet. |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Chris Lattner | Add support for a new STRING and LOCATION node for... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Nate Begeman | Add the majority of the vector machien value types... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Evan Cheng | Fixed a comment bug: |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Chris Lattner | Add "SCC" to the lexicon. Patch provided by Marco... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Chris Lattner | Fix PR670 and test/Regression/Transforms/Mem2Reg/2005... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Chris Lattner | new testcase for pr670 |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Chris Lattner | add Evan and Jim. Please edit your entries as desired. |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Chris Lattner | refix typo |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Chris Lattner | don't say this is i128, because it isn't yet. Hopefull... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Chris Lattner | revert my change for the time being, which broke the... |
commit | commitdiff | tree | snapshot |
2005-11-28 |
John Criswell | Fixed a punctuation error. |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Chris Lattner | fix a typo :) |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Andrew Lenharth | a few more comments on the interfaces and functions |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Andrew Lenharth | Added documented rsprofiler interface. Also remove... |
commit | commitdiff | tree | snapshot |
2005-11-28 |
John Criswell | Add the remove() function from the C library. |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Jeff Cohen | Teach Visual Studio about new files. |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Jeff Cohen | Fix VC++ warning. |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Chris Lattner | Add a missed optimization |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Chris Lattner | Use std:: where appropriate |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Andrew Lenharth | Random sampling (aka Arnold and Ryder) profiling. ... |
commit | commitdiff | tree | snapshot |
2005-11-26 |
Nate Begeman | Small tweaks noticed while on the plane. |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Andrew Lenharth | since reg2mem requires it, might as well mention that... |
commit | commitdiff | tree | snapshot |
next |