| Commit message (Expand) | Author | Age | Files | Lines |
* | Rerevert (r75663 and r76805), seems there is more non-determinism. | Daniel Dunbar | 2009-08-23 | 1 | -20/+12 |
* | Speculatively revert r76823 (i.e., reapply r75663 and r76805) to see if the real | Daniel Dunbar | 2009-08-23 | 1 | -12/+20 |
* | PowerPC inline asm was emitting two output operands | Dale Johannesen | 2009-08-18 | 1 | -0/+22 |
* | Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' | Bruno Cardoso Lopes | 2009-08-13 | 1 | -0/+8 |
* | Revert 78892 and 78895, these break generating working executables on | Daniel Dunbar | 2009-08-13 | 1 | -1/+0 |
* | fix typo, add 10.6 version of test for my previous patch. | Chris Lattner | 2009-08-13 | 1 | -0/+1 |
* | add nounwind | Chris Lattner | 2009-08-12 | 1 | -1/+1 |
* | Make the big switch: Change MCSectionMachO to represent a section *semantically* | Chris Lattner | 2009-08-10 | 1 | -2/+2 |
* | Revert r75663 (and r76805), as it is causing regressions on powerpc. | Dan Gohman | 2009-07-23 | 1 | -20/+12 |
* | Add -march=ppc32 lines so that this test doesn't ever default to ppc64. | Dan Gohman | 2009-07-22 | 1 | -2/+2 |
* | Teach MachineInstr::isRegTiedToDefOperand() to correctly parse inline asm ope... | Jakob Stoklund Olesen | 2009-07-16 | 1 | -0/+16 |
* | get the PPC stub temporary label from the mangler instead of | Chris Lattner | 2009-07-15 | 1 | -4/+4 |
* | convert this to filecheck style and make it a test of darwin/PPC's | Chris Lattner | 2009-07-15 | 1 | -1/+57 |
* | simplify this test to test the esentials. | Chris Lattner | 2009-07-15 | 1 | -57/+3 |
* | convert this test to filecheck style | Chris Lattner | 2009-07-14 | 1 | -12/+20 |
* | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 1 | -6/+4 |
* | Change the internal interface to makeNameProper to take a bool that | Chris Lattner | 2009-07-14 | 1 | -7/+7 |
* | Check in a reduced version of this testcase. | Dan Gohman | 2009-07-13 | 1 | -17376/+563 |
* | Add testcases for PR4538, PR4537, and PR4534. | Dan Gohman | 2009-07-13 | 1 | -0/+17396 |
* | Fix codegen for references to available_externally symbols. This fixes | Chris Lattner | 2009-07-01 | 1 | -0/+69 |
* | Don't grep the -debug output. This isn't the way to test changes. | Bill Wendling | 2009-06-25 | 1 | -1/+0 |
* | Add some generic expansion logic for SMULO and UMULO. Fixes UMULO | Eli Friedman | 2009-06-16 | 1 | -0/+15 |
* | PR3628: Add patterns to match SHL/SRL/SRA to the corresponding Altivec | Eli Friedman | 2009-06-07 | 1 | -0/+10 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 27 | -137/+137 |
* | Add explicit test for PR4280. | Eli Friedman | 2009-05-28 | 1 | -0/+15 |
* | Help DejaGnu avoid pipe-jam by producing less output from certain test cases. | Jakob Stoklund Olesen | 2009-05-16 | 1 | -2/+2 |
* | Second attempt: | Bill Wendling | 2009-04-29 | 1 | -1/+1 |
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 1 | -1/+1 |
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 1 | -1/+1 |
* | Don't try to make BUILD_VECTOR operands have the same | Duncan Sands | 2009-04-18 | 1 | -1/+1 |
* | Fix this test so that it doesn't spuriously fail due to some | Dan Gohman | 2009-03-27 | 1 | -1/+1 |
* | Added missing support for widening when splitting an unary op (PR3683) | Mon P Wang | 2009-03-18 | 1 | -0/+18 |
* | Add another test case for r64440. | Evan Cheng | 2009-03-18 | 1 | -0/+51 |
* | Private linkage support for PPC / Darwin. | Evan Cheng | 2009-01-25 | 1 | -0/+5 |
* | Fix PPC ISD::Declare isel and eliminate the need for PPCTargetLowering::Lower... | Evan Cheng | 2009-01-16 | 1 | -0/+19 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -0/+21 |
* | this test should not run opt -std-compile-opts, it should run | Chris Lattner | 2009-01-09 | 1 | -114/+40 |
* | rename a file to follow naming conventions. | Chris Lattner | 2009-01-02 | 1 | -0/+0 |
* | Fix PR3149. If an early clobber def is a physical register and it is tied to ... | Evan Cheng | 2008-12-19 | 1 | -1/+1 |
* | Fix bug 3202. | Rafael Espindola | 2008-12-19 | 1 | -0/+10 |
* | We have decided not to support inline asm where an output operand with a matc... | Evan Cheng | 2008-12-16 | 1 | -0/+1 |
* | Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are... | Evan Cheng | 2008-12-05 | 2 | -0/+21 |
* | Remove a (what appears to be) overly strict assertion. Here is what happened: | Evan Cheng | 2008-12-02 | 1 | -0/+18 |
* | Check that running the DAG combiner between type | Duncan Sands | 2008-11-26 | 1 | -0/+1 |
* | Remove these, which test for optimizations that | Dale Johannesen | 2008-11-17 | 2 | -45/+0 |
* | Generated code for generic expansion of SETUGT etc. | Dale Johannesen | 2008-11-08 | 1 | -0/+1 |
* | Xfail an incorrect test. | Dale Johannesen | 2008-11-08 | 1 | -0/+7 |
* | Make ISel ignore dead nodes. The DAGCombiner normally eliminates | Dan Gohman | 2008-11-05 | 1 | -0/+22 |
* | Fix PR3011: LegalizeTypes support for scalarizing | Duncan Sands | 2008-11-04 | 1 | -0/+9 |
* | Add a bunch of libcalls for ppcf128 that were somehow | Duncan Sands | 2008-10-31 | 1 | -0/+37 |