Disable on x86_64 until I figure out what's wrong.
[oota-llvm.git] / test / CodeGen / PowerPC /
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
2008-09-17 Bill WendlingAdd trampoline support to PPC. GCC simply calls the...
2008-09-12 Evan ChengOn some targets, non-move instructions can become move...
2008-08-30 Dale JohannesenTestcases for ppc atomics.
2008-08-28 Mon P WangIn lowering SELECT_CC, removed cases where we can't...
2008-08-25 Dale JohannesenAdjust grep's for new code sequence.
2008-07-24 Evan ChengFix a catastrophic PPC64 ABI bug: i32 operands which...
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-17 Duncan SandsLegalizeTypes support for what seems to be the
2008-07-16 Duncan SandsThe atomic.cmp.swap promotion logic is wrong: it
2008-07-15 Duncan SandsLegalizeTypes support for fabs on ppc long double.
2008-07-15 Duncan SandsLegalizeTypes support for promotion of bswap.
2008-07-15 Duncan SandsLegalizeTypes support for promotion of SIGN_EXTEND_INREG.
2008-07-10 Chris LattnerFix an altivec constant miscompilation that Duncan...
2008-07-07 Dan GohmanRefactor the tablegen DAGISelEmitter code for outputing...
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-06-23 Bill WendlingThis situation can occur:
2008-06-21 Duncan SandsSupport for load/store of expanded float types. I
2008-06-19 Evan ChengISD::UNDEF should be expanded recursively / iteratively.
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-05-01 Bill WendlingAdding testcase.
2008-04-30 Arnold SchwaighoferTail call optimization improvements:
2008-04-27 Chris LattnerImplement a signficant optimization for inline asm:
2008-04-24 Evan ChengNew test.
2008-04-19 Evan Cheng64-bit atomic operations.
2008-04-16 Evan ChengAfter reading memory that's already freed.
2008-04-14 Dale JohannesenRemove -unwind-tables-optional everywhere, since
2008-04-10 Evan ChengA copy instruction may use a register multiple times...
2008-04-08 Dale JohannesenRename -disable-required-unwind-tables to -unwind-table...
2008-04-08 Dale JohannesenMissed one.
2008-04-08 Dale JohannesenAdd -disable-required-unwind-tables to tests
2008-03-31 Dale JohannesenMark functions in some tests as 'nounwind'. Generating
2008-03-26 Evan ChengOne more coalescer fix wrt deadness propagation.
2008-03-25 Tanya LattnerByebye llvm-upgrade!
2008-03-25 Evan ChenglastRegisterUse() should ignore identity copies. Those...
2008-03-24 Bill WendlingUse the bit size of the operand instead of the hard...
2008-03-22 Bill WendlingNew testcase.
2008-03-19 Dan GohmanAdd support for multiple return values for the PPC...
2008-03-19 Evan ChengFix live variables issues:
2008-03-18 Dale JohannesenMake conversions of i8/i16 to ppcf128 work.
2008-03-18 Evan ChengRewrite code that propagate isDead information after...
2008-03-13 Dan GohmanMore APInt-ification.
2008-03-11 Dale JohannesenThe feature this is testing did not work in the general...
2008-03-11 Evan ChengLearn how to xfail a test.
2008-03-11 Evan ChengXFAIL due to Dale's change.
2008-03-11 Dan GohmanGeneralize ExpandIntToFP to handle the case where the...
2008-03-10 Dan GohmanImplement more support for fp-to-i128 and i128-to-fp...
2008-03-10 Bill WendlingUpdate llc flags for PPC register scavenger.
2008-03-09 Chris Lattnerupgrade this test
2008-03-08 Dan GohmanAdd support for calls with i128 return values on ppc64.
2008-03-07 Dan GohmanAdd support for lowering 128-bit shifts on ppc64.
2008-03-06 Bill WendlingAdd testcase.
2008-03-05 Evan ChengFix a coalescer bug wrt how dead copy interval is short...
2008-03-04 Bill WendlingUse -enable-ppc-regscavenger flag for these checks
2008-03-03 Bill WendlingThis is the initial check-in for adding register scaven...
2008-03-02 Chris LattnerEvan implemented this.
2008-02-27 Dale JohannesenNew test for misaligned Altivec laod/store.
2008-02-27 Dan GohmanDon't hard-code the mask size to be 32, which is incorr...
2008-02-26 Bill WendlingUpgrade testcase.
2008-02-26 Gabor GreifReally feed llvm-as with the testcase, do not let it...
2008-02-19 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-13 Nate BegemanAdd testcase for recent legalizer change
2008-02-11 Evan ChengDetermine whether a spill kills the register it's spill...
2008-02-05 Evan ChengIf a vr is already marked alive in a bb, then it has...
2008-01-29 Chris LattnerAdd target triples to these so they don't fail on linux.
2008-01-26 Bill WendlingNeed to convert to LLVM code and not C.
2008-01-26 Bill WendlingRename the .c to .ll
2008-01-26 Bill WendlingMove testcase to the code gen directory.
2008-01-18 Dale JohannesenImplement flt_rounds for PowerPC.
2008-01-18 Chris LattnerFix a latent bug exposed by my truncstore patch. We...
2008-01-16 Chris Lattneradd testcase for regression
next