Age | Commit message (Expand) | Author |
2005-04-05 | Rename canUseAsImmediateForOpcode to getImmediateForOpcode to better | Nate Begeman |
2005-04-05 | Implement SDIV by power of 2 as srawi/addze rather than load imm, divw | Nate Begeman |
2005-04-04 | Pattern match fp mul-add, mul-sub, neg-mul-add, and neg-mul-sub | Nate Begeman |
2005-04-04 | Make sure that arg regs used by the call instruction are marked as such, so | Nate Begeman |
2005-04-04 | i1 loads should also be from the low byte of the argument word. | Nate Begeman |
2005-04-04 | Fix i64 return, fix CopyFromReg | Nate Begeman |
2005-04-03 | Full varargs support. All of UnitTests now passes | Nate Begeman |
2005-04-03 | Pass the correct value for the chain to the store | Nate Begeman |
2005-04-03 | Fix SHL_PARTS | Nate Begeman |
2005-04-03 | Keeping up with the Joneses. | Nate Begeman |
2005-04-02 | Set shift amount to Extend | Nate Begeman |
2005-04-02 | This target doesn't support fabs/fneg yet. | Chris Lattner |
2005-04-02 | Fix i64 returns | Nate Begeman |
2005-04-01 | Add ISD::UNDEF node | Nate Begeman |
2005-04-01 | Fix Olden/bh, CR0 was being set in the wrong order | Nate Begeman |
2005-04-01 | Also apply Chris's fix to FP select and SETCC | Nate Begeman |
2005-04-01 | Move the selection of the arms of the select operation up to the conditional | Chris Lattner |
2005-04-01 | Fix stores to global addresses | Nate Begeman |
2005-04-01 | Support indexed loads and stores. This drops Shootout/matrix time from | Nate Begeman |
2005-04-01 | Implement FP_TO_SINT and FP_TO_UINT | Nate Begeman |
2005-04-01 | Add support for adding 0.0 and -0.0 to the constant pool, since we lie and | Nate Begeman |
2005-04-01 | Factor out common code, support FP comparison in folded SetCC | Nate Begeman |
2005-03-31 | fsel generation for f32 and f64 select | Nate Begeman |
2005-03-31 | Pass the correct values to the chain argument for node construction during | Nate Begeman |
2005-03-31 | Rewrite LowerCallTo and Select(ISD::CALL) to properly handle float varargs | Nate Begeman |
2005-03-30 | Fix calls whose arguments fit entirely in registers to not break the Chain. | Nate Begeman |
2005-03-30 | Fix frame index code to generate legal PowerPC instructions. About half of | Nate Begeman |
2005-03-30 | Fix external symbol printing in the AsmPrinter. Tell the ISel that we | Nate Begeman |
2005-03-29 | Fix BranchCC (it's still dumb), and implement FP select (also dumb) | Nate Begeman |
2005-03-29 | Implement integer select and i1 sign extend | Nate Begeman |
2005-03-29 | Implement SetCC, fix ZERO_EXTEND_INREG | Nate Begeman |
2005-03-29 | fix a warning in the optimized build | Chris Lattner |
2005-03-29 | Implement div, rem, and frameindex | Nate Begeman |
2005-03-28 | Pattern ISel: fix argument loading for i64s (thanks chris) | Nate Begeman |
2005-03-28 | Remove fake instruction 'subc' (mnemonic for subfc). | Nate Begeman |
2005-03-28 | Implement proper loads and zero-extends of all types | Nate Begeman |
2005-03-26 | Fix that pesky floats in integer regs problem by assigning the f32 type to | Nate Begeman |
2005-03-26 | Get closer to having varargs working. There's still something strange | Nate Begeman |
2005-03-26 | Make 64bit args and float args work correct with calls. Thanks to Chris | Nate Begeman |
2005-03-26 | Next round of pattern isel changes, mostly dealing with calls. | Nate Begeman |
2005-03-25 | Support global addresses and fix call returns. Varargs still aren't | Nate Begeman |
2005-03-24 | Implement next round of Pattern ISel fixes | Nate Begeman |
2005-03-24 | Implement more of the PPC32 Pattern ISel: | Nate Begeman |
2005-03-24 | Fix silly "no newline at end of file" warning | Chris Lattner |
2005-03-24 | Addition of the PPC32 Pattern ISel. While it is far from complete, it will | Nate Begeman |