summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* 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
* Grab-bag of reassociate tweaks. Unify handling of dead instructions andDuncan Sands2012-06-06
* Correct decoder for T1 conditional B encodingRichard Barton2012-06-06
* Remove extraneous CHECK-NOTs from previous commit and add a new test case.Chad Rosier2012-06-06
* FileCheckize this test.Chad Rosier2012-06-06
* Revert commit r157966Joel Jones2012-06-05
* This change handles a another case for generating the bic instruction Joel Jones2012-06-04
* When gvn decides to replace an instruction with another, we have to patch theRafael Espindola2012-06-04
* Add a test case for mips64 unaligned load/store instructions.Akira Hatanaka2012-06-04
* Rename test/CodeGen/Mips/load-shift-left-right.ll.Akira Hatanaka2012-06-04
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-04
* Remove the "-promote-elements" flag. This flag is now enabled by default.Nadav Rotem2012-06-04
* Enable generating PPC pre-increment (r+imm) instructions by default.Hal Finkel2012-06-04
* Rename FMA3 feature flag to just FMA to match gcc so it can be added to clang.Craig Topper2012-06-03
* Rename fma4 intrinsics to just fma since they are now used for both FMA4 and ...Craig Topper2012-06-03
* Revert r157831Manman Ren2012-06-03
* Use sse_load_f32/64 for scalar FMA3 intrinsic patterns instead of 128-bit loa...Craig Topper2012-06-03
* ARM: add testing case for struct byvalManman Ren2012-06-02
* Add another test case which tests Mips' unaligned load/store instructions.Akira Hatanaka2012-06-02
* Fix test cases in test/CodeGen/Mips.Akira Hatanaka2012-06-02
* Use dominates(Instruction, Use) in the verifier.Rafael Espindola2012-06-01
* X86: peephole optimization to remove cmp instructionManman Ren2012-06-01
* Add some tests checking that the verifier rejects cases where a definitionRafael Espindola2012-06-01