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
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-29
Remove initialized but otherwise unused variables.
Duncan Sands
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
Mark the SPU 'lr' instruction to never have side effects.
Kalle Raiskila
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-17
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-06-09
Fix SPU to cope with vector insertelement to an undef position.
Kalle Raiskila
2010-06-09
Handle loading from/storing to undef pointers on SPU by inserting a
Kalle Raiskila
2010-06-08
Flag SPU's function call sequence together.
Kalle Raiskila
2010-06-02
cleanup
Rafael Espindola
2010-06-01
Fix handling of 'load' nodes.
Kalle Raiskila
2010-05-19
Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...
Evan Cheng
2010-05-14
Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what
Bill Wendling
2010-05-11
Implement a bunch more TargetSelectionDAGInfo infrastructure.
Dan Gohman
2010-05-11
Make SPU backend not assert on jump tables.
Kalle Raiskila
2010-05-10
Fix encoding of 'sf' and 'sfh' instructions.
Kalle Raiskila
2010-05-07
Testing svn access with a note added to documentation.
Kalle Raiskila
2010-05-06
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-05-04
"on the rare occasion the SPU BE produces illegal assembly - it tries to emit...
Chris Lattner
2010-05-01
fix some inconsistent line endings, patch by Jakub Staszak!
Chris Lattner
2010-04-21
Implement -disable-non-leaf-fp-elim which disable frame pointer elimination
Evan Cheng
2010-04-20
teach cellspu how to return i8 and i16 from calls,
Chris Lattner
2010-04-18
Make processor FUs unique for given itinerary. This extends the limit of 32
Anton Korobeynikov
2010-04-17
Use cast instead of dyn_cast when assuming success.
Dan Gohman
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-17
Name these stub files consistently with the SPU and PPC targets' conventions.
Chandler Carruth
2010-04-16
Add skeleton target-specific SelectionDAGInfo files.
Dan Gohman
2010-04-15
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-09
"On SPU, variables in the .bss section that are allocated with the .lcomm dir...
Chris Lattner
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-04-07
add newlines at end of files.
Chris Lattner
2010-04-05
remove the MMI pointer from MachineFrameInfo.
Chris Lattner
2010-04-04
Momentous day: remove the "O" member from AsmPrinter. Now all
Chris Lattner
2010-04-04
convert the non-MCInstPrinter'ized EmitInstruction
Chris Lattner
2010-04-04
fix PrintAsmOperand and PrintAsmMemoryOperand to pass down
Chris Lattner
2010-04-04
change a ton of code to not implicitly use the "O" raw_ostream
Chris Lattner
2010-04-02
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-04-02
Teach AnalyzeBranch, RemoveBranch and the branch
Dale Johannesen
2010-03-29
Make isInt?? and isUint?? template specializations of the generic versions. This
Benjamin Kramer
2010-03-29
Remove a bunch of integer width predicate functions in favor of MathExtras.
Benjamin Kramer
2010-03-29
From Kalle Raiskila:
Chris Lattner
2010-03-28
fix a typo, bitconvert from node to itself isn't valid.
Chris Lattner
2010-03-28
stop using vnot_conv
Chris Lattner
[prev]
[next]