aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
AgeCommit message (Expand)Author
2009-03-18Added missing support for widening when splitting an unary op (PR3683)Mon P Wang
2009-03-18Add another test case for r64440.Evan Cheng
2009-01-25Private linkage support for PPC / Darwin.Evan Cheng
2009-01-16Fix PPC ISD::Declare isel and eliminate the need for PPCTargetLowering::Lower...Evan Cheng
2009-01-15Add the private linkage.Rafael Espindola
2009-01-09this test should not run opt -std-compile-opts, it should run Chris Lattner
2009-01-02rename a file to follow naming conventions.Chris Lattner
2008-12-19Fix PR3149. If an early clobber def is a physical register and it is tied to ...Evan Cheng
2008-12-19Fix bug 3202.Rafael Espindola
2008-12-16We have decided not to support inline asm where an output operand with a matc...Evan Cheng
2008-12-05Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are...Evan Cheng
2008-12-02Remove a (what appears to be) overly strict assertion. Here is what happened:Evan Cheng
2008-11-26Check that running the DAG combiner between typeDuncan Sands
2008-11-17Remove these, which test for optimizations thatDale Johannesen
2008-11-08Generated code for generic expansion of SETUGT etc.Dale Johannesen
2008-11-08Xfail an incorrect test.Dale Johannesen
2008-11-05Make ISel ignore dead nodes. The DAGCombiner normally eliminatesDan Gohman
2008-11-04Fix PR3011: LegalizeTypes support for scalarizingDuncan Sands
2008-10-31Add a bunch of libcalls for ppcf128 that were somehowDuncan Sands
2008-10-30Testcase for PR2986.Duncan Sands
2008-10-29add testcase for PR2964Chris Lattner
2008-10-28Fix darwin ppc llvm-gcc build breakage: interceptDuncan Sands
2008-10-28Turn off LegalizeTypes for this test for theDuncan Sands
2008-10-28Fix a testcase provided by Bill in which the nodeDuncan Sands
2008-10-27rename vec_spat -> vec_splat, pointed out by duncanChris Lattner
2008-10-26remove eh output from this test.Chris Lattner
2008-10-18Reapply r57699 with a fix to not crash on asms with multiple results. UnlikeChris Lattner
2008-10-18Revert r57699. It's causing regressions inDan Gohman
2008-10-17Fix PR2356 on PowerPC: if we have an input and output that are tied togetherChris Lattner
2008-10-15Testcase for PR1638.Bill Wendling
2008-10-01Split this test and move it into target-specific directories.Dan Gohman
2008-09-24Remove SelectionDag early allocation of registersDale Johannesen
2008-09-17Add trampoline support to PPC. GCC simply calls the "__trampoline_setup"Bill Wendling
2008-09-12On some targets, non-move instructions can become move instructions because o...Evan Cheng
2008-08-30Testcases for ppc atomics.Dale Johannesen
2008-08-28In lowering SELECT_CC, removed cases where we can't flip the true and false w...Mon P Wang
2008-08-25Adjust grep's for new code sequence.Dale Johannesen
2008-07-24Fix a catastrophic PPC64 ABI bug: i32 operands which are passed in memory (al...Evan Cheng
2008-07-17Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman
2008-07-17LegalizeTypes support for what seems to be theDuncan Sands
2008-07-16The atomic.cmp.swap promotion logic is wrong: itDuncan Sands
2008-07-15LegalizeTypes support for fabs on ppc long double.Duncan Sands
2008-07-15LegalizeTypes support for promotion of bswap.Duncan Sands
2008-07-15LegalizeTypes support for promotion of SIGN_EXTEND_INREG.Duncan Sands
2008-07-10Fix an altivec constant miscompilation that Duncan found throughChris Lattner
2008-07-07Refactor the tablegen DAGISelEmitter code for outputing calls toDan Gohman
2008-06-25Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang
2008-06-23This situation can occur:Bill Wendling
2008-06-21Support for load/store of expanded float types. IDuncan Sands
2008-06-19ISD::UNDEF should be expanded recursively / iteratively.Evan Cheng