summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC
Commit message (Collapse)AuthorAgeFilesLines
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
| | | | | | | | global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (Makefile and llvm-dg.exp) instead of touching every single dg.exp file. llvm-svn: 35918
* new testcases for integer abs functionChris Lattner2007-04-111-0/+14
| | | | llvm-svn: 35880
* Fix testAnton Korobeynikov2007-04-041-1/+1
| | | | llvm-svn: 35673
* Add a regtest for cases we now recognize as rotates, thanks to Scott Michel'sChris Lattner2007-04-021-0/+38
| | | | | | recent dagcombine patch llvm-svn: 35606
* new testcaseChris Lattner2007-04-021-0/+13
| | | | llvm-svn: 35589
* my patch fixed the fixme.Chris Lattner2007-04-021-2/+1
| | | | llvm-svn: 35582
* Let llvm-upgrade upgrade bswap intrinsic.Reid Spencer2007-04-022-8/+8
| | | | llvm-svn: 35568
* For PR1297:Reid Spencer2007-04-013-14/+12
| | | | | | | | | Update these test cases to use proper signatures for bswap which is now and overloaded intrinsic. Its name must be of the form llvm.bswap.i32.i32 since both the parameter and the result or of type "iAny". Also, the bit counting intrinsics changed to always return i32. llvm-svn: 35548
* New test case.Evan Cheng2007-03-301-0/+1801
| | | | llvm-svn: 35515
* Remove use of implementation keyword.Reid Spencer2007-03-283-3/+0
| | | | llvm-svn: 35412
* test that the ppc backend can do 64-bit cntlzChris Lattner2007-03-251-0/+13
| | | | llvm-svn: 35328
* This test passes on x86/Linux now.Reid Spencer2007-02-271-1/+0
| | | | llvm-svn: 34686
* XFAIL this on x86-Linux until its fixed.Reid Spencer2007-02-271-0/+1
| | | | llvm-svn: 34651
* New test - practically wrote itself.Jim Laskey2007-02-231-0/+15
| | | | llvm-svn: 34538
* Fix test case.Evan Cheng2007-02-191-3/+3
| | | | llvm-svn: 34427
* new testChris Lattner2007-02-171-0/+6
| | | | llvm-svn: 34372
* Test that large absolute addresses are properly folded into addr modes onChris Lattner2007-02-171-0/+9
| | | | | | both ppc32 and ppc64. llvm-svn: 34370
* new testcase that crashes llcChris Lattner2007-02-171-0/+12
| | | | llvm-svn: 34367
* Fixes PR 1200Dale Johannesen2007-02-171-1/+2
| | | | llvm-svn: 34359
* testcase for recent targetdata regressionChris Lattner2007-02-161-0/+3
| | | | llvm-svn: 34355
* Add ppc-specific test for better i64 compare codegen.Chris Lattner2007-02-091-0/+9
| | | | llvm-svn: 34082
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-024-68/+50
| | | | | | | | | | | | This feature is needed in order to support shifts of more than 255 bits on large integer types. This changes the syntax for llvm assembly to make shl, ashr and lshr instructions look like a binary operator: shl i32 %X, 1 instead of shl i32 %X, i8 1 Additionally, this should help a few passes perform additional optimizations. llvm-svn: 33776
* new testcaseChris Lattner2007-02-011-0/+25
| | | | llvm-svn: 33731
* For PR411:Reid Spencer2007-01-302-10/+11
| | | | | | | | Update these tests to not use the same name even though the type of the value differs. After PR411 hits, type planes will be gone and it will be illegal for a name to be used twice, regardless of type. llvm-svn: 33660
* Make the input legal.Reid Spencer2007-01-301-2/+2
| | | | llvm-svn: 33655
* new testcaseChris Lattner2007-01-291-0/+7
| | | | llvm-svn: 33642
* For PR761:Reid Spencer2007-01-266-18/+18
| | | | | | | | | | | | | | Remove "target endian/pointersize" or add "target datalayout" to make the test parse properly or set the datalayout because defaults changes. For PR645: Make global names use the @ prefix. For llvm-upgrade changes: Fix test cases or completely remove use of llvm-upgrade for test cases that cannot survive the new renaming or upgrade capabilities. llvm-svn: 33533
* Fix test case.Evan Cheng2007-01-251-1/+1
| | | | llvm-svn: 33507
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-17104-0/+2848
llvm-svn: 33296
OpenPOWER on IntegriCloud