platform/upstream/llvm.git
2019-08-13 Nico Webergn build: Merge r368630
2019-08-13 Nico Webergn build: Give cmake sync script an opt-in --write...
2019-08-13 Louis Dionne[libc++] Fix incorrect UNSUPPORTED annotation
2019-08-13 Nico Webergn build: Make sync script group output by revision
2019-08-13 Louis Dionne[libc++] Use [[nodiscard]] for lock_guard, as an extension
2019-08-13 Simon Pilgrim[X86] XFormVExtractWithShuffleIntoLoad - handle shuffle...
2019-08-13 Simon Pilgrim[X86] SimplifyDemandedVectorElts - attempt to recombine...
2019-08-13 Fangrui Song[ELF] Don't special case symbolic relocations with...
2019-08-13 Hans WennborgRevert r368276 "[TargetLowering] SimplifyDemandedBits...
2019-08-13 Fangrui Song[ELF] Simplify handling of exportDynamic and isPreemptible
2019-08-13 David Bolvansky[NFC] Updated tests after r368657
2019-08-13 David Bolvansky[SimplifyLibCalls] Add dereferenceable bytes from known...
2019-08-13 Roman Lebedev[NFC][InstCombine] Non-canonical clamp pattern: non...
2019-08-13 Balazs Keri[ASTImporter] Import additional flags for functions.
2019-08-13 Qiu Chaofan[PowerPC] Fix ICE when truncating some vectors
2019-08-13 Amara Emerson[AArch64][GlobalISel] Replace explicit vreg creation...
2019-08-13 Amara Emerson[GlobalISel] Make the InstructionSelector instance...
2019-08-13 Fangrui Song[ELF] Rename odd variable names "New" after r365730...
2019-08-13 Serge PavlovAdded unit tests to check supported rounding modes
2019-08-13 Fangrui Song[ELF][test] Add dynamic-list-preempt2.s
2019-08-13 Aditya Nandakumar[GlobalISel]: Add KnownBits for G_XOR
2019-08-13 Yevgeny RoubanVerifier: check prof branch_weights
2019-08-13 Akira HatanakaDo not call replaceAllUsesWith to upgrade calls to...
2019-08-13 Stanislav Mekhanoshin[AMDGPU] Fix msan failure in printf lowering
2019-08-13 Bob Haarman[lld] Remove unnecessary "class Lazy"
2019-08-13 Daniel SandersEliminate implicit Register->unsigned conversions in...
2019-08-13 Julian Lettner[TSan] Fix test failing on Linux
2019-08-13 Alex Lorenzclang-scan-deps: do not spawn threads when LLVM_ENABLE_...
2019-08-13 Alex Langford[Symbol] Remove redundant include
2019-08-13 Akira HatanakaRevert "Do not call replaceAllUsesWith to upgrade calls...
2019-08-13 Eric ChristopherMove findBBwithCalls to the file it's used in to avoid...
2019-08-13 Craig Topper[X86] Remove 'Server' from Tigerlake description comments.
2019-08-12 Akira HatanakaDo not call replaceAllUsesWith to upgrade calls to...
2019-08-12 Stanislav Mekhanoshin[AMDGPU] removed unused functions from printf lowering
2019-08-12 Stephane Moore[clang] Update isDerivedFrom to support Objective-C...
2019-08-12 Reid Kleckner[WinEH] Fix catch block parent frame pointer offset
2019-08-12 Juergen Ributzka[TextAPI] Fix & Add tests for tbd files version 3.
2019-08-12 Daniel Sanders[risc-v] Apply llvm-prefer-register-over-unsigned from...
2019-08-12 Daniel Sanders[aarch64] Apply llvm-prefer-register-over-unsigned...
2019-08-12 Daniel Sanders[webassembly] Apply llvm-prefer-register-over-unsigned...
2019-08-12 Stanislav Mekhanoshin[AMDGPU] Use PredicateControl in MIMGBaseOpcode. NFC.
2019-08-12 Johannes Doerfert[Attributor] Use the cached data layout directly
2019-08-12 Whitney TsangTitle: Fix build warning for operator<< when using...
2019-08-12 Craig Topper[X86] Allow combineTruncateWithSat to use pack instruct...
2019-08-12 Johannes Doerfert[Attributor][NFC] Add IntegerState raw_ostream << operator
2019-08-12 Johannes Doerfert[Attributor] Make the InformationCache an Attributor...
2019-08-12 Davide Italiano[CompilerType] Pass an ExecutionContextScope to GetType...
2019-08-12 Mitch Phillips[GWP-ASan] Update backtrace function signature.
2019-08-12 Aditya Nandakumar[GISel]: Fix a bug in KnownBits where we should have...
2019-08-12 Max Moroz[libFuzzer] Merge: print feature coverage number as...
2019-08-12 Stella StamenovaRevert "[lldb] Refactor guard variable checks in IRForT...
2019-08-12 Stella StamenovaRevert "[lldb] Fix dynamic_cast by no longer failing...
2019-08-12 Davide Italiano[Symbol] GetTypeBitAlign() should return None in case...
2019-08-12 Nico WeberFix Wnewline-eof after r368598
2019-08-12 Juergen RibutzkaRevert "Disable MachO TBD write tests for Windows."
2019-08-12 Erik Pilkington[Sema] Check __builtin_bit_cast operand for completenes...
2019-08-12 Craig Topper[X86] Remove unreachable code from LowerTRUNCATE. NFC
2019-08-12 Craig Topper[X86] Add a paranoia type check to the code that detect...
2019-08-12 Craig Topper[X86] Simplify creation of saturating truncating stores.
2019-08-12 Craig Topper[X86] Replace call to isTruncStoreLegalOrCustom with...
2019-08-12 Nico Weber small follow-up to r368604
2019-08-12 Nico Weberlibcxxabi: Rename .hpp files to .h
2019-08-12 Dan Liew[asan_symbolize] Fix bug where the frame counter was...
2019-08-12 Diego Astiazaran[clang-doc] Generate HTML links for children namespaces...
2019-08-12 Nico Webergn build: Merge r368592
2019-08-12 Erik Pilkington[Sema] Require a complete type for __builtin_bit_cast...
2019-08-12 Louis Dionne[libc++] Implement CTAD for std::tuple
2019-08-12 Matthew G McGovern[builtins] MSVC warning disable for clean build
2019-08-12 Kang Zhang[NFC][PowerPC] Add the test case shrink-wrap.mir and...
2019-08-12 Wenlei He[ThinLTO][AutoFDO] Fix memory corruption due to race...
2019-08-12 Roman Lebedev[CostModel][X86][AArch64] Check all 3 cost kinds in...
2019-08-12 Craig Topper[X86] Disable use of zmm registers for varargs musttail...
2019-08-12 David Green[ARM] sext of a load is free
2019-08-12 Stanislav Mekhanoshin[AMDGPU] Printf runtime binding pass
2019-08-12 Shafik Yaghmour[ASTDump] Add is_anonymous to VisitCXXRecordDecl
2019-08-12 Sam McCall[clangd] Refactor computation of extracted expr in...
2019-08-12 David Green[ARM] MVE shuffle broadcast costs
2019-08-12 Gabor HorvathFix multiple lifetime warning messages for range based...
2019-08-12 David Green[ARM] Put some of the TTI costmodel behind hasNeon...
2019-08-12 David Green[ARM] Add or update a number of costmodel tests. NFC
2019-08-12 Kostya Kortchinsky[scudo][standalone] Minor corrections
2019-08-12 Sean Fertile[XCOFF] Use a single symbolic constant for the size...
2019-08-12 Sanjay Patel[InstCombine] add tests for scalar-select-of-vectors...
2019-08-12 Raphael Isemann[lldb][NFC] Minor fixes for lldb_private::DiagnosticManager
2019-08-12 Ilya Biryukov[clangd] Separate chunks with a space when rendering...
2019-08-12 Benjamin KramerRemove outdated comment about clang not populating...
2019-08-12 Hans WennborgRevert r368339 "[MBP] Disable aggressive loop rotate...
2019-08-12 Jordan Rupprecht[llvm-ar][NFC] Fix buildbot
2019-08-12 Raphael Isemann[lldb] Remove undocumented return value from Diagnostic...
2019-08-12 Jordan Rupprecht[llvm-readobj] Downgrade 'PT_DYNAMIC segment offset...
2019-08-12 Simon Pilgrim[X86][SSE] Add test showing missing demanded elts PSADB...
2019-08-12 Kang ZhangRevert r368565: [CodeGen] Do the Simple Early Return...
2019-08-12 Owen Reynolds[llvm-ar] Accept file paths with windows format slashes
2019-08-12 Sam Elliott[RISCV] Fix ICE in isDesirableToCommuteWithShift
2019-08-12 David Bolvansky[InstCombine] x /c fabs(x) -> copysign(1.0, x)
2019-08-12 Johan Vikstrom[clangd] Added the vscode SemanticHighlighting feature...
2019-08-12 Raphael Isemann[lldb][NFC] Add unit test for lldb_private::DiagnosticM...
2019-08-12 David Stenberg[DebugInfo] Remove call sites when eliminating unreacha...
2019-08-12 Kang Zhang[CodeGen] Do the Simple Early Return in block-placement...
2019-08-12 Owen Reynolds[llvm-ar][test] Correct tests marked as expected fails
next