index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
CellSPU
/
SPUISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add a new getMergeValues method that does not need
Duncan Sands
2008-07-02
1
-16
/
+5
*
Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its
Dan Gohman
2008-06-30
1
-1
/
+1
*
Revert the SelectionDAG optimization that makes
Duncan Sands
2008-06-30
1
-5
/
+4
*
Remove unnecessary #includes.
Dan Gohman
2008-06-22
1
-1
/
+0
*
Remove comparison methods for MVT. The main cause
Duncan Sands
2008-06-08
1
-4
/
+4
*
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-06-06
1
-129
/
+136
*
Add necessary 64-bit support so that gcc frontend compiles (mostly). Current
Scott Michel
2008-06-02
1
-27
/
+129
*
Bug fixes and updates for CellSPU, syncing up with trunk. Most notable
Scott Michel
2008-04-30
1
-22
/
+45
*
no need to implement this method and just have it call
Chris Lattner
2008-04-26
1
-10
/
+0
*
Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal
Dan Gohman
2008-04-12
1
-3
/
+0
*
- Style cleanup in IA64ISelLowering.h: add 'virtual' keyword for consistency.
Scott Michel
2008-03-10
1
-9
/
+7
*
Default ISD::PREFETCH to expand.
Evan Cheng
2008-03-10
1
-1
/
+0
*
Integer comparison tests for CellSPU.
Scott Michel
2008-03-10
1
-10
/
+14
*
Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ...
Evan Cheng
2008-03-08
1
-0
/
+1
*
Refine Cell's i64 constant generation code to cover more constants where the
Scott Michel
2008-03-06
1
-7
/
+28
*
- Fix support for "special" i64 immediates that can be loaded
Scott Michel
2008-03-05
1
-32
/
+25
*
Merge current work back to tree to minimize diffs and drift. Major highlights
Scott Michel
2008-02-23
1
-87
/
+302
*
I cannot find a libgcc function for this builtin. Therefor expanding it to a...
Andrew Lenharth
2008-02-16
1
-1
/
+2
*
Fix single precision FP constants on SPU. They are actually legal,
Nate Begeman
2008-02-14
1
-13
/
+3
*
Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits
Dan Gohman
2008-02-13
1
-1
/
+1
*
don't try to avoid inserting loads when lowering FORMAL_ARGUMENTS.
Chris Lattner
2008-02-13
1
-11
/
+3
*
Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t.
Dan Gohman
2008-02-13
1
-5
/
+4
*
Move to getCALLSEQ_END to ensure CALLSEQ_END node produces a flag. This is co...
Evan Cheng
2008-02-05
1
-2
/
+7
*
Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope...
Evan Cheng
2008-01-30
1
-11
/
+0
*
More cleanups for CellSPU:
Scott Michel
2008-01-30
1
-211
/
+210
*
Factor the addressing mode and the load/store VT out of LoadSDNode
Dan Gohman
2008-01-30
1
-2
/
+2
*
Overhaul Cell SPU's addressing mode internals so that there are now
Scott Michel
2008-01-29
1
-37
/
+103
*
Forward progress: crtbegin.c now compiles successfully!
Scott Michel
2008-01-17
1
-80
/
+65
*
This commit changes:
Chris Lattner
2008-01-17
1
-3
/
+11
*
improve cygwin compatibility, patch by Sam Bishop
Chris Lattner
2008-01-12
1
-1
/
+1
*
More CellSPU refinements:
Scott Michel
2008-01-11
1
-5
/
+12
*
More CellSPU refinement and progress:
Scott Michel
2008-01-11
1
-257
/
+235
*
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-31
1
-51
/
+39
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-3
/
+2
*
fix some warnings. This code needs to be de-tabified :(
Chris Lattner
2007-12-22
1
-2
/
+3
*
More working CellSPU tests:
Scott Michel
2007-12-20
1
-9
/
+13
*
CellSPU testcase, extract_elt.ll: extract vector element.
Scott Michel
2007-12-19
1
-2
/
+5
*
Two more test cases: or_ops.ll (arithmetic or operations) and vecinsert.ll
Scott Michel
2007-12-19
1
-4
/
+3
*
Add new immed16.ll test case, fix CellSPU errata to make test case work.
Scott Michel
2007-12-19
1
-7
/
+9
*
- Restore some i8 functionality in CellSPU
Scott Michel
2007-12-17
1
-6
/
+8
*
fix warnings
Chris Lattner
2007-12-05
1
-2
/
+2
*
Updated source file headers to llvm coding standard.
Scott Michel
2007-12-05
1
-3
/
+2
*
More of the Cell SPU code drop from "Team Aerospace".
Scott Michel
2007-12-04
1
-0
/
+2673
[prev]