Really fix the fall-through logic.
[oota-llvm.git] / test / CodeGen / PowerPC /
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
2010-02-02 Dale JohannesenMake local RA smarter about reusing input register...
2010-01-28 Chris LattnerGive AsmPrinter the most common expected implementation of
2010-01-25 Daniel DunbarAttempt to unbreak test on Linux. Chris, please check.
2010-01-23 Chris Lattnerstop testing for invalid output.
2010-01-21 Chris Lattnertestcase for r94095
2010-01-19 Chris LattnerNow that we have everything nicely factored (e.g. asmpr...
2010-01-13 Chris Lattnerremove uses of deprecated functions, this generates...
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-12-16 Dale JohannesenDo better with physical reg operands (typically, from...
2009-11-25 Evan ChengProcessImplicitDefs should watch out for invalidated...
2009-11-24 Dale JohannesenDo not store R31 into the caller's link area on PPC.
2009-11-22 Edward O'CallaghanFix for bad FileCheck converts in revision 89584.
2009-11-22 Edward O'CallaghanConvert a few tests to FileCheck for PR5307.
2009-11-21 Dale JohannesenWhen generating a vector the really slow way, via loads
2009-11-20 Dale JohannesenRemove an incorrect overaggressive optimization
2009-11-16 Evan ChengCheck if subreg index is zero.
2009-11-16 Evan ChengFor some targets, a copy can use a register multiple...
2009-11-13 Dale JohannesenAdjust isConstantSplat to allow for big-endian targets.
2009-11-11 Bill WendlingFix test to work on every platform.
2009-11-10 Bill WendlingTest this on Darwin only.
2009-11-10 Dale JohannesenEmit correct code when making a ConstantPool entry...
2009-11-10 Bill WendlingModify how the prologue encoded the "move" information...
2009-11-05 Dan GohmanUpdate these tests for the new label names.
2009-11-05 Bob WilsonAdd -mtriple to llc commands, attempting to fix buildbo...
2009-11-04 Bob WilsonAdd PowerPC codegen for indirect branches.
2009-09-24 Dan GohmanAdd nounwind to this test.
2009-09-18 Dale JohannesenModel the carry bit on ppc32. Without this we could
2009-09-11 Dan GohmanConvert more tests to avoid llvm-as.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-08-26 Dale JohannesenAlter 79292 to produce output that actually assembles.
next