Age | Commit message (Expand) | Author |
2009-09-01 | Add test for vld{234}_lane instructions. | Bob Wilson |
2009-09-01 | Fix pr4843: When an instruction has multiple destination registers that are | Bob Wilson |
2009-09-01 | SJLJ is arm/darwin only for now. force the triple for the test | Jim Grosbach |
2009-09-01 | Clean up LSDA name generation and use for SJLJ exception handling. This | Jim Grosbach |
2009-08-31 | Don't mark a register live at an undef use. | David Goodwin |
2009-08-31 | Remove .n suffix for some 16-bit opcodes now that Darwin assembler is fixed. | Evan Cheng |
2009-08-31 | Fix some misspellings of XTARGET. | Dale Johannesen |
2009-08-31 | Mark test as passing on all x86, which it should, | Dale Johannesen |
2009-08-31 | llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. | Daniel Dunbar |
2009-08-31 | llvm-mc: Simplify EmitAssignment ('.set' is identical to '='). | Daniel Dunbar |
2009-08-31 | llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. | Daniel Dunbar |
2009-08-31 | fix a crash building SPASS by tolerating a callsite that doesn't exist | Chris Lattner |
2009-08-31 | fix a bug I introduced with my 'instcombine builder' refactoring | Chris Lattner |
2009-08-31 | Fix PR4834, a tricky case where the inliner would resolve an | Chris Lattner |
2009-08-30 | rename test | Chris Lattner |
2009-08-30 | merge all sinking tests into one and convert them to filecheck. | Chris Lattner |
2009-08-30 | convert scalar_promote to filecheck style and merge 2003-12-13-VolatilePromot... | Chris Lattner |
2009-08-30 | eliminate some uses of prcontext. Any help here would be appreciated :) | Chris Lattner |
2009-08-30 | rename test so that name reflects what it is testing for. | Chris Lattner |
2009-08-30 | convert to filecheck format. | Chris Lattner |
2009-08-30 | suck a bunch more gep tests into getelementptr.ll and filecheckize them all. | Chris Lattner |
2009-08-30 | consolodate various GEP tests into getelementptr.ll using filecheck. | Chris Lattner |
2009-08-30 | another huge testcase, this time from 'gs' in llvm-test. | Chris Lattner |
2009-08-30 | remove another poorly-reduced testcase which came from ldecod in llvm-test. | Chris Lattner |
2009-08-30 | this testcase is 500 lines long and is distilled from bzip2, just | Chris Lattner |
2009-08-30 | convert to filecheck | Chris Lattner |
2009-08-30 | Fix PR4748: don't fold gep(bitcast(x)) into bitcast(gep) when x | Chris Lattner |
2009-08-30 | Add missed pattern | Anton Korobeynikov |
2009-08-30 | EXTRACT_VECTOR_ELEMENT can have result type different from element type. | Anton Korobeynikov |
2009-08-30 | Update test. | Daniel Dunbar |
2009-08-30 | llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f... | Daniel Dunbar |
2009-08-29 | CMOV_GR8 clobbers EFLAGS when its expansion involves an xor to set | Dan Gohman |
2009-08-29 | Do not assert on too wide splats we don't support. | Anton Korobeynikov |
2009-08-28 | Add missed extract_element pattern | Anton Korobeynikov |
2009-08-28 | Reapply 79977. | Devang Patel |
2009-08-28 | Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun... | Evan Cheng |
2009-08-28 | rm needs -f | Torok Edwin |
2009-08-28 | Remove the llvmprof.out from the test output, otherwise running | Torok Edwin |
2009-08-28 | Remove profiling output file because two consecutive runs of make check give | Andreas Neustifter |
2009-08-28 | Removed unnecessary file creation during test. | Andreas Neustifter |
2009-08-28 | Pulled all tests into one test. Removed some redundant tests. Rename. | Andreas Neustifter |
2009-08-28 | llvm-mc: Support .comm emission. | Daniel Dunbar |
2009-08-28 | Readded test from r79615, this tests the complete profiling tool chain. Furhter | Andreas Neustifter |
2009-08-28 | llvm-mc: Support .zerofill emission. | Daniel Dunbar |
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 |