--- Reverse-merging r107947 into '.':
[oota-llvm.git] / test / CodeGen / PowerPC /
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.
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...
next