summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* When inlining exception handling code into another function, ensure thatDuncan Sands2011-09-07
* Forgot to add this trampoline testcase.Duncan Sands2011-09-07
* Try again at r138809 (make DSE more aggressive in removing dead stores at the...Owen Anderson2011-09-06
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-06
* InstSimplify: Don't try to replace an extractvalue/insertvalue pair with the ...Benjamin Kramer2011-09-05
* Delete trivial landing pads that just continue unwinding the caughtDuncan Sands2011-09-05
* Add some simple insertvalue simplifications, for the purpose of cleaningDuncan Sands2011-09-05
* Try to eliminate the use of the 'unwind' instruction.Bill Wendling2011-09-02
* Test case update for unroll-scev.Andrew Trick2011-09-02
* Extra CHECK-NOT to make sure that GVN transform works properly.Jakub Staszak2011-09-02
* -unroll-scev flag removalAndrew Trick2011-09-02
* ConstantVector returns arbitrary value for the wrong index.Jakub Staszak2011-09-02
* Compare type size instead of type _store_ size to make sure that BitCastInstJakub Staszak2011-09-02
* Update to new EH scheme.Bill Wendling2011-09-02
* Fix test; sorry for any inconvenience.Eli Friedman2011-09-01
* Fix an issue with the IR sink pass found by inspection. (I'm not sure anyone...Eli Friedman2011-09-01
* Add missing newline.Eli Friedman2011-09-01
* Update to new EH scheme.Bill Wendling2011-09-01
* 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