aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-11-14Remove the CellSPU port.Eric Christopher
2012-11-14llvm/test/CodeGen/X86/memset.ll: FileCheck-ize, and add another case on +avx.NAKAMURA Takumi
2012-11-14Added multiclass for post-increment load instructions.Jyotsna Verma
2012-11-14Force CPU in test so we don't accidentally get AVX code on an AVX-capable host.Benjamin Kramer
2012-11-14Remove DOS line endings.Jakub Staszak
2012-11-14X86: Enable SSE memory intrinsics even when stack alignment is less than 16 b...Benjamin Kramer
2012-11-14The code pattern "imm0_255_neg" is used for checking if an immediate value is...Nadav Rotem
2012-11-14[NVPTX] Implement custom lowering of loads/stores for i1Justin Holewinski
2012-11-14Fix really stupid ARM EHABI info generation bug: we should not emitAnton Korobeynikov
2012-11-14X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches.Jim Grosbach
2012-11-14Emit relocations from .debug_aranges to .debug_info for asm filesAlexey Samsonov
2012-11-14Handle DAG CSE adding new uses during ReplaceAllUsesWith. Fixes PR14333.Rafael Espindola
2012-11-14Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov
2012-11-13Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher
2012-11-13[MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev!Michael J. Spencer
2012-11-13Revert r167836, "llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 fo...NAKAMURA Takumi
2012-11-13Add test case to verify correct relocs being generated forUlrich Weigand
2012-11-13numerically sort the symbols, so that the testcase result is uniformShankar Easwaran
2012-11-13llvm-nm: Make sort more stable when symbol names are equal.Daniel Dunbar
2012-11-13X86: when constructing VZEXT_LOAD from other loads, makes sure its outputManman Ren
2012-11-13Do not consider a machine instruction that uses and defines the sameUlrich Weigand
2012-11-13Adding changes to support GNU style archive library readingShankar Easwaran
2012-11-13Revert 167755/167760. We don't want to emit crash diagnostics on command-line...Chad Rosier
2012-11-13llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 for now.NAKAMURA Takumi
2012-11-13Codegen support for arbitrary vector getelementptrs.Duncan Sands
2012-11-13Fix the instcombine GEP index widening transform to work correctly for vectorDuncan Sands
2012-11-13Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands
2012-11-13DependenceAnalysis: Print all dependency pairs when dumping. Update all testc...Benjamin Kramer
2012-11-13Figure out <size> argument of llvm.lifetime intrinsics at the moment they are...Alexey Samsonov
2012-11-13instcombine: Migrate math library call simplificationsMeador Inge
2012-11-13BBVectorize: Don't vectorize vector-manipulation chainsHal Finkel
2012-11-13Use the 'count' attribute instead of the 'upper_bound' attribute.Bill Wendling
2012-11-13Cleanup the main RegisterCoalescer loop.Andrew Trick
2012-11-13revert r167740Shuxin Yang
2012-11-12BBVectorize: Only some insert element operand pairs are free.Hal Finkel
2012-11-12Fix test case added in patch fixing PR14314Michael Liao
2012-11-12Update test case for r167754/r167755.Chad Rosier
2012-11-12BBVectorize: Use a more sophisticated check for input costHal Finkel
2012-11-12BBVectorize: Check the types of compare instructionsHal Finkel
2012-11-12This change is to fix rdar://12571717 which is about assertion in Reassociate...Shuxin Yang
2012-11-12misched: Infrastructure for weak DAG edges.Andrew Trick
2012-11-12BBVectorize: Check the input types of shuffles for legalityHal Finkel
2012-11-12Normalize memcmp constant folding results.Meador Inge
2012-11-12Fix PR14314Michael Liao
2012-11-12[NVPTX] Add more precise PTX/SM target attributesJustin Holewinski
2012-11-11Remove hard-coded constant in Transforms/InstCombine/memcmp-1.llMeador Inge
2012-11-11instcombine: Migrate memset optimizationsMeador Inge
2012-11-11instcombine: Migrate memmove optimizationsMeador Inge
2012-11-11instcombine: Migrate memcpy optimizationsMeador Inge
2012-11-11instcombine: Migrate memcmp optimizationsMeador Inge