aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
AgeCommit message (Expand)Author
2011-03-04Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger
2011-03-03Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger
2010-12-18Restore the behavior of frame lowering before my refactoring.Anton Korobeynikov
2010-12-06If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel
2010-11-15remove a pointless testcase.Chris Lattner
2010-11-15remove some extraneous quotes to make the new instprinter match.Chris Lattner
2010-11-14add some nounwind's.Chris Lattner
2010-11-02Inline asm mult-alt constraint tests.John Thompson
2010-10-11PowerPC varargs functions store live-in registers on the stack. Make sure we useJakob Stoklund Olesen
2010-10-10force a triple, varargs isn't supported with the SVR4 ABI the buildbot tells me.Chris Lattner
2010-10-10fix the expansion of va_arg instruction on PPC to know the arg Chris Lattner
2010-09-27the latest assembler that runs on powerpc 10.4 machines doesn'tChris Lattner
2010-08-02PR7781: Fix incorrect shifting in PPCTargetLowering::LowerBUILD_VECTOR.Eli Friedman
2010-07-16Consider this function:Bill Wendling
2010-07-15Revert. This isn't the correct way to go.Bill Wendling
2010-07-15Handle code gen for the unreachable instruction if it's the only instruction inBill Wendling
2010-07-06Fix up -fstack-protector on linux to use the segmentEric Christopher
2010-07-01Implement the "linker_private_weak" linkage type. This will be used forBill Wendling
2010-06-24Eliminate the other half of the BRCOND optimization, and updateDan Gohman
2010-06-24Eliminate the first have of the optimization which eliminates BRCONDDan Gohman
2010-06-15Remove the local register allocator.Jakob Stoklund Olesen
2010-05-28Fix some latency computation bugs: if the use is not a machine opcode do not ...Evan Cheng
2010-05-17Only use clairvoyance when defining a register, and then only if it has one use.Jakob Stoklund Olesen
2010-05-13Take allocation hints from copy instructions to/from physregs.Jakob Stoklund Olesen
2010-05-12Enable a bunch more -regalloc=fast testsJakob Stoklund Olesen
2010-05-03Implement builtin_return_address(x) and builtin_frame_address(x) Dale Johannesen
2010-05-02Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands
2010-04-26on darwin empty functions need to codegen into something of non-zero length,Chris Lattner
2010-04-20Bill's change in r95336 broke empty aggregates embeddedChris Lattner
2010-04-17Start function numbering at 0.Dan Gohman
2010-04-07add newlines at the end of files.Chris Lattner
2010-04-07Split big test into multiple directories to cater toDale Johannesen
2010-04-02After trivial coalescing, the MI being visited may have become a copy. Avoid ...Evan Cheng
2010-03-28add some nounwindsChris Lattner
2010-03-28this takes an insane amount of time to run, disable it for now (PR6727)Chris Lattner
2010-03-14Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodesDuncan Sands
2010-03-14fix AsmPrinter::GetBlockAddressSymbol to always return a uniqueChris Lattner
2010-03-14get MMI out of the label uniquing business, just go to MCContextChris Lattner
2010-03-10Enable machine cse pass.Evan Cheng
2010-03-09The address of an indirect call must be in R12 on Darwin.Dale Johannesen
2010-02-28add some random nounwinds.Chris Lattner
2010-02-26Use the right floating point load/store instructions in PPCInstrInfo::foldMem...Jakob Stoklund Olesen
2010-02-24Change the scheduler from adding nodes in allnodes orderChris Lattner
2010-02-22When emitting an instruction which depends on both a post-incrementedDan Gohman
2010-02-21add some no-unwinds, other minor cleanups.Chris Lattner
2010-02-21add a triple so that this doesn't fail due to linux/ppc register printing Chris Lattner
2010-02-21filecheckize and add nouwinds.Chris Lattner
2010-02-16Make g5 target explicit; scheduling affects register choice.Dale Johannesen
2010-02-16Adjust register numbers in tests to compensate for theDale Johannesen
2010-02-12When save/restoring CR at prolog/epilog, in a largeDale Johannesen