platform/upstream/llvm.git
2018-04-27 Heejin Ahn[DAGCombiner] Fix a case of 1 in non-splat vector pow2...
2018-04-27 Craig Topper[X86] Make the STTNI flag intrinsics use the flags...
2018-04-27 Adrian PrantlFix a bug that prevents global variables from having...
2018-04-27 Artem Dergachev[analyzer] ObjCAutoreleaseWrite: Support a few more...
2018-04-27 Reid Kleckner[FastISel] Actually enable local value sinking by default
2018-04-27 Reid Kleckner[FastISel] Fix local value sinking algorithmic complexity
2018-04-27 Adrian PrantlFix a bug in GlobalOpt's handling of DIExpressions.
2018-04-27 Roman Lebedev[PatternMatch] Stabilize the matching order of commutat...
2018-04-27 Simon Pilgrim[X86] Merge some x87 instruction instregex single match...
2018-04-27 Sanjay Patel[Reassociate] add a test with debug info; NFC
2018-04-27 Greg ClaytonFix build bots after r331049 broke them.
2018-04-27 Daniel SandersAttempt to fix remaining build failures after r331071...
2018-04-27 Philip Reames[LICM] Reduce nesting with an early return [NFC]
2018-04-27 Philip Reames[MustExecute/LICM] Special case first instruction in...
2018-04-27 Vlad TsyrklevichELFObjectWriter: Allow one unique symver per symbol
2018-04-27 Nico WeberRevert r329698 (and r329702).
2018-04-27 Daniel Neilson[LV] Common duplicate vector load/store address calcula...
2018-04-27 Rafael EspindolaDon't create a temporary DenseMap for each input .eh_frame.
2018-04-27 Daniel SandersAttempt to fix build failure after r331071 using std...
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...
next