index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
CellSPU
Age
Commit message (
Expand
)
Author
2010-08-29
Fix lowering of INSERT_VECTOR_ELT in SPU.
Kalle Raiskila
2010-08-26
Simplify eliminateFrameIndex() interface back down now that PEI doesn't need
Jim Grosbach
2010-08-25
zap dead code
Chris Lattner
2010-08-24
Fix SPU BE to use all the available return registers.
Kalle Raiskila
2010-08-24
Remove some dead code from SPU BE that remained
Kalle Raiskila
2010-08-18
Fix a bug with insertelement on SPU.
Kalle Raiskila
2010-08-18
Remove all traces of v2[i,f]32 on SPU.
Kalle Raiskila
2010-08-18
Change SPU C calling convention to match that described in
Kalle Raiskila
2010-08-17
fix emacs language spec's, patch by Edmund Grimley-Evans!
Chris Lattner
2010-08-09
Have SPU handle halfvec stores aligned by 8 bytes.
Kalle Raiskila
2010-08-04
Make SPU backend handle insertelement and
Kalle Raiskila
2010-08-02
More SPU v2f32 stuff added: insertelement and shuffle.
Kalle Raiskila
2010-08-02
Add preliminary v2f32 support for SPU. Like with v2i32, we just
Kalle Raiskila
2010-08-02
Add preliminary v2i32 support for SPU backend. As there are no
Kalle Raiskila
2010-07-16
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-16
Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and
Bill Wendling
2010-07-14
Don't pass StringRef by reference.
Benjamin Kramer
2010-07-11
RISC architectures get their memory operand folding for free.
Jakob Stoklund Olesen
2010-07-11
Replace copyRegToReg with copyPhysReg for CellSPU.
Jakob Stoklund Olesen
2010-07-08
Switch SPU calling convention (function arguments)
Kalle Raiskila
2010-07-07
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-06
Propagate debug loc.
Devang Patel
2010-07-05
Remove some unused/redundant code.
Kalle Raiskila
2010-07-03
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-06-29
Remove initialized but otherwise unused variables.
Duncan Sands
2010-06-25
The hasMemory argument is irrelevant to how the argument
Dale Johannesen
2010-06-21
remove some dead variables reported by clang++
Chris Lattner
2010-06-21
Mark the SPU 'lr' instruction to never have side effects.
Kalle Raiskila
2010-06-21
Fix the lowering of VECTOR_SHUFFLE on SPU to handle splats.
Kalle Raiskila
2010-06-21
Fix lowering of VECTOR_SHUFFLE on SPU. Old algorithm
Kalle Raiskila
2010-06-18
Eliminate unnecessary uses of getZExtValue().
Dan Gohman
2010-06-17
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-06-09
Fix SPU to cope with vector insertelement to an undef position.
Kalle Raiskila
2010-06-09
Handle loading from/storing to undef pointers on SPU by inserting a
Kalle Raiskila
2010-06-08
Flag SPU's function call sequence together.
Kalle Raiskila
2010-06-02
cleanup
Rafael Espindola
2010-06-01
Fix handling of 'load' nodes.
Kalle Raiskila
2010-05-19
Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...
Evan Cheng
2010-05-14
Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what
Bill Wendling
2010-05-11
Implement a bunch more TargetSelectionDAGInfo infrastructure.
Dan Gohman
2010-05-11
Make SPU backend not assert on jump tables.
Kalle Raiskila
2010-05-10
Fix encoding of 'sf' and 'sfh' instructions.
Kalle Raiskila
2010-05-07
Testing svn access with a note added to documentation.
Kalle Raiskila
2010-05-06
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-05-04
"on the rare occasion the SPU BE produces illegal assembly - it tries to emit...
Chris Lattner
2010-05-01
fix some inconsistent line endings, patch by Jakub Staszak!
Chris Lattner
2010-04-21
Implement -disable-non-leaf-fp-elim which disable frame pointer elimination
Evan Cheng
2010-04-20
teach cellspu how to return i8 and i16 from calls,
Chris Lattner
2010-04-18
Make processor FUs unique for given itinerary. This extends the limit of 32
Anton Korobeynikov
[next]