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