| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Revert r84295, this unbreaks llvm-gcc bootstrap on x86-64/linux | Anton Korobeynikov | 2009-10-19 | 2 | -208/+1 |
* | rename test | Chris Lattner | 2009-10-19 | 1 | -0/+0 |
* | Fix SplitBlockPredecessors' LoopInfo updating code to handle the case | Dan Gohman | 2009-10-19 | 1 | -0/+20 |
* | Fix PR5247, "lock addq" pattern (and other atomics), it DOES modify EFLAGS. | Torok Edwin | 2009-10-19 | 1 | -0/+69 |
* | eliminate md_on_instruction.ll, md_on_instruction2.ll is a superset of it. | Chris Lattner | 2009-10-19 | 2 | -24/+1 |
* | Teach lit that the .c files in 'test/CodeGen/CellSPU/useful-harnesses' aren't... | Daniel Dunbar | 2009-10-19 | 1 | -0/+1 |
* | Add support for matching shuffle patterns with palignr. | Nate Begeman | 2009-10-19 | 3 | -15/+70 |
* | Turn on post-alloc scheduling for x86. | Evan Cheng | 2009-10-18 | 13 | -50/+38 |
* | remove a now-pointless regtest | Chris Lattner | 2009-10-18 | 1 | -15/+0 |
* | remove testcase for dead pass | Chris Lattner | 2009-10-18 | 2 | -16/+0 |
* | fix test | Chris Lattner | 2009-10-18 | 1 | -1/+1 |
* | tighten up test3, add test3a for the converse | Chris Lattner | 2009-10-18 | 1 | -3/+22 |
* | tighten test2, add a test that it doesn't get transformed in the invalid edge... | Chris Lattner | 2009-10-18 | 1 | -1/+12 |
* | Merge tests into modref.ll. Also add a test for r84174 at Chris' behest! | Nick Lewycky | 2009-10-18 | 3 | -31/+41 |
* | Add a couple new testcases. | Nick Lewycky | 2009-10-18 | 2 | -0/+30 |
* | replace a useless test with a useful one | Chris Lattner | 2009-10-17 | 1 | -13/+19 |
* | Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed, | Nick Lewycky | 2009-10-17 | 1 | -3/+3 |
* | Teach vm core to more aggressively fold 'trunc' constantexprs, | Chris Lattner | 2009-10-17 | 1 | -0/+18 |
* | remove # uses from FileCheck lines. | Chris Lattner | 2009-10-17 | 1 | -14/+15 |
* | rename test | Chris Lattner | 2009-10-17 | 1 | -0/+0 |
* | Disallow multiple instances of PluginPriority. | Mikhail Glushenkov | 2009-10-17 | 1 | -0/+10 |
* | Simplify some code (first hunk) and fix PR5208 (second hunk) by | Chris Lattner | 2009-10-17 | 1 | -1/+32 |
* | Reclaim a lost month. | Daniel Dunbar | 2009-10-17 | 2 | -0/+0 |
* | Enhance CodePlacementOpt's unconditional intra-loop branch elimination logic | Dan Gohman | 2009-10-17 | 2 | -1/+208 |
* | Autoupgrade malloc insts to malloc calls. | Victor Hernandez | 2009-10-17 | 9 | -12/+17 |
* | HeapAllocSRoA also needs to check if malloc array size can be computed. | Victor Hernandez | 2009-10-16 | 1 | -0/+26 |
* | Update tests to use FileCheck | Mon P Wang | 2009-10-16 | 19 | -55/+70 |
* | Add test case for r84279 | Mon P Wang | 2009-10-16 | 1 | -0/+12 |
* | Move zext and sext casts fed by loads into the same block as the | Dan Gohman | 2009-10-16 | 2 | -2/+22 |
* | Parse PHI instruction with attached metadata. | Devang Patel | 2009-10-16 | 1 | -0/+13 |
* | If there is not any llvm instruction associated with each lexical scope encod... | Devang Patel | 2009-10-16 | 1 | -0/+33 |
* | Invert isSafeToGetMallocArraySize check because we return NULL when we don't ... | Victor Hernandez | 2009-10-16 | 1 | -0/+30 |