platform/upstream/llvm.git
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...
2019-01-05 Martin Storsjo[MinGW] Expand comment for MinGW driver. NFC.
2019-01-05 Nikita Popov[InstCombine] Relax cttz/ctlz with select on zero
2019-01-05 Nikita Popov[InstCombine] Add vector tests for select + ctlz/cttz...
2019-01-05 Petr Hosek[CMake][Fuchsia] Enable experimental new pass manager...
2019-01-05 Petr Hosek[CMake][Fuchsia] Enable x86 relaxation by default
2019-01-05 Petr Hosek[CMake][Fuchsia] Enable --build-id linker flag by default
2019-01-05 Nico Weber[gn build] Merge r350423
2019-01-05 Nico Weber[gn build] Add build files for unittests under llvm...
2019-01-05 Easwaran Raman[Inliner] Optimize shouldBeDeferred
2019-01-05 Craig Topper[X86] Require second operand of X86vshiftuniform to...
2019-01-05 Nico Weber[gn build] Add build files for unittests that load...
2019-01-05 Nico WeberLet new test from r350340 still pass even after r350451.
2019-01-05 Alexandre Ganea[LLD][COFF] PDB: Parallel sort publics
2019-01-05 Nico WeberMove -add-plugin validation after -load was executed.
2019-01-05 Alexandre Ganea[LLD][COFF] Fix namespace compilation issue with a...
2019-01-05 Evgeniy StepanovRevert "Revert "Switch Android from TLS_SLOT_TSAN(8...
2019-01-05 Evgeniy StepanovRevert "Revert "[hwasan] Android: Switch from TLS_SLOT_...
2019-01-05 Nico Weber[gn build] Add build file for DebugInfoPDBTests
2019-01-05 Jonas Devlieghere[Driver] Some more cleanup. NFC
2019-01-04 Peter CollingbourneBring back the pthread_create interceptor, but only...
2019-01-04 Peter CollingbourneDisable system-allocator-fallback.cc test on Android...
2019-01-04 Evgeniy Stepanov[sanitizer] Reduce stack depot size on Android.
2019-01-04 Rong Xu[PGO] Use SourceFileName rather module name in PGOFuncName
2019-01-04 Joel E. Denny[OpenMP] Refactor const restriction for linear
2019-01-04 Joel E. Denny[OpenMP] Refactor const restriction for reductions
2019-01-04 Joel E. Denny[OpenMP] Replace predetermined shared for const variable
2019-01-04 Alexandre Ganea[LLD][COFF] Fix file/line retrieval when a undefined...
2019-01-04 Nikita Popov[X86] Fix warning; NFC
2019-01-04 Vyacheslav... Update the pr_datasz of .note.gnu.property section.
2019-01-04 Nikita Popov[BDCE] Remove dead uses of arguments
2019-01-04 Evandro Menezes[AArch64] Adjust the cost model for Exynos M3
2019-01-04 Peter CollingbourneFix default-function-attr.c so that it works on Windows.
2019-01-04 Craig Topper[X86] Add INSERT_SUBVECTOR to ComputeNumSignBits
2019-01-04 Alexey Bataev[OPENMP][NVPTX]General formatting/code improvement...
2019-01-04 Sanjay Patel[x86] add tests for potential horizontal vector ops...
next