Age | Commit message (Expand) | Author |
2010-06-22 | Revert 106592 for now. It causes clang-selfhost build failure. | Devang Patel |
2010-06-22 | Fix OptimizeMax to handle an odd case where one of the max operands | Dan Gohman |
2010-06-22 | Reapply support for AVX unpack and interleave instructions, with | Bruno Cardoso Lopes |
2010-06-22 | If a metadata operand is seeded in value map and the metadata should also be ... | Devang Patel |
2010-06-22 | While cloning a module, clone metadata attached with instructions. | Devang Patel |
2010-06-22 | Add AVX MOV{SS,SD}{rr,rm} instructions | Bruno Cardoso Lopes |
2010-06-22 | Fix the formatting of the switch statement and add a missing break. | Bill Wendling |
2010-06-22 | Also convert SUBREG_TO_REG to a KILL when relevant, like the other subreg | Jakob Stoklund Olesen |
2010-06-22 | Thumb1 functions using @llvm.returnaddress were not saving the incoming LR. | Bob Wilson |
2010-06-22 | Look for and use a different darwin crash reporter library. | Eric Christopher |
2010-06-22 | fix typo | Jim Grosbach |
2010-06-22 | use high-level accessors | Gabor Greif |
2010-06-22 | warmup ritual: use high-level argument accessors | Gabor Greif |
2010-06-22 | Clone named metadata while cloning a module. | Devang Patel |
2010-06-22 | Reorganize logical and arithmetic SSE 1 & 2 instructions | Bruno Cardoso Lopes |
2010-06-22 | Reorganize SSE instructions, making easier to see oportunities for refactoring | Bruno Cardoso Lopes |
2010-06-22 | Move PHIElimination's SplitCriticalEdge for MachineBasicBlocks out | Dan Gohman |
2010-06-22 | Remove the SimpleJoin optimization from SimpleRegisterCoalescing. | Jakob Stoklund Olesen |
2010-06-22 | Use pre-increment instead of post-increment when the result is not used. | Dan Gohman |
2010-06-22 | Add an explicit keyword. | Dan Gohman |
2010-06-22 | Allow "exhaustive" trip count evaluation on phi nodes with all | Dan Gohman |
2010-06-22 | Revert 106528. It is causing self host failures. | Devang Patel |
2010-06-22 | Do not rely on DenseMap slot which can be easily invalidated when DenseMap gr... | Devang Patel |
2010-06-22 | Revert my change to clone named metadata. Buildbots are complaining. | Bob Wilson |
2010-06-22 | When unfolding a load, avoid assuming which instruction that | Dan Gohman |
2010-06-22 | Use single interface, using twine, to get named metadata. | Devang Patel |
2010-06-22 | Tail merging pass shall not break up IT blocks. rdar://8115404 | Evan Cheng |
2010-06-22 | Discard special LLVM prefix from linkage name. | Devang Patel |
2010-06-22 | Do not rely on Twine temporaries to survive. | Devang Patel |
2010-06-22 | make sure to initialize indent_level | Chris Lattner |
2010-06-22 | Fix the new load-unfolding code to update LiveVariable's dead flags, | Dan Gohman |
2010-06-22 | Include named metadata when cloning a module. | Bob Wilson |
2010-06-21 | add some support for blockaddress. This isn't really enough to be useful, | Chris Lattner |
2010-06-21 | eliminate a mutable global variable, use raw_ostream::indent instead of | Chris Lattner |
2010-06-21 | un-indent a huge amount of code out of an anonymous namespace. | Chris Lattner |
2010-06-21 | revert r106482 | Bruno Cardoso Lopes |
2010-06-21 | Teach two-address lowering how to unfold a load to open up commuting | Dan Gohman |
2010-06-21 | change parameter name to avoid confusion with global definition | Bruno Cardoso Lopes |
2010-06-21 | sign_extend_inreg needs to be expanded for pre-v6 Thumb as well as ARM. | Bob Wilson |
2010-06-21 | LEApcrelJT shouldn't be marked as neverHasSideEffects, as we don't want it | Jim Grosbach |
2010-06-21 | Add unpack and interleave AVX instructions, encoding tests cooming soon | Bruno Cardoso Lopes |
2010-06-21 | Fix PR7421: bug in kill transferring logic. It was ignoring loads / stores wh... | Evan Cheng |
2010-06-21 | "This is just a cosmetic change in MCAsmStreamer.cpp/EmitSymbolAttribute: all... | Chris Lattner |
2010-06-21 | Remove isTwoAddress from SystemZ. | Eric Christopher |
2010-06-21 | Remove isTwoAddress from Sparc. | Eric Christopher |
2010-06-21 | Remove isTwoAddress from Mips. | Eric Christopher |
2010-06-21 | Remove isTwoAddress from Blackfin. | Eric Christopher |
2010-06-21 | Remove isTwoAddress from MSP430. | Eric Christopher |
2010-06-21 | Use A.append(...) instead of A.insert(A.end(), ...) when A is a | Dan Gohman |
2010-06-21 | Make 80-column. | Eric Christopher |