aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAgeFilesLines
...
* Emit word of zeroes after the last instruction as a start of the mandatoryRoman Divacky2012-08-281-0/+10
* Add PPC Freescale e500mc and e5500 subtargets.Hal Finkel2012-08-282-0/+44
* Allow remat of LI on PPC.Hal Finkel2012-08-282-2/+18
* Eliminate redundant CR moves on PPC32.Hal Finkel2012-08-281-0/+26
* Optimize zext on PPC64.Hal Finkel2012-08-281-0/+11
* Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky2012-08-241-0/+67
* During the CodeGenPrepare we often lower intrinsics (such as objsize)Nadav Rotem2012-08-141-3/+3
* MFTB on PPC64 should really be encoded using MFSPR.Hal Finkel2012-08-061-1/+1
* Add readcyclecounter lowering on PPC64.Hal Finkel2012-08-041-0/+15
* Refactor and check "onlyReadsMemory" before optimizing builtins.Bob Wilson2012-08-032-2/+2
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-023-4/+4
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-023-3/+3
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-0227-68/+68
* Add support for the PPC isel instruction.Hal Finkel2012-06-221-0/+23
* Rename fp-op fusion option (yet again) for compatibility with GCC option.Lang Hames2012-06-223-3/+3
* Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from aLang Hames2012-06-223-3/+3
* Treat TargetGlobalAddress as a constant for the purpose of matching pre-inc s...Hal Finkel2012-06-211-0/+22
* Add support for generating reg+reg (indexed) pre-inc loads on PPC.Hal Finkel2012-06-201-0/+49
* Add DAG-combines for aggressive FMA formation.Lang Hames2012-06-193-3/+3
* Add a triple.Jakob Stoklund Olesen2012-06-191-1/+1
* Implement PPCInstrInfo::isCoalescableExtInstr().Jakob Stoklund Olesen2012-06-191-0/+17
* Add support for generating reg+reg preinc stores on PPC.Hal Finkel2012-06-191-0/+47
* Cleanup trip-count finding for PPC CTR loops (and some bug fixes).Hal Finkel2012-06-162-0/+290
* Enable ILP scheduling for all nodes by default on PPC.Hal Finkel2012-06-103-4/+4
* Improve ext/trunc patterns on PPC64.Hal Finkel2012-06-091-0/+1
* Enable tail merging on PPC.Hal Finkel2012-06-091-5/+5
* Don't run RAFast in the optimizing regalloc pipeline.Jakob Stoklund Olesen2012-06-084-4/+4
* Enable PPC CTR loop formation by default.Hal Finkel2012-06-082-2/+2
* Disable the PPC CTR-Loops pass by default.Hal Finkel2012-06-082-2/+2
* Fix a bug in the new PPC CTR-Loops pass.Hal Finkel2012-06-081-0/+87
* Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...Hal Finkel2012-06-081-0/+78
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-041-0/+16
* Enable generating PPC pre-increment (r+imm) instructions by default.Hal Finkel2012-06-042-3/+3
* Add a missing PPC 64-bit stwu pattern.Hal Finkel2012-05-201-0/+28
* Remove -join-physregs from the test suite.Jakob Stoklund Olesen2012-05-171-2/+4
* Remove dead SD nodes after the combining pass. Fixes PR12201.Hal Finkel2012-04-161-0/+46
* Enable prefetch generation on PPC64.Hal Finkel2012-04-011-0/+15
* Add instruction itinerary for the PPC64 A2 core.Hal Finkel2012-04-011-0/+33
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-251-8/+1
* Fix small-integer VAARG on SVR4 ABI PPC64.Hal Finkel2012-03-241-0/+20
* Test the section specification.Roman Divacky2012-02-271-1/+2
* Reapply r151278 with fixes.Roman Divacky2012-02-271-2/+4
* Revert r151278, breaks static linking.Hal Finkel2012-02-251-3/+2
* X11/X2 loads around indirect calls on ppc64 should not be deleted.Hal Finkel2012-02-241-0/+4
* Don't crash when a glue node contains an internal CopyToRegHal Finkel2012-02-241-0/+12
* MCize function entry label emission on PowerPC64 properly.Roman Divacky2012-02-231-2/+3
* Allow the use of an alternate symbol for calculating a function's size.Hal Finkel2012-02-221-0/+18
* Remove a bad PowerPC test.Jakob Stoklund Olesen2012-02-211-160/+0
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-5/+13
* AggressiveAntiDepBreaker needs to skip debug values because a debug value doe...Hal Finkel2012-01-161-0/+40