index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
CellSPU
/
SPUISelLowering.cpp
Age
Commit message (
Expand
)
Author
2011-02-21
Revert r124611 - "Keep track of incoming argument's location while emitting L...
Devang Patel
2011-01-31
Keep track of incoming argument's location while emitting LiveIns.
Devang Patel
2011-01-20
Allow sign-extending of i8 and i16 to i128 on SPU.
Kalle Raiskila
2011-01-18
Remove unused variables found by gcc-4.6's -Wunused-but-set-variable.
Jeffrey Yasskin
2011-01-17
Don't crash SPU BE with memory accesses with big alignmnet.
Kalle Raiskila
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2010-12-21
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-11-24
Use i8 as SETCC result type for i1 in SPU.
Kalle Raiskila
2010-11-23
Division by pow-of-2 is not cheap on SPU, do it with
Kalle Raiskila
2010-11-23
Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.
Wesley Peck
2010-11-22
Fix a bug with extractelement on SPU.
Kalle Raiskila
2010-11-15
Improve code layout, mostly indentation.
Kalle Raiskila
2010-11-12
Fix memory access lowering on SPU, adding
Kalle Raiskila
2010-11-03
Simplify uses of MVT and EVT. An MVT can be compared directly
Duncan Sands
2010-10-29
Inline asm multiple alternative constraints development phase 2 - improved ba...
John Thompson
2010-10-18
Improve lowering of sext to i128 on SPU.
Kalle Raiskila
2010-10-07
Implement two virtual functions in SPUTargetLowering.
Kalle Raiskila
2010-09-21
update a bunch of code to use the MachinePointerInfo version of getStore.
Chris Lattner
2010-09-21
it's more elegant to put the "getConstantPool" and
Chris Lattner
2010-09-09
Silence compiler warning.
Kalle Raiskila
2010-09-08
Fix CellSPU vector shuffles, again.
Kalle Raiskila
2010-08-29
Fix lowering of INSERT_VECTOR_ELT in SPU.
Kalle Raiskila
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-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-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-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
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-09
Fix SPU to cope with vector insertelement to an undef position.
Kalle Raiskila
2010-05-19
Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...
Evan Cheng
2010-04-20
teach cellspu how to return i8 and i16 from calls,
Chris Lattner
2010-04-17
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
2010-04-15
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-08
Use twines to simplify calls to report_fatal_error. For code size and readabi...
Benjamin Kramer
2010-04-07
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-03-29
Remove a bunch of integer width predicate functions in favor of MathExtras.
Benjamin Kramer
[next]