index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-09-02
ConstantVector returns arbitrary value for the wrong index.
Jakub Staszak
2011-09-02
Compare type size instead of type _store_ size to make sure that BitCastInst
Jakub Staszak
2011-09-02
Update to new EH scheme.
Bill Wendling
2011-09-01
Fix test; sorry for any inconvenience.
Eli Friedman
2011-09-01
Fix an issue with the IR sink pass found by inspection. (I'm not sure anyone...
Eli Friedman
2011-09-01
Add missing newline.
Eli Friedman
2011-09-01
Update to new EH scheme.
Bill Wendling
2011-09-01
Update to new EH scheme.
Bill Wendling
2011-09-01
Update to new EH scheme.
Bill Wendling
2011-09-01
Update some tests to the new EH scheme.
Bill Wendling
2011-08-31
Reenable test.
Bill Wendling
2011-08-31
Revert accidental commit
Bill Wendling
2011-08-31
Disable this test until Bill fixes it properly.
Eli Friedman
2011-08-31
Update to new EH scheme.
Bill Wendling
2011-08-31
Update more tests to the new EH scheme.
Bill Wendling
2011-08-31
Add tests for the transformations SCCP can do on atomic loads and stores (whi...
Eli Friedman
2011-08-31
Update more tests to the new EH scheme.
Bill Wendling
2011-08-31
Update the tests to the new EH scheme.
Bill Wendling
2011-08-30
Remove the old tail duplication pass. It is not used and is unable to update
Rafael Espindola
2011-08-30
Remove empty file.
Owen Anderson
2011-08-30
Speculatively revert r138809 in an attempt to fix DragonEgg.
Owen Anderson
2011-08-30
When walking backwards to eliminate final stores to allocas at the end of a f...
Owen Anderson
2011-08-29
Update tests to new EH model. Add landingpad instructions to landing pads.
Bill Wendling
2011-08-29
Fixes following the CR by Chris and Duncan:
Nadav Rotem
2011-08-28
Bitcasts are transitive. Bitcast-Bitcast-X becomes Bitcast-X.
Nadav Rotem
2011-08-27
Auto upgrade the old EH scheme to use the new one. This is on a trial basis. If
Bill Wendling
2011-08-26
Don't sink landingpad instructions during ind-var simplification.
Bill Wendling
2011-08-26
Use %% for literals in RUN lines.
Andrew Trick
2011-08-26
SimplifyCFG: If we have a PHI node that can evaluate to NULL and do a load or...
Benjamin Kramer
2011-08-24
Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api.
Nadav Rotem
2011-08-23
Revert "Address Duncan's CR request:"
Eric Christopher
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
[next]