platform/upstream/llvm.git
2020-08-21 Florian Hahn[DSE,MemorySSA] Split off partial tracking from isOverwite.
2020-08-21 Eduardo Caldas[SyntaxTree] Add support for `this`
2020-08-21 Sam Parker[ARM][CostModel] Select instruction costs.
2020-08-21 David Green[ARM][LV] Add a preferPredicatedReductionSelect target...
2020-08-21 Qiu Chaofan[PowerPC] Add readflm/setflm intrinsics to Clang
2020-08-21 Craig Topper[X86] Correct the implementation of the testFeature...
2020-08-21 Mehdi AminiAllow multiple calls to InitLLVM() (NFC)
2020-08-21 Jonas Devlieghere[lldb] Fix a new -Wdocumetnation issues (NFC)
2020-08-21 Jonas Devlieghere[lldb] Remove redundant call to FindBacktrace (NFC)
2020-08-21 Jonas Devlieghere[lldb] Simplify CMake logic with LLVM's append_if function
2020-08-21 Michael Kruse[Polly] Update isl to isl-0.22.1-416-g61d6dc75.
2020-08-21 Mauricio SifontesRefactor Reduction Tree Pass
2020-08-21 Xing GUORevert "[DWARFYAML] Add support for referencing differe...
2020-08-21 Yevgeny Rouban[ADT] Allow IsSizeLessThanThresholdT for incomplete...
2020-08-21 Xing GUO[DWARFYAML] Add support for referencing different abbre...
2020-08-21 Xing GUO[DWARFYAML] Add support for emitting multiple abbrev...
2020-08-21 Shoaib Meenai[cmake] Don't use ld.lld when targeting Darwin
2020-08-21 Xing GUO[DWARFYAML] Add support for emitting multiple abbrev...
2020-08-21 Michael Liao[amdgpu] Add codegen support for HIP dynamic shared...
2020-08-21 Shoaib Meenai[runtimes] Allow LLVM_BUILTIN_TARGETS to include Darwin
2020-08-21 Gousemoodhin... [clang]: Remove assertion which checks explicit declar...
2020-08-21 Kang Zhang[PowerPC] Fix a typo for InstAlias of mfsprg
2020-08-21 Jonas Devlieghere[lldb] Capture and load home directory from the reproducer.
2020-08-21 Jonas Devlieghere[lldb] Implement WorkingDirectoryProvider in terms...
2020-08-21 Vitaly BukaRevert "[libFuzzer] Fix value-profile-load test."
2020-08-21 Volodymyr Sapsai[HeaderSearch] Fix processing #import-ed headers multip...
2020-08-21 Vitaly Buka[NFC][libFuzzer] Try to fix test on Windows
2020-08-21 Vitaly BukaFix msan build
2020-08-21 Justin Bogner[GISel] Correct the known bits of G_ANYEXT
2020-08-21 Richard SmithImprove pretty-printing for APValues of void type.
2020-08-20 Julian Lettner[Darwin][iOS] Enable test on non-macOS platforms
2020-08-20 Richard SmithFix up clangd after Clang 038edf6029bafe70b1f7165abe2b0...
2020-08-20 Julian Lettner[compiler-rt][Darwin] Refactor minimum deployment targe...
2020-08-20 Fangrui Song[ELF] Keep st_type for symbol assignment
2020-08-20 JonChesterfieldFix 32 bit build broken by D85990 by dropping align...
2020-08-20 Richard SmithDon't reject uses of void-returning consteval functions.
2020-08-20 Frank Laub[MLIR] Add affine.parallel folder and normalizer
2020-08-20 Eric LeeseMake DWARFExpression::GetLocationExpression public
2020-08-20 Jonas Devlieghere[lldb] Extract FileSystem initialization code into...
2020-08-20 Fangrui Song[test] Replace `yaml2obj >` with `yaml2obj -o` and...
2020-08-20 George Mitenkov[MLIR][SPIRVToLLVM] Removed std to llvm patterns from...
2020-08-20 Fangrui Song[llvm-dwarfdump] Fix a typo: witin -> within
2020-08-20 Jonas Devlieghere[lldb] Provide GetHomeDirectory wrapper in Host::FileSy...
2020-08-20 Jon RoelofsFix a couple of typos. NFC
2020-08-20 Simon Pilgrim[X86] Enable constexpr on POPCNT intrinsics (PR31446)
2020-08-20 Matt ArsenaultCodeGen: Don't drop AA metadata when splitting MachineM...
2020-08-20 Matt ArsenaultAMDGPU/GlobalISel: Legalize odd sized loads with widening
2020-08-20 vnalamotallSGPRSpillsAreDead() should use actual FP/BP frame...
2020-08-20 Kamau Bridgeman[PowerPC][PCRelative] Thread Local Storage Support...
2020-08-20 Julian Lettner[TSan][Darwin] Remove unnecessary lit substitution
2020-08-20 Cameron McInally[NFCI][SVE] Move fixed length i32/i64 SDIV tests
2020-08-20 Julian Lettner[TSan][Darwin] Enable test on non-macOS platforms
2020-08-20 Fangrui Song[llvm-dwarfdump] --statistics: switch to json::OStream...
2020-08-20 Raul TambreTest commit
2020-08-20 Gongyu Deng[lldb] tab completion for breakpoint names
2020-08-20 Cameron McInally[SVE] Lower fixed length vXi8/vXi16 SDIV to scalable
2020-08-20 LLVM GN Syncbot[gn build] Port 1a995a0af3c
2020-08-20 Jessica Clarke[RISCV] Enable MCCodeEmitter instruction predicate...
2020-08-20 Roman Lebedev[NFC][InstCombine] Tests for PHI-of-insertvalue's
2020-08-20 Jay Foad[AMDGPU] Remove uses of Register::isPhysicalRegister...
2020-08-20 Mircea Trofin[NFC] Expose the -Oz module optimization pipeline to opt
2020-08-20 Jordan Rupprecht[lldb][asan] Mark destructor as virtual to allow subcla...
2020-08-20 Siva Chandra... [libc] Add a class called NormalFloat which represents...
2020-08-20 Jay Foad[PeepholeOptimizer] Remove dead code
2020-08-20 Siva Chandra... [libc][NFC] Switch math tests to the new ULP based...
2020-08-20 Eduardo Caldas[SyntaxTree] Split tests related to Namespace
2020-08-20 Eduardo Caldas[SyntaxTree] Unify logic for generating `id-expression`
2020-08-20 Eduardo Caldas[SyntaxTree] Add support for `MemberExpression`
2020-08-20 Hans Wennborglld docs config: Use a list key in html_sidebars
2020-08-20 Pavel Labath[lldb/Utility] Simplify Scalar handling of float types
2020-08-20 Alex Bradbury[index-while-building] Fix build with -DBUILD_SHARED_LI...
2020-08-20 Bevin HanssonAdd triples to fixed-point tests which lacked them.
2020-08-20 David Green[LV] Allow tail folded reduction selects to remain...
2020-08-20 Raphael IsemannRevert "[compiler-rt] Compile assembly files as ASM...
2020-08-20 Pavel Labath[lldb] Forcefully complete a type when adding typedefs
2020-08-20 Joachim PriesnerFix -allow-enabling-analyzer-alpha-checkers always...
2020-08-20 Aleksandr Platonov[clangd] Don't crash on `#pragma clang __debug parser_c...
2020-08-20 Adam Czachorowski[clangd] Remove useless stderr logging.
2020-08-20 Bjorn Pettersson[AArch64] Update a code comment incorrectly referring...
2020-08-20 Adam Czachorowski[clang] When loading preamble from AST file, re-export...
2020-08-20 Adam Czachorowski[clangd] Fix crash-bug in preamble indexing when using...
2020-08-20 Simon PilgrimFix Wdocumentation unknown parameter warning. NFC.
2020-08-20 David Green[ARM] Regenerate mve-vabd.ll test. NFC
2020-08-20 Shinji Okumura[Attributor] Handle CallBase case in AAValueConstantRan...
2020-08-20 Vitaly Buka[APInt] Allow self-assignment with libstdc++
2020-08-20 Georgii RymarRevert "[llvm-readobj/elf] - Refine the code for broken...
2020-08-20 Paul Walker[SVE] Add ISEL patterns for predicated shifts by an...
2020-08-20 David Stenberg[GlobalOpt] Fix an incorrect Modified status
2020-08-20 David StenbergReland "[LoopUnswitch] Fix incorrect Modified status"
2020-08-20 Bjorn Pettersson[DebugInfo] Fix DwarfExpression::addConstantFP for...
2020-08-20 Georgii Rymar[llvm-readobj/elf] - Refine the code for broken PT_DYNA...
2020-08-20 David StenbergRevert "[LoopUnswitch] Fix incorrect Modified status"
2020-08-20 Evgeny Leviant[ThinLTO] Import globals recursively
2020-08-20 Sebastian Neubauer[AMDGPU] Add A16/G16 to InstCombine
2020-08-20 Konstantin... [GlobalISel][IRTranslator] Support PHI instructions...
2020-08-20 Georgii Rymar[yaml2obj] - Make the 'Machine' key optional.
2020-08-20 Bevin HanssonRefactor most of the fixed-point tests.
2020-08-20 Bevin Hansson[IR] Add FixedPointBuilder.
2020-08-20 Bevin Hansson[ADT] Move FixedPoint.h from Clang to LLVM.
2020-08-20 Bevin Hansson[AST] Get field size in chars rather than bits in Recor...
next