index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
CellSPU
/
SPUISelLowering.cpp
Age
Commit message (
Expand
)
Author
2009-02-25
Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.
Evan Cheng
2009-02-22
Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR
Scott Michel
2009-02-07
Use getDebugLoc forwarder instead of getNode()->getDebugLoc.
Dale Johannesen
2009-02-07
Get rid of the last non-DebugLoc versions of getNode!
Dale Johannesen
2009-02-06
Remove more non-DebugLoc versions of getNode.
Dale Johannesen
2009-02-06
Get rid of one more non-DebugLoc getNode and
Dale Johannesen
2009-02-04
Remove non-DebugLoc forms of CopyToReg and CopyFromReg.
Dale Johannesen
2009-02-04
Remove non-DebugLoc versions of getLoad and getStore.
Dale Johannesen
2009-02-04
Remove some more non-DebugLoc versions of construction
Dale Johannesen
2009-01-30
Make LowerCallTo and LowerArguments take a DebugLoc
Dale Johannesen
2009-01-26
CellSPU:
Scott Michel
2009-01-26
Untabify code.
Scott Michel
2009-01-26
CellSPU:
Scott Michel
2009-01-21
CellSPU:
Scott Michel
2009-01-15
- Convert remaining i64 custom lowering into custom instruction emission
Scott Michel
2009-01-06
CellSPU:
Scott Michel
2009-01-06
CellSPU:
Scott Michel
2009-01-03
CellSPU:
Scott Michel
2009-01-01
Fix PR3274: when promoting the condition of a BRCOND node,
Duncan Sands
2008-12-30
- Start moving target-dependent nodes that could be represented by an
Scott Michel
2008-12-29
- Various '#if 0' cleanups.
Scott Michel
2008-12-27
- Remove Tilmann's custom truncate lowering: it completely hosed over
Scott Michel
2008-12-10
CellSPU:
Scott Michel
2008-12-09
CellSPU:
Scott Michel
2008-12-04
CellSPU: Fix bug 3055
Scott Michel
2008-12-04
Missing closing brace and reverse conditional condition on NDEBUG
Scott Michel
2008-12-04
This code is apparently quite confused. In the meantime,
Chris Lattner
2008-12-04
CellSPU:
Scott Michel
2008-12-02
CellSPU:
Scott Michel
2008-12-01
CellSPU:
Scott Michel
2008-12-01
There are no longer any places that require a
Duncan Sands
2008-12-01
Change the interface to the type legalization method
Duncan Sands
2008-11-25
CellSPU: Fix mnemonic typo in pattern; "shlqbyi" -> "shlqby".
Scott Michel
2008-11-24
CellSPU:
Scott Michel
2008-11-24
CellSPU:
Scott Michel
2008-11-23
Rename SetCCResultContents to BooleanContents. In
Duncan Sands
2008-11-22
CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was it
Scott Michel
2008-11-21
CellSPU:
Scott Michel
2008-11-20
CellSPU:
Scott Michel
2008-11-20
CellSPU: Custom lower truncating stores of i8 to i1 (should not have been
Scott Michel
2008-11-20
CellSPU: Adjust spacing/tabulation
Scott Michel
2008-11-19
CellSPU: Do not custom lower i1 stores, rely on type legalization to do the
Scott Michel
2008-11-19
Temporary check-in for Duncan to demonstrate CellSPU store problem.
Scott Michel
2008-11-11
Unbreak the buildbot and back out (inadvertant) casting edits in CellSPU
Scott Michel
2008-11-10
CellSPU: Fix bug 3606, as well as some ongoing work.
Scott Michel
2008-11-05
Use getTargetConstant instead of getConstant for nodes that should not be vis...
Dan Gohman
2008-10-30
Shift amounts should have the type given by
Duncan Sands
2008-10-30
Resolve bug 2947: vararg-marked functions must spill registers R3-R79 to stack
Scott Michel
2008-10-18
Teach DAGCombine to fold constant offsets into GlobalAddress nodes,
Dan Gohman
2008-10-14
Rename LoadX to LoadExt.
Evan Cheng
[next]