| Age | Commit message (Expand) | Author |
| 2006-08-28 | For PR387: | Reid Spencer |
| 2006-08-12 | Fix a bug in a recent refactoring that broke a bunch of stuff. | Chris Lattner |
| 2006-08-11 | Eliminate use of getNode that takes a vector. | Chris Lattner |
| 2006-08-11 | Convert vectors to fixed sized arrays and smallvectors. Eliminate use of get... | Chris Lattner |
| 2006-08-11 | Fix miscompilation of float vector returns. Compile code to this: | Chris Lattner |
| 2006-07-28 | Fix some ppc64 issues with vector code. | Chris Lattner |
| 2006-07-26 | Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC. | Chris Lattner |
| 2006-07-10 | Implement Regression/CodeGen/PowerPC/bswap-load-store.ll by folding bswaps | Chris Lattner |
| 2006-06-27 | Implement 64-bit select, bswap, etc. | Chris Lattner |
| 2006-06-27 | PPC doesn't have bit converts to/from i64 | Chris Lattner |
| 2006-06-27 | Implement 64-bit undef, sub, shl/shr, srem/urem | Chris Lattner |
| 2006-06-27 | Use i32 for shift amounts instead of i64. This gets bisort working. | Chris Lattner |
| 2006-06-27 | Implement a bunch of 64-bit cleanliness work. With this, treeadd builds (but | Chris Lattner |
| 2006-06-26 | Improve PPC64 calling convention support | Chris Lattner |
| 2006-06-21 | Correct returns of 64-bit values, though they seemed to work before... | Chris Lattner |
| 2006-06-16 | fix some assumptions that pointers can only be 32-bits. With this, we can | Chris Lattner |
| 2006-06-16 | Rename some subtarget features. A CPU now can *have* 64-bit instructions, | Chris Lattner |
| 2006-06-15 | Type of extract_element index operand should be iPTR. | Evan Cheng |
| 2006-06-10 | Fix a problem exposed by the local allocator. CALL instructions are not marked | Chris Lattner |
| 2006-05-30 | Always reserve space for 8 spilled GPRs. GCC apparently assumes that this | Chris Lattner |
| 2006-05-26 | Change RET node to include signness information of the return values. i.e. | Evan Cheng |
| 2006-05-25 | CALL node change (arg / sign pairs instead of just arguments). | Evan Cheng |
| 2006-05-24 | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner |
| 2006-05-24 | Fix CodeGen/Generic/vector.ll:test_div with altivec. | Chris Lattner |
| 2006-05-24 | Handle SETO* like we handle SET*, restoring behavior after Evan's setcc | Chris Lattner |
| 2006-05-17 | Make PPC call lowering more aggressive, making the isel matching code simple | Chris Lattner |
| 2006-05-17 | Switch PPC over to a call-selection model where the lowering code creates | Chris Lattner |
| 2006-05-17 | 3 changes, 2 of which are cleanup one of which changes codegen: | Chris Lattner |
| 2006-05-16 | implement passing/returning vector regs to calls, at least non-varargs calls. | Chris Lattner |
| 2006-05-16 | Instead of implementing LowerCallTo directly, let the default impl produce an | Chris Lattner |
| 2006-05-16 | Simplify the argument counting logic by only incrementing the index. | Chris Lattner |
| 2006-05-16 | Simplify the dead argument handling code. | Chris Lattner |
| 2006-05-16 | Vector args passed in registers don't reserve stack space. | Chris Lattner |
| 2006-05-16 | Switch the PPC backend over to using FORMAL_ARGUMENTS for formal argument | Chris Lattner |
| 2006-05-16 | Fit in 80 cols | Chris Lattner |
| 2006-05-12 | Remove dead var, fix bad override. | Chris Lattner |
| 2006-04-28 | Fix CodeGen/Generic/2006-04-28-Sign-extend-bool.ll | Chris Lattner |
| 2006-04-22 | JumpTable support! What this represents is working asm and jit support for | Nate Begeman |
| 2006-04-18 | Fix a crash on: | Chris Lattner |
| 2006-04-18 | pretty print node name | Chris Lattner |
| 2006-04-18 | Implement an important entry from README_ALTIVEC: | Chris Lattner |
| 2006-04-18 | Use vmladduhm to do v8i16 multiplies which is faster and simpler than doing | Chris Lattner |
| 2006-04-18 | Implement v16i8 multiply with this code: | Chris Lattner |
| 2006-04-18 | Lower v8i16 multiply into this code: | Chris Lattner |
| 2006-04-18 | Custom lower v4i32 multiplies into a cute sequence, instead of having legalize | Chris Lattner |
| 2006-04-17 | Make sure to check splats of every constant we can, handle splat(31) by | Chris Lattner |
| 2006-04-17 | Teach the ppc backend to use rol and vsldoi to generate splatted constants. | Chris Lattner |
| 2006-04-17 | Make some code more general, adding support for constant formation of several | Chris Lattner |
| 2006-04-17 | Learn how to make odd splatted constants in range [17,29]. This implements | Chris Lattner |
| 2006-04-17 | Pull some code out into a helper function. | Chris Lattner |