aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup stack/frame register define/kill states. This fixes two bugs:Hal Finkel2011-12-302-8/+14
* Add a test case to make sure that the nop really does follow the bl on ppc64 elfHal Finkel2011-12-151-0/+16
* Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth2011-12-122-4/+4
* Make CR spill and restore use a reserved register. These operations cannot us...Hal Finkel2011-12-102-20/+20
* Fix a couple of logic bugs in TargetLowering::SimplifyDemandedBits. PR11514.Eli Friedman2011-12-091-0/+16
* delaying restore-cr changed assigned registers in some testsHal Finkel2011-12-062-9/+9
* add a test case that uses RESTORE_CRHal Finkel2011-12-061-0/+225
* Add test case - this input used to crash because of duplicate generation of S...Hal Finkel2011-12-051-0/+191
* enable PPC register scavenging by default (update tests and remove some FIXMEs)Hal Finkel2011-12-056-20/+20
* remove wasted space for extra bit copies of CR2 subregsHal Finkel2011-12-051-2/+2