Age | Commit message (Expand) | Author |
2006-01-23 | bye bye Pattern ISEL | Andrew Lenharth |
2006-01-22 | Add explicit #includes of <iostream> | Chris Lattner |
2005-12-25 | add br pattern, unify JSR and BSR ISel instrs, and add BSR support for DAG | Andrew Lenharth |
2005-12-25 | All that just to lower div and rem | Andrew Lenharth |
2005-12-24 | All addressing modes are now exposed. The only remaining relocated forms | Andrew Lenharth |
2005-12-24 | Let's see if we can break things. | Andrew Lenharth |
2005-12-22 | remove dead code | Chris Lattner |
2005-12-01 | major think-o | Andrew Lenharth |
2005-11-30 | remove redundant code | Andrew Lenharth |
2005-11-30 | Make typesafe that which isn't: FCMOVxx | Andrew Lenharth |
2005-11-30 | FPSelect and more custom lowering | Andrew Lenharth |
2005-11-30 | All sorts of stuff. | Andrew Lenharth |
2005-11-22 | Fix warning, the better way. Really, this is what this instruction is for, s... | Andrew Lenharth |
2005-11-22 | Fix warning | Andrew Lenharth |
2005-11-22 | massive DAGISel patch. lots and lots more stuff compiles now | Andrew Lenharth |
2005-11-12 | fix more regressions | Andrew Lenharth |
2005-11-12 | fix READCYCLECOUNTER | Andrew Lenharth |
2005-11-11 | fix yet more regressions | Andrew Lenharth |
2005-11-11 | generate chain result | Andrew Lenharth |
2005-11-11 | Fix a bunch more alpha regressions | Andrew Lenharth |
2005-11-11 | continued readcyclecounter support | Andrew Lenharth |
2005-11-10 | fix a bunch of regressions | Andrew Lenharth |
2005-11-09 | whatever. Intermediate patch to see what breaks. Seems ok. | Andrew Lenharth |
2005-10-29 | Make -time-passes output prettier | Chris Lattner |
2005-10-21 | silence a release mode warning | Chris Lattner |
2005-10-21 | Kill some now-dead code. | Nate Begeman |
2005-10-20 | added a few 1 operand form stuff. Seems to break regalloc on alpha. sigh | Andrew Lenharth |
2005-10-06 | This is suppose to work now | Andrew Lenharth |
2005-09-29 | begining alpha subtarget support | Andrew Lenharth |
2005-09-28 | Add FP versions of the binary operators, keeping the int and fp worlds seperate. | Chris Lattner |
2005-09-13 | This code is no longer needed, it is moved to the target-indep code | Chris Lattner |
2005-09-06 | Fix up the AssertXext problem, as well as adding it at calls | Andrew Lenharth |
2005-09-04 | revert part of the last change, should fix regressions | Andrew Lenharth |
2005-09-02 | Pull out Lowering in preperation for multiple ISels. Oh, and get rid of some... | Andrew Lenharth |
2005-08-26 | Change ConstantPoolSDNode to actually hold the Constant itself instead of | Chris Lattner |
2005-08-17 | Fix some bugs in the alpha backend, some of which I introduced yesterday, | Chris Lattner |
2005-08-17 | thinko. Should fix s4addl.ll regression | Andrew Lenharth |
2005-08-16 | update the backends to work with the new CopyFromReg/CopyToReg/ImplicitDef nodes | Chris Lattner |
2005-08-16 | Implement BR_CC and BRTWOWAY_CC. This allows the removal of a rather nasty | Nate Begeman |
2005-08-15 | isIntImmediate is a good Idea. Add a flavor that checks bounds while it is a... | Andrew Lenharth |
2005-08-09 | Update the targets to the new SETCC/CondCodeSDNode interfaces. | Chris Lattner |
2005-08-02 | one more hunk that got dropped | Chris Lattner |
2005-08-02 | Update to use the new MathExtras.h support for log2 computation. | Chris Lattner |
2005-08-01 | use llabs not abs | Andrew Lenharth |
2005-07-28 | support bsr, and more .td simplification | Andrew Lenharth |
2005-07-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
2005-07-23 | fix compile error | Andrew Lenharth |
2005-07-22 | Handle more imm forms, and load small negative i32 constants without hitting ... | Andrew Lenharth |
2005-07-22 | simpilfy instruction encoding (and make the lines way shorter, aka Misha happ... | Andrew Lenharth |
2005-07-12 | Fix povray and minor cleanups | Andrew Lenharth |