summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* On Sandybridge split unaligned 256bit stores into two xmm-sized stores. Nadav Rotem2013-01-19
* Remove some register allocation order dependencies.Jakob Stoklund Olesen2013-01-19
* On Sandybridge loading unaligned 256bits using two XMM loads (vmovups and vin...Nadav Rotem2013-01-18
* llvm/test/CodeGen/X86/Atomics-64.ll: Tweak for 2nd RUN not to overwrite %t. I...NAKAMURA Takumi2013-01-18
* Restore reverted test case, this time with REQUIRES: assertsBill Schmidt2013-01-17
* Remove bad test caseBill Schmidt2013-01-17
* This patch fixes PR13626 by providing i128 support in the returnBill Schmidt2013-01-17
* Add indexed load/store instructions for offset validation check.Jyotsna Verma2013-01-17
* This patch fixes the PPC calling convention to handle returns ofBill Schmidt2013-01-17
* Optimization for the following SIGN_EXTEND pairs:Elena Demikhovsky2013-01-17
* This patch addresses an incorrect transformation in the DAG combiner.Bill Schmidt2013-01-14
* X86: Add patterns for X86ISD::VSEXT in registers.Benjamin Kramer2013-01-13
* When lowering an inreg sext first shift left, then right arithmetically.Benjamin Kramer2013-01-12
* PPC: Implement efficient lowering of sign_extend_inreg.Nadav Rotem2013-01-11
* Update patch for the pad short functions pass for Intel Atom (only).Preston Gurd2013-01-11
* For inline asm:Eric Christopher2013-01-11
* Simplify writing floating types to assembly.Tim Northover2013-01-11
* llvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals doesn't have leading u...NAKAMURA Takumi2013-01-10
* PR14896: Handle memcpy from constant string where the memcpy size is larger t...Evan Cheng2013-01-10
* [ms-inline asm] Add support for calling functions from inline assembly.Chad Rosier2013-01-10
* Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren2013-01-10
* Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y).Evan Cheng2013-01-09
* add -march to the testNadav Rotem2013-01-09
* Efficient lowering of vector sdiv when the divisor is a splatted power of two...Nadav Rotem2013-01-09
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-09
* Specify complete triple for fp128 tests.Tim Northover2013-01-08
* Pad Short Functions for Intel AtomPreston Gurd2013-01-08
* Allow the asm printer to print fp128 values properly.Tim Northover2013-01-08
* This patch addresses bug 14678 by fixing two problems in medium code modelBill Schmidt2013-01-07
* Make the MergeGlobals pass correctly handle the address space qualifiers of t...Silviu Baranga2013-01-07
* Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...Craig Topper2013-01-06
* Fix for PR14739. It's not safe to fold a load into a call across a store. Tha...Evan Cheng2013-01-06
* Recommit r171461 which was incorrectly reverted. Mark DIV/IDIV instructions h...Craig Topper2013-01-05
* Revert revision 171524. Original message:Nadav Rotem2013-01-05
* The current Intel Atom microarchitecture has a feature whereby when a functionPreston Gurd2013-01-04
* [mips] MipsTargetLowering::getSetCCResultType should return a vector type ifAkira Hatanaka2013-01-04
* Revert revision: 171467. This transformation is incorrect and makes some test...Nadav Rotem2013-01-04
* Simplified TRUNCATE operation that comes after SETCC. It is possible since SE...Elena Demikhovsky2013-01-03
* Revert "Mark DIV/IDIV instructions hasSideEffects=1 because they can trap whe...Michael Gottesman2013-01-03
* Mark DIV/IDIV instructions hasSideEffects=1 because they can trap when dividi...Craig Topper2013-01-03
* Fix PR14732 by handling all kinds of IMPLICIT_DEF live ranges.Jakob Stoklund Olesen2013-01-03
* DAGCombiner: Avoid generating illegal vector INT_TO_FP nodesTom Stellard2013-01-02
* AVX: Fix a bug in WidenMaskArithmetic.Nadav Rotem2013-01-02
* Support ppcf128 in SelectionDAG::getConstantFPHal Finkel2012-12-30
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* AVX: Move the ZEXT/ANYEXT DAGCo optimizations to the lowering of these optimi...Nadav Rotem2012-12-28
* On AVX/AVX2 the type v8i1 is legalized to v8i16, which is an XMM sizedNadav Rotem2012-12-27
* llvm/test/CodeGen/X86: FileCheck-ize two tests in r171083.NAKAMURA Takumi2012-12-26
* llvm/test/CodeGen/X86: Disable avx in two tests corresponding to r171082.NAKAMURA Takumi2012-12-26
* Loosen scheduling restrictions on the PPC dcbt intrinsicHal Finkel2012-12-25