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
/
SPURegisterInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement changes from Chris's feedback.
Edwin Török
2009-07-08
1
-6
/
+11
*
Propagate debug loc info through prologue/epilogue.
Bill Wendling
2009-02-23
1
-2
/
+5
*
Remove non-DebugLoc versions of BuildMI from Alpha and Cell.
Dale Johannesen
2009-02-13
1
-20
/
+22
*
Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.
Evan Cheng
2009-02-06
1
-0
/
+7
*
- Start moving target-dependent nodes that could be represented by an
Scott Michel
2008-12-30
1
-20
/
+23
*
- Remove Tilmann's custom truncate lowering: it completely hosed over
Scott Michel
2008-12-27
1
-5
/
+0
*
CellSPU: Fix prologue/epilogue emission when function contains calls but
Scott Michel
2008-11-08
1
-2
/
+2
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-1
/
+1
*
Temporarily reverting r56683. This is causing a failure during the build of l...
Bill Wendling
2008-09-26
1
-2
/
+1
*
Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...
Evan Cheng
2008-09-26
1
-1
/
+2
*
Trim unnecessary #includes.
Dan Gohman
2008-07-11
1
-1
/
+0
*
Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating
Dan Gohman
2008-07-01
1
-3
/
+3
*
Don't use ISD namespace opcodes for MachineInstrs.
Dan Gohman
2008-06-30
1
-2
/
+2
*
Remove more iostream header includes. Needed to implement a "FlushStream"
Bill Wendling
2008-05-29
1
-2
/
+1
*
Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.
Evan Cheng
2008-03-31
1
-9
/
+0
*
Fix newly-introduced 4.3 warnings
Anton Korobeynikov
2008-02-20
1
-1
/
+1
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-1
/
+1
*
Add an extra operand to LABEL nodes which distinguishes between debug, EH, or...
Evan Cheng
2008-01-31
1
-3
/
+3
*
More cleanups for CellSPU:
Scott Michel
2008-01-30
1
-15
/
+15
*
Move even more functionality from MRegisterInfo into TargetInstrInfo.
Owen Anderson
2008-01-07
1
-48
/
+0
*
Move some more instruction creation methods from RegisterInfo into InstrInfo.
Owen Anderson
2008-01-01
1
-169
/
+0
*
Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the
Owen Anderson
2007-12-31
1
-37
/
+0
*
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-31
1
-4
/
+5
*
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
1
-3
/
+3
*
Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...
Chris Lattner
2007-12-30
1
-9
/
+8
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-5
/
+4
*
More working CellSPU tests:
Scott Michel
2007-12-20
1
-2
/
+4
*
Add new immed16.ll test case, fix CellSPU errata to make test case work.
Scott Michel
2007-12-19
1
-2
/
+0
*
- Restore some i8 functionality in CellSPU
Scott Michel
2007-12-17
1
-4
/
+5
*
Update foldMemoryOperand.
Evan Cheng
2007-12-05
1
-2
/
+7
*
Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether
Evan Cheng
2007-12-05
1
-3
/
+5
*
Updated source file headers to llvm coding standard.
Scott Michel
2007-12-05
1
-3
/
+2
*
Main CellSPU backend files checked in. Intrinsics and autoconf files
Scott Michel
2007-12-05
1
-0
/
+863