aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* Fix a testcase provided by Bill in which the nodeDuncan Sands2008-10-281-0/+11
* rename vec_spat -> vec_splat, pointed out by duncanChris Lattner2008-10-271-0/+0
* remove eh output from this test.Chris Lattner2008-10-261-6/+6
* Reapply r57699 with a fix to not crash on asms with multiple results. UnlikeChris Lattner2008-10-181-0/+10
* Revert r57699. It's causing regressions inDan Gohman2008-10-181-11/+0
* Fix PR2356 on PowerPC: if we have an input and output that are tied togetherChris Lattner2008-10-171-0/+11
* Testcase for PR1638.Bill Wendling2008-10-151-0/+27
* Split this test and move it into target-specific directories.Dan Gohman2008-10-011-0/+8
* Remove SelectionDag early allocation of registersDale Johannesen2008-09-241-2/+5
* Add trampoline support to PPC. GCC simply calls the "__trampoline_setup"Bill Wendling2008-09-171-0/+166
* On some targets, non-move instructions can become move instructions because o...Evan Cheng2008-09-121-0/+254
* Testcases for ppc atomics.Dale Johannesen2008-08-302-0/+1522
* In lowering SELECT_CC, removed cases where we can't flip the true and false w...Mon P Wang2008-08-281-1/+1
* Adjust grep's for new code sequence.Dale Johannesen2008-08-252-2/+2
* Fix a catastrophic PPC64 ABI bug: i32 operands which are passed in memory (al...Evan Cheng2008-07-241-0/+11
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-171-2/+2
* LegalizeTypes support for what seems to be theDuncan Sands2008-07-171-0/+18
* The atomic.cmp.swap promotion logic is wrong: itDuncan Sands2008-07-161-8/+2
* LegalizeTypes support for fabs on ppc long double.Duncan Sands2008-07-151-0/+19
* LegalizeTypes support for promotion of bswap.Duncan Sands2008-07-151-0/+386
* LegalizeTypes support for promotion of SIGN_EXTEND_INREG.Duncan Sands2008-07-151-0/+17
* Fix an altivec constant miscompilation that Duncan found throughChris Lattner2008-07-101-0/+10
* Refactor the tablegen DAGISelEmitter code for outputing calls toDan Gohman2008-07-071-2/+2
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-252-10/+10
* This situation can occur:Bill Wendling2008-06-231-0/+25
* Support for load/store of expanded float types. IDuncan Sands2008-06-211-0/+10
* ISD::UNDEF should be expanded recursively / iteratively.Evan Cheng2008-06-191-0/+6
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Adding testcase.Bill Wendling2008-05-011-0/+15
* Tail call optimization improvements:Arnold Schwaighofer2008-04-303-0/+36
* Implement a signficant optimization for inline asm:Chris Lattner2008-04-271-4/+3
* New test.Evan Cheng2008-04-241-0/+89
* 64-bit atomic operations.Evan Cheng2008-04-192-0/+48
* After reading memory that's already freed.Evan Cheng2008-04-161-0/+14
* Remove -unwind-tables-optional everywhere, sinceDale Johannesen2008-04-144-6/+6
* A copy instruction may use a register multiple times on some targets. Change ...Evan Cheng2008-04-101-0/+100
* Rename -disable-required-unwind-tables to -unwind-tables-optional.Dale Johannesen2008-04-084-6/+6
* Missed one.Dale Johannesen2008-04-081-1/+1
* Add -disable-required-unwind-tables to testsDale Johannesen2008-04-083-5/+5
* Mark functions in some tests as 'nounwind'. GeneratingDale Johannesen2008-03-313-7/+7
* One more coalescer fix wrt deadness propagation.Evan Cheng2008-03-261-0/+28
* Byebye llvm-upgrade!Tanya Lattner2008-03-2543-637/+582
* lastRegisterUse() should ignore identity copies. Those will be erased.Evan Cheng2008-03-251-0/+30
* Use the bit size of the operand instead of the hard-coded 32 to generate theBill Wendling2008-03-241-0/+25
* New testcase.Bill Wendling2008-03-221-0/+10
* Add support for multiple return values for the PPC target byDan Gohman2008-03-191-0/+17
* Fix live variables issues:Evan Cheng2008-03-191-0/+6
* Make conversions of i8/i16 to ppcf128 work.Dale Johannesen2008-03-181-0/+32
* Rewrite code that propagate isDead information after a dead copy is coalesced...Evan Cheng2008-03-181-0/+31