test commit redux
[oota-llvm.git] / test / CodeGen /
2011-11-10 NAKAMURA Takumitest/CodeGen/X86/lsr-loop-exit-cond.ll: Try to appease...
2011-11-10 Evan ChengUse a bigger hammer to fix PR11314 by disabling the...
2011-11-10 Chad RosierFor immediate encodings of icmp, zero or sign extend...
2011-11-10 Jakob Stoklund OlesenStrip old implicit operands after foldMemoryOperand.
2011-11-09 Eli FriedmanMake sure we correctly unroll conversions between v2f64...
2011-11-09 Eli FriedmanAdd check so we don't try to perform an impossible...
2011-11-09 Nadav RotemAVX2: Add patterns for variable shift operations
2011-11-09 Chad RosierUse REs to remove dependencies on the register allocati...
2011-11-09 Duncan SandsSpeculatively revert commit 144124 (djg) in the hope...
2011-11-09 Nadav RotemAdd AVX2 support for vselect of v32i8
2011-11-09 Craig TopperEnable execution dependency fix pass for YMM registers...
2011-11-09 Craig TopperAdd instruction selection for AVX2 integer comparisons.
2011-11-09 Craig TopperAdd AVX2 instruction lowering for add, sub, and mul.
2011-11-09 Chad RosierAdd support for encoding immediates in icmp and fcmp...
2011-11-09 Jakob Stoklund OlesenCollapse DomainValues across loop back-edges.
2011-11-08 Dan GohmanAdd a hack to the scheduler to disable pseudo-two-addre...
2011-11-08 Evan ChengAdd workaround for Cortex-M3 errata 602117 by replacing...
2011-11-08 Pete CooperAdding test for machine-licm operating on invariant...
2011-11-08 Lang HamesLower mem-ops to unaligned i32/i16 load/stores on ARM...
2011-11-08 NAKAMURA Takumitest/CodeGen/X86/vec_shuffle-39.ll: Add explicit -mtrip...
2011-11-08 NAKAMURA Takumitest/CodeGen/X86/vec_shuffle-38.ll: Relax expression...
2011-11-08 NAKAMURA Takumitest/CodeGen/X86/vec_shuffle.ll: Add explicit -mtriple...
2011-11-08 Eli FriedmanMake sure to mark vector extload's as expand on ARM...
2011-11-08 Eli FriedmanAdd a bunch of calls to RemoveDeadNode in LegalizeDAG...
2011-11-08 Evan ChengAdd x86 isel logic and patterns to match movlps from...
2011-11-08 Bill WendlingConvert to the new EH model.
2011-11-08 Bill WendlingConvert tests to the new EH model.
2011-11-08 Chad RosierEnable support for returning i1, i8, and i16. Nothing...
2011-11-08 Pete CooperAdded missing newline
2011-11-07 Eli FriedmanRevert r144034 while I try to track down a crash.
2011-11-07 Jakob Stoklund OlesenFix test for Windows as well.
2011-11-07 Jakob Stoklund OlesenKill and collapse outstanding DomainValues.
2011-11-07 Pete CooperInstCombine now optimizes vector udiv by power of 2...
2011-11-07 Eli FriedmanAdd a bunch of calls to RemoveDeadNode in LegalizeDAG...
2011-11-07 Benjamin KramerSimplify some uses of utohexstr.
2011-11-07 Jakob Stoklund OlesenFix test for Linux.
2011-11-07 Jakob Stoklund OlesenExpand V_SET0 to xorps by default.
2011-11-07 Craig TopperAdd AVX2 variable shift instructions and intrinsics.
2011-11-07 Craig TopperAdd AVX2 VPMOVMASK instructions and intrinsics.
2011-11-07 Craig TopperAdd AVX2 VEXTRACTI128 and VINSERTI128 instructions...
2011-11-06 Craig TopperMore AVX2 instructions and their intrinsics.
2011-11-06 Craig TopperAdd more AVX2 instructions and intrinsics.
2011-11-05 Chad RosierAdd support for passing i1, i8, and i16 call parameters...
2011-11-05 Benjamin KramerAdd an option to pad an uleb128 to MCObjectWriter and...
2011-11-04 Eli FriedmanEnhanced vzeroupper insertion pass that avoids insertin...
2011-11-04 Craig TopperAdd intrinsics for X86 vcvtps2ph and vcvtph2ps instructions
2011-11-04 Chad RosierAdd fast-isel support for returning i1, i8, and i16.
2011-11-03 Dan GohmanReapply r143206, with fixes. Disallow physical register...
2011-11-03 Pete CooperReverted r143600 - selector reference change
2011-11-03 Dan Baileyfixed global array handling for ptx to use the correct...
2011-11-03 Craig TopperAdd new X86 AVX2 VBROADCAST instructions.
2011-11-03 Chad RosierAdd support for sign-extending non-legal types in Selec...
2011-11-03 Pete CooperTreat objc selector reference globals as invariant...
2011-11-02 Lang HamesTry to lower memset/memcpy/memmove to vector instructio...
2011-11-02 Nick LewyckyDon't emit a directory entry for the value in DW_AT_com...
2011-11-02 Chad RosierAdd support for comparing integer non-legal types.
2011-11-02 Craig TopperMore AVX2 instructions and intrinsics.
2011-11-02 Craig TopperAdd a bunch more X86 AVX2 instructions and their corres...
2011-11-01 Eli FriedmanTeach the x86 backend a couple tricks for dealing with...
2011-11-01 Richard OsborneDon't fold negative offsets into cp / dp accesses to...
2011-11-01 Richard OsborneCombine various XCore tests for floating point intrinsi...
2011-11-01 Richard OsborneMove various XCore tests to FileCheck
2011-11-01 Craig TopperFix operand type for x86 pmadd_ub_sw intrinsic.
2011-10-31 Craig TopperFix operand type for int_x86_ssse3_phadd_sw_128 intrinsic
2011-10-31 Craig TopperTest case for X86 FS/GS Base intrinsics
2011-10-31 Craig TopperBegin adding AVX2 instructions. No selection support...
2011-10-31 Nick LewyckySwitch new .file directive emission off by default...
2011-10-30 Benjamin KramerX86: Emit logical shift by constant splat of <16 x...
2011-10-30 Craig TopperFix return type for X86 mpsadbw instrinsic. The instruc...
2011-10-30 Nadav RotemFix pr11266.
2011-10-30 Nadav RotemStabilize the test by specifying an exact cpu target
2011-10-29 Nadav RotemAdd a new DAGCombine optimization for BUILD_VECTOR.
2011-10-29 Benjamin KramerForce SSE for this test.
2011-10-29 Dan GohmanRevert r143206, as there are still some failing tests.
2011-10-28 NAKAMURA Takumitest/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands...
2011-10-28 Dan GohmanReapply r143177 and r143179 (reverting r143188), with...
2011-10-28 NAKAMURA TakumiDwarf: [PR11022] Fix emitting DW_AT_const_value(>i64...
2011-10-28 NAKAMURA Takumitest/CodeGen/X86/2010-08-10-DbgConstant.ll: Add explici...
2011-10-28 Duncan SandsSpeculatively disable Dan's commits 143177 and 143179...
2011-10-28 Nick LewyckyAlways use the string pool, even when it makes the...
2011-10-28 Dan GohmanEliminate LegalizeOps' LegalizedNodes map and have...
2011-10-27 Dan GohmanRemove the Alpha backend.
2011-10-27 Jakob Stoklund OlesenAlso set addrmode6 alignment when align==size.
2011-10-27 Evan ChengAvoid partial CPSR dependency from loop backedges....
2011-10-27 Pete CooperChanged test to check for correct load size instead...
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-27 Eli FriedmanDon't crash on 128-bit sdiv by constant. Found by...
2011-10-27 Chad RosierA branch predicated on a constant can just FastEmit...
2011-10-26 Rafael EspindolaRun test with -verify-machineinstrs.
2011-10-26 Rafael EspindolaFixes an issue reported by -verify-machineinstrs.
2011-10-26 Rafael EspindolaThis commit introduces two fake instructions MORESTACK_...
2011-10-26 Lang HamesMake sure short memsets on ARM lower to stores, even...
2011-10-26 Jim GrosbachThumb2 remove redundant ".w" suffix from t2MVNCCi pattern.
2011-10-26 James MolloyRevert r142530 at least temporarily while a discussion...
2011-10-26 Evan ChengRevert part of r142530. The patch potentially hurts...
2011-10-25 Dan GohmanRemove the Blackfin backend.
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-10-24 Eli FriedmanDon't crash on variable insertelement on ARM. PR10258.
2011-10-24 Bill WendlingCheck the visibility of the global variable before...
2011-10-24 Dan GohmanRemove the explicit request for "Latency" scheduling...
next