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-06-30
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-29
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-06-28
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
Evan Cheng
2011-06-28
Hide more details in tablegen generated MCRegisterInfo ctor function.
Evan Cheng
2011-06-28
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-27
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-24
Fix CellSPU CMakeList.txt.
Rafael Espindola
2011-06-24
Fix CellSPU CMakeLists.txt
Evan Cheng
2011-06-24
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2011-06-15
Use set operations instead of plain lists to enumerate register classes.
Jakob Stoklund Olesen
2011-06-09
Remove custom allocation order boilerplate that is no longer needed.
Jakob Stoklund Olesen
2011-06-08
Add a parameter to CCState so that it can access the MachineFunction.
Eric Christopher
2011-06-02
Have LowerOperandForConstraint handle multiple character constraints.
Eric Christopher
2011-05-30
Use the dwarf->llvm mapping to print register names in the cfi
Rafael Espindola
2011-05-19
Use the correct register class for Cell varargs spilling. This fixes all of the
Cameron Zwarich
2011-05-06
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-03-07
Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.
Cameron Zwarich
2011-03-04
Allow vector shifts (shl,lshr,ashr) on SPU.
Kalle Raiskila
2011-03-04
Allow load from constant on SPU.
Kalle Raiskila
2011-02-28
Add branch hinting for SPU.
Kalle Raiskila
2011-02-25
Allow targets to specify a the type of the RHS of a shift parameterized on th...
Owen Anderson
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
[prev]
[next]