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
/
Transforms
Age
Commit message (
Expand
)
Author
2008-03-12
Fix attribute handling.
Devang Patel
2008-03-11
Handle multiple ret values.
Devang Patel
2008-03-11
Check to see if a two-entry PHI block can be simplified
Dan Gohman
2008-03-11
Make this test more challenging to help it avoid being
Dan Gohman
2008-03-11
Initial multiple return values support.
Devang Patel
2008-03-11
Upgrade this test.
Dan Gohman
2008-03-10
Simplify
Devang Patel
2008-03-10
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-03-10
Turn unwind_to into "unwinds to".
Nick Lewycky
2008-03-09
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-03-09
Firstly, having a BranchInst isn't exclusive with having an unwind_to.
Nick Lewycky
2008-03-09
A BB that unwind_to an "unwind" inst is that same as one that doesn't unwind_to
Nick Lewycky
2008-03-09
Update the inliner and simplifycfg to handle unwind_to.
Nick Lewycky
2008-03-09
Prune the unwind_to labels on BBs that don't need them. Another step in the
Nick Lewycky
2008-03-07
Update inliner to handle functions that return multiple values.
Devang Patel
2008-03-07
Place for sret promotion tests.
Devang Patel
2008-03-06
Commit the testcase too.
Nick Lewycky
2008-03-06
Don't try to simplify urem and srem using arithmetic rules that don't work
Nick Lewycky
2008-03-04
Use cast instead of dyn_cast.
Devang Patel
2008-03-04
Handle multiple return values.
Devang Patel
2008-03-01
Remove llvm-upgrade and update test cases.
Tanya Lattner
2008-02-29
fix a bug Anders ran into where scalarrepl would crash when promoting
Chris Lattner
2008-02-29
Folding or(fcmp,fcmp) only works if the operands of the fcmps are the same fp...
Chris Lattner
2008-02-26
Add PR number to testcase.
Owen Anderson
2008-02-26
Fix an issue where GVN had the sizes of the two memcpy's reverse, resulting
Owen Anderson
2008-02-26
fix this test so that the fn name doesn't match the regex
Chris Lattner
2008-02-26
Really feed llvm-as with the testcase, do not let it read from stdin. This fi...
Gabor Greif
2008-02-25
Fix an issue where GVN was performing the return slot optimization when it was
Owen Anderson
2008-02-25
Fix an issue where GVN would try to use an instruction before its definition ...
Owen Anderson
2008-02-23
Testcase for Revision 47478.
Zhou Sheng
2008-02-18
Correctly fold divide-by-constant, even when faced with overflow.
Nick Lewycky
2008-02-18
make this just a bit more strict.
Chris Lattner
2008-02-18
Add support to GVN for performing sret return slot optimization. This means ...
Owen Anderson
2008-02-18
optimize away stackrestore calls that have no intervening alloca or call.
Chris Lattner
2008-02-18
upgrade this test.
Chris Lattner
2008-02-17
Fold (-x + -y) -> -(x+y) which promotes better association, fixing
Chris Lattner
2008-02-17
Split up subtracts into add+negate if they have a reassociable use or operand
Chris Lattner
2008-02-17
upgrade and simplify this test.
Chris Lattner
2008-02-16
Remove any 'nest' parameter attributes if the function
Duncan Sands
2008-02-14
If loop header is also loop exiting block then OrigPN is incoming value for B...
Devang Patel
2008-02-14
Fix PR2029
Chris Lattner
2008-02-14
Testcase for PR2032.
Nick Lewycky
2008-02-13
A loop latch phi node may have uses inside loop, not just in loop header.
Devang Patel
2008-02-13
While moving exit condition, do not drop loop latch on the floor.
Devang Patel
2008-02-13
Keep track of exit value operand number when operands are swapped.
Devang Patel
2008-02-13
Add a note pointing to PR1996.
Eli Friedman
2008-02-13
Add test for PR1996. (This is my first time adding a test for a
Eli Friedman
2008-02-12
Re-apply the patch to improve the optimizations of memcpy's, with several
Owen Anderson
2008-02-08
Fix PR 1995.
Devang Patel
2008-02-06
Temporarily reverting:
Bill Wendling
[next]