| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a test for OptionPreprocessor. | Mikhail Glushenkov | 2009-10-25 | 1 | -0/+42 |
* | Update these tests to match what Loop::print now prints. | Dan Gohman | 2009-10-24 | 2 | -2/+2 |
* | Make these tests more interesting by using | Dan Gohman | 2009-10-24 | 14 | -14/+14 |
* | Teach macho-dump to dump UUIDs. | Daniel Dunbar | 2009-10-24 | 1 | -0/+3 |
* | fix PR5287, a serious regression from my previous patches. Thanks to | Chris Lattner | 2009-10-24 | 1 | -24/+38 |
* | Auto-upgrade free instructions to calls to the builtin free function. | Victor Hernandez | 2009-10-24 | 5 | -43/+4 |
* | APInt-ify the gep scaling code, so that it correctly handles the case where | Dan Gohman | 2009-10-23 | 1 | -0/+12 |
* | Make LoopDeletion check the maximum backedge taken count, rather than the | Dan Gohman | 2009-10-23 | 1 | -0/+27 |
* | teach libanalysis to simplify vector loads with bitcast sources. This | Chris Lattner | 2009-10-23 | 1 | -0/+10 |
* | enhance FoldReinterpretLoadFromConstPtr to handle loads of up to 32 | Chris Lattner | 2009-10-23 | 1 | -0/+11 |
* | teach libanalysis to fold int and fp loads from almost arbitrary | Chris Lattner | 2009-10-23 | 1 | -0/+68 |
* | Update tests for 84931. | Evan Cheng | 2009-10-23 | 7 | -14/+14 |
* | This is passing on Darwin PPC. | Bill Wendling | 2009-10-23 | 1 | -1/+1 |
* | Allow the target to select the level of anti-dependence breaking that should ... | David Goodwin | 2009-10-22 | 7 | -14/+14 |
* | Revert 84843. Evan, this was breaking some of the if-conversion tests. | Bob Wilson | 2009-10-22 | 1 | -2/+1 |
* | Check that accessing a struct field that occurs before the start | Duncan Sands | 2009-10-22 | 1 | -0/+6 |
* | Test handling of record fields with negative offsets. | Duncan Sands | 2009-10-22 | 1 | -0/+10 |
* | Move if-conversion before post-regalloc scheduling so the predicated instruct... | Evan Cheng | 2009-10-22 | 1 | -1/+2 |
* | testcase for PR4678 & rdar://7309675 | Chris Lattner | 2009-10-22 | 2 | -5/+19 |
* | Don't generate sbfx / ubfx with negative lsb field. Patch by David Conrad. | Evan Cheng | 2009-10-22 | 1 | -0/+10 |
* | fix PR5262. | Chris Lattner | 2009-10-22 | 1 | -1/+27 |
* | Use special DAG-to-DAG preprocessing to allow mem-mem instructions to be sele... | Anton Korobeynikov | 2009-10-22 | 2 | -2/+0 |
* | Revert the main portion of r31856. It was causing BranchFolding | Dan Gohman | 2009-10-22 | 3 | -9/+9 |
* | revert r84754, it isn't the right approach. Edwin, please propose | Chris Lattner | 2009-10-21 | 1 | -54/+0 |
* | Adjust testcases for msasm -> alignstack. | Dale Johannesen | 2009-10-21 | 3 | -10/+10 |
* | XFAIL this test for PPC. | Bill Wendling | 2009-10-21 | 1 | -1/+1 |
* | Improve handling of immediates by splitting 32-bit immediates into two 16-bit | Jim Grosbach | 2009-10-21 | 2 | -27/+33 |
* | Add DAG printing for RMW stuff debugging | Anton Korobeynikov | 2009-10-21 | 2 | -2/+2 |
* | RMW preprocessing stuff was incorrect. Grab the stuff from x86 backend and di... | Anton Korobeynikov | 2009-10-21 | 2 | -0/+2 |
* | Make changes to rev 84292 as requested by Chris Lattner. | Victor Hernandez | 2009-10-21 | 1 | -1/+5 |
* | Fix PR5262: when folding select into PHI, make sure all operands are available | Torok Edwin | 2009-10-21 | 2 | -0/+109 |
* | Match more patterns to movt. | Evan Cheng | 2009-10-21 | 2 | -16/+23 |
* | Revert r84658 and r84691. They were causing llvm-gcc bootstrap to fail. | Dan Gohman | 2009-10-21 | 3 | -9/+9 |
* | This is passing on Darwin PPC. | Bill Wendling | 2009-10-21 | 1 | -1/+1 |
* | Add reg-imm tests | Anton Korobeynikov | 2009-10-21 | 2 | -0/+74 |
* | Fix invalid for vector types fneg(bitconvert(x)) => bitconvert(x ^ sign) | Anton Korobeynikov | 2009-10-20 | 1 | -0/+48 |
* | add a real testcase for PR4313 | Chris Lattner | 2009-10-20 | 1 | -0/+32 |
* | add a test similar to that needed for PR4313, but that doesn't | Chris Lattner | 2009-10-20 | 1 | -0/+30 |
* | the date on this testcase is wrong, it is unreduced, and it passes without th... | Chris Lattner | 2009-10-20 | 1 | -716/+0 |
* | merge and filecheckize | Chris Lattner | 2009-10-20 | 3 | -47/+67 |
* | merge two tests and convert to filecheck. | Chris Lattner | 2009-10-20 | 2 | -36/+46 |
* | alternate fix for PR5258 which avoids worklist problems, with reduced testcase. | Chris Lattner | 2009-10-20 | 2 | -348/+35 |
* | Checkpoint more aggressive anti-dependency breaking for post-ra scheduler. | David Goodwin | 2009-10-20 | 3 | -9/+9 |
* | Make TranslateX86CC return COND_INVALID instead of aborting when it | Dan Gohman | 2009-10-20 | 1 | -0/+11 |
* | Fix PR5258, jump-threading creating invalid PHIs. | Torok Edwin | 2009-10-20 | 1 | -0/+348 |
* | Fix PR4313: IPSCCP was not setting the lattice value for the invoke instruction | Torok Edwin | 2009-10-20 | 1 | -0/+716 |
* | Re-apply r84295, with fixes to how the loop "top" and "bottom" blocks are | Dan Gohman | 2009-10-20 | 3 | -1/+280 |
* | If the physical register being spilled does not have an interval, spill its s... | Evan Cheng | 2009-10-20 | 1 | -0/+54 |
* | Enable allocation of R3 in Thumb1 | Jim Grosbach | 2009-10-19 | 1 | -1/+1 |
* | convert to filecheck syntax and make a lot more aggressive. | Chris Lattner | 2009-10-19 | 1 | -8/+68 |