[X86] A small fix in X86/X86TargetTransformInfo.cpp: check a value type is simple...
[oota-llvm.git] / test /
2015-10-28 Igor Laevsky[AliasAnalysis] Take into account readnone attribute...
2015-10-28 JF BastienWebAssembly: disable some loop-idiom recognition
2015-10-28 Igor Laevsky[AliasAnalysis] Take into account readonly attribute...
2015-10-28 Chad RosierReapply: [LIR] Add support for creating memsets from...
2015-10-28 Artyom Skrobov[ARM] Allow SP in rGPR, starting from ARMv8
2015-10-28 Chad RosierRevert "[LIR] Add support for creating memsets from...
2015-10-28 Chad Rosier[LIR] Add support for creating memsets from loops with...
2015-10-28 Chad RosierAdd newline to test. NFC.
2015-10-28 Hrvoje Varga[mips][microMIPS] Implement PAUSE, RDHWR, RDPGPR, SDBBP...
2015-10-28 James Molloy[GlobalsAA] An indirect global that is initialized...
2015-10-28 Chen LiRevert r251492 "[IndVarSimplify] Rewrite loop exit...
2015-10-28 Chen Li[IndVarSimplify] Rewrite loop exit values with their...
2015-10-28 Hal Finkel[PowerPC] Replace cntlz[.] with cntlzw[.]
2015-10-28 Sanjoy Das[ValueTracking] Use !range metadata more aggressively...
2015-10-28 Sanjoy Das[SelectionDAG] Don't inspect !range metadata for extend...
2015-10-28 Sanjoy Das[GVN] Make a test case more robust
2015-10-27 David Majnemer[SimplifyCFG] Don't DCE catchret because the successor...
2015-10-27 Vedant Kumar[Bitcode] Fix accidental syntax errors in compatibility...
2015-10-27 Simon Pilgrim[X86][AVX512] Test UNPCK with non-sequential scalars
2015-10-27 Vedant Kumar[IR] Limit bits used for CallingConv::ID, update tests
2015-10-27 Hal Finkel[AliasSetTracker] Use mod/ref information for UnknownInstr
2015-10-27 Sanjay PatelUse the 'arcp' fast-math-flag when combining repeated...
2015-10-27 David Majnemer[ScalarEvolutionExpander] PHI on a catchpad can be...
2015-10-27 Jun Bum Lim[AArch64]Merge halfword loads into a 32-bit load
2015-10-27 NAKAMURA TakumiRevert r251291, "Loop Vectorizer - skipping "bitcast...
2015-10-27 Cong HouCreate a new interface addSuccessorWithoutWeight(MBB...
2015-10-27 Charlie Turner[SLP] Be more aggressive about reduction width selection.
2015-10-27 Charlie Turner[SLP] Try a bit harder to find reduction PHIs
2015-10-27 Charlie Turner[SLP] Treat SelectInsts as reduction values.
2015-10-27 Diego NovilloFix SamplePGO segfault when debug info is missing.
2015-10-27 Asaf Badouh[X86][AVX512] [X86][AVX512] add convert float to half
2015-10-27 Charlie Turner[ARM] Expand ROTL and ROTR of vector value types
2015-10-27 David Majnemer[ScalarEvolutionExpander] Properly insert no-op casts...
2015-10-27 Michael Kuperstein[X86] Make elfiamcu an OS, not an environment.
2015-10-27 Sanjay Patel[x86] replace integer logic ops with packed SSE FP...
2015-10-27 Steve KingFix llc crash processing S/UREM for -Oz builds caused...
2015-10-26 Sanjay Pateladd FP logic test cases to show current codegen (PR22428)
2015-10-26 Chandler Carruth[x86] Make the vselect-minmax test 2x to 3x faster...
2015-10-26 Tim NorthoverARM: make sure VFP loads and stores are properly aligned.
2015-10-26 Peter CollingbourneFix tests.
2015-10-26 Alexey Samsonov[LLVMSymbolize] Use symbol table only if function linka...
2015-10-26 Igor Laevsky[RS4GC] Strip noalias attribute after statepoint rewrite
2015-10-26 Diego NovilloSamplePGO - Add optimization reports.
2015-10-26 Mehdi AminiAdd an (optional) identification block in the bitcode
2015-10-26 Evgeniy Stepanov[safestack] Fast access to the unsafe stack pointer...
2015-10-26 Peter CollingbourneARM/ELF: Better codegen for global variable addresses.
2015-10-26 Diego NovilloCleanup test case debug info. NFC.
2015-10-26 Jonas Paulsson[SystemZ] LTGFR use regclass should be GR32, not GR64.
2015-10-26 Jonas Paulsson[SystemZ] Also clear kill flag for index reg in splitMo...
2015-10-26 Jonas Paulsson[SystemZ] Don't forget the CC def op on LTEBRCompare...
2015-10-26 Jonas Paulsson[SystemZ] Tie operands in SystemZShorteInst if MI becom...
2015-10-26 Vasileios Kalintiris[mips] Check for the correct error message in tests...
2015-10-26 James Molloy[ValueTracking] Extend r251146 to catch a fairly common...
2015-10-26 Elena DemikhovskyLoop Vectorizer - skipping "bitcast" before GEP
2015-10-26 Tim NorthoverTests: be slightly more specific to avoid conflict...
2015-10-26 Igor Bregerfix test errors (on windows) for commit r251287
2015-10-26 Igor BregerAVX512: Enabled VPBROADCASTB lowering for v64i8 vectors.
2015-10-26 Vasileios Kalintiris[mips] Interrupt attribute support for mips32r2+.
2015-10-26 Igor BregerAVX-512: Use correct extract vector length.
2015-10-26 Silviu Baranga[InstCombine] Teach instcombine not to create extra...
2015-10-26 James Molloy[ARM] Handle the inline asm constraint type 'o'
2015-10-26 Igor BregerAVX512: Add AVX-512 not materializable instructions.
2015-10-26 David MajnemerUpdate test to take into account for r251271.
2015-10-26 David Majnemer[MC] Add support for GNU as-compatible binary operator...
2015-10-26 David Majnemer[MC] Don't crash when .word is given bogus values
2015-10-25 Simon Pilgrim[X86][AVX] Regenerate tests.
2015-10-25 Simon Pilgrim[X86][SSE4A] Fix for EXTRQI shuffle lowering.
2015-10-25 Simon Pilgrim[X86][SSE] Refreshed tests (missing AVX512 patterns)
2015-10-25 Elena DemikhovskyScalarizer for masked.gather and masked.scatter intrinsics.
2015-10-25 Simon Pilgrim[X86][SSE] Added tests for shuffling through bitcasts.
2015-10-25 Simon Pilgrim[X86][SSE] vector sext/zext tests - remove unnecessary...
2015-10-25 Simon Pilgrim[X86][SSE] shift/rotate tests - remove unnecessary...
2015-10-25 Simon Pilgrim[X86] PMOV*X* tests - remove unnecessary mcpu arguments...
2015-10-25 Simon Pilgrim[X86] Stack folding tests - just use mtriple - no need...
2015-10-25 Michael Kuperstein[X86] Use correct calling convention for MCU psABI...
2015-10-24 Simon Pilgrim[X86][SSE] Use lowerVectorShuffleWithUNPCK instead...
2015-10-24 Simon PilgrimRemoved old FIXME - we do generate movddup for SSE3...
2015-10-24 Simon Pilgrim[DAGCombiner] Generalize masking of constant rotates.
2015-10-24 Hans WennborgX86ISelLowering: Support tail calls to/from callee...
2015-10-24 Simon Pilgrim[X86][XOP] Add support for lowering vector rotations
2015-10-23 Chen LiRevert rL251061 [SimplifyCFG] Extend SimplifyResume...
2015-10-23 Hal FinkelHandle non-constant shifts in computeKnownBits, and...
2015-10-23 Tim NorthoverGVN: don't try to replace instruction with itself.
2015-10-23 Sanjoy Das[Inliner] Don't inline through callsites with operand...
2015-10-23 Reid Kleckner[X86] Clean up the tail call eligibility logic
2015-10-23 Lang Hames[RuntimeDyld][COFF] Fix a think-o in the handling of...
2015-10-23 Matt ArsenaultAMDGPU: Fix parsing of 32-bit literals with sign bit set
2015-10-23 Artyom Skrobov[ARM] Renaming +t2dsp feature into +dsp, as discussed...
2015-10-23 Oleg Ranevskyy[ARM CodeGen] @llvm.debugtrap call may be removed when...
2015-10-23 Joseph Tremoulet[CodeGen] Mark setjmp/catchret MBBs address-taken
2015-10-23 James Molloy[BasicAA] Bugfix for r251016
2015-10-23 James MolloyRevert "[AArch64]Merge halfword loads into a 32-bit...
2015-10-23 Zlatko Buljan[mips][microMIPS] Implement SHLL.PH, SHLL_S.PH, SHLL...
2015-10-23 Dylan McKay[AVR] Add ELF constants to headers
2015-10-22 Chen Li[SimplifyCFG] Extend SimplifyResume to handle phi of...
2015-10-22 Sanjoy Das[SCEV] Remove a test case added in r249168
2015-10-22 Sanjoy Das[SCEV] Commute zero extends through <nuw> additions
2015-10-22 Sanjoy Das[SCEV] Opportunistically interpret unsigned constraints...
2015-10-22 Sanjoy Das[SCEV] Teach SCEV some axioms about non-wrapping arithmetic
2015-10-22 Sanjoy Das[SCEV] Commute sign extends through nsw additions
next