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