aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
AgeCommit message (Expand)Author
2012-08-14During the CodeGenPrepare we often lower intrinsics (such as objsize)Nadav Rotem
2012-08-06MFTB on PPC64 should really be encoded using MFSPR.Hal Finkel
2012-08-04Add readcyclecounter lowering on PPC64.Hal Finkel
2012-08-03Refactor and check "onlyReadsMemory" before optimizing builtins.Bob Wilson
2012-07-02Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2012-06-22Add support for the PPC isel instruction.Hal Finkel
2012-06-22Rename fp-op fusion option (yet again) for compatibility with GCC option.Lang Hames
2012-06-22Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from aLang Hames
2012-06-21Treat TargetGlobalAddress as a constant for the purpose of matching pre-inc s...Hal Finkel
2012-06-20Add support for generating reg+reg (indexed) pre-inc loads on PPC.Hal Finkel
2012-06-19Add DAG-combines for aggressive FMA formation.Lang Hames
2012-06-19Add a triple.Jakob Stoklund Olesen
2012-06-19Implement PPCInstrInfo::isCoalescableExtInstr().Jakob Stoklund Olesen
2012-06-19Add support for generating reg+reg preinc stores on PPC.Hal Finkel
2012-06-16Cleanup trip-count finding for PPC CTR loops (and some bug fixes).Hal Finkel
2012-06-10Enable ILP scheduling for all nodes by default on PPC.Hal Finkel
2012-06-09Improve ext/trunc patterns on PPC64.Hal Finkel
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-08Enable PPC CTR loop formation by default.Hal Finkel
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-04Implement local-exec TLS on PowerPC.Roman Divacky
2012-06-04Enable generating PPC pre-increment (r+imm) instructions by default.Hal Finkel
2012-05-20Add a missing PPC 64-bit stwu pattern.Hal Finkel
2012-05-17Remove -join-physregs from the test suite.Jakob Stoklund Olesen
2012-04-16Remove dead SD nodes after the combining pass. Fixes PR12201.Hal Finkel
2012-04-01Enable prefetch generation on PPC64.Hal Finkel
2012-04-01Add instruction itinerary for the PPC64 A2 core.Hal Finkel
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky
2012-03-24Fix small-integer VAARG on SVR4 ABI PPC64.Hal Finkel
2012-02-27Test the section specification.Roman Divacky
2012-02-27Reapply r151278 with fixes.Roman Divacky
2012-02-25Revert r151278, breaks static linking.Hal Finkel
2012-02-24X11/X2 loads around indirect calls on ppc64 should not be deleted.Hal Finkel
2012-02-24Don't crash when a glue node contains an internal CopyToRegHal Finkel
2012-02-23MCize function entry label emission on PowerPC64 properly.Roman Divacky
2012-02-22Allow the use of an alternate symbol for calculating a function's size.Hal Finkel
2012-02-21Remove a bad PowerPC test.Jakob Stoklund Olesen
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2012-01-16AggressiveAntiDepBreaker needs to skip debug values because a debug value doe...Hal Finkel
2011-12-30Cleanup stack/frame register define/kill states. This fixes two bugs:Hal Finkel
2011-12-15Add a test case to make sure that the nop really does follow the bl on ppc64 elfHal Finkel
2011-12-12Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth
2011-12-10Make CR spill and restore use a reserved register. These operations cannot us...Hal Finkel
2011-12-09Fix a couple of logic bugs in TargetLowering::SimplifyDemandedBits. PR11514.Eli Friedman
2011-12-06delaying restore-cr changed assigned registers in some testsHal Finkel