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