aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-09-11Formatting. No functional change intended.Chad Rosier
2012-09-11Stack Coloring: Dont crash on dbg values which use stack frames.Nadav Rotem
2012-09-11Add a pass that renames everything with metasyntatic names. This works well a...Alex Rosenberg
2012-09-10Revert r160148 it seems to cause more problems than it shouldEric Christopher
2012-09-10Add newline.Chad Rosier
2012-09-10test/CodeGen/X86/ms-inline-asm.ll: Relax for non-darwin x86 targets. '##Inlin...NAKAMURA Takumi
2012-09-10[ms-inline asm] Properly emit the asm directives when the AsmPrinterVariantChad Rosier
2012-09-10Update test case for Release builds.Chad Rosier
2012-09-10[ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() functionChad Rosier
2012-09-10[ms-inline asm] Add support for .att_syntax directive.Chad Rosier
2012-09-10Don't attempt to use flags from predicated instructions.Jakob Stoklund Olesen
2012-09-10Stack Coloring: Handle the case where END markers come before BEGIN markers p...Nadav Rotem
2012-09-10Enhance PR11334 fix to support extload from v2f32/v4f32Michael Liao
2012-09-10Add boolean simplification support from CMOVMichael Liao
2012-09-10Fix an assertion failure when optimising a shufflevector incorrectly into con...James Molloy
2012-09-10Stack Coloring: Add support for multiple regions of the same slot, within a ...Nadav Rotem
2012-09-10The VPSHUFB 256-bit instruction may be generated when one of input vector is ...Elena Demikhovsky
2012-09-10Teach the DAGBuilder about lifetime markers which are generated from PHINodes.Nadav Rotem
2012-09-09Teach DAG combiner to constant fold fneg of a BUILD_VECTOR of constants.Craig Topper
2012-09-08Add instruction selection for ffloor of vectors when SSE4.1 or AVX is enabled.Craig Topper
2012-09-08Add support for lowering FABS of vector types.Craig Topper
2012-09-08Set operation action for FFLOOR to Expand for all vector types for X86. Set F...Craig Topper
2012-09-08Remove an incorrect assert during branch weight propagation.Andrew Trick
2012-09-07Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer
2012-09-07Initial relocations test for the Mips standalone assembler.Jack Carter
2012-09-07MC: Overhaul handling of .lcommBenjamin Kramer
2012-09-07PR13754: llvm-mc/x86 crashes on .cfi directives without the % prefix for regi...Benjamin Kramer
2012-09-07yet another attempt at fixing @OCAMLOPT@ for sed.Nuno Lopes
2012-09-07The Mips standalone assembler aliased instruction support.Jack Carter
2012-09-07The Mips standalone assembler intial directive support.Jack Carter
2012-09-07The Mips standalone assembler fpu instruction support.Jack Carter
2012-09-06Re-work bit/bits value resolving in tblgenMichael Liao
2012-09-06The Mips standalone assembler memory instruction support.Jack Carter
2012-09-06Allow overlaps between virtreg and physreg live ranges.Jakob Stoklund Olesen
2012-09-06Diagnose invalid alignments on duplicating VLDn instructions.Tim Northover
2012-09-06Check for invalid alignment values when decoding VLDn/VSTn (single ln) instru...Tim Northover
2012-09-06BasicAA: Recognize cyclic NoAlias phisArnold Schwaighofer
2012-09-06Use correct part of complex operand to encode VST1 alignment.Tim Northover
2012-09-06BasicAA: GEPs of NoAlias'ing base ptr with equivalent indices are NoAliasArnold Schwaighofer
2012-09-06Disable stack coloring by default in order to resolve the i386 failures.Nadav Rotem
2012-09-06AVX2 optimization.Elena Demikhovsky
2012-09-06Fix the test by specifying an exact cpu model.Nadav Rotem
2012-09-06Fix switch_to_lookup_table.ll test from r163302.Hans Wennborg
2012-09-06Improve codegen for BUILD_VECTORs on ARM.James Molloy
2012-09-06Build lookup tables for switches (PR884)Hans Wennborg
2012-09-06Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem
2012-09-06Optimize codegen for VSETLNi{8,16,32} operating on Q registers. Degenerate to...James Molloy
2012-09-06Add patterns for converting stores of subvector_extracts of lower 128-bits of...Craig Topper
2012-09-06Revert "Enable MCJIT tests on Darwin."Jim Grosbach
2012-09-06Enable MCJIT tests on Darwin.Jim Grosbach