| Commit message (Expand) | Author | Age | Files | Lines |
* | Add FP versions of the binary operators, keeping the int and fp worlds seperate. | Chris Lattner | 2005-09-28 | 2 | -33/+22 |
* | This code is no longer needed, it is moved to the target-indep code | Chris Lattner | 2005-09-13 | 1 | -24/+0 |
* | Majik numbers are bad | Chris Lattner | 2005-09-13 | 1 | -2/+2 |
* | ignore generated files | Chris Lattner | 2005-09-07 | 1 | -0/+1 |
* | Fix up the AssertXext problem, as well as adding it at calls | Andrew Lenharth | 2005-09-06 | 2 | -14/+25 |
* | revert part of the last change, should fix regressions | Andrew Lenharth | 2005-09-04 | 2 | -6/+11 |
* | Pull out Lowering in preperation for multiple ISels. Oh, and get rid of some... | Andrew Lenharth | 2005-09-02 | 3 | -434/+435 |
* | 1. Use SubtargetFeatures in llc/lli. | Jim Laskey | 2005-09-01 | 2 | -2/+4 |
* | Change ConstantPoolSDNode to actually hold the Constant itself instead of | Chris Lattner | 2005-08-26 | 1 | -3/+6 |
* | Put register classes in namespaces | Chris Lattner | 2005-08-19 | 1 | -2/+2 |
* | This code has always been dead for alpha | Chris Lattner | 2005-08-19 | 2 | -21/+0 |
* | mark variable arity instructions as such. Alpha wins the battle for | Chris Lattner | 2005-08-19 | 1 | -4/+4 |
* | 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 |
* | match gcc's use of tabs, makes diffs easier | Andrew Lenharth | 2005-08-12 | 1 | -17/+17 |
* | .section cleanup, patch from Nicholas Riley | Andrew Lenharth | 2005-08-12 | 1 | -3/+3 |
* | Update the targets to the new SETCC/CondCodeSDNode interfaces. | Chris Lattner | 2005-08-09 | 1 | -100/+95 |
* | No, IDEFs shouldn't be JITed | Andrew Lenharth | 2005-08-04 | 2 | -3/+6 |
* | Alpha ABI specifies stack is always 16 byte alligned, and gcc does it, so I w... | Andrew Lenharth | 2005-08-03 | 1 | -1/+1 |
* | 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 |
* | update function codes to reflect /su flags that have been added since this wa... | Andrew Lenharth | 2005-08-01 | 1 | -12/+12 |
* | use llabs not abs | Andrew Lenharth | 2005-08-01 | 1 | -3/+3 |
* | Keep tabs and trailing spaces out. | Jeff Cohen | 2005-07-30 | 1 | -2/+2 |
* | support bsr, and more .td simplification | Andrew Lenharth | 2005-07-28 | 6 | -48/+76 |
* | get lazy JITing working. Some of shootout runs now | Andrew Lenharth | 2005-07-28 | 2 | -70/+96 |
* | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 3 | -48/+48 |
* | fix some warnings when compiled with 32-bit hosts | Chris Lattner | 2005-07-27 | 1 | -2/+2 |
* | 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 |
* | finally found the gcc defined constants | Andrew Lenharth | 2005-07-22 | 2 | -2/+2 |
* | Alpha JIT (beta) | Andrew Lenharth | 2005-07-22 | 9 | -3/+673 |
* | simpilfy instruction encoding (and make the lines way shorter, aka Misha happ... | Andrew Lenharth | 2005-07-22 | 3 | -223/+281 |
* | Fix povray and minor cleanups | Andrew Lenharth | 2005-07-12 | 1 | -25/+11 |
* | Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. | Chris Lattner | 2005-07-10 | 1 | -21/+18 |
* | Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode | Chris Lattner | 2005-07-10 | 1 | -4/+6 |
* | clean up prolouge and epilouge | Andrew Lenharth | 2005-07-07 | 2 | -28/+39 |
* | Make several cleanups to Andrews varargs change: | Chris Lattner | 2005-07-05 | 1 | -56/+38 |
* | check the correct VT | Andrew Lenharth | 2005-07-04 | 1 | -1/+1 |
* | fix loading address of fp symbols | Andrew Lenharth | 2005-07-03 | 1 | -0/+4 |
* | simplify call code, remove pseudo ops for div and rem, track more loads and s... | Andrew Lenharth | 2005-07-01 | 1 | -17/+0 |
* | simplify call code, remove pseudo ops for div and rem, track more loads and s... | Andrew Lenharth | 2005-07-01 | 3 | -80/+92 |
* | restore old srcValueNode behavior and try to to work around it | Andrew Lenharth | 2005-06-29 | 2 | -53/+72 |
* | tracking the instructions causing loads and stores provides more information ... | Andrew Lenharth | 2005-06-29 | 1 | -4/+3 |
* | thinko | Andrew Lenharth | 2005-06-29 | 1 | -0/+1 |
* | unify SelectExpr and SelectFP | Andrew Lenharth | 2005-06-29 | 1 | -190/+155 |
* | fix most regressions | Andrew Lenharth | 2005-06-29 | 1 | -1/+2 |