platform/upstream/llvm.git
2017-09-21 Artem Belevich[NVPTX] Implemented bar.warp.sync, barrier.sync, and...
2017-09-21 Volodymyr Sapsai[Sema] Fix using old initializer during switch statemen...
2017-09-21 Rafael EspindolaUse ArrayRef. NFC.
2017-09-21 Volodymyr Sapsai[fixup][Sema] Allow in C to define tags inside enumerat...
2017-09-21 Sanjay Patel[x86] add more tests for node-level FMF; NFC
2017-09-21 Zachary Turner[lit] Rename lld and clang lit configs to end in .py
2017-09-21 Craig Topper[DAGCombiner] Remove duplicate code from visitZERO_EXTEND
2017-09-21 Zaara SyedaFix buildbot failures, add mtriple to gpr-vsr-spill.ll
2017-09-21 Zachary Turner[lit] Don't norm case when inserting into the config...
2017-09-21 Adrian Prantlllvm-dwarfdump: Add support for the --arch command...
2017-09-21 Zachary Turner[lit] Add a test for the builtin config map.
2017-09-21 Zaara Syeda[Power9] Spill gprs to vector registers rather than...
2017-09-21 Benjamin KramerAdd missing file from r313884.
2017-09-21 Benjamin Kramer[DWARF] Shrink AttributeSpec from 24 to 16 bytes.
2017-09-21 Simon Pilgrim[X86][SSE] Add PSHUFLW/PSHUFHW tests inspired by PR34686
2017-09-21 Simon Atanasyan[MIPS] Explicitly list supported relocations for MIPS...
2017-09-21 Michael Kruse[ScopInfo] Use map for value def/PHI read accesses.
2017-09-21 Alexey Bataev[OPENMP] Use canonical declarations for redeclarations...
2017-09-21 Simon Atanasyan[mips] Implement generation of relocations "chains...
2017-09-21 Simon Atanasyan[mips] Do not pass redundant IsN64 flag to MCELFObjectT...
2017-09-21 Jonas Paulsson[SystemZ] Improve optimizeCompareZero()
2017-09-21 Daniel JasperRevert r313825: "[IR] Add llvm.dbg.addr, a control...
2017-09-21 Mikael Holmen[SROA] Really remove associated dbg.declare when removi...
2017-09-21 Javed Absar[TableGen] Tidy up CodeGenRegisters
2017-09-21 Simon Atanasyan[mips] Fix relocation record format and ELF header...
2017-09-21 Jonas Devlieghere[dsymutil] Don't resolve DIE reference to NULL DIE.
2017-09-21 Dean Michael... [XRay][compiler-rt] Remove non-trivial globals from...
2017-09-21 Strahinja PetrovicFixed reverted commit rL312318
2017-09-21 Jatin Bhateja[X86] Adding a testpoint for fast-math flags propagation.
2017-09-21 George Rimar[yaml2obj] - Don't crash on one more invalid document.
2017-09-21 Gabor Horvath[analyzer] Fix an assertion fail in VirtualCallChecker
2017-09-21 Matt ArsenaultAMDGPU: Add option to stress calls
2017-09-21 Simon Atanasyan[MIPS] Restore checking of the disassembler output...
2017-09-21 Craig Topper[X86] Remove execute permissions from a couple files.
2017-09-21 Craig Topper[X86] Remove windows line endings.
2017-09-21 Craig Topper[X86] Remove unused tablegen class.
2017-09-21 Craig Topper[TableGen] Use CHAR_BIT instead of hardcoded 8 with...
2017-09-21 Craig Topper[TableGen] Include StringMap.h instead of StringSet...
2017-09-21 Craig TopperRevert r313782 "[TableGen] Add a DenseMapInfo for Machi...
2017-09-21 Serguei KatkovRevert "Re-enable "[IRCE] Identify loops with latch...
2017-09-21 Vitaly BukaRevert "Give external linkage and mangling to lambdas...
2017-09-21 David L. Jones[lit/Win] Check if a path was found before attempting...
2017-09-21 Vedant Kumar[llvm-cov] Improve error messaging for function mismatches
2017-09-21 Matt ArsenaultAMDGPU: Fix crash on immediate operand
2017-09-21 Vitaly Buka[ubsan] Split ubsan_init_standalone
2017-09-21 Davide Italiano[AArch64] Properly check alignment for AARCH64_LD_PREL_...
2017-09-21 Zachary Turner[lit] Make lit support config files with .py extension.
2017-09-21 Craig Topper[X86] Replace a condition that can never be true with...
2017-09-21 Craig Topper[SelectionDAG] Replace a flag that can never be true...
2017-09-21 Davide Italiano[AArch64] Include test for out of range LD_PREL_LO19.
2017-09-21 Vitaly Buka[asan] Remove trailing spaces
2017-09-21 Vitaly Buka[asan] Remove "COLLISION" workaround for datarace in...
2017-09-21 Vitaly Buka[asan] Remove "rm -f" in tests where it was needed...
2017-09-21 Michael KruseCheck whether IslAstInfo and DependenceInfo were comput...
2017-09-20 Davide Italiano[AArch64] Implement R_AARCH64_ LD_PREL_LO19.
2017-09-20 Craig Topper[InstCombine] Teach getDemandedBitsLHSMask to handle...
2017-09-20 Craig Topper[SelectionDAG] Use APInt::getActivebits instead of...
2017-09-20 Sam Clegg[WebAssembly] Weak symbols should be defined in SF_Global
2017-09-20 Adrian Prantltypo
2017-09-20 Adrian Prantlllvm-dwarfdump: move -eh-frame into the right section...
2017-09-20 Vitaly Buka[asan] Fix nested error detection
2017-09-20 Marek Sokolowski[llvm-readobj] Fix 'Teach readobj to dump .res files...
2017-09-20 Marek Sokolowski[llvm-readobj] Fix 'Teach readobj to dump .res files...
2017-09-20 Rafael EspindolaInclude thin --whole-archive members in --reproduce.
2017-09-20 Matt Morehouse[MSan] Disable sanitization for __sanitizer_dtor_callback.
2017-09-20 Dave LeeRemove references to response file argument in CommandL...
2017-09-20 Sanjay Patel[SimplifyCFG] don't create a no-op subtract
2017-09-20 Erich Keane[MS Compat]Allow __interfaces to have properties.
2017-09-20 Richard SmithGive external linkage and mangling to lambdas inside...
2017-09-20 Reid KlecknerCommit local changes that missed llvm.dbg.addr
2017-09-20 Reid Kleckner[IR] Add llvm.dbg.addr, a control-dependent version...
2017-09-20 Vedant Kumar[docs] llvm-cov: Document -show-instantiation-summary
2017-09-20 Eugene Zelenko[ARM] Fix some Clang-tidy modernize-use-using and Inclu...
2017-09-20 Saleem AbdulrasoolRevert "Revert "ExecutionEngine: add R_AARCH64_ABS...
2017-09-20 Sanjay Patel[SimplifyCFG] auto-generate full checks; NFC
2017-09-20 Artem Belevich[NVPTX] Implemented shfl.sync instruction and supportin...
2017-09-20 Craig Topper[InstCombine] Handle (X & C2) < C1 --> (X & C2) == 0
2017-09-20 Craig Topper[InstCombine] Pre-commit test cases for D38065.
2017-09-20 Sam Clegg[WebAssembly] Add support for local symbol bindings
2017-09-20 Marek Sokolowski[llvm-readobj] Fix 'Teach readobj to dump .res files'.
2017-09-20 Simon Atanasyan[mips] Fix calculation of a branch instruction offset...
2017-09-20 Matt ArsenaultAMDGPU: Start selecting v_mad_mixhi_f16
2017-09-20 Saleem AbdulrasoolX86: treat SwiftCC as Win64_CC on Win64
2017-09-20 Matt ArsenaultAMDGPU: Add tied operands to v_mad_mix{lo|hi}_f16
2017-09-20 Jan VeselyImplement cl_khr_int64_extended_atomics builtins
2017-09-20 Jan VeselyImplement cl_khr_int64_base_atomics builtins
2017-09-20 Vlad TsyrklevichIntroduce the llvm-cfi-verify tool (resubmission of...
2017-09-20 Eric ChristopherRemove the default subtarget from the new Nios2 port...
2017-09-20 Zachary Turner[lit] Undo the patch to stop writing pyc files.
2017-09-20 Matt ArsenaultAMDGPU: Start selecting v_mad_mixlo_f16
2017-09-20 Alexey Bataev[OPENMP] Support for re-declarations when checking...
2017-09-20 Vlad TsyrklevichRevert "Introduce the llvm-cfi-verify tool (resubmissio...
2017-09-20 Marshall ClowRevert 313789 because gcc doesn't like it
2017-09-20 Cameron DesrochersFixed unused variable warning introduced in r313796...
2017-09-20 Ilya Biryukov[clangd] Fixed crash on MacOS.
2017-09-20 Rafael EspindolaConsider ForceAbsolute again in moveAbsRight.
2017-09-20 Ted WoodwardFix warning caused by new clang::BuiltinType::Float16...
2017-09-20 Vlad TsyrklevichIntroduce the llvm-cfi-verify tool (resubmission of...
2017-09-20 Matt ArsenaultAMDGPU: Fix encoding of op_sel for mad_mix* opcodes
2017-09-20 Cameron Desrochers[PCH] Fixed preamble breaking with BOM presence (and...
next