| Commit message (Expand) | Author | Age | Files | Lines |
* | - Expand tabs to spaces. | Scott Michel | 2008-03-05 | 24 | -879/+1158 |
* | Fix a coalescer bug wrt how dead copy interval is shortened. | Evan Cheng | 2008-03-05 | 1 | -0/+18 |
* | test for something more interesting than not crashing | Andrew Lenharth | 2008-03-05 | 1 | -1/+1 |
* | sync ops on ptrs, was breaking libgomp | Andrew Lenharth | 2008-03-05 | 1 | -0/+25 |
* | Fix test not to emit junk into source directory | Anton Korobeynikov | 2008-03-05 | 1 | -2/+2 |
* | Testcase for PR2054 | Anton Korobeynikov | 2008-03-05 | 2 | -0/+28 |
* | Generalize FP constant shrinking optimization to apply to any vt | Chris Lattner | 2008-03-05 | 1 | -0/+7 |
* | Add a target lowering hook to control whether it's worthwhile to compress fp ... | Evan Cheng | 2008-03-05 | 1 | -0/+7 |
* | Use -enable-ppc-regscavenger flag for these checks | Bill Wendling | 2008-03-04 | 1 | -2/+2 |
* | Use cast instead of dyn_cast. | Devang Patel | 2008-03-04 | 1 | -9/+11 |
* | Handle multiple return values. | Devang Patel | 2008-03-04 | 1 | -0/+26 |
* | Really fix the test. | Evan Cheng | 2008-03-04 | 1 | -1/+1 |
* | Fix broken test. | Evan Cheng | 2008-03-04 | 1 | -1/+1 |
* | Add PR1501 test case. | Evan Cheng | 2008-03-04 | 1 | -0/+30 |
* | This is the initial check-in for adding register scavenging to PPC. (Currently, | Bill Wendling | 2008-03-03 | 1 | -2/+2 |
* | new testcase | Chris Lattner | 2008-03-03 | 1 | -0/+6 |
* | Evan implemented these. | Chris Lattner | 2008-03-02 | 1 | -0/+34 |
* | Evan implemented this. | Chris Lattner | 2008-03-02 | 1 | -0/+8 |
* | add a testcase for misc vector stuff | Chris Lattner | 2008-03-02 | 1 | -0/+37 |
* | Oops, can't unwind to the entry block (entry block may have no preds). | Nick Lewycky | 2008-03-02 | 1 | -0/+6 |
* | Add an unwind_to field to basic blocks, making them Users instead of Values. | Nick Lewycky | 2008-03-02 | 1 | -0/+48 |
* | Remove llvm-upgrade and update test cases. | Tanya Lattner | 2008-03-01 | 258 | -7456/+7573 |
* | Fix PR2113 by verifying allocations. | Chris Lattner | 2008-03-01 | 1 | -0/+8 |
* | Fix this test. | Chris Lattner | 2008-03-01 | 1 | -7/+5 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-03-01 | 40 | -705/+624 |
* | DCE'ed this testcase. | Bill Wendling | 2008-02-29 | 1 | -229/+0 |
* | If we reload a virtual register that's already been assigned, we want to mark | Bill Wendling | 2008-02-29 | 1 | -0/+250 |
* | fix a bug Anders ran into where scalarrepl would crash when promoting | Chris Lattner | 2008-02-29 | 1 | -0/+16 |
* | Folding or(fcmp,fcmp) only works if the operands of the fcmps are the same fp... | Chris Lattner | 2008-02-29 | 1 | -0/+16 |
* | Update testcase. | Lauro Ramos Venancio | 2008-02-28 | 1 | -1/+1 |
* | Fix http://llvm.org/bugs/show_bug.cgi?id=2104 by ordering lexicographically w... | Gabor Greif | 2008-02-28 | 1 | -1/+1 |
* | Set to default: x86 no longer fold and into test if it has more than one use. | Evan Cheng | 2008-02-28 | 1 | -1/+0 |
* | New test for misaligned Altivec laod/store. | Dale Johannesen | 2008-02-27 | 1 | -0/+37 |
* | Don't hard-code the mask size to be 32, which is incorrect on ppc64 | Dan Gohman | 2008-02-27 | 1 | -0/+27 |
* | Fix a bug in dead spill slot elimination. | Evan Cheng | 2008-02-27 | 1 | -0/+66 |
* | actually run llc, thanks Dan :) | Chris Lattner | 2008-02-27 | 1 | -1/+3 |
* | Don't track max alignment during stack object allocations since they can be d... | Evan Cheng | 2008-02-27 | 1 | -0/+33 |
* | Make X86TargetLowering::LowerSINT_TO_FP return without creating a dead | Chris Lattner | 2008-02-27 | 1 | -0/+10 |
* | Compile x86-64-and-mask.ll into: | Chris Lattner | 2008-02-27 | 1 | -0/+12 |
* | Spiller now remove unused spill slots. | Evan Cheng | 2008-02-27 | 1 | -0/+1 |
* | Upgrade testcase. | Bill Wendling | 2008-02-26 | 1 | -38/+20 |
* | Add PR number to testcase. | Owen Anderson | 2008-02-26 | 1 | -0/+1 |
* | Fix an issue where GVN had the sizes of the two memcpy's reverse, resulting | Owen Anderson | 2008-02-26 | 1 | -0/+45 |
* | Enable -coalescer-commute-instrs by default. | Evan Cheng | 2008-02-26 | 3 | -3/+3 |
* | Avoid aborting on invalid shift counts. | Dan Gohman | 2008-02-26 | 1 | -0/+30 |
* | Fix for pr2093: direct operands aren't necessarily addresses, so don't | Eli Friedman | 2008-02-26 | 1 | -0/+17 |
* | fix this test so that the fn name doesn't match the regex | Chris Lattner | 2008-02-26 | 1 | -1/+1 |
* | Fix PR2096, a regression introduced with my patch last night. This | Chris Lattner | 2008-02-26 | 1 | -0/+50 |
* | Really feed llvm-as with the testcase, do not let it read from stdin. This fi... | Gabor Greif | 2008-02-26 | 2 | -2/+2 |
* | unbreak check-one | Gabor Greif | 2008-02-26 | 1 | -0/+1 |