aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-06-10Add AutoUpgrade support for the SSE4 ptest intrinsics.Nadav Rotem
2012-06-09Improve ext/trunc patterns on PPC64.Hal Finkel
2012-06-09Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as...Craig Topper
2012-06-09Enable tail merging on PPC.Hal Finkel
2012-06-08Don't run RAFast in the optimizing regalloc pipeline.Jakob Stoklund Olesen
2012-06-08canonicalize:Nuno Lopes
2012-06-08Enable PPC CTR loop formation by default.Hal Finkel
2012-06-08Test case for r158160Manman Ren
2012-06-08Fix a crash in APInt::lshr when shiftAmt > BitWidth.Chad Rosier
2012-06-08test/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL:ppc since r157911.NAKAMURA Takumi
2012-06-08Disable the PPC CTR-Loops pass by default.Hal Finkel
2012-06-08Fix a bug in the new PPC CTR-Loops pass.Hal Finkel
2012-06-08Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...Hal Finkel
2012-06-08Revert commit 158073 while waiting for a fix. The issue is that reassociateDuncan Sands
2012-06-07X86: optimize generated code for integer ABSManman Ren
2012-06-07Fix a bug in FoldSelectOpOp. Bitcast ops may change the number of vector elem...Nadav Rotem
2012-06-07Use a base register instead of an index register with the local dynamic model.Rafael Espindola
2012-06-07Adding a missing -S to the opt invocation.Meador Inge
2012-06-07X86: replace SUB with CMP if possibleManman Ren
2012-06-06Spell optimization name correclty.Bill Wendling
2012-06-06Revert r157755.Manman Ren
2012-06-06Another testcase for r156548.Bill Wendling
2012-06-06Add support for dynamic stack realignment in the presence of dynamic allocas onChad Rosier
2012-06-06Fix combine of uno && ord -> false so that the ordering of the fcmps doesn'tChad Rosier
2012-06-06Grab-bag of reassociate tweaks. Unify handling of dead instructions andDuncan Sands
2012-06-06Correct decoder for T1 conditional B encodingRichard Barton
2012-06-06Remove extraneous CHECK-NOTs from previous commit and add a new test case.Chad Rosier
2012-06-06FileCheckize this test.Chad Rosier
2012-06-05Revert commit r157966Joel Jones
2012-06-04This change handles a another case for generating the bic instruction Joel Jones
2012-06-04When gvn decides to replace an instruction with another, we have to patch theRafael Espindola
2012-06-04Add a test case for mips64 unaligned load/store instructions.Akira Hatanaka
2012-06-04Rename test/CodeGen/Mips/load-shift-left-right.ll.Akira Hatanaka
2012-06-04Implement local-exec TLS on PowerPC.Roman Divacky
2012-06-04Remove the "-promote-elements" flag. This flag is now enabled by default.Nadav Rotem
2012-06-04Enable generating PPC pre-increment (r+imm) instructions by default.Hal Finkel
2012-06-03Rename FMA3 feature flag to just FMA to match gcc so it can be added to clang.Craig Topper
2012-06-03Rename fma4 intrinsics to just fma since they are now used for both FMA4 and ...Craig Topper
2012-06-03Revert r157831Manman Ren
2012-06-03Use sse_load_f32/64 for scalar FMA3 intrinsic patterns instead of 128-bit loa...Craig Topper
2012-06-02ARM: add testing case for struct byvalManman Ren
2012-06-02Add another test case which tests Mips' unaligned load/store instructions.Akira Hatanaka
2012-06-02Fix test cases in test/CodeGen/Mips.Akira Hatanaka
2012-06-01Use dominates(Instruction, Use) in the verifier.Rafael Espindola
2012-06-01X86: peephole optimization to remove cmp instructionManman Ren
2012-06-01Add some tests checking that the verifier rejects cases where a definitionRafael Espindola
2012-06-01testcase for PR13006, thanks to Duncan for filing it.Chris Lattner
2012-06-01BoundsChecking: fix a bug when the handling of recursive PHIs failed and coul...Nuno Lopes
2012-06-01Implement the local-dynamic TLS model for x86 (PR3985)Hans Wennborg
2012-06-01Remove fadd(fmul) patterns for FMA3. This needs to be implemented by paying a...Craig Topper