Set transient stack alignment in constructor of MipsFrameLowering and re-enable
[oota-llvm.git] / test / CodeGen / PowerPC /
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-06-22 Hal FinkelAdd support for the PPC isel instruction.
2012-06-22 Lang HamesRename fp-op fusion option (yet again) for compatibilit...
2012-06-22 Lang HamesRename -allow-excess-fp-precision flag to -fuse-fp...
2012-06-21 Hal FinkelTreat TargetGlobalAddress as a constant for the purpose...
2012-06-20 Hal FinkelAdd support for generating reg+reg (indexed) pre-inc...
2012-06-19 Lang HamesAdd DAG-combines for aggressive FMA formation.
2012-06-19 Jakob Stoklund OlesenAdd a triple.
2012-06-19 Jakob Stoklund OlesenImplement PPCInstrInfo::isCoalescableExtInstr().
2012-06-19 Hal FinkelAdd support for generating reg+reg preinc stores on...
2012-06-16 Hal FinkelCleanup trip-count finding for PPC CTR loops (and some...
2012-06-10 Hal FinkelEnable ILP scheduling for all nodes by default on PPC.
2012-06-09 Hal FinkelImprove ext/trunc patterns on PPC64.
2012-06-09 Hal FinkelEnable tail merging on PPC.
2012-06-08 Jakob Stoklund OlesenDon't run RAFast in the optimizing regalloc pipeline.
2012-06-08 Hal FinkelEnable PPC CTR loop formation by default.
2012-06-08 Hal FinkelDisable the PPC CTR-Loops pass by default.
2012-06-08 Hal FinkelFix a bug in the new PPC CTR-Loops pass.
2012-06-08 Hal FinkelAdd the PPCCTRLoops pass: a PPC machine-code-level...
2012-06-04 Roman DivackyImplement local-exec TLS on PowerPC.
2012-06-04 Hal FinkelEnable generating PPC pre-increment (r+imm) instruction...
2012-05-20 Hal FinkelAdd a missing PPC 64-bit stwu pattern.
2012-05-17 Jakob Stoklund OlesenRemove -join-physregs from the test suite.
2012-04-16 Hal FinkelRemove dead SD nodes after the combining pass. Fixes...
2012-04-01 Hal FinkelEnable prefetch generation on PPC64.
2012-04-01 Hal FinkelAdd instruction itinerary for the PPC64 A2 core.
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-24 Hal FinkelFix small-integer VAARG on SVR4 ABI PPC64.
2012-02-27 Roman DivackyTest the section specification.
2012-02-27 Roman DivackyReapply r151278 with fixes.
2012-02-25 Hal FinkelRevert r151278, breaks static linking.
2012-02-24 Hal FinkelX11/X2 loads around indirect calls on ppc64 should...
2012-02-24 Hal FinkelDon't crash when a glue node contains an internal CopyToReg
2012-02-23 Roman DivackyMCize function entry label emission on PowerPC64 properly.
2012-02-22 Hal FinkelAllow the use of an alternate symbol for calculating...
2012-02-21 Jakob Stoklund OlesenRemove a bad PowerPC test.
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-01-16 Hal FinkelAggressiveAntiDepBreaker needs to skip debug values...
2011-12-30 Hal FinkelCleanup stack/frame register define/kill states. This...
2011-12-15 Hal FinkelAdd a test case to make sure that the nop really does...
2011-12-12 Chandler CarruthManually upgrade the test suite to specify the flag...
2011-12-10 Hal FinkelMake CR spill and restore use a reserved register....
2011-12-09 Eli FriedmanFix a couple of logic bugs in TargetLowering::SimplifyD...
2011-12-06 Hal Finkeldelaying restore-cr changed assigned registers in some...
2011-12-06 Hal Finkeladd a test case that uses RESTORE_CR
2011-12-05 Hal FinkelAdd test case - this input used to crash because of...
2011-12-05 Hal Finkelenable PPC register scavenging by default (update tests...
2011-12-05 Hal Finkelremove wasted space for extra bit copies of CR2 subregs
2011-12-02 Hal Finkelspecify cpu for test to fix failure on some darwin...
2011-12-02 Hal Finkeladjust the instruction ordering in some PPC tests:...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-11-22 Hal Finkeladd basic PPC register-pressure feedback; adjust the...
2011-10-28 NAKAMURA Takumitest/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands...
2011-10-24 Dan GohmanChange the default scheduler from Latency to ILP, since...
2011-10-17 Hal Finkeluse FileCheck and not grep in new tests
2011-10-17 Hal FinkelTest case for CanLowerReturn fix (r141981)
2011-10-17 Hal FinkelAdd PPC 440 scheduler and some associated tests (new...
2011-09-26 Eli FriedmanConvert more tests over to the new atomic instructions.
2011-09-14 Devang PatelRemove ancient debug info constructs from test cases...
2011-09-06 Duncan SandsSplit the init.trampoline intrinsic, which currently...
2011-08-31 Bill WendlingUpdate more tests to the new EH scheme.
2011-08-30 Roman DivackySet CR1EQ only when lowering vararg floating arguments...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-18 Eli FriedmanFileCheck-ize a couple tests.
2011-07-11 NAKAMURA Takumitest/CodeGen/PowerPC/vector.ll: Tweak redirection ...
2011-06-28 Roman DivackyImplement ISD::VAARG lowering on PPC32.
2011-06-20 Roman DivackyDon't apply on PPC64 the 32bit ADDIC optimizations...
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-06-17 Roman DivackyFix a few places where 32bit instructions/registerset...
2011-06-17 Chris Lattnerremove parser support for the obsolete "multiple return...
2011-06-17 Chris LattnerRemove support for using "foo" as symbols instead of...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-06-03 Roman DivackyFix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.
2011-05-04 Jakob Stoklund OlesenFileCheckize and break dependence on coalescing order.
2011-05-04 Jakob Stoklund OlesenExplicitly request -join-physregs for some tests that...
2011-05-02 Rafael EspindolaAdd 130690 back.
2011-05-02 Rafael EspindolaRevert while I debug the tests that use march but not...
2011-05-02 Rafael EspindolaMove ppc OS X to cfi too. I am building it on an old...
2011-05-01 Rafael EspindolaAdd r130623 back now that ELF has been fixed to work...
2011-04-30 Rafael EspindolaRevert the previous patch while I figure out how to...
2011-04-30 Rafael EspindolaEnable CFI on OS X.
2011-04-05 Jakob Stoklund OlesenThese tests no longer require linear scan because reser...
2011-04-04 Jakob Stoklund OlesenDisable the PowerPC/Atomics-64 test.
2011-04-04 Jakob Stoklund OlesenFix PowerPC tests to be register allocator independent.
2011-03-09 Benjamin KramerFix mistyped CHECK lines.
2011-03-04 Joerg SonnenbergerBe nice to Xcore and the XMOS assembler and avoid quoti...
2011-03-03 Joerg SonnenbergerBug#9033: For the ELF assembler output, always quote...
2010-12-18 Anton KorobeynikovRestore the behavior of frame lowering before my refact...
2010-12-06 Devang PatelIf dbg_declare() or dbg_value() is not lowered by isel...
2010-11-15 Chris Lattnerremove a pointless testcase.
2010-11-15 Chris Lattnerremove some extraneous quotes to make the new instprint...
2010-11-14 Chris Lattneradd some nounwind's.
2010-11-02 John ThompsonInline asm mult-alt constraint tests.
2010-10-11 Jakob Stoklund OlesenPowerPC varargs functions store live-in registers on...
2010-10-10 Chris Lattnerforce a triple, varargs isn't supported with the SVR4...
2010-10-10 Chris Lattnerfix the expansion of va_arg instruction on PPC to know...
2010-09-27 Chris Lattnerthe latest assembler that runs on powerpc 10.4 machines...
2010-08-02 Eli FriedmanPR7781: Fix incorrect shifting in PPCTargetLowering...
next