platform/upstream/llvm.git
2019-12-06 LLVM GN Syncbotgn build: Merge 9e8c799e2b0
2019-12-06 Alexey Lapshin[Dsymutil][NFC] Move NonRelocatableStringpool into...
2019-12-06 Daniil Suchkov[LCSSA] Don't use VH callbacks to invalidate SCEV when...
2019-12-06 Douglas YungFix build of LookupResult.cpp from aeda128 with Visual...
2019-12-06 Lang Hames[JITLink] Use Blocks rather than Symbols for SectionRange.
2019-12-06 Lang Hames[JITLink] Remove the Section::symbols_empty() method.
2019-12-06 David BlaikieDebugInfo: Pull out a common expression.
2019-12-06 George Burgess IVllvm-reduce: Add a space to an option's --help
2019-12-06 Huihui Zhang[ConstantFold][SVE] Skip scalable vectors in ConstantFo...
2019-12-06 Richard SmithFix crash if a user-defined conversion is applied in...
2019-12-06 Douglas YungTighten up CHECK lines added in a9f10ebffa to work...
2019-12-06 Peter Collingbournegn build: Add support for building scudo and its unit...
2019-12-06 Peter Collingbournegn build: Bump Android API level to 29, and NDK to...
2019-12-06 Craig Topper[X86] Make X86TargetLowering::BuildFILD return a std...
2019-12-06 Liu, Chen3Add strict fp support for instructions fadd/fsub/fmul...
2019-12-06 LLVM GN Syncbotgn build: Merge aeda128a96c
2019-12-06 LLVM GN Syncbotgn build: Merge 6470497817e
2019-12-06 Greg ClaytonAdd lookup functions for efficient lookups of addresses...
2019-12-06 Sterling AugustineRevert "[AST] Traverse the class type loc inside the...
2019-12-06 Teresa Johnson[ThinLTO] Add option to disable readonly/writeonly...
2019-12-06 Quentin Colombet[RegisterCoalescer] Fix the creation of subranges when...
2019-12-06 Reid KlecknerHandle two corner cases in creduce-clang-crash.py
2019-12-06 Wenlei He[AutoFDO] Top-down Inlining for specialization with...
2019-12-05 Wenlei He[AutoFDO] Properly merge context-sensitive profile...
2019-12-05 LLVM GN Syncbotgn build: Merge fdf80e86a52
2019-12-05 Saar Raz[Concepts] Fix build failures in D41569
2019-12-05 Jordan Rupprecht[lldb] Update hardcoded Makefile.rules inclusions.
2019-12-05 Saar Raz[Concepts] Constraint Enforcement & Diagnostics
2019-12-05 Fangrui Song[IR] Move ctor in the NDEBUG branch
2019-12-05 Fangrui Song[IR] Add a default copy constructor for -Wdeprecated...
2019-12-05 Richard SmithProperly convert all declaration non-type template...
2019-12-05 Eric ChristopherAdd a default copy constructor for -Wdeprecated-copy...
2019-12-05 Jon Chesterfield[libomptarget][nfc] Introduce SHARED, ALIGN macros
2019-12-05 Adrian PrantlDebug Info: Apply a default location for cleanups if...
2019-12-05 David BlaikieDebugInfo: Fix LTO+DWARFv5 loclists
2019-12-05 Adrian PrantlDebug Info: Assert that location is available for cleanups
2019-12-05 Adrian PrantlSet a source location for Objective-C accessor stubs
2019-12-05 Jon Chesterfield[libomptarget][nfc] Move omptarget-nvptx under common
2019-12-05 David Tenty[AIX] Make sure to use QualNames for external global...
2019-12-05 Aaron BallmanAdd documentation headings for the OpenCL attributes.
2019-12-05 cchen[OpenMP50] Add parallel master construct
2019-12-05 Amy HuangUse diff -b on zlib tests so they pass on Windows
2019-12-05 Nathan Ridge[clangd] Highlighting dependent types in more contexts
2019-12-05 Nathan Ridge[clangd] Find reference to template parameter in 'sizeo...
2019-12-05 Florian HahnRevert "[DSE] Fix for a dangling point bug in DeadStore...
2019-12-05 Evgenii StepanovLowerDbgDeclare: look through bitcasts.
2019-12-05 Peter Collingbournescudo: Fix one of the C wrapper tests on Android.
2019-12-05 Peter Collingbournescudo: Fix the build of wrappers_c_test.cpp on Android.
2019-12-05 Volkan Keles[GlobalISel] Localizer: Allow targets not to run the...
2019-12-05 Craig Topper[X86] Remove ProcIntelGLM/ProcIntelGLP/ProcIntelTRM...
2019-12-05 Bob HaarmanRevert "[InstCombine] keep assumption before sinking...
2019-12-05 Alexey Bataev[OPENMP50]Add support for if clause for simd part in...
2019-12-05 Roman Lebedev[InstCombine] Invert `add A, sext(B) --> sub A, zext...
2019-12-05 Fangrui Song[ELF][PPC64] Support long branch thunks with addends
2019-12-05 Sanne Wouda[AArch64] Fix MUL/SUB fusing
2019-12-05 shafik[LLDB] Replacing use of ul suffix in GetMaxU64Bitfield...
2019-12-05 Puyan Lotfi[llvm] llvm-ifs: Support for handling empty IFS and...
2019-12-05 Ankit[DSE] Fix for a dangling point bug in DeadStoreElimination.
2019-12-05 Fangrui Song[ELF][PPC64] Don't copy ppc64BranchltIndex in replaceWi...
2019-12-05 Gabor Horvath[scan-build-py] Set of small fixes
2019-12-05 Balázs Kéri[ASTImporter] Various source location and range import...
2019-12-05 Alexey Bataev[OPENMP50]Add support for if clause for simd part in...
2019-12-05 Scott Linder[AMDGPU][HIP] Improve opt-level handling
2019-12-05 Sanjay Patel[InstCombine] narrow select with FP casts
2019-12-05 Sanjay Patel[InstCombine] add FMF guard to builder in fptrunc trans...
2019-12-05 Jeremy Morse[DebugInfo] Don't create multiple DBG_VALUEs when sinking
2019-12-05 Jeremy Morse[DebugInfo] Don't reorder DBG_VALUEs when sunk
2019-12-05 Jeremy Morse[DebugInfo] Re-apply two patches to MachineSink
2019-12-05 Sanjay Patel[InstCombine] add tests for fpext+select+fptrunc; NFC
2019-12-05 Alexey Bataev[OPENMP][DOCS]Update list of the supported features...
2019-12-05 Ilya Biryukov[Syntax] Show input code on tests failures. NFC
2019-12-05 Alexey Bataev[OPENMP50]Add support for if clause for simd part in...
2019-12-05 Danilo Carvalho... [AArch64][SVE] Integer reduction instructions pattern...
2019-12-05 Haojian Wu[clangd] Simplify the code, NFC.
2019-12-05 LLVM GN Syncbotgn build: Merge 7f93cb62280
2019-12-05 Sam Parker[ARM] Enable TypePromotion by default
2019-12-05 Haojian Wu[AST] Traverse the class type loc inside the member...
2019-12-05 Raphael Isemann[lldb][NFC] Move Address and AddressRange functions...
2019-12-05 Hans WennborgAlso check /Fo when deciding on the .gcna / .gcda filen...
2019-12-05 Roman Lebedev[InstCombine] Extend `0 - (X sdiv C) -> (X sdiv -C...
2019-12-05 Victor Lomuller[AST] Enable expression of OpenCL language address...
2019-12-05 Pavel Labath[lldb/DWARF] Switch to llvm debug_rnglists parser
2019-12-05 Melanie Blower Reapply af57dbf12e54 "Add support for options...
2019-12-05 Pavel Labath[lldb/cpluspluslanguage] Add constructor substitutor
2019-12-05 Pavel Labath[llvm/DWARF] Return section offset from DWARFUnit:...
2019-12-05 Djordje Todorovic[LiveDebugValues] Silence the unused var warning; NFC
2019-12-05 Haojian Wu[clangd] More unittests for cross-file rename.
2019-12-05 David Stenberg[DebugInfo] Handle call site values for instructions...
2019-12-05 Lang HamesFix the clang interpreter example which was broken...
2019-12-05 Pavel Labath[lldb] Don't put compile unit name into the support...
2019-12-05 Cullen Rhodes[AArch64][SVE] Implement element count intrinsics
2019-12-05 Peter Smith[LLD][ELF][AArch64] .note.gnu.property sections should...
2019-12-05 Djordje TodorovicReland "[LiveDebugValues] Introduce entry values of...
2019-12-05 Balázs Kéri[Checkers] Added support for freopen to StreamChecker.
2019-12-05 Peter Smith[LLD][ELF] Add support for PT_GNU_PROPERTY
2019-12-05 Haojian Wu[clangd] Fix an incorrect comment, NFC.
2019-12-05 Lang Hames[ORC] Remove the automagic Main JITDylib fram Execution...
2019-12-05 Florian Hahn[MCRegInfo] Add forward sub and super register iterator...
2019-12-05 Florian Hahn[MIBundle] Turn MachineOperandIteratorBase into a forwa...
2019-12-05 Muhammad Omair... Avoid triple corruption while merging core info
next