| Commit message (Expand) | Author | Age | Files | Lines |
* | add enough support for indirect branch for the feature test to pass | Chris Lattner | 2009-10-27 | 1 | -0/+11 |
* | Add missing testcase. | Rafael Espindola | 2009-10-27 | 1 | -0/+14 |
* | change of mind :) | Chris Lattner | 2009-10-27 | 1 | -0/+0 |
* | rename test. | Chris Lattner | 2009-10-27 | 1 | -0/+0 |
* | Convert Analysis tests to FileCheck in regards to PR5307. | Edward O'Callaghan | 2009-10-27 | 5 | -7/+17 |
* | Fix Thumb2 failures by converting them to FileCheck. | Bob Wilson | 2009-10-27 | 5 | -8/+36 |
* | Fix the rest of the ARM failures by converting them to FileCheck. | Bob Wilson | 2009-10-27 | 7 | -39/+74 |
* | Fix some more failures by converting to FileCheck. | Bob Wilson | 2009-10-27 | 7 | -23/+44 |
* | Fix a pretty serious misfeature of the inliner: if it inlines a function | Chris Lattner | 2009-10-27 | 1 | -1/+32 |
* | convert to filecheck. | Chris Lattner | 2009-10-27 | 1 | -5/+8 |
* | Convert to FileCheck, fixing failure due to tab change in the process. | Bob Wilson | 2009-10-27 | 1 | -4/+3 |
* | Convert a few tests to FileCheck for PR5307. | Edward O'Callaghan | 2009-10-26 | 3 | -4/+33 |
* | Code that checks WillNotOverflowSignedAdd before creating an Add | Dan Gohman | 2009-10-26 | 2 | -2/+2 |
* | Teach BasicAA how to analyze Select instructions, and make it more | Dan Gohman | 2009-10-26 | 1 | -0/+73 |
* | Break anti-dependence breaking out into its own class. | David Goodwin | 2009-10-26 | 1 | -2/+2 |
* | reapply r85085 with a bugfix to avoid infinite looping. | Chris Lattner | 2009-10-26 | 1 | -1/+0 |
* | Make LSR's OptimizeShadowIV ignore induction variables with negative | Dan Gohman | 2009-10-26 | 1 | -0/+25 |
* | - Revert some changes from 85044, 85045, and 85047 that broke x86_64 tests and | Evan Cheng | 2009-10-26 | 1 | -0/+171 |
* | Revert 85085. It causes infinite looping during llvm-gcc build. | Evan Cheng | 2009-10-26 | 1 | -0/+1 |
* | Fix gmake check for AuroraUX triple. | Edward O'Callaghan | 2009-10-26 | 1 | -2/+6 |
* | Implement PR3266 & PR5276, folding: | Chris Lattner | 2009-10-26 | 2 | -13/+16 |
* | convert or.ll to filecheck and merge or2 into it. | Chris Lattner | 2009-10-25 | 2 | -71/+128 |
* | fix PR5295 where the .ll parser didn't reject a function after a global | Chris Lattner | 2009-10-25 | 2 | -2/+2 |
* | Add a couple of ARM cross-rc coalescing tests. | Evan Cheng | 2009-10-25 | 2 | -0/+119 |
* | Update tests. | Evan Cheng | 2009-10-25 | 2 | -6/+11 |
* | 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 |