Hexagon backend support
[oota-llvm.git] / test / CodeGen / PowerPC /
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.
2009-08-25 Chris Lattnerremove some dead lines.
2009-08-25 Chris Lattnerconvert to filecheck style
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-08-24 Daniel DunbarConvert two gratuitous abuses of poor helpless CPU...
2009-08-24 Dale JohannesenSplit test into 3.
2009-08-23 Daniel DunbarRerevert (r75663 and r76805), seems there is more non...
2009-08-23 Daniel DunbarSpeculatively revert r76823 (i.e., reapply r75663 and...
2009-08-18 Dale JohannesenPowerPC inline asm was emitting two output operands
2009-08-13 Bruno Cardoso LopesRemove HasCrazyBSS and add a flag in TAI to indicate...
2009-08-13 Daniel DunbarRevert 78892 and 78895, these break generating working...
2009-08-13 Chris Lattnerfix typo, add 10.6 version of test for my previous...
2009-08-12 Chris Lattneradd nounwind
2009-08-10 Chris LattnerMake the big switch: Change MCSectionMachO to represent...
2009-07-23 Dan GohmanRevert r75663 (and r76805), as it is causing regression...
2009-07-22 Dan GohmanAdd -march=ppc32 lines so that this test doesn't ever...
2009-07-16 Jakob Stoklund OlesenTeach MachineInstr::isRegTiedToDefOperand() to correctl...
2009-07-15 Chris Lattnerget the PPC stub temporary label from the mangler inste...
2009-07-15 Chris Lattnerconvert this to filecheck style and make it a test...
2009-07-15 Chris Lattnersimplify this test to test the esentials.
2009-07-14 Chris Lattnerconvert this test to filecheck style
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Chris LattnerChange the internal interface to makeNameProper to...
2009-07-13 Dan GohmanCheck in a reduced version of this testcase.
2009-07-13 Dan GohmanAdd testcases for PR4538, PR4537, and PR4534.
2009-07-01 Chris LattnerFix codegen for references to available_externally...
2009-06-25 Bill WendlingDon't grep the -debug output. This isn't the way to...
2009-06-16 Eli FriedmanAdd some generic expansion logic for SMULO and UMULO...
2009-06-07 Eli FriedmanPR3628: Add patterns to match SHL/SRL/SRA to the corres...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-28 Eli FriedmanAdd explicit test for PR4280.
2009-05-16 Jakob Stoklund OlesenHelp DejaGnu avoid pipe-jam by producing less output...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-18 Duncan SandsDon't try to make BUILD_VECTOR operands have the same
2009-03-27 Dan GohmanFix this test so that it doesn't spuriously fail due...
2009-03-18 Mon P WangAdded missing support for widening when splitting an...
2009-03-18 Evan ChengAdd another test case for r64440.
2009-01-25 Evan ChengPrivate linkage support for PPC / Darwin.
2009-01-16 Evan ChengFix PPC ISD::Declare isel and eliminate the need for...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-09 Chris Lattnerthis test should not run opt -std-compile-opts, it...
2009-01-02 Chris Lattnerrename a file to follow naming conventions.
2008-12-19 Evan ChengFix PR3149. If an early clobber def is a physical regis...
2008-12-19 Rafael EspindolaFix bug 3202.
2008-12-16 Evan ChengWe have decided not to support inline asm where an...
2008-12-05 Evan ChengRe-did 60519. It turns out Darwin's handling of hidden...
2008-12-02 Evan ChengRemove a (what appears to be) overly strict assertion...
2008-11-26 Duncan SandsCheck that running the DAG combiner between type
2008-11-17 Dale JohannesenRemove these, which test for optimizations that
2008-11-08 Dale JohannesenGenerated code for generic expansion of SETUGT etc.
2008-11-08 Dale JohannesenXfail an incorrect test.
2008-11-05 Dan GohmanMake ISel ignore dead nodes. The DAGCombiner normally...
2008-11-04 Duncan SandsFix PR3011: LegalizeTypes support for scalarizing
2008-10-31 Duncan SandsAdd a bunch of libcalls for ppcf128 that were somehow
2008-10-30 Duncan SandsTestcase for PR2986.
2008-10-29 Chris Lattneradd testcase for PR2964
2008-10-28 Duncan SandsFix darwin ppc llvm-gcc build breakage: intercept
2008-10-28 Duncan SandsTurn off LegalizeTypes for this test for the
2008-10-28 Duncan SandsFix a testcase provided by Bill in which the node
2008-10-27 Chris Lattnerrename vec_spat -> vec_splat, pointed out by duncan
2008-10-26 Chris Lattnerremove eh output from this test.
2008-10-18 Chris LattnerReapply r57699 with a fix to not crash on asms with...
2008-10-18 Dan GohmanRevert r57699. It's causing regressions in
2008-10-17 Chris LattnerFix PR2356 on PowerPC: if we have an input and output...
2008-10-15 Bill WendlingTestcase for PR1638.
2008-10-01 Dan GohmanSplit this test and move it into target-specific direct...
2008-09-24 Dale JohannesenRemove SelectionDag early allocation of registers
next