| Age | Commit message (Expand) | Author |
| 2005-10-06 | This is suppose to work now | Andrew Lenharth |
| 2005-10-06 | remove VAX compatibility instruction, we will never use this | Andrew Lenharth |
| 2005-10-02 | Sort the cpu and features table, so that the alpha backend doesn't fail EVERY | Chris Lattner |
| 2005-09-30 | subtarget support for CIX and FIX extentions (the only 2 I care about right now) | Andrew Lenharth |
| 2005-09-30 | Pass extra regclasses into spilling code | Chris Lattner |
| 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-13 | Majik numbers are bad | Chris Lattner |
| 2005-09-07 | ignore generated files | 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-09-01 | 1. Use SubtargetFeatures in llc/lli. | Jim Laskey |
| 2005-08-26 | Change ConstantPoolSDNode to actually hold the Constant itself instead of | Chris Lattner |
| 2005-08-19 | Put register classes in namespaces | Chris Lattner |
| 2005-08-19 | This code has always been dead for alpha | Chris Lattner |
| 2005-08-19 | mark variable arity instructions as such. Alpha wins the battle for | 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-12 | match gcc's use of tabs, makes diffs easier | Andrew Lenharth |
| 2005-08-12 | .section cleanup, patch from Nicholas Riley | Andrew Lenharth |
| 2005-08-09 | Update the targets to the new SETCC/CondCodeSDNode interfaces. | Chris Lattner |
| 2005-08-04 | No, IDEFs shouldn't be JITed | Andrew Lenharth |
| 2005-08-03 | Alpha ABI specifies stack is always 16 byte alligned, and gcc does it, so I w... | Andrew Lenharth |
| 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 | update function codes to reflect /su flags that have been added since this wa... | Andrew Lenharth |
| 2005-08-01 | use llabs not abs | Andrew Lenharth |
| 2005-07-30 | Keep tabs and trailing spaces out. | Jeff Cohen |
| 2005-07-28 | support bsr, and more .td simplification | Andrew Lenharth |
| 2005-07-28 | get lazy JITing working. Some of shootout runs now | Andrew Lenharth |
| 2005-07-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
| 2005-07-27 | fix some warnings when compiled with 32-bit hosts | Chris Lattner |
| 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 | finally found the gcc defined constants | Andrew Lenharth |
| 2005-07-22 | Alpha JIT (beta) | 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 |
| 2005-07-10 | Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. | Chris Lattner |
| 2005-07-10 | Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode | Chris Lattner |
| 2005-07-07 | clean up prolouge and epilouge | Andrew Lenharth |
| 2005-07-05 | Make several cleanups to Andrews varargs change: | Chris Lattner |
| 2005-07-04 | check the correct VT | Andrew Lenharth |
| 2005-07-03 | fix loading address of fp symbols | Andrew Lenharth |
| 2005-07-01 | simplify call code, remove pseudo ops for div and rem, track more loads and s... | Andrew Lenharth |