summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* Revert r158454: Allow SROA to look at a vector type... Its breaking the vect...Pete Cooper2012-06-14
* Recommit r158407: Allow SROA to look at a vector type and see if the offset i...Pete Cooper2012-06-14
* Replace assertion failure for badly formatted CPS instrution with error message.Richard Barton2012-06-14
* Revert: test/CodeGen/ARM/iabs.ll in r158441Manman Ren2012-06-14
* InstCombine: fix a bug when combining (fcmp cc0 x, y) && (fcmp cc1 x, y).Manman Ren2012-06-14
* Test case for MIPS long branch pass.Akira Hatanaka2012-06-14
* Fix test cases.Akira Hatanaka2012-06-14
* Implement a DAGCombine in MipsISelLowering.cpp which transforms the followingAkira Hatanaka2012-06-13
* Set a higher value for maxStoresPerMemcpy in MipsISelLowering.cpp.Akira Hatanaka2012-06-13
* Implement fastcc calling convention for MIPS.Akira Hatanaka2012-06-13
* Fix pattern for MKMSK instruction.Richard Osborne2012-06-13
* Revert "Allow SROA to look at a vector type and see if the offset is out of r...Pete Cooper2012-06-13
* Allow SROA to look at a vector type and see if the offset is out of range to ...Pete Cooper2012-06-13
* It is possible for several constants which aren't individually absorbing toDuncan Sands2012-06-13
* Fix intrinsics for XOP frczss/sd instructions. These instructions only take o...Craig Topper2012-06-13
* SimplifyCFG: fold unconditional branch to its predecessor if profitable.Manman Ren2012-06-13
* disable use of directive .set nomicromipsAkira Hatanaka2012-06-13
* sched: fix latency of memory dependence chain edges for consistency.Andrew Trick2012-06-13
* Use std::map rather than SmallMap because SmallMap assumes that the value hasDuncan Sands2012-06-12
* [arm-fast-isel] Add support for -arm-long-calls.Chad Rosier2012-06-12
* Now that Reassociate's LinearizeExprTree can look through arbitrary expressionDuncan Sands2012-06-12
* Fix test that depends on register allocation.Jakob Stoklund Olesen2012-06-11
* Fix test case to work on ARM.Jakob Stoklund Olesen2012-06-11
* Re-enable the CMN instruction.Bill Wendling2012-06-11
* InstCombine: Turn (zext A) == (B & (1<<X)-1) into A == (trunc B), narrowing t...Benjamin Kramer2012-06-10
* Enable ILP scheduling for all nodes by default on PPC.Hal Finkel2012-06-10
* Add AutoUpgrade support for the SSE4 ptest intrinsics.Nadav Rotem2012-06-10
* Improve ext/trunc patterns on PPC64.Hal Finkel2012-06-09
* Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as...Craig Topper2012-06-09
* Enable tail merging on PPC.Hal Finkel2012-06-09
* Don't run RAFast in the optimizing regalloc pipeline.Jakob Stoklund Olesen2012-06-08
* canonicalize:Nuno Lopes2012-06-08
* Enable PPC CTR loop formation by default.Hal Finkel2012-06-08
* Test case for r158160Manman Ren2012-06-08
* Fix a crash in APInt::lshr when shiftAmt > BitWidth.Chad Rosier2012-06-08
* test/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL:ppc since r157911.NAKAMURA Takumi2012-06-08
* Disable the PPC CTR-Loops pass by default.Hal Finkel2012-06-08
* Fix a bug in the new PPC CTR-Loops pass.Hal Finkel2012-06-08
* Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...Hal Finkel2012-06-08
* Revert commit 158073 while waiting for a fix. The issue is that reassociateDuncan Sands2012-06-08
* X86: optimize generated code for integer ABSManman Ren2012-06-07
* Fix a bug in FoldSelectOpOp. Bitcast ops may change the number of vector elem...Nadav Rotem2012-06-07
* Use a base register instead of an index register with the local dynamic model.Rafael Espindola2012-06-07
* Adding a missing -S to the opt invocation.Meador Inge2012-06-07
* X86: replace SUB with CMP if possibleManman Ren2012-06-07
* Spell optimization name correclty.Bill Wendling2012-06-06
* Revert r157755.Manman Ren2012-06-06
* Another testcase for r156548.Bill Wendling2012-06-06
* Add support for dynamic stack realignment in the presence of dynamic allocas onChad Rosier2012-06-06
* Fix combine of uno && ord -> false so that the ordering of the fcmps doesn'tChad Rosier2012-06-06