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
Age
Commit message (
Expand
)
Author
2008-12-07
Add tests for tblgen's LLVMC backend.
Mikhail Glushenkov
2008-12-07
fix a bug I introduced in simplifycfg handling single entry phi
Chris Lattner
2008-12-06
Clean up some ARM GV asm printing out; minor fixes to match what gcc does.
Evan Cheng
2008-12-06
Reimplement the inner loop of DSE. It now uniformly uses getDependence(),
Chris Lattner
2008-12-05
Fix test to pass on Linux.
Dale Johannesen
2008-12-05
Make LoopStrengthReduce smarter about hoisting things out of
Dale Johannesen
2008-12-05
This test also requires -mattr=+sse41.
Evan Cheng
2008-12-05
Effectively undo 60461 in PIC mode which simply transform V_SET0 / V_SETALLON...
Evan Cheng
2008-12-05
Fix test/Transforms/GVN/pre-load.ll
Chris Lattner
2008-12-05
Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are...
Evan Cheng
2008-12-05
CellSPU: Add new directory under tests/CodeGen/CellSPU to retain tests that
Scott Michel
2008-12-04
Rewrite code that 1) filters loops and 2) calculates new loop bounds.
Devang Patel
2008-12-04
Temporarily revert r60519. It was causing a bootstrap failure:
Bill Wendling
2008-12-04
Visibility hidden GVs do not require extra load of symbol address from the GO...
Evan Cheng
2008-12-03
Use mmx (punpckldq VR64, (mmx_v_set0)) to clear high 32-bits of a VR64 register.
Evan Cheng
2008-12-03
Fix some tests. The grep for "il" was matching "file".
Rafael Espindola
2008-12-03
Add support for ISD::TRAP to the XCore backend
Richard Osborne
2008-12-03
Fix test.
Evan Cheng
2008-12-03
testcase for br undef folding.
Chris Lattner
2008-12-03
Teach jump threading some more simple tricks:
Chris Lattner
2008-12-03
don't spew tons of stuff to the output. This testcase is *not* for
Chris Lattner
2008-12-03
Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86's
Dan Gohman
2008-12-03
Change label to 'carry' for unsigned adds.
Bill Wendling
2008-12-03
Fix byval arguments in the fastcc calling convention. The fastcc convention
Dan Gohman
2008-12-03
Add nounwind attributes to this test.
Dan Gohman
2008-12-03
testcases for recent dag combiner changes
Dale Johannesen
2008-12-02
Remove a (what appears to be) overly strict assertion. Here is what happened:
Evan Cheng
2008-12-02
CellSPU:
Scott Michel
2008-12-02
Implement PRE of loads in the GVN pass with a pretty cheap and
Chris Lattner
2008-12-02
Add a test for my previous PRE fix.
Owen Anderson
2008-12-02
Fix PR3124: overly strict assert.
Evan Cheng
2008-12-02
Second stab at target-dependent lowering of everyone's favorite nodes: [SU]ADDO
Bill Wendling
2008-12-01
Add rdar reference, make this actually fail when the patch isn't applied.
Chris Lattner
2008-12-01
Consider only references to an IV within the loop when
Dale Johannesen
2008-12-01
CellSPU:
Scott Michel
2008-12-01
Use m_Specific() instead of double matching.
Bill Wendling
2008-12-01
simplify these patterns using m_Specific. No need to grep for
Chris Lattner
2008-12-01
Teach inst combine to merge GEPs through PHIs. This is really
Chris Lattner
2008-12-01
testcase for my previous commit.
Chris Lattner
2008-12-01
Implement ((A|B)&1)|(B&-2) -> (A&1) | B transformation. This also takes care of
Bill Wendling
2008-11-30
Add instruction combining for ((A&~B)|(~A&B)) -> A^B and all permutations.
Bill Wendling
2008-11-30
Implement (A&((~A)|B)) -> A&B transformation in the instruction combiner. This
Bill Wendling
2008-11-30
getSExtValue() doesn't work for ConstantInts with bitwidth > 64 bits. Use all
Bill Wendling
2008-11-30
Optimize memmove and memset into the LLVM builtins. Note that these
Eli Friedman
2008-11-30
Followup to r60283: optimize arbitrary width signed divisions as well
Eli Friedman
2008-11-30
Fix for PR2164: allow transforming arbitrary-width unsigned divides into
Eli Friedman
2008-11-30
APIntify a test which is potentially unsafe otherwise, and fix the
Eli Friedman
2008-11-30
Strengthen check for div inst-combining.
Bill Wendling
2008-11-30
Instcombine was illegally transforming -X/C into X/-C when either X or C
Bill Wendling
2008-11-29
don't require GVN to work on dead values, just make the
Chris Lattner
[next]