| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle lshr for i128 correctly on SPU also when | Kalle Raiskila | 2010-11-29 | 1 | -2/+5 |
* | Enable PostRA scheduling for SPU. | Kalle Raiskila | 2010-11-29 | 2 | -0/+25 |
* | Allow machine LICM to do its job on SPU. | Kalle Raiskila | 2010-11-29 | 2 | -1/+9 |
* | Add missing i128 case. | Kalle Raiskila | 2010-11-29 | 1 | -0/+3 |
* | Move more PEI-related hooks to TFI | Anton Korobeynikov | 2010-11-27 | 4 | -21/+21 |
* | Use i8 as SETCC result type for i1 in SPU. | Kalle Raiskila | 2010-11-24 | 1 | -4/+14 |
* | Allow for 'fcmp ogt' in SPU. | Kalle Raiskila | 2010-11-24 | 1 | -2/+2 |
* | Division by pow-of-2 is not cheap on SPU, do it with | Kalle Raiskila | 2010-11-23 | 1 | -2/+0 |
* | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck | 2010-11-23 | 2 | -134/+134 |
* | Fix a bug with extractelement on SPU. | Kalle Raiskila | 2010-11-22 | 1 | -1/+1 |
* | Move getInitialFrameState() to TargetFrameInfo | Anton Korobeynikov | 2010-11-18 | 4 | -12/+10 |
* | Move hasFP() and few related hooks to TargetFrameInfo. | Anton Korobeynikov | 2010-11-18 | 4 | -21/+15 |
* | Change CodeGen to use .loc directives. This produces a lot more readable output | Rafael Espindola | 2010-11-18 | 1 | -2/+1 |
* | Improve code layout, mostly indentation. | Kalle Raiskila | 2010-11-15 | 1 | -166/+150 |
* | Attempt to unbreak cmake-based builds | Anton Korobeynikov | 2010-11-15 | 1 | -0/+1 |
* | First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou... | Anton Korobeynikov | 2010-11-15 | 5 | -224/+237 |
* | move all the target's asmprinters into the main target. The piece | Chris Lattner | 2010-11-14 | 5 | -27/+2 |
* | Fix memory access lowering on SPU, adding | Kalle Raiskila | 2010-11-12 | 4 | -115/+252 |
* | Simplify uses of MVT and EVT. An MVT can be compared directly | Duncan Sands | 2010-11-03 | 1 | -1/+1 |
* | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson | 2010-10-29 | 2 | -0/+38 |
* | Change v64 datalayout in SPU. | Kalle Raiskila | 2010-10-26 | 1 | -1/+1 |
* | Improve lowering of sext to i128 on SPU. | Kalle Raiskila | 2010-10-18 | 1 | -2/+7 |
* | Add the missing cases to the type->registerclass conversion function. | Kalle Raiskila | 2010-10-07 | 1 | -0/+14 |
* | Implement two virtual functions in SPUTargetLowering. | Kalle Raiskila | 2010-10-07 | 2 | -0/+31 |
* | Zap some redundant 'ori $?, $?, 0' from SPU. | Kalle Raiskila | 2010-10-01 | 2 | -67/+7 |
* | Add support to model pipeline bypass / forwarding. | Evan Cheng | 2010-09-28 | 1 | -1/+1 |
* | Removed a bunch of unnecessary target_link_libraries. | Oscar Fuentes | 2010-09-28 | 1 | -2/+0 |
* | fix a long standing wart: all the ComplexPattern's were being | Chris Lattner | 2010-09-21 | 1 | -4/+8 |
* | update a bunch of code to use the MachinePointerInfo version of getStore. | Chris Lattner | 2010-09-21 | 1 | -3/+4 |
* | it's more elegant to put the "getConstantPool" and | Chris Lattner | 2010-09-21 | 2 | -4/+5 |
* | Change SPU register re-interpretations from OR to COPY_TO_REGCLASS instruction. | Kalle Raiskila | 2010-09-16 | 3 | -238/+177 |
* | Teach if-converter to be more careful with predicating instructions that would | Evan Cheng | 2010-09-10 | 1 | -2/+2 |
* | Silence compiler warning. | Kalle Raiskila | 2010-09-09 | 1 | -1/+1 |
* | Fix CellSPU vector shuffles, again. | Kalle Raiskila | 2010-09-08 | 1 | -7/+7 |
* | zap dead code. | Chris Lattner | 2010-09-04 | 2 | -44/+1 |
* | Zap dead code. | Benjamin Kramer | 2010-09-03 | 2 | -13/+0 |
* | Fix lowering of INSERT_VECTOR_ELT in SPU. | Kalle Raiskila | 2010-08-29 | 1 | -3/+4 |
* | Simplify eliminateFrameIndex() interface back down now that PEI doesn't need | Jim Grosbach | 2010-08-26 | 2 | -6/+3 |
* | zap dead code | Chris Lattner | 2010-08-25 | 1 | -34/+0 |
* | Fix SPU BE to use all the available return registers. | Kalle Raiskila | 2010-08-24 | 1 | -34/+16 |
* | Remove some dead code from SPU BE that remained | Kalle Raiskila | 2010-08-24 | 3 | -26/+6 |
* | Fix a bug with insertelement on SPU. | Kalle Raiskila | 2010-08-18 | 1 | -6/+11 |
* | Remove all traces of v2[i,f]32 on SPU. | Kalle Raiskila | 2010-08-18 | 5 | -110/+4 |
* | Change SPU C calling convention to match that described in | Kalle Raiskila | 2010-08-18 | 1 | -11/+12 |
* | fix emacs language spec's, patch by Edmund Grimley-Evans! | Chris Lattner | 2010-08-17 | 1 | -1/+1 |
* | Have SPU handle halfvec stores aligned by 8 bytes. | Kalle Raiskila | 2010-08-09 | 5 | -9/+57 |
* | Make SPU backend handle insertelement and | Kalle Raiskila | 2010-08-04 | 3 | -2/+12 |
* | More SPU v2f32 stuff added: insertelement and shuffle. | Kalle Raiskila | 2010-08-02 | 2 | -0/+9 |
* | Add preliminary v2f32 support for SPU. Like with v2i32, we just | Kalle Raiskila | 2010-08-02 | 4 | -69/+81 |
* | Add preliminary v2i32 support for SPU backend. As there are no | Kalle Raiskila | 2010-08-02 | 4 | -6/+49 |