Use range-based for loops. NFC
[oota-llvm.git] / test /
2015-10-14 Manman RenRevert r250204 and r250240 due to bot failure. We faile...
2015-10-14 Evgeniy Stepanov[msan] Fix crash on multiplication by a non-integer...
2015-10-14 Kostya Serebryany[asan] Disabling speculative loads under asan. Patch...
2015-10-13 Diego NovilloSample profiles - Add a name table to the binary encoding.
2015-10-13 Cong HouUpdate MachineBranchProbabilityInfo::normalizeEdgeWeigh...
2015-10-13 David Majnemer[InlineFunction] Correctly inline TerminatePadInst
2015-10-13 Kevin EnderbyTweak to r250117 and change to use ErrorOr and drop...
2015-10-13 Joseph Tremoulet[WinEH] Add CoreCLR EH table emission
2015-10-13 Akira Hatanaka[AArch64] Check the size of the vector before accessing...
2015-10-13 Xinliang David Li[PGO]: Eliminate calls to __llvm_profile_register_funct...
2015-10-13 Kevin EnderbyThe issue with the malformed-machos 00000031.a test...
2015-10-13 Simon Pilgrim[InstCombine][SSE4A] Remove broken INSERTQI range combi...
2015-10-13 James Molloy[GlobalsAA] Don't assume anything about functions that...
2015-10-13 Manman RenRevert 250089 due to bot failure. It failed when buildi...
2015-10-13 Kevin EnderbyLooks like malformed-machos 00000031.a test is just...
2015-10-13 Matt ArsenaultDAGCombiner: Don't stop finding better chain on 2 aliases
2015-10-13 JF Bastienx86: preserve flags when folding atomic operations
2015-10-13 Kevin EnderbyRemove the correct unstable malformed-machos test mem...
2015-10-12 Matt ArsenaultDAGCombiner: Combine extract_vector_elt from build_vector
2015-10-12 Simon Pilgrim[InstCombine] Tidied up SSE4A tests.
2015-10-12 Kevin EnderbyTemporarily remove the test added in r250117 while...
2015-10-12 Cong HouAssign correct edge weights to unwind destinations...
2015-10-12 Kevin EnderbyFixed bugs in llvm-obdump while parsing Mach-O files...
2015-10-12 Cong HouUpdate the branch weight metadata in JumpThreading...
2015-10-12 Reid KlecknerMake Win64 localescape offsets FP relative instead...
2015-10-12 Hemant Kulkarni[llvm-symbolizer] Add -print-address option
2015-10-12 Andrea Di Biagio[x86] Fix wrong lowering of vsetcc nodes (PR25080).
2015-10-12 Colin LeMahieu[llvm-symbolizer] Reverting r250067
2015-10-12 Hemant Kulkarni[llvm-symbolizer] Add -print-address option
2015-10-12 Zoran Jovanovic[mips][micromips] Initial support for micrmomips DSP...
2015-10-12 Oliver Stannard[Debug] Look through bitcasts to find argument registers
2015-10-12 Jun Bum Lim[AArch64]Fix bug in function names in test case
2015-10-12 Daniel Sanders[mips][ias] Implement macro expansion when bcc has...
2015-10-12 Daniel Sanders[mips] Whitespace cleanup in MIPS16 tests to reduce...
2015-10-12 Daniel Sanders[mips] Handle undef when extracting subregs from FP64...
2015-10-12 Oliver StannardGlobalOpt does not treat externally_initialized globals...
2015-10-12 James Molloy[LoopVectorize] Shrink integer operations into the...
2015-10-12 Amjad Aboud[X86] Add XSAVE intrinsic family
2015-10-12 Andrea Di Biagio[x86] PR24562: fix incorrect folding of PSHUFB nodes...
2015-10-12 Jonas Paulsson[SystemZ] testcase MC/SystemZ/insn-good-z13.s extended.
2015-10-12 Tobias GrosserSCEV: Allow simple AddRec * Parameter products in delin...
2015-10-12 Craig Topper[X86] Change the immediate for IN/OUT instructions...
2015-10-11 Simon Pilgrim[DAGCombiner] Improved FMA combine support for vectors
2015-10-11 Simon Pilgrim[X86] Completed SHL cost model tests
2015-10-11 Craig Topper[X86] Remove special validation for INT immediate opera...
2015-10-11 Simon Pilgrim[X86] Renamed SHL cost model tests
2015-10-11 Simon Pilgrim[X86] Added LSHR cost model tests
2015-10-11 Simon Pilgrim[X86] Added ASHR cost model tests
2015-10-11 Simon Pilgrim[InstCombine][X86][XOP] Combine XOP integer vector...
2015-10-11 Simon Pilgrim[X86][XOP] Added support for the lowering of 128-bit...
2015-10-10 Simon Pilgrim[X86][SSE] Vector signed/unsigned integer compare tests.
2015-10-10 Teresa JohnsonFix PR25101 - Handle anonymous functions without VST...
2015-10-10 Jonas Paulsson[SystemZ] CodeGen/SystemZ/asm-18.ll run with -verify...
2015-10-10 Jonas Paulsson[SystemZ] Fixes in the backend I/R.
2015-10-10 NAKAMURA TakumiSuppress LLVM::tools/llvm-symbolizer/coff-dwarf.test...
2015-10-10 Kevin EnderbyMove llvm-objdump malformed Mach-O tests to X86 test...
2015-10-10 Kevin EnderbyFix a bugs in the Mach-O disassembler when disassemblin...
2015-10-09 Reid Kleckner[WinEH] Delete the old landingpad implementation of...
2015-10-09 Reid Kleckner[SEH] Update SEH codegen tests to use the new IR
2015-10-09 David Majnemer[WinEH] Insert the catchpad return before CSR restoration
2015-10-09 James Y KnightFix assert when emitting llvm.pow.f86.
2015-10-09 Reid Kleckner[SEH] Fix _except_handler4 table base states
2015-10-09 Reid Kleckner[SEH] Remember to emit the last invoke range for SEH
2015-10-09 James Y KnightFix assert in X86 backend.
2015-10-09 Owen AndersonTeach LoopUnswitch not to perform non-trivial unswitchi...
2015-10-09 Diego NovilloAdd inline stack streaming to binary sample profiles.
2015-10-09 Dan Gohman[WebAssembly] Rename floating-point operators to match...
2015-10-09 Artur PilipenkoAdd verification for align, dereferenceable, dereferenc...
2015-10-09 Reid KlecknerFix pdb.test when python is not on PATH
2015-10-09 Kevin EnderbyFixed two bugs in llvm-objdump’s printing of Objective...
2015-10-09 Jun Bum LimImprove ISel across lane float min/max reduction
2015-10-09 Nemanja IvanovicVector element extraction without stack operations...
2015-10-09 Andrea Di Biagio[MemCpyOpt] Fix wrong merging adjacent nontemporal...
2015-10-09 Saleem AbdulrasoolARM: tweak WoA frame lowering
2015-10-09 Reid KlecknerRe-enable the coff-dwarf test on Windows
2015-10-09 Reid KlecknerRevert "Revert "Revert r248959, "[WinEH] Emit int3...
2015-10-09 Reid KlecknerFix coff-dwarf test for non-Windows platforms that...
2015-10-09 Reid KlecknerRevert "Revert r248959, "[WinEH] Emit int3 after noretu...
2015-10-09 Joseph Tremoulet[WinEH] Fix cleanup state numbering
2015-10-09 Reid Kleckner[SEH] Fix llvm.eh.exceptioncode fast register allocatio...
2015-10-09 Reid KlecknerAddress review comments, remove error case and return...
2015-10-09 Reid Kleckner[llvm-symbolizer] Make --relative-address work with...
2015-10-08 Sanjoy Das[RS4GC] Refactoring to make a later change easier,...
2015-10-08 Kevin EnderbyFix a bug in llvm-objdump’s printing of Objective-C...
2015-10-08 Evgeniy StepanovNew MSan mapping layout (llvm part).
2015-10-08 Eric ChristopherRemove a '#' so that we can check either form for the...
2015-10-08 Eric ChristopherMove the MMX subtarget feature out of the SSE set of...
2015-10-08 Diego NovilloRe-apply r249644: Handle inline stacks in gcov-encoded...
2015-10-08 Alexei Starovoitov[bpf] Do not expand UNDEF SDNode during insn selection...
2015-10-08 Reid Kleckner[WinEH] Relax assertion in the presence of stack realig...
2015-10-08 Sanjoy Das[SCEV] Pick backedge values for phi nodes correctly
2015-10-08 Ulrich Weigand[SystemZ] Fix another assertion failure in tryBuildVect...
2015-10-08 Sanjay Patel[InstCombine] transform masking off of an FP sign bit...
2015-10-08 Sanjay Patel[ValueTracking] teach computeKnownBits that a fabs...
2015-10-08 Kevin EnderbyFix a bug in llvm-objdump’s printing of Objective-C...
2015-10-08 Teresa JohnsonSupport for llvm-bcanalyzer dumping of record array...
2015-10-08 Frederic Riss[X86] Disable X86CallFrameOptimization on Darwin in...
2015-10-08 Igor BregerAVX512: vpextrb/w/d/q and vpinsrb/w/d/q implementation.
2015-10-08 James MolloyCompute demanded bits for icmp instructions
2015-10-08 James MolloyTreat Mul just like Add and Subtract
next