aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-1951-1306/+1302
* Add testcase for recent legalizer changeNate Begeman2008-02-131-0/+8
* Determine whether a spill kills the register it's spilling before insertion r...Evan Cheng2008-02-111-0/+10
* If a vr is already marked alive in a bb, then it has PHI uses that are visite...Evan Cheng2008-02-051-0/+67
* Add target triples to these so they don't fail on linux.Chris Lattner2008-01-291-0/+2
* Need to convert to LLVM code and not C.Bill Wendling2008-01-261-5/+4
* Rename the .c to .llBill Wendling2008-01-261-0/+0
* Move testcase to the code gen directory.Bill Wendling2008-01-261-0/+7
* Implement flt_rounds for PowerPC.Dale Johannesen2008-01-181-0/+19
* Fix a latent bug exposed by my truncstore patch. We compiled stfiwx-2.ll to:Chris Lattner2008-01-181-0/+11
* add testcase for regressionChris Lattner2008-01-161-0/+9
* remove darwin/i386 t-tChris Lattner2008-01-081-3/+0
* Finally implement correct ordered comparisons for PPC, even thoughChris Lattner2008-01-081-0/+27
* Fix a significant code quality regression I introduced on PPC64 quite Chris Lattner2007-12-081-0/+1
* implement __builtin_return_addr(0) on ppc.Chris Lattner2007-12-081-0/+14
* Fix a crash on invalid code due to memcpy lowering.Chris Lattner2007-11-271-0/+20
* Testcase for PR1811Chris Lattner2007-11-191-0/+16
* Testcase from PR 1508 (although its's somewhatDale Johannesen2007-11-161-0/+133
* Skip over deleted val#'s.Evan Cheng2007-11-051-0/+148
* On second thought. Remove this as it should never be generated in the firstBill Wendling2007-10-261-14/+0
* - Remove the hacky code that forces a memcpy. Alignment is taken care of in theBill Wendling2007-10-261-0/+1
* If there's an unaligned memcpy to/from the stack, don't lower it. Just call theBill Wendling2007-10-231-0/+13
* Temporary solution: added a different set of BCTRL_Macho / BCTRL_ELF with rig...Evan Cheng2007-10-231-0/+25
* Use ptr type in the immediate field of a BxA instruction so we don't end up s...Evan Cheng2007-10-221-0/+27
* Pointer arithmetic should be done with the index the same size as the pointer.Bill Wendling2007-10-181-0/+22
* Fix a bug handling frame references in ppc inline asm when the frame offsetChris Lattner2007-10-161-0/+14
* First round of ppc long double. call/return andDale Johannesen2007-10-052-0/+121
* Add explicit triples to avoid default behavior that varies by host.Dan Gohman2007-09-141-1/+1
* Fixed a typo that's causing a missing kill marker.Evan Cheng2007-09-121-0/+15
* Sometimes a MI can define a register as well as defining a super-register at theEvan Cheng2007-09-111-0/+9
* this is not infinite recursion.Chris Lattner2007-09-101-0/+7
* Implement misaligned FP loads and stores.Dale Johannesen2007-09-081-0/+53
* Add missing index versions of instructions to the map.Bill Wendling2007-09-071-0/+16
* Change all floating constants that are not exactlyDale Johannesen2007-09-051-1/+1
* Add the 64-bit versions of the DS* Altivec instructions.Bill Wendling2007-09-051-0/+15
* Fix for PR1613: added 64-bit rotate left PPC instructions and patterns.Evan Cheng2007-09-041-0/+20
* update test to check that codegen works with llvm.used in llvm.metadata sectionAndrew Lenharth2007-08-221-1/+1
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-1528-63/+63
* Test case for PR1596.Evan Cheng2007-08-141-0/+28
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-2/+3
* new testcaseChris Lattner2007-07-311-0/+8
* Fix a bug in getCopyFromParts turned up in the testcase for PR1132.Dan Gohman2007-07-301-0/+23
* New test case.Evan Cheng2007-07-301-0/+8
* For PR1553:Reid Spencer2007-07-194-10/+10
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-18134-0/+5485