| Commit message (Expand) | Author | Age | Files | Lines |
* | Make g5 target explicit; scheduling affects register choice. | Dale Johannesen | 2010-02-16 | 1 | -1/+1 |
* | Adjust register numbers in tests to compensate for the | Dale Johannesen | 2010-02-16 | 4 | -14/+14 |
* | When save/restoring CR at prolog/epilog, in a large | Dale Johannesen | 2010-02-12 | 1 | -0/+30 |
* | Fix alignment on ppc linux. This fixes the build of crtend.o | Rafael Espindola | 2010-02-06 | 1 | -9/+40 |
* | Make test more fucused eliminating extraneous bits. | Bill Wendling | 2010-02-05 | 1 | -44/+5 |
* | An empty global constant (one of size 0) may have a section immediately | Bill Wendling | 2010-02-05 | 1 | -0/+50 |
* | Reapply 95050 with a tweak to check the register class. | Dale Johannesen | 2010-02-03 | 1 | -2/+2 |
* | Test revert 95050; there's a good chance it's causing | Dale Johannesen | 2010-02-02 | 1 | -2/+2 |
* | Make local RA smarter about reusing input register of a copy | Dale Johannesen | 2010-02-02 | 1 | -2/+2 |
* | Give AsmPrinter the most common expected implementation of | Chris Lattner | 2010-01-28 | 1 | -1/+1 |
* | Attempt to unbreak test on Linux. Chris, please check. | Daniel Dunbar | 2010-01-25 | 1 | -3/+3 |
* | stop testing for invalid output. | Chris Lattner | 2010-01-23 | 1 | -1/+0 |
* | testcase for r94095 | Chris Lattner | 2010-01-21 | 1 | -0/+22 |
* | Now that we have everything nicely factored (e.g. asmprinter is not | Chris Lattner | 2010-01-19 | 1 | -1/+1 |
* | remove uses of deprecated functions, this generates slightly | Chris Lattner | 2010-01-13 | 1 | -4/+4 |
* | Delete useless trailing semicolons. | Dan Gohman | 2010-01-05 | 1 | -1/+1 |
* | Do better with physical reg operands (typically, from inline asm) | Dale Johannesen | 2009-12-16 | 1 | -2/+2 |
* | ProcessImplicitDefs should watch out for invalidated iterator and extra impli... | Evan Cheng | 2009-11-25 | 1 | -0/+56 |
* | Do not store R31 into the caller's link area on PPC. | Dale Johannesen | 2009-11-24 | 4 | -26/+26 |
* | Fix for bad FileCheck converts in revision 89584. | Edward O'Callaghan | 2009-11-22 | 1 | -13/+9 |
* | Convert a few tests to FileCheck for PR5307. | Edward O'Callaghan | 2009-11-22 | 1 | -8/+18 |
* | When generating a vector the really slow way, via loads | Dale Johannesen | 2009-11-21 | 1 | -0/+37 |
* | Remove an incorrect overaggressive optimization | Dale Johannesen | 2009-11-20 | 1 | -0/+28 |
* | Check if subreg index is zero. | Evan Cheng | 2009-11-16 | 1 | -0/+155 |
* | For some targets, a copy can use a register multiple times, e.g. ppc. | Evan Cheng | 2009-11-16 | 1 | -0/+105 |
* | Adjust isConstantSplat to allow for big-endian targets. | Dale Johannesen | 2009-11-13 | 1 | -0/+24 |
* | Fix test to work on every platform. | Bill Wendling | 2009-11-11 | 1 | -3/+1 |
* | Test this on Darwin only. | Bill Wendling | 2009-11-10 | 1 | -0/+2 |
* | Emit correct code when making a ConstantPool entry for a vector | Dale Johannesen | 2009-11-10 | 1 | -0/+36 |
* | Modify how the prologue encoded the "move" information for the FDE. GCC | Bill Wendling | 2009-11-10 | 1 | -0/+28 |
* | Update these tests for the new label names. | Dan Gohman | 2009-11-05 | 1 | -4/+4 |
* | Add -mtriple to llc commands, attempting to fix buildbot failures. | Bob Wilson | 2009-11-05 | 1 | -2/+2 |
* | Add PowerPC codegen for indirect branches. | Bob Wilson | 2009-11-04 | 1 | -0/+55 |
* | Add nounwind to this test. | Dan Gohman | 2009-09-24 | 1 | -1/+1 |
* | Model the carry bit on ppc32. Without this we could | Dale Johannesen | 2009-09-18 | 1 | -0/+62 |
* | Convert more tests to avoid llvm-as. | Dan Gohman | 2009-09-11 | 7 | -32/+17 |
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 2 | -2/+2 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 217 | -321/+321 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 2 | -2/+2 |
* | Alter 79292 to produce output that actually assembles. | Dale Johannesen | 2009-08-26 | 1 | -1/+4 |
* | remove some dead lines. | Chris Lattner | 2009-08-25 | 1 | -7/+0 |
* | convert to filecheck style | Chris Lattner | 2009-08-25 | 1 | -22/+47 |
* | Remove obsolete -f flags. | Dan Gohman | 2009-08-25 | 12 | -16/+16 |
* | Convert two gratuitous abuses of poor helpless CPU cycles to FileCheck. | Daniel Dunbar | 2009-08-24 | 2 | -103/+53 |
* | Split test into 3. | Dale Johannesen | 2009-08-24 | 1 | -0/+8 |
* | 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 |