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
/
test
/
CodeGen
Age
Commit message (
Expand
)
Author
2008-11-14
[XCore] Fix expansion of 64 bit add/sub. Don't custom expand
Richard Osborne
2008-11-14
Add XCore intrinsics for getid (returns thread id) and bitrev (reverses
Richard Osborne
2008-11-13
Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnit
Dan Gohman
2008-11-13
testcase for PR 1779.
Dale Johannesen
2008-11-12
Correct some thinkos in the expansion of ADD/SUB
Duncan Sands
2008-11-12
Fix the testb optimization so x86 also bootstraps.
Dale Johannesen
2008-11-11
fix another libgcc blocker
Andrew Lenharth
2008-11-11
Un-XFAIL tests now that they're fixed.
Bill Wendling
2008-11-11
r59009 broke these tests. XFAIL for now.
Bill Wendling
2008-11-10
Temporarily revert r58979 and related patch. It's causing a failure in X86 bo...
Bill Wendling
2008-11-10
Fix PR2667: add soft float support for sint_to_fp/uint_to_fp
Duncan Sands
2008-11-10
When promoting the result of fp_to_uint/fp_to_sint,
Duncan Sands
2008-11-10
Reenable test.
Dale Johannesen
2008-11-09
XFAIL this while waiting for a fix.
Duncan Sands
2008-11-09
CellSPU: Update expected counts on expected patterns
Scott Michel
2008-11-08
Generated code for generic expansion of SETUGT etc.
Dale Johannesen
2008-11-08
Xfail an incorrect test.
Dale Johannesen
2008-11-07
Add basic test for XCore backend
Richard Osborne
2008-11-07
Testcase for testb optimization.
Dale Johannesen
2008-11-05
Make ISel ignore dead nodes. The DAGCombiner normally eliminates
Dan Gohman
2008-11-05
Add more vector move low and zero-extend patterns.
Evan Cheng
2008-11-04
Actually ARM / Mac OS X does have UINTTOFP_I64_F{64|32} libcalls.
Evan Cheng
2008-11-04
Custom lower bit_convert i64 -> f64 into FMDRR. This is now happening with le...
Evan Cheng
2008-11-04
Fix PR3011: LegalizeTypes support for scalarizing
Duncan Sands
2008-11-03
The ANDMask node folds to a constant, and isn't the node that needs to
Dan Gohman
2008-11-03
Change how extended types are represented in MVTs. Instead of fiddling
Dan Gohman
2008-11-03
Make VAARG work with x86 long double (which is
Duncan Sands
2008-10-31
Add a bunch of libcalls for ppcf128 that were somehow
Duncan Sands
2008-10-31
Use MOVSSmr instead of EXTRACTPSmr in the case of extracting
Dan Gohman
2008-10-30
Testcase for PR2986.
Duncan Sands
2008-10-30
Resolve bug 2947: vararg-marked functions must spill registers R3-R79 to stack
Scott Michel
2008-10-29
add testcase for PR2964
Chris Lattner
2008-10-29
Fix PR2977: LegalizeTypes support for expanding
Duncan Sands
2008-10-29
- More pre-split fixes: spill slot live interval computation bug; restore poi...
Evan Cheng
2008-10-28
Fix darwin ppc llvm-gcc build breakage: intercept
Duncan Sands
2008-10-28
Turn off LegalizeTypes for this test for the
Duncan Sands
2008-10-28
Fix a testcase provided by Bill in which the node
Duncan Sands
2008-10-28
Fix a nasty miscompilation of 176.gcc on linux/x86 where we synthesized
Chris Lattner
2008-10-28
Avoid putting a split past the end of the live range; always shrink wrap live...
Evan Cheng
2008-10-27
Remove val# defined by a remat'ed def that is now dead.
Evan Cheng
2008-10-27
rename vec_spat -> vec_splat, pointed out by duncan
Chris Lattner
2008-10-27
Turn on LegalizeTypes, the new type legalization
Duncan Sands
2008-10-27
For now, don't split live intervals around x87 stack register barriers. FpGET...
Evan Cheng
2008-10-26
remove eh output from this test.
Chris Lattner
2008-10-26
Do not shrink wrap live interval in a mbb if it's livein any of its successor...
Evan Cheng
2008-10-25
Handle cases where there aren't uses in the barrier mbb.
Evan Cheng
2008-10-25
Related to PR2911, reject as invalid non-pointer GC roots.
Gordon Henriksen
2008-10-25
If val# def is ~0U, meaning it's defined by a PHI, and it's previously split,...
Evan Cheng
2008-10-24
Be kind to non-x86 hosts.
Dale Johannesen
2008-10-24
Fix translateX86CC: if SetCCOpcode is SETULE and
Duncan Sands
[next]