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
2011-08-23
Fix a typo in the test from the previous commit.
Nadav Rotem
2011-08-23
Address Duncan's CR request:
Nadav Rotem
2011-08-22
Constant pointers to objects don't need reference counting.
Dan Gohman
2011-08-22
Make a few tests slightly more strict.
Dan Gohman
2011-08-20
Add constant folding support for bitcasts of splat vectors to integers.
Nadav Rotem
2011-08-19
Add file.
Eric Christopher
2011-08-19
Track a retain+release nesting level independently of the
Dan Gohman
2011-08-17
Atomic load/store handling for the passes using memdep (GVN, DSE, memcpyopt).
Eli Friedman
2011-08-17
Silly mistake from r137777; restore significant isStructTy() checks. While h...
Eli Friedman
2011-08-16
An additional atomic test; related to r137662.
Eli Friedman
2011-08-16
A bunch of misc fixes to SCCPSolver::ResolvedUndefsIn, including a fix to stop
Eli Friedman
2011-08-16
Minor bug in SCCP found by inspection. (I don't think it's possible to hit t...
Eli Friedman
2011-08-16
Fix test.
Eli Friedman
2011-08-16
Revert a bit of r137667; the logic in question can safely handle atomic load/...
Eli Friedman
2011-08-16
Migrate this test from llvm/test/FrontendC++/ptr-to-method-devirt.cpp and
Eric Christopher
2011-08-15
Update SimplifyCFG for atomic operations.
Eli Friedman
2011-08-15
Add comments and test for atomic load/store and mem2reg.
Eli Friedman
2011-08-15
Update instcombine for atomic load/store.
Eli Friedman
2011-08-15
Atomic load/store support in LICM.
Eli Friedman
2011-08-15
Add an ipsccp test. Migrated from test/FrontendC++.
Eric Christopher
2011-08-14
This transform is not safe. Thanks to Eli for pointing that out!
Nick Lewycky
2011-08-14
Don't attempt to add 'nsw' when intermediate instructions had no such guarantee.
Nick Lewycky
2011-08-14
Teach instcombine to preserve the nsw bit by doing an after-the-fact analysis
Nick Lewycky
2011-08-12
Move "atomic" and "volatile" designations on instructions after the opcode
Eli Friedman
2011-08-12
Don't convert objc_autoreleaseReturnValue to objc_autorelease if the result
Dan Gohman
2011-08-12
Don't let arbitrary calls disrupt nested retain+release pairs if
Dan Gohman
2011-08-11
A slew of unit tests for the recent LoopInfo::updateUnloop feature
Andrew Trick
2011-08-11
Allow loop unrolling to get known trip counts from ScalarEvolution.
Andrew Trick
2011-08-10
Invoke SimplifyIndVar when we partially unroll a loop. Fixes PR10534.
Andrew Trick
2011-08-10
Fix the LoopUnroller to handle nontrivial loops and partial unrolling.
Andrew Trick
2011-08-09
Tidy up these testcases to look more like real code does.
Dan Gohman
2011-08-06
Made SCEV's UDiv expressions more canonical. When dividing a
Andrew Trick
2011-08-03
Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.
Bill Wendling
2011-08-03
SCEV: Use AssertingVH to catch dangling BasicBlock* when passes forget
Andrew Trick
2011-08-03
fix PR10286, a problem with the .ll printer handling block addresses that are...
Chris Lattner
2011-08-03
Fix logical error when detecting lifetime intrinsics.
Nick Lewycky
2011-08-02
Teach InstCombine that lifetime intrincs aren't a real user on the result of a
Nick Lewycky
2011-08-02
Lifetime intrinsics on undef are dead.
Nick Lewycky
2011-08-02
Remove empty test.
Benjamin Kramer
2011-08-02
Revert r136503 and r136480 in an effort to fix non-determinism in the llvm-gc...
Owen Anderson
2011-07-31
Add a small gep optimization I noticed was missing while reading some IL.
Rafael Espindola
2011-07-29
Clean up debug info after reassociation.
Devang Patel
2011-07-29
Make sure to correctly clear the exact/nuw/nsw flags off of shifts when they ...
Eli Friedman
2011-07-27
Teach the ConstantMerge pass about alignment. Fixes PR10514!
Nick Lewycky
2011-07-25
Finish adding support for lifetime intrinsics to SROA. Fixes PR10121!
Nick Lewycky
2011-07-22
Move the last uses of RetainFunc etc. over to using getRetainCallee() etc.
Dan Gohman
2011-07-21
Fix MergeInVectorType to check for vector types with the same alloc
Dan Gohman
2011-07-21
LSR, correct fix for rdar://9786536. Silly casting bug.
Andrew Trick
2011-07-21
LSR must sometimes sign-extend before generating double constants.
Andrew Trick
2011-07-21
LSR crashes on an empty IVUsers list.
Andrew Trick
[prev]
[next]