platform/upstream/llvm.git
2018-04-27 Frederic Riss[debugserver] Fix the G packet handling.
2018-04-27 Jun Bum Lim[PostRASink] extend the live-in check for all aliased...
2018-04-27 Daniel Sanders[globalisel][legalizerinfo] Add support for legalizatio...
2018-04-27 Paul Semel[llvm-objcopy] Add --weaken-symbol (-W) option
2018-04-27 Nico Webers/LLVM_ON_WIN32/_WIN32/, clang
2018-04-27 Paul Semel[llvm-objcopy] Add --globalize-symbol option
2018-04-27 Ben Hamilton[clang-format/ObjC] Use getIdentifierInfo() instead...
2018-04-27 Jun Bum Lim[CodeGen] Use RegUnits to track register aliases (NFC)
2018-04-27 Simon Pilgrim[X86] Split WriteFBlend/WriteFVarBlend/WriteFVarShuffle...
2018-04-27 Rafael EspindolaSplit .eh_frame sections in parellel.
2018-04-27 Bruno Cardoso... [Modules][ObjC] ASTReader should add protocols for...
2018-04-27 Mark Searles[AMDGPU][Waitcnt] Update a few tests to use default...
2018-04-27 Philip Reames[GuardWidening] Add some clarifying comments about...
2018-04-27 Philip Reames[LoopGuardWidening] Split out a loop pass version of...
2018-04-27 Sanjay Patel[docs] add fp-cast-overflow-workaround options to relea...
2018-04-27 Rafael EspindolaSplit merge sections early.
2018-04-27 Sanjay Patel[docs] more dashes
2018-04-27 Sanjay Patel[docs] add -ffp-cast-overflow-workaround to the release...
2018-04-27 Nirav Dave[MC] Undo spurious commit added into r331052.
2018-04-27 Simon Pilgrim[X86] Split WriteFHadd into XMM and YMM/ZMM scheduler...
2018-04-27 Stuart BradyTest commit removing trailing whitespace
2018-04-27 Nirav Dave[MC] Provide default value for IsResolved.
2018-04-27 Simon Pilgrim[X86][AVX] Split WriteFLogic into XMM and YMM/ZMM sched...
2018-04-27 Simon Dardis[mips] Analyze and provide selection patterns microMIPS...
2018-04-27 Greg ClaytonAlways normalize FileSpec paths.
2018-04-27 Nirav Dave[MC] Modify MCAsmStreamer to always build MCAssembler...
2018-04-27 Nirav Dave[MC] Allow MCAssembler to be constructed without all...
2018-04-27 Zaara Syeda[PPC64] Add offset to local entry point when calling...
2018-04-27 Rui UeyamaDo not set RequiresNullTerminator. NFC.
2018-04-27 Francis Visoiu... [AArch64] Place the first ldp at the end when ReverseCS...
2018-04-27 Frederic RissMark test as @skipIfOutOfTreeDebugserver
2018-04-27 Kostya Kortchinsky[CMake] Enable warnings for runtimes
2018-04-27 Sanjay Patel[Driver, CodeGen] add options to enable/disable an...
2018-04-27 Jonas Paulsson[SystemZ] Remove scheduling info from some Pseudo...
2018-04-27 Oliver Stannard[ARM,AArch64] Add intrinsics for dot product instructions
2018-04-27 Oliver Stannard[ARM] Add __ARM_FEATURE_DOTPROD pre-defined macro
2018-04-27 Florian Hahn[LoopInterchange] Allow some loops with PHI nodes in...
2018-04-27 Oliver Stannard[AArch64] Codegen for v8.2A dot product intrinsics
2018-04-27 Benjamin Kramer[NVPTX] Turn on Loop/SLP vectorization
2018-04-27 Simon Pilgrim[X86] Replace some system instruction instregex single...
2018-04-27 Aleksandar... [mips] Fix how compiler fuse instructions to fmadd...
2018-04-27 Oliver Stannard[ARM] Codegen for v8.2A dot product intrinsics
2018-04-27 Sam McCall[clangd] Fix unicode handling, using UTF-16 where LSP...
2018-04-27 Alex Bradbury[RISCV] Add remat.ll test case
2018-04-27 David Green[ARM] Enable misched for R52.
2018-04-27 Sven van Haastregt[OpenCL] Add separate read_only and write_only pipe...
2018-04-27 Mikhail Maltsev[IR] Do not assume that function pointers are aligned
2018-04-27 Petar Jovanovic[mips] Add support for Virtualization ASE
2018-04-27 Dmitry Vyukovtsan: improve "destroy of a locked mutex" reports
2018-04-27 Serguei Katkov[SCEV] Add trivial case handling for umin utilities...
2018-04-27 Raphael IsemannMake MultiplexASTDeserializationListener part of the...
2018-04-27 Akira Hatanaka[CodeGen] Avoid destructing a callee-destructued struct...
2018-04-27 Akira HatanakaRevert "[CodeGen] Avoid destructing a callee-destructue...
2018-04-27 Fangrui Song[ELF] Fix typo. NFC
2018-04-27 Richard SmithFix typo.
2018-04-27 Akira Hatanaka[CodeGen] Avoid destructing a callee-destructued struct...
2018-04-27 Serguei Katkov[SCEV] Introduce bulk umin creation utilities
2018-04-27 Artem Dergachev[analyzer] Fix operator delete[] array-type-sub-express...
2018-04-27 Richard SmithParse A::template B as an identifier rather than as...
2018-04-27 Jim InghamFix a thinko in the iteration over StructuredDataPlugin...
2018-04-27 Matt MorehouseRevert "[SimplifyLibcalls] Replace locked IO with unloc...
2018-04-27 Akira Hatanaka[Driver] Don't enable "-fregister-global-dtors-with...
2018-04-27 Petr HosekRevert "[CMake] Make simple source used for CMake check...
2018-04-27 Eli Friedman[LowerTypeTests] Mark .cfi.jumptable nounwind.
2018-04-27 Eli Friedman[MachineOutliner] Don't outline from functions with...
2018-04-27 Sam Cleggtypo
2018-04-27 Sam Clegg[WebAssembly] Section symbols must have local binding
2018-04-27 Frederic Riss[debugserver] Fix handling of the 'g' packet
2018-04-26 Petr Hosek[CMake] Make simple source used for CMake checks a...
2018-04-26 David Bolvansky[SimplifyLibcalls] Replace locked IO with unlocked IO
2018-04-26 Matt Davis[MCA] [NFC] Remove unused Index formal from ResourceMan...
2018-04-26 Shoaib Meenai[ELF] Clarify help wording for --symbol-ordering-file
2018-04-26 Billy Robert... [libcxx] [test] Remove non-portable assertions from...
2018-04-26 Matt Davis[Docs] Escape the @ symbol, so that it appears in docum...
2018-04-26 Chandler Carruth[x86] Revert r330322 (& r330323): Lowering x86 adds...
2018-04-26 Roman Lebedev[InstCombine][NFC] Regenerate checks in or-xor.ll
2018-04-26 Reid KlecknerFix WAsm dwarfdump.ll test on Windows
2018-04-26 Roman Lebedev[InstCombine][NFC] Regenerate checks in and-or-not.ll
2018-04-26 Adrian PrantlRevert "Fix a bug that prevents global variables from...
2018-04-26 Sanjoy Das[InstCombine] Simplify Add with remainder expressions...
2018-04-26 Sanjoy DasAdd test cases to prepare for the optimization that...
2018-04-26 Reid Kleckner[asan] Align __asan_global_start so that it works with LLD
2018-04-26 Reid KlecknerEnable full debug info in the ASan runtime on Windows
2018-04-26 Roman Tereshin[GlobalISel] Reporting rules covered as part of the...
2018-04-26 Craig Topper[X86] Make __builtin_ia32_readeflags_u32 and __builtin_...
2018-04-26 Roman Lebedev[InstCombine][NFC] add2.ll: add a few commutative checks.
2018-04-26 Roman Lebedev[InstCombine][NFC] Autogenerate checks in add2.ll
2018-04-26 Roman Lebedev[LLD][WASM] Handle WASM_SYMBOL_TYPE_SECTION in toString().
2018-04-26 Simon Atanasyan[mips] Accept 32-bit offsets for lb and lbu commands
2018-04-26 Sam Clegg[WebAssembly] Write DWARF data into wasm object file
2018-04-26 Matt ArsenaultDAG: Fix not legalizing vector fcanonicalizes
2018-04-26 Matt ArsenaultAMDGPU: Extend extract_vector_elt fneg combine to fabs
2018-04-26 Matt ArsenaultAMDGPU: Consolidate SubtargetPredicate definitions
2018-04-26 Rafael EspindolaDelete unused variable.
2018-04-26 Justin BognerSpecify REQUIRES: default_triple in a few tests
2018-04-26 Geoff Berry[AArch64] Fix scavenged spill slot base when stack...
2018-04-26 Roman Lebedev[NFC][InstCombine] rem.ll: add a few commutative tests.
2018-04-26 Roman Lebedev[NFC][InstCombine] Regenerate rem.ll test
2018-04-26 Alexander Shaposhnikov[llvm-objcopy] Implement --redefine-sym option
2018-04-26 Michael Bergaugmenting description for fcmp fmf - NFC
next