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
Age
Commit message (
Expand
)
Author
2011-02-21
Revert r124611 - "Keep track of incoming argument's location while emitting L...
Devang Patel
2011-02-20
Use explicit add_subdirectory's for LLVM target sublibraries instead
Oscar Fuentes
2011-01-31
Keep track of incoming argument's location while emitting LiveIns.
Devang Patel
2011-01-31
Fix vector sign extend to put the source and destination types in the
David Greene
2011-01-23
Null initialize a few variables flagged by
Ted Kremenek
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
Split up RotateShift itinerary in SPU.
Kalle Raiskila
2011-01-17
Don't crash SPU BE with memory accesses with big alignmnet.
Kalle Raiskila
2011-01-13
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-11
Fix a thinko in 123226 that caused test failures on "other" platforms.
Kalle Raiskila
2011-01-11
Add a "nop filler" pass to SPU.
Kalle Raiskila
2011-01-10
Update CMake stuff
Anton Korobeynikov
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2010-12-24
Various bits of framework needed for precise machine-level selection
Andrew Trick
2010-12-24
whitespace
Andrew Trick
2010-12-23
Flag -> Glue, the ongoing saga
Chris Lattner
2010-12-21
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-12-17
Don't feed 19 bit immediates to ILA.
Kalle Raiskila
2010-12-09
Dont' feed ILA two inputs - it takes just one.
Kalle Raiskila
2010-11-29
Handle lshr for i128 correctly on SPU also when
Kalle Raiskila
2010-11-29
Enable PostRA scheduling for SPU.
Kalle Raiskila
2010-11-29
Allow machine LICM to do its job on SPU.
Kalle Raiskila
2010-11-29
Add missing i128 case.
Kalle Raiskila
2010-11-27
Move more PEI-related hooks to TFI
Anton Korobeynikov
2010-11-24
Use i8 as SETCC result type for i1 in SPU.
Kalle Raiskila
2010-11-24
Allow for 'fcmp ogt' 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-18
Move getInitialFrameState() to TargetFrameInfo
Anton Korobeynikov
2010-11-18
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-18
Change CodeGen to use .loc directives. This produces a lot more readable output
Rafael Espindola
2010-11-15
Improve code layout, mostly indentation.
Kalle Raiskila
2010-11-15
Attempt to unbreak cmake-based builds
Anton Korobeynikov
2010-11-15
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-14
move all the target's asmprinters into the main target. The piece
Chris Lattner
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-26
Change v64 datalayout in SPU.
Kalle Raiskila
2010-10-18
Improve lowering of sext to i128 on SPU.
Kalle Raiskila
2010-10-07
Add the missing cases to the type->registerclass conversion function.
Kalle Raiskila
2010-10-07
Implement two virtual functions in SPUTargetLowering.
Kalle Raiskila
2010-10-01
Zap some redundant 'ori $?, $?, 0' from SPU.
Kalle Raiskila
2010-09-28
Add support to model pipeline bypass / forwarding.
Evan Cheng
2010-09-28
Removed a bunch of unnecessary target_link_libraries.
Oscar Fuentes
2010-09-21
fix a long standing wart: all the ComplexPattern's were being
Chris Lattner
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
[next]