Age | Commit message (Expand) | Author |
2010-06-23 | Reinstate correct test, remove the real invalidated test. | Dale Johannesen |
2010-06-23 | Remove tests invalidated by previous checkin. | Dale Johannesen |
2010-06-23 | Do not do tail calls to external symbols. If the | Dale Johannesen |
2010-06-23 | MorphNodeTo doesn't preserve the memory operands. Because we're morphing a node | Bill Wendling |
2010-06-23 | tests: Tweak lit.cfg to fix breakage with out-of-dir lookup. | Daniel Dunbar |
2010-06-23 | Revert r106263, "Fold the ShrinkDemandedOps pass into the regular DAGCombiner... | Daniel Dunbar |
2010-06-23 | The generic DAG combiner can now fold atomic fences when needed, so switch | Jim Grosbach |
2010-06-23 | When using libcall expansions for the atomic intrinsics, the explicit | Jim Grosbach |
2010-06-23 | Some targets don't require the fencing MEMBARRIER instructions surrounding | Jim Grosbach |
2010-06-23 | remove trailing whitespace | Jim Grosbach |
2010-06-23 | Add a few VNInfo data structure checks. | Jakob Stoklund Olesen |
2010-06-23 | use ArgOperand accessors | Gabor Greif |
2010-06-23 | use ArgOperand accessors | Gabor Greif |
2010-06-23 | use helper to neatly access arguments | Gabor Greif |
2010-06-23 | Update uses, defs, and comments for darwin tls patterns. | Eric Christopher |
2010-06-23 | Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also, | Nick Lewycky |
2010-06-23 | Revert r106066, "Create a more targeted fix for not sinking instructions into... | Daniel Dunbar |
2010-06-23 | Less incorrect handling of zero-length bitfields. Radars 7992077 and 8093043. | Stuart Hastings |
2010-06-22 | Get the addend correct for i386 pic. | Eric Christopher |
2010-06-22 | Generate DWARF information during Apple-style build. They'll be stripped out | Bill Wendling |
2010-06-22 | Replace ScalarEvolution's private copy of getLoopPredecessor | Dan Gohman |
2010-06-22 | Add AVX compare packed instructions | Bruno Cardoso Lopes |
2010-06-22 | Loosen up this test so that it doesn't depend as much on register | Dan Gohman |
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 | Move a 64-bit test to the 64-bit file. Fixes an llvm-mc assertion | Eric Christopher |
2010-06-22 | Look for and use a different darwin crash reporter library. | Eric Christopher |
2010-06-22 | Add SSE so these actually pass on non-X86 hosts. | Dale Johannesen |
2010-06-22 | fix typo | Jim Grosbach |
2010-06-22 | use high-level accessors | Gabor Greif |
2010-06-22 | Fix a subtle multiclass bug: when using class inheritance on | Bruno Cardoso Lopes |
2010-06-22 | Corresponding test changes for r106564. | Bill Wendling |
2010-06-22 | warmup ritual: use high-level argument accessors | Gabor Greif |
2010-06-22 | Move v-binop-widen tests to X86 since they don't work on all platforms | Mon P Wang |
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 | Split out the code for finding a unique loop predecessor from | Dan Gohman |
2010-06-22 | Use pre-increment instead of post-increment when the result is not used. | Dan Gohman |
2010-06-22 | Add a comment explaining a non-obvious API. | Dan Gohman |
2010-06-22 | Add an explicit keyword. | Dan Gohman |