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
/
InstCombine
Age
Commit message (
Expand
)
Author
2007-10-18
XFAIL for now.
Devang Patel
2007-10-17
Apply "Instead of loading small c string constant, use integer constant direc...
Devang Patel
2007-10-12
Fix a bug in my patch last night that broke InstCombine/2007-10-12-Crash.ll
Chris Lattner
2007-10-12
testcase for PR1728
Chris Lattner
2007-10-11
Lower memcpy if it makes sense.
Devang Patel
2007-09-20
Testcase for PR1678.
Duncan Sands
2007-09-17
Instcombine x-((x/y)*y) into a remainder operator.
Dan Gohman
2007-09-11
Test that a call to a trampoline is turned into a call to
Duncan Sands
2007-09-10
Fix a buggy constant folding transformation when handling aliases.
Chris Lattner
2007-09-07
Don't zap back to back volatile load/stores
Chris Lattner
2007-09-06
When the two operands of an icmp are equal, there are five possible predicates
Nick Lewycky
2007-09-05
Change all floating constants that are not exactly
Dale Johannesen
2007-08-15
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-08-12
oops, forgot to commit this.
Chris Lattner
2007-08-11
Transform a load from an undef/zero global into an undef/global even if we
Chris Lattner
2007-08-09
when we see a unaligned load from an insufficiently aligned global or
Chris Lattner
2007-08-06
It's safe to fold not of fcmp.
Nick Lewycky
2007-08-04
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-02
I don't have time to restore this functionality right now.
Chris Lattner
2007-08-02
Reduced testcase for PR1594
Chris Lattner
2007-08-02
Enhance instcombine to be more aggressive about folding casts of
Chris Lattner
2007-07-31
Fix a bug in GetKnownAlignment of packed structs.
Lauro Ramos Venancio
2007-07-21
This xform isn't safe, removing it.
Chris Lattner
2007-07-20
Optimize alignment of loads and stores.
Dan Gohman
2007-07-16
rename function to avoid llvm-upgrade warning
Chris Lattner
2007-07-15
Implement shift-simplify.ll:test[45].
Chris Lattner
2007-07-15
Implement shift-simplify.ll:test3, turning:
Chris Lattner
2007-06-29
Convert .cvsignore files
John Criswell
2007-06-21
new testcase miscompiled by instcombine, reduced from perl
Chris Lattner
2007-06-15
add vector versions of this test
Chris Lattner
2007-06-15
testcase for PR1510
Chris Lattner
2007-06-06
Add a test for PR1499.
Lauro Ramos Venancio
2007-05-19
new testcase
Chris Lattner
2007-05-15
New testcase that crashes instcombine
Chris Lattner
2007-05-11
new testcase that crashes instcombine
Chris Lattner
2007-05-05
remove an old xfailed test
Chris Lattner
2007-05-05
un-xfail this.
Chris Lattner
2007-05-05
new testacse for PR1384
Chris Lattner
2007-04-28
new testcase
Chris Lattner
2007-04-16
For PR1319:
Reid Spencer
2007-04-15
For PR1319:
Reid Spencer
2007-04-15
Fix this test in a slightly more obvious way.
Reid Spencer
2007-04-15
This test case is incorrect. Remove it.
Zhou Sheng
2007-04-15
Keep lines a reasonable length.
Reid Spencer
2007-04-15
Patch supplied by gabor.
Jeff Cohen
2007-04-15
new testcase
Chris Lattner
2007-04-14
XFAIL this for now.
Owen Anderson
2007-04-14
new testcase
Chris Lattner
2007-04-14
Changes to fix problems with "make check". Apparently you can redefine
Reid Spencer
2007-04-14
manually upgrade test. Add a new test2. I have no way to see if this works
Chris Lattner
[next]