aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* Fix up -fstack-protector on linux to use the segmentEric Christopher2010-07-061-0/+25
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-011-1/+1
* Eliminate the other half of the BRCOND optimization, and updateDan Gohman2010-06-241-433/+0
* Eliminate the first have of the optimization which eliminates BRCONDDan Gohman2010-06-241-21/+0
* Remove the local register allocator.Jakob Stoklund Olesen2010-06-155-5/+0
* Fix some latency computation bugs: if the use is not a machine opcode do not ...Evan Cheng2010-05-281-2/+2
* Only use clairvoyance when defining a register, and then only if it has one use.Jakob Stoklund Olesen2010-05-171-9/+5
* Take allocation hints from copy instructions to/from physregs.Jakob Stoklund Olesen2010-05-131-2/+2
* Enable a bunch more -regalloc=fast testsJakob Stoklund Olesen2010-05-125-4/+14
* Implement builtin_return_address(x) and builtin_frame_address(x) Dale Johannesen2010-05-031-0/+24
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-021-1/+1
* on darwin empty functions need to codegen into something of non-zero length,Chris Lattner2010-04-261-1/+1
* Bill's change in r95336 broke empty aggregates embeddedChris Lattner2010-04-201-1/+10
* Start function numbering at 0.Dan Gohman2010-04-171-2/+2
* add newlines at the end of files.Chris Lattner2010-04-071-1/+1
* Split big test into multiple directories to cater toDale Johannesen2010-04-071-0/+33
* After trivial coalescing, the MI being visited may have become a copy. Avoid ...Evan Cheng2010-04-021-0/+70
* add some nounwindsChris Lattner2010-03-281-12/+12
* this takes an insane amount of time to run, disable it for now (PR6727)Chris Lattner2010-03-281-1/+3
* Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodesDuncan Sands2010-03-141-0/+7
* fix AsmPrinter::GetBlockAddressSymbol to always return a uniqueChris Lattner2010-03-141-4/+4
* get MMI out of the label uniquing business, just go to MCContextChris Lattner2010-03-141-2/+2
* Enable machine cse pass.Evan Cheng2010-03-101-6/+6
* The address of an indirect call must be in R12 on Darwin.Dale Johannesen2010-03-091-0/+19
* add some random nounwinds.Chris Lattner2010-02-281-1/+1
* Use the right floating point load/store instructions in PPCInstrInfo::foldMem...Jakob Stoklund Olesen2010-02-261-0/+433
* Change the scheduler from adding nodes in allnodes orderChris Lattner2010-02-241-2/+2
* When emitting an instruction which depends on both a post-incrementedDan Gohman2010-02-221-0/+32
* add some no-unwinds, other minor cleanups.Chris Lattner2010-02-213-30/+30
* add a triple so that this doesn't fail due to linux/ppc register printing Chris Lattner2010-02-211-1/+1
* filecheckize and add nouwinds.Chris Lattner2010-02-211-9/+16
* Make g5 target explicit; scheduling affects register choice.Dale Johannesen2010-02-161-1/+1
* Adjust register numbers in tests to compensate for theDale Johannesen2010-02-164-14/+14
* When save/restoring CR at prolog/epilog, in a largeDale Johannesen2010-02-121-0/+30
* Fix alignment on ppc linux. This fixes the build of crtend.oRafael Espindola2010-02-061-9/+40
* Make test more fucused eliminating extraneous bits.Bill Wendling2010-02-051-44/+5
* An empty global constant (one of size 0) may have a section immediatelyBill Wendling2010-02-051-0/+50
* Reapply 95050 with a tweak to check the register class.Dale Johannesen2010-02-031-2/+2
* Test revert 95050; there's a good chance it's causingDale Johannesen2010-02-021-2/+2
* Make local RA smarter about reusing input register of a copyDale Johannesen2010-02-021-2/+2
* Give AsmPrinter the most common expected implementation of Chris Lattner2010-01-281-1/+1
* Attempt to unbreak test on Linux. Chris, please check.Daniel Dunbar2010-01-251-3/+3
* stop testing for invalid output.Chris Lattner2010-01-231-1/+0
* testcase for r94095Chris Lattner2010-01-211-0/+22
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-191-1/+1
* remove uses of deprecated functions, this generates slightlyChris Lattner2010-01-131-4/+4
* Delete useless trailing semicolons.Dan Gohman2010-01-051-1/+1
* Do better with physical reg operands (typically, from inline asm)Dale Johannesen2009-12-161-2/+2
* ProcessImplicitDefs should watch out for invalidated iterator and extra impli...Evan Cheng2009-11-251-0/+56
* Do not store R31 into the caller's link area on PPC.Dale Johannesen2009-11-244-26/+26