Hexagon backend support
[oota-llvm.git] / test / CodeGen / PowerPC /
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...
2010-07-16 Bill WendlingConsider this function:
2010-07-15 Bill WendlingRevert. This isn't the correct way to go.
2010-07-15 Bill WendlingHandle code gen for the unreachable instruction if...
2010-07-06 Eric ChristopherFix up -fstack-protector on linux to use the segment
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-06-24 Dan GohmanEliminate the other half of the BRCOND optimization...
2010-06-24 Dan GohmanEliminate the first have of the optimization which...
2010-06-15 Jakob Stoklund OlesenRemove the local register allocator.
2010-05-28 Evan ChengFix some latency computation bugs: if the use is not...
2010-05-17 Jakob Stoklund OlesenOnly use clairvoyance when defining a register, and...
2010-05-13 Jakob Stoklund OlesenTake allocation hints from copy instructions to/from...
2010-05-12 Jakob Stoklund OlesenEnable a bunch more -regalloc=fast tests
2010-05-03 Dale JohannesenImplement builtin_return_address(x) and builtin_frame_a...
2010-05-02 Duncan SandsRemove the -enable-sjlj-eh option, which doesn't do...
2010-04-26 Chris Lattneron darwin empty functions need to codegen into somethin...
2010-04-20 Chris LattnerBill's change in r95336 broke empty aggregates embedded
2010-04-17 Dan GohmanStart function numbering at 0.
2010-04-07 Chris Lattneradd newlines at the end of files.
2010-04-07 Dale JohannesenSplit big test into multiple directories to cater to
2010-04-02 Evan ChengAfter trivial coalescing, the MI being visited may...
2010-03-28 Chris Lattneradd some nounwinds
2010-03-28 Chris Lattnerthis takes an insane amount of time to run, disable...
2010-03-14 Duncan SandsTurn calls to copysignl into an FCOPYSIGN node. Handle...
2010-03-14 Chris Lattnerfix AsmPrinter::GetBlockAddressSymbol to always return...
2010-03-14 Chris Lattnerget MMI out of the label uniquing business, just go...
2010-03-10 Evan ChengEnable machine cse pass.
2010-03-09 Dale JohannesenThe address of an indirect call must be in R12 on Darwin.
2010-02-28 Chris Lattneradd some random nounwinds.
2010-02-26 Jakob Stoklund OlesenUse the right floating point load/store instructions...
2010-02-24 Chris LattnerChange the scheduler from adding nodes in allnodes...
2010-02-22 Dan GohmanWhen emitting an instruction which depends on both...
2010-02-21 Chris Lattneradd some no-unwinds, other minor cleanups.
2010-02-21 Chris Lattneradd a triple so that this doesn't fail due to linux...
2010-02-21 Chris Lattnerfilecheckize and add nouwinds.
2010-02-16 Dale JohannesenMake g5 target explicit; scheduling affects register...
2010-02-16 Dale JohannesenAdjust register numbers in tests to compensate for the
2010-02-12 Dale JohannesenWhen save/restoring CR at prolog/epilog, in a large
2010-02-06 Rafael EspindolaFix alignment on ppc linux. This fixes the build of...
2010-02-05 Bill WendlingMake test more fucused eliminating extraneous bits.
2010-02-05 Bill WendlingAn empty global constant (one of size 0) may have a...
2010-02-03 Dale JohannesenReapply 95050 with a tweak to check the register class.
2010-02-02 Dale JohannesenTest revert 95050; there's a good chance it's causing
next