Changed SSE4/AVX <2 x i64> extract and insert ops to be Custom lowered
[oota-llvm.git] / test /
2011-11-14 Pete CooperChanged SSE4/AVX <2 x i64> extract and insert ops to...
2011-11-14 Jakob Stoklund OlesenFix early-clobber handling in shrinkToUses.
2011-11-14 Jakob Stoklund OlesenDelete stale comment.
2011-11-14 Chandler CarruthFix an overflow bug in MachineBranchProbabilityInfo...
2011-11-14 Chad RosierAdd support for ARM halfword load/stores and signed...
2011-11-14 Chandler CarruthTeach machine block placement to cope with unnatural...
2011-11-13 Chandler CarruthRewrite #3 of machine block placement. This is based...
2011-11-13 Chad RosierThe order in which the predicate is added differs betwe...
2011-11-13 Chad RosierTemporarily disable SelectIntrinsicCall when in ARM...
2011-11-13 Chad RosierAdd support for emitting both signed- and zero-extend...
2011-11-13 Jakob Stoklund OlesenRemove the -color-ss-with-regs option.
2011-11-12 Jakob Stoklund OlesenDelete the 'standard' spiller with used the old spillin...
2011-11-12 Jakob Stoklund OlesenRemove histogram tests.
2011-11-12 Jakob Stoklund OlesenRAGreedy is better about hinting now.
2011-11-12 Jakob Stoklund OlesenLinear scan is going away.
2011-11-12 Jakob Stoklund OlesenXFAIL test that depends on linear scan to remove dead...
2011-11-12 Jakob Stoklund OlesenRemove obsolete test.
2011-11-12 Jakob Stoklund OlesenRemove obsolete test.
2011-11-12 Jakob Stoklund OlesenRemove obsolete test.
2011-11-12 Jakob Stoklund OlesenEliminate more linear scan tests.
2011-11-12 Jakob Stoklund OlesenSwitch a couple -O0 tests to RABasic.
2011-11-12 Jakob Stoklund OlesenSwitch a few tests off linearscan.
2011-11-12 Jakob Stoklund OlesenDelete old test of a VirtRegRewriter feature.
2011-11-12 Jakob Stoklund OlesenRemove old test that doesn't make sense.
2011-11-12 Craig TopperAdd more AVX2 shift lowering support. Move AVX2 variabl...
2011-11-12 Nick LewyckyDon't try to loop on iterators that are potentially...
2011-11-12 Eli FriedmanMake sure scalarrepl picks the correct alloca when...
2011-11-12 Rafael EspindolaThe dwarf standard says that the only differences betwe...
2011-11-12 Eli FriedmanDon't try to form pre/post-indexed loads/stores until...
2011-11-11 Jim GrosbachARM optional size suffix for VLDR/VSTR syntax.
2011-11-11 Chad RosierAdd support in fast-isel for selecting memset/memcpy...
2011-11-11 Chad RosierLoosen test by using REs. Approved by Devang.
2011-11-11 Andrew TrickPreserve MachineMemOperands in ARMLoadStoreOptimizer.
2011-11-11 Jim GrosbachARM allow Q registers in vldm/vstm register lists.
2011-11-11 Devang PatelMove X86 specific test in X86 directory.
2011-11-11 Devang PatelMove X86 specific test in X86 directory.
2011-11-11 Dan Baileyallow non-device function calls in PTX when natively...
2011-11-11 Craig TopperAdd lowering for AVX2 shift instructions.
2011-11-11 Chad RosierAdd support for using immediates with select instructions.
2011-11-11 Eli FriedmanMake sure to expand SIGN_EXTEND_INREG for NEON vectors...
2011-11-11 Eli FriedmanGet rid of an optimization in SCCP which appears to...
2011-11-11 Chad RosierAdd support for using MVN to materialize negative const...
2011-11-10 Jim GrosbachThumb2 parsing for push/pop w/ hi registers in the...
2011-11-10 Rafael EspindolaCheck in getOrCreateSubprogramDIE if a declaration...
2011-11-10 Jim GrosbachThumb MUL assembly parsing for 3-operand form.
2011-11-10 Chad RosierWhen in ARM mode, LDRH/STRH require special handling...
2011-11-10 Jim GrosbachARM assembly parsing for LSR/LSL/ROR(immediate).
2011-11-10 Jim GrosbachARM assembly parsing for ASR(immediate).
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 Jim GrosbachThumb2 assembly parsing STMDB w/ optional .w suffix.
2011-11-09 Eli FriedmanMake sure we correctly unroll conversions between v2f64...
2011-11-09 Pete CooperDeadStoreElimination can now trim the size of a store...
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 Nick LewyckyDon't forget to check FlagNW when determining whether...
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 Eli FriedmanFix code to match comment. Fixes PR11340, a regression...
2011-11-08 Pete CooperLICM pass now understands invariant load metadata....
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 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 KramerUpdate lit's list of tools.
2011-11-05 Benjamin KramerAdd an option to pad an uleb128 to MCObjectWriter and...
2011-11-05 Nick LewyckyDo simple cross-block DSE when we encounter a free...
next