[MC/AsmParser] Avoid setting MCSymbol.IsUsed in some cases
[oota-llvm.git] / test /
2015-08-31 Vedant Kumar[MC/AsmParser] Avoid setting MCSymbol.IsUsed in some...
2015-08-31 Igor BregerAVX512: ktest implemantation
2015-08-31 Igor BregerAVX512: Implemented encoding and intrinsics for vdbpsadbw
2015-08-31 Igor BregerAVX512: kadd implementation
2015-08-31 Igor BregerAVX512: Add encoding tests for vscatter instructions
2015-08-31 Igor BregerAVX512: Implemented encoding and intrinsics for vpalignr
2015-08-31 Hal Finkel[AggressiveAntiDepBreaker] Check for EarlyClobber on...
2015-08-31 Sylvestre LedruForce the locale when executing ld gold
2015-08-31 Jingyue Wu[JumpThreading] make jump threading respect convergent...
2015-08-31 Frederic Riss[dsymutil] Do not mistakenly reuse the current object...
2015-08-31 Frederic Riss[dsymutil] Fix testcase.
2015-08-31 Frederic Riss[dsymutil] Do not crash on empty debug_range range.
2015-08-31 Frederic Riss[dsymutil] Fix handling of inlined_subprogram low_pcs
2015-08-31 Frederic Riss[dsymutil] Implement -symtab/-s option.
2015-08-30 Hal Finkel[PowerPC] Fixup SELECT_CC (and SETCC) patterns with...
2015-08-30 Hal Finkel[PowerPC/MIR Serialization] Target flags serialization...
2015-08-29 James Molloy[ARM] Fix up buildbots after r246360
2015-08-29 James Molloy[ARM] Hoist fabs/fneg above a conversion to float.
2015-08-29 Matt ArsenaultAMDGPU: Add sdst operand to VOP2b instructions
2015-08-29 Matt ArsenaultAMDGPU: Fix dropping mem operands when moving to VALU
2015-08-28 NAKAMURA TakumiRevert r246350, "The host and default target triples...
2015-08-28 Duncan P. N. Exon... DI: Update tests before adding !dbg subprogram attachments
2015-08-28 Paul RobinsonThe host and default target triples do not need to...
2015-08-28 Peter CollingbourneUse UNSUPPORTED instead of XFAIL to disable this test...
2015-08-28 Duncan P. N. Exon... DI: Add Function::getSubprogram()
2015-08-28 Duncan P. N. Exon... AsmPrinter: Allow null subroutine type
2015-08-28 David MajnemerRevert r246232 and r246304.
2015-08-28 Rafael EspindolaSplit the gold tests into X86 and PowerPC directories.
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-28 Sanjoy Das[InstCombine] Fix PR24605.
2015-08-28 Chad RosierOptimize memcmp(x,y,n)==0 for small n and suitably...
2015-08-28 Vedant Kumar[test] (NFC) Simplify Transforms/ConstProp/calls.ll
2015-08-28 Petar Jovanovic[mips64][mcjit] Add N64R6 relocations tests and fix...
2015-08-28 Petar Jovanovic[mips] Remove incorrect DebugLoc entries from prologue
2015-08-28 Matt ArsenaultMake MergeConsecutiveStores look at other stores on...
2015-08-28 David MajnemerTest case for r246304.
2015-08-28 JF BastienRemove Merge Functions pointer comparisons
2015-08-28 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-08-28 Davide Italiano[MC] Convert tests to use llvm-readobj --macho-version...
2015-08-28 Rui Ueyamallvm-readobj: Dump more info for COFF import libraries.
2015-08-28 Chandler Carruth[SROA] Fix PR24463, a crash I introduced in SROA by...
2015-08-28 Rui UeyamaRe-apply r246276 - Object: Teach llvm-ar to create...
2015-08-28 Steven WuRevert r246244 and r246243
2015-08-28 Rui UeyamaRollback r246276 - Object: Teach llvm-ar to create...
2015-08-28 Rui UeyamaObject: Teach llvm-ar to create symbol table for COFF...
2015-08-28 Peter CollingbourneTweak XFAIL line for mips.
2015-08-28 NAKAMURA TakumiDisable llvm/test/Examples/ for now while investigating.
2015-08-28 Peter CollingbourneXFAIL parallel.ll test on MIPS and AArch64 until test...
2015-08-28 Joseph Tremoulet[WinEH] Update coloring to handle nested cases cleanly
2015-08-28 Piotr PadlewskiConstant propagation after hitting assume(cmp) bugfix
2015-08-28 Piotr PadlewskiConstant propagation after hiting llvm.assume
2015-08-28 George Burgess IVFix: CFLAA -- Mark no-args returns as unknown
2015-08-27 Quentin Colombet[AArch64][CollectLOH] Fix a regression that prevented...
2015-08-27 Peter CollingbourneCodeGen: Introduce splitCodeGen and teach LTOCodeGenera...
2015-08-27 Reid Kleckner[WinEH] Add some support for code generating catchpad
2015-08-27 David Majnemer[ValueTracking] readnone CallInsts are fair game for...
2015-08-27 Ahmed Bougacha[CodeGen] Check FoldConstantArithmetic result before...
2015-08-27 Tyler NowickiFix test introduced in r246187 that failed on some...
2015-08-27 Lang HamesOops - Re-add the Kaleidoscope regression tests themsel...
2015-08-27 Lang HamesRecommit r246175 - Add Kaleidoscope regression tests...
2015-08-27 Erik SchnetterEnable constant propagation for more math functions
2015-08-27 Erik SchnetterRevert 246186; still breaks on some systems
2015-08-27 Tyler NowickiImprove vectorization diagnostic messages and extend...
2015-08-27 Erik SchnetterEnable constant propagation for more math functions
2015-08-27 Lang HamesRevert r246175 to get builder green again.
2015-08-27 Lang HamesAdd Kaleidoscope regression tests.
2015-08-27 Matt ArsenaultAMDGPU/SI: Add test for folding constants into operands
2015-08-27 Erik SchnetterRevert r246158 since it breaks LLVM.Transforms/ConstPro...
2015-08-27 Jonathan RoelofsFix a case of `CHECK[^:]*$`.
2015-08-27 Erik SchnetterEnable constant propagation for more math functions
2015-08-27 Chad Rosier[LoopVectorize] Move test from r246149 into a target...
2015-08-27 Chad Rosier[LoopVectorize] Add Support for Small Size Reductions.
2015-08-27 Pete CooperisKnownNonNull needs to consider globals in non-zero...
2015-08-27 Philip ReamesAllow value forwarding past release fences in EarlyCSE
2015-08-27 Philip Reames[RewriteStatepointsForGC] Reduce the number of new...
2015-08-27 Tyler NowickiImproved printing of analysis diagnostics in the loop...
2015-08-27 Cong HouFixed a bug that edge weights are not assigned correctl...
2015-08-26 Philip Reames[SimplifyCFG] Prune code from a provably unreachable...
2015-08-26 Bjarke Hammersholt... [NVPTX] Let NVPTX backend detect integer min and max...
2015-08-26 Cong HouAssign weights to edges to jump table / bit test header...
2015-08-26 JF BastienWebAssembly: handle private/internal globals.
2015-08-26 Matt ArsenaultAMDGPU: Don't reprocess instructions when splitting...
2015-08-26 Matt ArsenaultAMDGPU: Fix not moving users of s_bfe_i64 to VALU
2015-08-26 Matthias BraunSelectionDAGBuilder: Fix SPDescriptor not resetting...
2015-08-26 Matthias BraunFastISel: Avoid adding a successor block twice for...
2015-08-26 Matt ArsenaultAMDGPU: Produce error on dynamic_stackalloc
2015-08-26 James Y Knight[SPARC] Fix stupid oversight in stack realignment support.
2015-08-26 Vedant Kumar[llvm-mc] Ignore opcode size prefix in 64-bit CALL...
2015-08-26 Chandler Carruth[SROA] Rip out all support for SSAUpdater in SROA.
2015-08-26 Frederic RissRevert "[dsymutil] Emit real dSYM companion binaries."
2015-08-26 Frederic Riss[dsymutil] Emit real dSYM companion binaries.
2015-08-26 Frederic Riss[dsymutil] Store an optional BinaryPath in the debug...
2015-08-26 JF BastienComparing operands should not require the same ValueID
2015-08-25 Frederic Riss[dsymutil] actually fix test.
2015-08-25 Charles DavisMake variable argument intrinsics behave correctly...
2015-08-25 Frederic Riss[dsymutil] Reapply r245960.
2015-08-25 JF BastienWebAssembly: emit `(func (param t) (result t))` s-expre...
2015-08-25 JF BastienWebAssembly: comment out .globl when printing textual...
2015-08-25 Evgeniy Stepanov[msan] Precise instrumentation for icmp sgt %x, -1.
2015-08-25 Cong HouRemove the final bit test during lowering switch statem...
next