aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Try again at r138809 (make DSE more aggressive in removing dead stores at the...Owen Anderson2011-09-062-0/+112
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-061-2/+4
* InstSimplify: Don't try to replace an extractvalue/insertvalue pair with the ...Benjamin Kramer2011-09-051-4/+11
* Delete trivial landing pads that just continue unwinding the caughtDuncan Sands2011-09-051-0/+22
* Add some simple insertvalue simplifications, for the purpose of cleaningDuncan Sands2011-09-051-0/+22
* Try to eliminate the use of the 'unwind' instruction.Bill Wendling2011-09-0210-10/+22
* Test case update for unroll-scev.Andrew Trick2011-09-022-8/+13
* Extra CHECK-NOT to make sure that GVN transform works properly.Jakub Staszak2011-09-021-0/+1
* -unroll-scev flag removalAndrew Trick2011-09-024-4/+4
* ConstantVector returns arbitrary value for the wrong index.Jakub Staszak2011-09-021-0/+29
* Compare type size instead of type _store_ size to make sure that BitCastInstJakub Staszak2011-09-021-0/+17
* Update to new EH scheme.Bill Wendling2011-09-021-95/+34
* Fix test; sorry for any inconvenience.Eli Friedman2011-09-011-2/+2
* Fix an issue with the IR sink pass found by inspection. (I'm not sure anyone...Eli Friedman2011-09-011-0/+16
* Add missing newline.Eli Friedman2011-09-011-1/+1
* Update to new EH scheme.Bill Wendling2011-09-014-0/+14
* Update to new EH scheme.Bill Wendling2011-09-019-4/+49
* Update to new EH scheme.Bill Wendling2011-09-015-3/+27
* Update some tests to the new EH scheme.Bill Wendling2011-09-015-1/+27
* Reenable test.Bill Wendling2011-08-311-1/+0
* Revert accidental commitBill Wendling2011-08-311-6/+0
* Disable this test until Bill fixes it properly.Eli Friedman2011-08-311-0/+1
* Update to new EH scheme.Bill Wendling2011-08-313-1/+15
* Update more tests to the new EH scheme.Bill Wendling2011-08-312-0/+9
* Add tests for the transformations SCCP can do on atomic loads and stores (whi...Eli Friedman2011-08-311-0/+30
* Update more tests to the new EH scheme.Bill Wendling2011-08-314-0/+19
* Update the tests to the new EH scheme.Bill Wendling2011-08-315-5/+26
* Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola2011-08-3014-261/+2
* Remove empty file.Owen Anderson2011-08-301-0/+0
* Speculatively revert r138809 in an attempt to fix DragonEgg.Owen Anderson2011-08-301-27/+0
* When walking backwards to eliminate final stores to allocas at the end of a f...Owen Anderson2011-08-301-0/+27
* Update tests to new EH model. Add landingpad instructions to landing pads.Bill Wendling2011-08-295-0/+33
* Fixes following the CR by Chris and Duncan:Nadav Rotem2011-08-291-3/+36
* Bitcasts are transitive. Bitcast-Bitcast-X becomes Bitcast-X.Nadav Rotem2011-08-281-0/+14
* Auto upgrade the old EH scheme to use the new one. This is on a trial basis. IfBill Wendling2011-08-272-34/+105
* Don't sink landingpad instructions during ind-var simplification.Bill Wendling2011-08-261-0/+32
* Use %% for literals in RUN lines.Andrew Trick2011-08-261-1/+1
* SimplifyCFG: If we have a PHI node that can evaluate to NULL and do a load or...Benjamin Kramer2011-08-261-0/+87
* Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api.Nadav Rotem2011-08-241-5/+29
* Revert "Address Duncan's CR request:"Eric Christopher2011-08-231-29/+5
* Fix a typo in the test from the previous commit.Nadav Rotem2011-08-231-3/+3
* Address Duncan's CR request:Nadav Rotem2011-08-231-0/+24
* Constant pointers to objects don't need reference counting.Dan Gohman2011-08-221-0/+33
* Make a few tests slightly more strict.Dan Gohman2011-08-221-2/+3
* Add constant folding support for bitcasts of splat vectors to integers.Nadav Rotem2011-08-201-0/+10
* Add file.Eric Christopher2011-08-191-0/+162
* Track a retain+release nesting level independently of theDan Gohman2011-08-191-0/+68
* Atomic load/store handling for the passes using memdep (GVN, DSE, memcpyopt).Eli Friedman2011-08-173-0/+228
* Silly mistake from r137777; restore significant isStructTy() checks. While h...Eli Friedman2011-08-171-0/+9
* An additional atomic test; related to r137662.Eli Friedman2011-08-161-0/+9