summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
...
* Update to new EH scheme.Bill Wendling2011-09-01
* Update to new EH scheme.Bill Wendling2011-09-01
* Update some tests to the new EH scheme.Bill Wendling2011-09-01
* Reenable test.Bill Wendling2011-08-31
* Revert accidental commitBill Wendling2011-08-31
* Disable this test until Bill fixes it properly.Eli Friedman2011-08-31
* Update to new EH scheme.Bill Wendling2011-08-31
* Update more tests to the new EH scheme.Bill Wendling2011-08-31
* Add tests for the transformations SCCP can do on atomic loads and stores (whi...Eli Friedman2011-08-31
* Update more tests to the new EH scheme.Bill Wendling2011-08-31
* Update the tests to the new EH scheme.Bill Wendling2011-08-31
* Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola2011-08-30
* Remove empty file.Owen Anderson2011-08-30
* Speculatively revert r138809 in an attempt to fix DragonEgg.Owen Anderson2011-08-30
* When walking backwards to eliminate final stores to allocas at the end of a f...Owen Anderson2011-08-30
* Update tests to new EH model. Add landingpad instructions to landing pads.Bill Wendling2011-08-29
* Fixes following the CR by Chris and Duncan:Nadav Rotem2011-08-29
* Bitcasts are transitive. Bitcast-Bitcast-X becomes Bitcast-X.Nadav Rotem2011-08-28
* Auto upgrade the old EH scheme to use the new one. This is on a trial basis. IfBill Wendling2011-08-27
* Don't sink landingpad instructions during ind-var simplification.Bill Wendling2011-08-26
* Use %% for literals in RUN lines.Andrew Trick2011-08-26
* SimplifyCFG: If we have a PHI node that can evaluate to NULL and do a load or...Benjamin Kramer2011-08-26
* Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api.Nadav Rotem2011-08-24
* Revert "Address Duncan's CR request:"Eric Christopher2011-08-23
* Fix a typo in the test from the previous commit.Nadav Rotem2011-08-23
* Address Duncan's CR request:Nadav Rotem2011-08-23
* Constant pointers to objects don't need reference counting.Dan Gohman2011-08-22
* Make a few tests slightly more strict.Dan Gohman2011-08-22
* Add constant folding support for bitcasts of splat vectors to integers.Nadav Rotem2011-08-20
* Add file.Eric Christopher2011-08-19
* Track a retain+release nesting level independently of theDan Gohman2011-08-19
* Atomic load/store handling for the passes using memdep (GVN, DSE, memcpyopt).Eli Friedman2011-08-17
* Silly mistake from r137777; restore significant isStructTy() checks. While h...Eli Friedman2011-08-17
* An additional atomic test; related to r137662.Eli Friedman2011-08-16
* A bunch of misc fixes to SCCPSolver::ResolvedUndefsIn, including a fix to stopEli Friedman2011-08-16
* Minor bug in SCCP found by inspection. (I don't think it's possible to hit t...Eli Friedman2011-08-16
* Fix test.Eli Friedman2011-08-16
* Revert a bit of r137667; the logic in question can safely handle atomic load/...Eli Friedman2011-08-16
* Migrate this test from llvm/test/FrontendC++/ptr-to-method-devirt.cpp andEric Christopher2011-08-16
* Update SimplifyCFG for atomic operations.Eli Friedman2011-08-15
* Add comments and test for atomic load/store and mem2reg.Eli Friedman2011-08-15
* Update instcombine for atomic load/store.Eli Friedman2011-08-15
* Atomic load/store support in LICM.Eli Friedman2011-08-15
* Add an ipsccp test. Migrated from test/FrontendC++.Eric Christopher2011-08-15
* This transform is not safe. Thanks to Eli for pointing that out!Nick Lewycky2011-08-14
* Don't attempt to add 'nsw' when intermediate instructions had no such guarantee.Nick Lewycky2011-08-14
* Teach instcombine to preserve the nsw bit by doing an after-the-fact analysisNick Lewycky2011-08-14
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-12
* Don't convert objc_autoreleaseReturnValue to objc_autorelease if the resultDan Gohman2011-08-12
* Don't let arbitrary calls disrupt nested retain+release pairs ifDan Gohman2011-08-12