aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CellSPU
Commit message (Expand)AuthorAgeFilesLines
* Use i8 as SETCC result type for i1 in SPU.Kalle Raiskila2010-11-241-4/+14
* Allow for 'fcmp ogt' in SPU.Kalle Raiskila2010-11-241-2/+2
* Division by pow-of-2 is not cheap on SPU, do it with Kalle Raiskila2010-11-231-2/+0
* Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck2010-11-232-134/+134
* Fix a bug with extractelement on SPU.Kalle Raiskila2010-11-221-1/+1
* Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov2010-11-184-12/+10
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-184-21/+15
* Change CodeGen to use .loc directives. This produces a lot more readable outputRafael Espindola2010-11-181-2/+1
* Improve code layout, mostly indentation. Kalle Raiskila2010-11-151-166/+150
* Attempt to unbreak cmake-based buildsAnton Korobeynikov2010-11-151-0/+1
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-155-224/+237
* move all the target's asmprinters into the main target. The piece Chris Lattner2010-11-145-27/+2
* Fix memory access lowering on SPU, addingKalle Raiskila2010-11-124-115/+252
* Simplify uses of MVT and EVT. An MVT can be compared directlyDuncan Sands2010-11-031-1/+1
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-292-0/+38
* Change v64 datalayout in SPU.Kalle Raiskila2010-10-261-1/+1
* Improve lowering of sext to i128 on SPU.Kalle Raiskila2010-10-181-2/+7
* Add the missing cases to the type->registerclass conversion function.Kalle Raiskila2010-10-071-0/+14
* Implement two virtual functions in SPUTargetLowering.Kalle Raiskila2010-10-072-0/+31
* Zap some redundant 'ori $?, $?, 0' from SPU.Kalle Raiskila2010-10-012-67/+7
* Add support to model pipeline bypass / forwarding.Evan Cheng2010-09-281-1/+1
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-281-2/+0
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-211-4/+8
* update a bunch of code to use the MachinePointerInfo version of getStore.Chris Lattner2010-09-211-3/+4
* it's more elegant to put the "getConstantPool" andChris Lattner2010-09-212-4/+5
* Change SPU register re-interpretations from OR to COPY_TO_REGCLASS instruction.Kalle Raiskila2010-09-163-238/+177
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-101-2/+2
* Silence compiler warning.Kalle Raiskila2010-09-091-1/+1
* Fix CellSPU vector shuffles, again.Kalle Raiskila2010-09-081-7/+7
* zap dead code.Chris Lattner2010-09-042-44/+1
* Zap dead code.Benjamin Kramer2010-09-032-13/+0
* Fix lowering of INSERT_VECTOR_ELT in SPU. Kalle Raiskila2010-08-291-3/+4
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-262-6/+3
* zap dead codeChris Lattner2010-08-251-34/+0
* Fix SPU BE to use all the available return registers.Kalle Raiskila2010-08-241-34/+16
* Remove some dead code from SPU BE that remainedKalle Raiskila2010-08-243-26/+6
* Fix a bug with insertelement on SPU. Kalle Raiskila2010-08-181-6/+11
* Remove all traces of v2[i,f]32 on SPU. Kalle Raiskila2010-08-185-110/+4
* Change SPU C calling convention to match that described in Kalle Raiskila2010-08-181-11/+12
* fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner2010-08-171-1/+1
* Have SPU handle halfvec stores aligned by 8 bytes.Kalle Raiskila2010-08-095-9/+57
* Make SPU backend handle insertelement and Kalle Raiskila2010-08-043-2/+12
* More SPU v2f32 stuff added: insertelement and shuffle.Kalle Raiskila2010-08-022-0/+9
* Add preliminary v2f32 support for SPU. Like with v2i32, we justKalle Raiskila2010-08-024-69/+81
* Add preliminary v2i32 support for SPU backend. As there are noKalle Raiskila2010-08-024-6/+49
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-162-148/+0
* Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling2010-07-161-3/+3
* Don't pass StringRef by reference.Benjamin Kramer2010-07-142-3/+3
* RISC architectures get their memory operand folding for free.Jakob Stoklund Olesen2010-07-112-100/+0
* Replace copyRegToReg with copyPhysReg for CellSPU.Jakob Stoklund Olesen2010-07-112-34/+10