platform/upstream/llvm.git
2019-01-07 Jan Veselycmake: Install libraries to DATADIR from GNUInstallDirs
2019-01-07 Craig Topper[X86][AutoUpgrade] Make some tweaks to reduce the numbe...
2019-01-07 Craig TopperRevert r350555 "[X86] Use funnel shift intrinsics for...
2019-01-07 Craig TopperRevert r350554 "[X86] Remove AVX512VBMI2 concat and...
2019-01-07 Alina Sbirlea[MemorySSA] Add SkipSelfWalker.
2019-01-07 Craig Topper[TargetLowering][AMDGPU] Remove the SimplifyDemandedBit...
2019-01-07 Adrian PrantlSplit two sub-tests into separate top-level methods.
2019-01-07 Alina Sbirlea[MemorySSA] Refactor CachingWalker.
2019-01-07 Adrian PrantlRefactor test, no changes expected.
2019-01-07 Julian Lettner[TSan] Support Objective-C @synchronized with tagged...
2019-01-07 Craig Topper[X86] Use funnel shift intrinsics for the VBMI2 vshld...
2019-01-07 Craig Topper[X86] Remove AVX512VBMI2 concat and shift intrinsics...
2019-01-07 Diogo N. Sampaio[ARM] ComputeKnownBits to handle extract vectors
2019-01-07 Alina Sbirlea[MemorySSA] Extend the clobber walker with the option...
2019-01-07 Eric FiselierMark more tests as flaky
2019-01-07 Nikita PopovRevert "[DemandedBits] Use SetVector for Worklist"
2019-01-07 Simon Pilgrim[X86] Add OR(AND(X,C),AND(Y,~C)) bit select tests
2019-01-07 Nikita Popov[DemandedBits] Use SetVector for Worklist
2019-01-07 Leonard MosescuUse the minidump exception record if present
2019-01-07 Armando Montanez[elfabi] Add option to manually specify file read format
2019-01-07 Louis Dionne[pstl] Avoid shadowing explicit lambda capture with...
2019-01-07 Adrian PrantlFine-tune and document the barrier in TestQueues.
2019-01-07 Ilya Biryukov[clangd] Fix Windows build after r350531
2019-01-07 Jordan Rupprecht[llvm-objcopy] Handle -O <format> flag.
2019-01-07 Ilya Biryukov[clangd] Include <cstdio> instead of <stdio.h>. NFC
2019-01-07 Louis Dionne[NFC] Fix formatting of README.md for better rendering
2019-01-07 Stefan Granitz[CMake] Fix standalone builds: make dependency to LLVM...
2019-01-07 Adrian PrantlSimplify testcase by using lldbutil.run_to_source_break...
2019-01-07 David Greene[lit] Respect PYTHONPATH
2019-01-07 Marshall ClowAdd the feature test macros that were defined in p1353r...
2019-01-07 Matt Morehouse[llvm-demangle-fuzzer] Also fuzz microsoftDemangle().
2019-01-07 Sanjay Patel[x86] add more tests for LowerToHorizontalOp(); NFC
2019-01-07 Rhys PerryAMDGPU: test for uniformity of branch instruction,...
2019-01-07 Ilya Biryukov[clangd] Remove 'using namespace llvm' from .cpp files...
2019-01-07 Alexey Bataev[OPENMP][NVPTX]Reduce number of barriers in reductions.
2019-01-07 Benjamin Kramer[Sema] Fix unused variable warning in Release builds
2019-01-07 Rafael Stahl[analyzer] Pass the correct loc Expr from VisitIncDecOp...
2019-01-07 Bruno Ricci[AST] Store some data of CXXNewExpr as trailing objects
2019-01-07 Hyrum Wright[clang-tidy] Use the public hasInit matcher, rather...
2019-01-07 Bruno Ricci[AST][NFC] Pack DependentScopeDeclRefExpr and CXXUnreso...
2019-01-07 Alexey Bataev[OPENMP][NVPTX]Fix dynamic scheduling.
2019-01-07 Hyrum Wright[clang] Add AST matcher for initializer list members
2019-01-07 James Henderson[llvm-nm] Add --portability as alias for --format=posix
2019-01-07 Gabor Marton[CTU] Make loadExternalAST return with non nullptr...
2019-01-07 Alexandre Ganea[CodeView] More appropriate name and type for a Microso...
2019-01-07 Bruno Ricci[AST][NFC] Pack OpaqueValueExpr
2019-01-07 Matt ArsenaultAMDGPU: Remove v16i8 from register classes
2019-01-07 Matt ArsenaultAMDGPU: Remove VS/SV mappings from select
2019-01-07 Martin Probstclang-format: [JS] support goog.requireType.
2019-01-07 Haojian Wu[clangd] Fix a regression issue caused by r348365.
2019-01-07 Simon PilgrimRegenerate test.
2019-01-07 Simon PilgrimRegenerate test.
2019-01-07 Ilya Biryukov[clangd] Disable BackgroundIndexTest.PeriodicalIndex
2019-01-07 Pavel LabathObjectFileBreakpad: Implement sections
2019-01-07 Pavel LabathProcessLaunchInfo: remove Debugger reference
2019-01-07 Chandler Carruth[CallSite removal] Move the rest of IR implementation...
2019-01-07 Chandler Carruth[CallSite removal] Port `IndirectCallSiteVisitor` to...
2019-01-07 Chandler Carruth[CallSite removal] Move the verifier to use `CallBase...
2019-01-07 Craig Topper[X86] Update VBMI2 vshld/vshrd tests to use an immediat...
2019-01-07 Richard SmithDR674, PR38883, PR40238: Qualified friend lookup should...
2019-01-07 Craig Topper[X86] Update VBMI2 vshld/vshrd tests to use an immediat...
2019-01-07 Chandler Carruth[CallSite removal] Migrate all Alias Analysis APIs...
2019-01-07 Chandler Carruth[CallSite removal] Add `CallBase` support to the `InstV...
2019-01-07 Brian Gesiak[SemaCXX] Fix ICE for unexpanded parameter pack
2019-01-07 Nico Weber[gn build] Add build files for llvm/lib/Target/ARM...
2019-01-07 Nico Weber[gn build] Add build files for llvm/lib/Target/AArch64...
2019-01-06 Craig Topper[X86] Add support for matching vector funnel shift...
2019-01-06 Lama SabaRevert "Resubmit rL345008 "Split MachinePipeliner code...
2019-01-06 Sanjay Patel[x86] explicitly set cost of integer add/sub
2019-01-06 Nico WeberFix bug in test found by the diagnostic added in r350340.
2019-01-06 Nico Weber[gn build] Merge r350341
2019-01-06 Lama SabaResubmit rL345008 "Split MachinePipeliner code into...
2019-01-06 Nico Weber[gn build] Add build files for LLVM unittests with...
2019-01-06 Petr Hosek[CMake] Use hidden visibility for static libc++ in...
2019-01-06 Craig Topper[LegalizeVectorOps] Add FSHL/FSHR to the list of vector...
2019-01-06 Petr Hosek[libcxx] Support building hermetic static library
2019-01-06 Petr Hosek[compiler-rt][Fuchsia] Replace _zx_vmar_allocate_old...
2019-01-06 Mike SpertusHave MSVC Visualizer for DeducedTemplateSpecializationT...
2019-01-06 Petr Hosek[CMake][Fuchsia] Enable build ID, relaxations for first...
2019-01-06 Eric FiselierFix PR39749 - Headers containing just #error harm __has...
2019-01-05 Petr HosekRevert "[CMake][Fuchsia] Enable experimental new pass...
2019-01-05 Craig Topper[X86][AsmParser] Don't allow X86::DX in CheckBaseRegAnd...
2019-01-05 Mike SpertusFix MSVC Visualization for TemplateTypeParmType and...
2019-01-05 Craig Topper[X86] Use two pmovmskbs in combineBitcastvxi1 for ...
2019-01-05 Craig Topper[X86] Allow combinevxi1Bitcast to use pmovmskb on avx51...
2019-01-05 Jan KratochvilFix symbols.enable-external-lookup description wording
2019-01-05 Eric FiselierFix flaky symlink access time test.
2019-01-05 Kamil RytarowskiRevert "D56064: More tolerance for flaky tests in libc...
2019-01-05 Saleem AbdulrasoolCodeGen: fix autolink emission on ELF
2019-01-05 Stanislav MekhanoshinAdded single use check to ShrinkDemandedConstant
2019-01-05 Craig Topper[X86] Regenerate test to merge 32-bit and 64-bit check...
2019-01-05 Craig Topper[X86] Allow LowerTRUNCATE to use PACKUS/PACKSS for...
2019-01-05 Saleem AbdulrasoolCodeGen: switch iteration to range based for loop ...
2019-01-05 Nikita Popov[InstCombine] Improve cttz/ctlz + icmp tests; NFC
2019-01-05 Mike SpertusImprove MSVC type visualizations
2019-01-05 Mike SpertusEnhance MSVC visualization of PointerUnions
2019-01-05 Nikita Popov[InstCombine] Add cttz/ctlz + icmp ugt/ult tests; NFC
2019-01-05 Serge Guelton[python] Make the collections import future-proof
2019-01-05 Jonas Toth[Documentation] fix order of checks in checks/list.rst
2019-01-05 Martin Storsjo[docs] Add a known limitation to the comment about...
next