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-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-09
Thread LLVMContext through MVT and related parts of SDISel.
Owen Anderson
2009-07-08
Implement changes from Chris's feedback.
Torok Edwin
2009-07-03
Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...
Tilmann Scheller
2009-07-01
Update comments to make it clear that the function alignment is the Log2 of the
Bill Wendling
2009-06-30
Add an "alignment" field to the MachineFunction object. It makes more sense to
Bill Wendling
2009-06-16
Misc accumulated tweaks to legalization logic for various targets.
Eli Friedman
2009-05-27
Don't abuse the quirky behavior of LegalizeDAG for XINT_TO_FP and
Eli Friedman
2009-05-26
Back out r72431, it is causing a number of compilation crashes with clang.
Daniel Dunbar
2009-05-26
Don't abuse the quirky behavior of LegalizeDAG for XINT_TO_FP and
Eli Friedman
2009-04-27
2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan.
Nate Begeman
2009-04-24
Revert 69952. Causes testsuite failures on linux x86-64.
Rafael Espindola
2009-04-24
PR2957
Nate Begeman
2009-04-01
Use CHAR_BIT instead of hard-coding 8 in several places where it
Dan Gohman
2009-03-26
fix warning in -asserts mode.
Chris Lattner
2009-03-17
CellSPU:
Scott Michel
2009-03-16
CellSPU:
Scott Michel
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
[next]