summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Add support for promoting and expanding AssertZextDuncan Sands2008-07-16
* Test passing of integer parameters for integersDuncan Sands2008-07-16
* Test codegen of loads and stores of all integerDuncan Sands2008-07-16
* Add a few cases to instcombine's extractvalue testcase.Matthijs Kooijman2008-07-16
* Un-XFAIL multdeadretval, since instcombine now properly handles the mess dead...Matthijs Kooijman2008-07-16
* Turn on LegalizeTypes by default.Duncan Sands2008-07-16
* The atomic.cmp.swap promotion logic is wrong: itDuncan Sands2008-07-16
* Fix PR2296. Do not transform x86_sse2_storel_dq into a full-width store.Evan Cheng2008-07-16
* XFAIL the multdeadretval test for now, I will be fixing instcombine to make i...Matthijs Kooijman2008-07-15
* LegalizeTypes support for fabs on ppc long double.Duncan Sands2008-07-15
* Remove a few tests which no longer hold for deadargelim (since it is nowMatthijs Kooijman2008-07-15
* Add a testcase for the canonicalizations now performed by deadargelim.Matthijs Kooijman2008-07-15
* Make deadargelim a bit less smart, so it doesn't choke on nested structs asMatthijs Kooijman2008-07-15
* Fix typo.Matthijs Kooijman2008-07-15
* LegalizeTypes support for promotion of bswap.Duncan Sands2008-07-15
* LegalizeTypes support for promotion of SIGN_EXTEND_INREG.Duncan Sands2008-07-15
* Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixesChris Lattner2008-07-14
* implement linking of globals to functions, in one directionChris Lattner2008-07-14
* Fix a bunch of bugs handling vector compare constant expressions, fixingChris Lattner2008-07-14
* Fix PR2506 by being a bit more careful about reverse fact propagation whenChris Lattner2008-07-14
* Fix mishandling of the infinite loop case when merging two blocks. ThisChris Lattner2008-07-13
* Stop creating extraneous smax/umax in SCEV. This removes a regression where weNick Lewycky2008-07-12
* Enhance analysis of srem.Nick Lewycky2008-07-12
* Fix PR2536: a nasty spiller bug. If a two-address instruction uses a register...Evan Cheng2008-07-12
* Port a shift-by-1 optimization from LegalizeDAG: itDuncan Sands2008-07-11
* Add another optimization from PR2330. Also catch some missing cases that areNick Lewycky2008-07-11
* The frame address on an x86-64 box needs to be offset by -8, not -4.Bill Wendling2008-07-11
* Fix folding of icmp's of i1 where the comparison is signed. The codeChris Lattner2008-07-11
* Fix a bogus optimization: folding (slt (zext i1 A to i32), 1) -> (slt i1 A, t...Chris Lattner2008-07-11
* make this condition more precise.Chris Lattner2008-07-11
* Implement PR2538Chris Lattner2008-07-11
* Put CPPBackend tests into their own directory and run them only if they'reBill Wendling2008-07-10
* Fix an altivec constant miscompilation that Duncan found throughChris Lattner2008-07-10
* Restructure dead argument elimination, try #3 :-)Matthijs Kooijman2008-07-10
* Fix overzealous optimization. Thanks to Duncan Sands for pointing out my error!Nick Lewycky2008-07-10
* Fix for PR2472. Use movss to set lower 32-bits of a zero XMM vector.Evan Cheng2008-07-10
* Fix a case where vector comparison constant folding would cause anChris Lattner2008-07-10
* elementwise comparison of vector constants was completely wrong. FixChris Lattner2008-07-10
* Testcase for PR2024Anton Korobeynikov2008-07-09
* Fold (a < 8) && (b < 8) into (a|b) < 8 for unsigned less or greater than.Nick Lewycky2008-07-09
* Fold ((1 << a) & 1) to (a == 0).Nick Lewycky2008-07-09
* Fix a broken test. Neither load is eliminable without changing the CFG.Chris Lattner2008-07-09
* Reduce x - y to -y when we know the 'x' part will get masked off anyways.Nick Lewycky2008-07-09
* If loop induction variable's start value is less then its exit value then do ...Devang Patel2008-07-09
* Testcase for debug info from data-only files.Dale Johannesen2008-07-08
* 'Optimize' testChris Lattner2008-07-08
* new testcase for PR2496Chris Lattner2008-07-08
* Testcase for PR2520.Duncan Sands2008-07-08
* Fix three bugs:Chris Lattner2008-07-08
* Refactor the tablegen DAGISelEmitter code for outputing calls toDan Gohman2008-07-07