aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CellSPU
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch SPU calling convention (function arguments) Kalle Raiskila2010-07-084-118/+52
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-072-2/+6
* Propagate debug loc.Devang Patel2010-07-061-2/+3
* Remove some unused/redundant code.Kalle Raiskila2010-07-052-20/+0
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-031-3/+2
* Remove initialized but otherwise unused variables.Duncan Sands2010-06-291-1/+0
* The hasMemory argument is irrelevant to how the argumentDale Johannesen2010-06-252-4/+1
* remove some dead variables reported by clang++Chris Lattner2010-06-211-2/+0
* Mark the SPU 'lr' instruction to never have side effects. Kalle Raiskila2010-06-211-2/+0
* Fix the lowering of VECTOR_SHUFFLE on SPU to handle splats.Kalle Raiskila2010-06-211-1/+1
* Fix lowering of VECTOR_SHUFFLE on SPU. Old algorithmKalle Raiskila2010-06-211-9/+14
* Eliminate unnecessary uses of getZExtValue().Dan Gohman2010-06-181-1/+1
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-172-9/+9
* Fix SPU to cope with vector insertelement to an undef position.Kalle Raiskila2010-06-091-3/+8
* Handle loading from/storing to undef pointers on SPU by inserting a Kalle Raiskila2010-06-091-1/+3
* Flag SPU's function call sequence together. Kalle Raiskila2010-06-081-1/+1
* cleanupRafael Espindola2010-06-022-34/+0
* Fix handling of 'load' nodes.Kalle Raiskila2010-06-011-8/+2
* Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...Evan Cheng2010-05-191-1/+1
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-141-2/+2
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-114-3/+13
* Make SPU backend not assert on jump tables.Kalle Raiskila2010-05-111-0/+3
* Fix encoding of 'sf' and 'sfh' instructions.Kalle Raiskila2010-05-101-3/+3
* Testing svn access with a note added to documentation.Kalle Raiskila2010-05-071-0/+2
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-062-5/+4
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-062-8/+12
* "on the rare occasion the SPU BE produces illegal assembly - it tries to emit...Chris Lattner2010-05-041-2/+10
* fix some inconsistent line endings, patch by Jakub Staszak!Chris Lattner2010-05-011-7/+7
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-211-1/+1
* teach cellspu how to return i8 and i16 from calls,Chris Lattner2010-04-201-12/+2
* Make processor FUs unique for given itinerary. This extends the limit of 32Anton Korobeynikov2010-04-181-1/+1
* Use cast instead of dyn_cast when assuming success.Dan Gohman2010-04-171-6/+6
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-174-20/+19
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-172-4/+13
* Name these stub files consistently with the SPU and PPC targets' conventions.Chandler Carruth2010-04-172-9/+9
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-163-0/+52
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-153-6/+6
* "On SPU, variables in the .bss section that are allocated with the .lcomm dir...Chris Lattner2010-04-091-1/+0
* Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer2010-04-083-49/+20
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-074-19/+19