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
/
SPUISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-4
/
+2
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-15
/
+0
*
Remove VectorExtras. This unused helper was written for a type of API that is...
Benjamin Kramer
2012-01-07
1
-1
/
+0
*
Initial CodeGen support for CTTZ/CTLZ where a zero input produces an
Chandler Carruth
2011-12-13
1
-0
/
+10
*
Added invariant field to the DAG.getLoad method and changed all calls.
Pete Cooper
2011-11-08
1
-5
/
+8
*
Fix a bug in LowerV2I64Splat, which generated a BUILD_VECTOR for which there was
Nadav Rotem
2011-10-16
1
-3
/
+5
*
The CELL backend cannot select patterns for vector trunc-store and shl on v2...
Nadav Rotem
2011-10-15
1
-0
/
+9
*
Set operation actions to legal types only.
Nadav Rotem
2011-10-04
1
-8
/
+9
*
Operations should be custom lowered only if their type is legal.
Nadav Rotem
2011-10-04
1
-6
/
+8
*
Add codegen support for vector select (in the IR this means a select
Duncan Sands
2011-09-06
1
-1
/
+2
*
Silence a bunch (but not all) "variable written but not read" warnings
Duncan Sands
2011-08-12
1
-0
/
+1
*
Code generation for 'fence' instruction.
Eli Friedman
2011-07-27
1
-0
/
+1
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-4
/
+4
*
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-14
1
-1
/
+0
*
Add an intrinsic and codegen support for fused multiply-accumulate. The intent
Cameron Zwarich
2011-07-08
1
-0
/
+3
*
Add a parameter to CCState so that it can access the MachineFunction.
Eric Christopher
2011-06-08
1
-8
/
+8
*
Have LowerOperandForConstraint handle multiple character constraints.
Eric Christopher
2011-06-02
1
-2
/
+2
*
Use the correct register class for Cell varargs spilling. This fixes all of the
Cameron Zwarich
2011-05-19
1
-1
/
+1
*
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-05-06
1
-5
/
+2
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Allow targets to specify a the type of the RHS of a shift parameterized on th...
Owen Anderson
2011-02-25
1
-3
/
+2
*
Revert r124611 - "Keep track of incoming argument's location while emitting L...
Devang Patel
2011-02-21
1
-1
/
+1
*
Keep track of incoming argument's location while emitting LiveIns.
Devang Patel
2011-01-31
1
-1
/
+1
*
Allow sign-extending of i8 and i16 to i128 on SPU.
Kalle Raiskila
2011-01-20
1
-0
/
+6
*
Remove unused variables found by gcc-4.6's -Wunused-but-set-variable.
Jeffrey Yasskin
2011-01-18
1
-9
/
+0
*
Don't crash SPU BE with memory accesses with big alignmnet.
Kalle Raiskila
2011-01-17
1
-4
/
+4
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
1
-7
/
+6
*
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-12-21
1
-1
/
+1
*
Use i8 as SETCC result type for i1 in SPU.
Kalle Raiskila
2010-11-24
1
-4
/
+14
*
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
1
-92
/
+92
*
Fix a bug with extractelement on SPU.
Kalle Raiskila
2010-11-22
1
-1
/
+1
*
Improve code layout, mostly indentation.
Kalle Raiskila
2010-11-15
1
-166
/
+150
*
Fix memory access lowering on SPU, adding
Kalle Raiskila
2010-11-12
1
-102
/
+219
*
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
1
-0
/
+33
*
Improve lowering of sext to i128 on SPU.
Kalle Raiskila
2010-10-18
1
-2
/
+7
*
Implement two virtual functions in SPUTargetLowering.
Kalle Raiskila
2010-10-07
1
-0
/
+26
*
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
1
-3
/
+4
*
Silence compiler warning.
Kalle Raiskila
2010-09-09
1
-1
/
+1
*
Fix CellSPU vector shuffles, again.
Kalle Raiskila
2010-09-08
1
-7
/
+7
*
Fix lowering of INSERT_VECTOR_ELT in SPU.
Kalle Raiskila
2010-08-29
1
-3
/
+4
*
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
1
-18
/
+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
1
-27
/
+0
*
Have SPU handle halfvec stores aligned by 8 bytes.
Kalle Raiskila
2010-08-09
1
-9
/
+26
*
Make SPU backend handle insertelement and
Kalle Raiskila
2010-08-04
1
-1
/
+4
*
More SPU v2f32 stuff added: insertelement and shuffle.
Kalle Raiskila
2010-08-02
1
-0
/
+1
[next]