Age | Commit message (Expand) | Author |
2009-08-28 | llvm-mc: Emit .lcomm as .zerofill. | Daniel Dunbar |
2009-08-28 | Fix PR3913, patch by Jakub Staszak! | Chris Lattner |
2009-08-28 | v4, v5 does not support sxtb / sxth. | Evan Cheng |
2009-08-27 | scalar_to_vector is fully legal now (implemented as subreg accesses) | Anton Korobeynikov |
2009-08-27 | Ok, sometimes it's profitable to turn scalar_to_vector stuff into subreg access. | Anton Korobeynikov |
2009-08-27 | Implement a new optimization in the inliner: if inlining multiple | Chris Lattner |
2009-08-27 | the inliner shouldn't crash on this. | Chris Lattner |
2009-08-27 | For now, only run MC tests if X86 is configured. | Daniel Dunbar |
2009-08-27 | This is passing for PPC on Mac OS X. | Bill Wendling |
2009-08-27 | Fix PR4789. Teach eliminateFrameIndex how to handle VLDRQ and VSTRQ which can... | Evan Cheng |
2009-08-27 | X86FastISel support for loading and storing values of type i1. | Dan Gohman |
2009-08-27 | Expand i8 selects into control flow instead of 16-bit conditional | Dan Gohman |
2009-08-26 | llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate text | Daniel Dunbar |
2009-08-26 | llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. | Daniel Dunbar |
2009-08-26 | llvm-mc/Mach-O: Set .subsections_via_symbols flag properly. | Daniel Dunbar |
2009-08-26 | Convert some more Neon tests to FileCheck. | Bob Wilson |
2009-08-26 | Alter 79292 to produce output that actually assembles. | Dale Johannesen |
2009-08-26 | Expand scalar_to_vector - we don't have any isel logic for it now | Anton Korobeynikov |
2009-08-26 | Don't use INSERT_SUBREG to model anyext operations on x86-64, as it | Dan Gohman |
2009-08-26 | Create a ScalarEvolution-based AliasAnalysis implementation. | Dan Gohman |
2009-08-26 | llvm-mc/Mach-O: Add support for relocations. | Daniel Dunbar |
2009-08-26 | llvm-mc/Mach-O: Dump relocations and section data (optionally) in my Mach-O d... | Daniel Dunbar |
2009-08-26 | Add dummy inline asm handling for 'r' constraint. This fixes PR4778 | Anton Korobeynikov |
2009-08-26 | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel |
2009-08-26 | llvm-mc: Fix tests for python variations in int printing, sigh. | Daniel Dunbar |
2009-08-26 | llvm-mc/Mach-O: Add section padding where needed (to align the next section). | Daniel Dunbar |
2009-08-26 | llvm-mc/Mach-O: Set addresses for symbols. | Daniel Dunbar |
2009-08-26 | llvm-mc: Improve indirect symbol support (add the indirect index table). | Daniel Dunbar |
2009-08-25 | Updated i128 sext support for CellSPU backend, contributed by Ken Werner (IBM) | Scott Michel |
2009-08-25 | remove some dead lines. | Chris Lattner |
2009-08-25 | convert to filecheck style | Chris Lattner |
2009-08-25 | convert to filecheck | Chris Lattner |
2009-08-25 | Switch abi-isel.ll to FileCheck; it's not much faster, but it now tests a lot | Daniel Dunbar |
2009-08-25 | Special-case static allocas in IndVarSimplify's loop invariant | Dan Gohman |
2009-08-25 | Fixup register kills after scheduling. | David Goodwin |
2009-08-25 | Provide dynamic_stackalloc lowering for MSP430. | Anton Korobeynikov |
2009-08-25 | Remove target triple from this test, it fails on x86-64 with | Torok Edwin |
2009-08-25 | Fix a few typos from the removal of -f. | Dan Gohman |
2009-08-25 | Remove obsolete -f flags. | Dan Gohman |
2009-08-25 | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel |
2009-08-25 | Fix PR 4751, another difficulty with %a modifier on x86. | Dale Johannesen |
2009-08-24 | - Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evidently, this is redundant | Scott Michel |
2009-08-24 | Prefer 'FileCheck' over 'grep'. | Scott Michel |
2009-08-24 | 128-bit sign extension and vector shift cleanups, contributed by Ken Werner | Scott Michel |
2009-08-24 | Fix a typo. Somehow I thought this had passed before, but I guess not. | Bob Wilson |
2009-08-24 | Convert slow test to use FileCheck. | Bob Wilson |
2009-08-24 | Convert two gratuitous abuses of poor helpless CPU cycles to FileCheck. | Daniel Dunbar |
2009-08-24 | Split test into 3. | Dale Johannesen |
2009-08-24 | llvm-mc/Mach-O: Support symbol attributes. | Daniel Dunbar |
2009-08-24 | Remove this test now that the interpreter doesn't support | Chris Lattner |