index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
CellSPU
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-16
2
-148
/
+0
*
Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and
Bill Wendling
2010-07-16
1
-3
/
+3
*
Don't pass StringRef by reference.
Benjamin Kramer
2010-07-14
2
-3
/
+3
*
RISC architectures get their memory operand folding for free.
Jakob Stoklund Olesen
2010-07-11
2
-100
/
+0
*
Replace copyRegToReg with copyPhysReg for CellSPU.
Jakob Stoklund Olesen
2010-07-11
2
-34
/
+10
*
Switch SPU calling convention (function arguments)
Kalle Raiskila
2010-07-08
4
-118
/
+52
*
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-07
2
-2
/
+6
*
Propagate debug loc.
Devang Patel
2010-07-06
1
-2
/
+3
*
Remove some unused/redundant code.
Kalle Raiskila
2010-07-05
2
-20
/
+0
*
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-07-03
1
-3
/
+2
*
Remove initialized but otherwise unused variables.
Duncan Sands
2010-06-29
1
-1
/
+0
*
The hasMemory argument is irrelevant to how the argument
Dale Johannesen
2010-06-25
2
-4
/
+1
*
remove some dead variables reported by clang++
Chris Lattner
2010-06-21
1
-2
/
+0
*
Mark the SPU 'lr' instruction to never have side effects.
Kalle Raiskila
2010-06-21
1
-2
/
+0
*
Fix the lowering of VECTOR_SHUFFLE on SPU to handle splats.
Kalle Raiskila
2010-06-21
1
-1
/
+1
*
Fix lowering of VECTOR_SHUFFLE on SPU. Old algorithm
Kalle Raiskila
2010-06-21
1
-9
/
+14
*
Eliminate unnecessary uses of getZExtValue().
Dan Gohman
2010-06-18
1
-1
/
+1
*
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-06-17
2
-9
/
+9
*
Fix SPU to cope with vector insertelement to an undef position.
Kalle Raiskila
2010-06-09
1
-3
/
+8
*
Handle loading from/storing to undef pointers on SPU by inserting a
Kalle Raiskila
2010-06-09
1
-1
/
+3
*
Flag SPU's function call sequence together.
Kalle Raiskila
2010-06-08
1
-1
/
+1
*
cleanup
Rafael Espindola
2010-06-02
2
-34
/
+0
[next]