aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
AgeCommit message (Expand)Author
2011-07-18FileCheck-ize a couple tests.Eli Friedman
2011-07-11test/CodeGen/PowerPC/vector.ll: Tweak redirection >%t >%t to >%t >>%t. See al...NAKAMURA Takumi
2011-06-28Implement ISD::VAARG lowering on PPC32.Roman Divacky
2011-06-20Don't apply on PPC64 the 32bit ADDIC optimizations as there's no overflowRoman Divacky
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner
2011-06-17Fix a few places where 32bit instructions/registerset were used on PPC64.Roman Divacky
2011-06-17remove parser support for the obsolete "multiple return values" syntax, whichChris Lattner
2011-06-17Remove support for using "foo" as symbols instead of %"foo". This is ancientChris Lattner
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2011-06-03Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.Roman Divacky
2011-05-04FileCheckize and break dependence on coalescing order.Jakob Stoklund Olesen
2011-05-04Explicitly request -join-physregs for some tests that depend on it.Jakob Stoklund Olesen
2011-05-02Add 130690 back.Rafael Espindola
2011-05-02Revert while I debug the tests that use march but not mtriple.Rafael Espindola
2011-05-02Move ppc OS X to cfi too. I am building it on an old ppc mini, but it will ta...Rafael Espindola
2011-05-01Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.Rafael Espindola
2011-04-30Revert the previous patch while I figure out how to make llvm-gccRafael Espindola
2011-04-30Enable CFI on OS X.Rafael Espindola
2011-04-05These tests no longer require linear scan because reserved register coalescin...Jakob Stoklund Olesen
2011-04-04Disable the PowerPC/Atomics-64 test.Jakob Stoklund Olesen
2011-04-04Fix PowerPC tests to be register allocator independent.Jakob Stoklund Olesen
2011-03-09Fix mistyped CHECK lines.Benjamin Kramer
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