index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
CellSPU
/
SPUISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add preliminary v2f32 support for SPU. Like with v2i32, we just
Kalle Raiskila
2010-08-02
1
-0
/
+2
*
Add preliminary v2i32 support for SPU backend. As there are no
Kalle Raiskila
2010-08-02
1
-3
/
+16
*
Switch SPU calling convention (function arguments)
Kalle Raiskila
2010-07-08
1
-12
/
+40
*
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-07
1
-2
/
+4
*
Propagate debug loc.
Devang Patel
2010-07-06
1
-2
/
+3
*
Remove some unused/redundant code.
Kalle Raiskila
2010-07-05
1
-16
/
+0
*
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-07-03
1
-3
/
+2
*
The hasMemory argument is irrelevant to how the argument
Dale Johannesen
2010-06-25
1
-3
/
+1
*
remove some dead variables reported by clang++
Chris Lattner
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
*
Fix SPU to cope with vector insertelement to an undef position.
Kalle Raiskila
2010-06-09
1
-3
/
+8
*
Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...
Evan Cheng
2010-05-19
1
-1
/
+1
*
teach cellspu how to return i8 and i16 from calls,
Chris Lattner
2010-04-20
1
-12
/
+2
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
1
-8
/
+9
*
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
2010-04-17
1
-3
/
+6
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
1
-3
/
+3
*
Use twines to simplify calls to report_fatal_error. For code size and readabi...
Benjamin Kramer
2010-04-08
1
-31
/
+14
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
1
-9
/
+9
*
Remove a bunch of integer width predicate functions in favor of MathExtras.
Benjamin Kramer
2010-03-29
1
-1
/
+1
*
From Kalle Raiskila:
Chris Lattner
2010-03-29
1
-1
/
+2
*
Remove dead parameter passing.
Bill Wendling
2010-03-02
1
-2
/
+1
*
Move TLOF implementations to libCodegen to resolve layering violation.
Anton Korobeynikov
2010-02-15
1
-1
/
+1
*
Remove an assumption of default arguments. This is in anticipation of a
David Greene
2010-02-15
1
-8
/
+13
*
Revert 95130.
Evan Cheng
2010-02-02
1
-1
/
+1
*
Pass callsite return type to TargetLowering::LowerCall and use that to check ...
Evan Cheng
2010-02-02
1
-1
/
+1
*
Eliminate target hook IsEligibleForTailCallOptimization.
Evan Cheng
2010-01-27
1
-1
/
+3
*
Remove dead variable.
Bill Wendling
2009-12-28
1
-5
/
+1
*
Remove dead store. The initial value was never used, but always overridden.
Bill Wendling
2009-12-28
1
-7
/
+6
*
Add more plumbing. This time in the LowerArguments and "get" functions which
Bill Wendling
2009-12-22
1
-2
/
+2
*
Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.
Dan Gohman
2009-11-23
1
-3
/
+0
*
We are not using DBG_STOPPOINT anymore.
Devang Patel
2009-11-21
1
-1
/
+0
[next]