platform/upstream/llvm.git
2020-07-24 Matt ArsenaultGlobalISel: Fix maxScalarIf predicate check
2020-07-24 Fangrui SongRevert D84264 "[SCCP] Directly remove non-feasible...
2020-07-24 Tim Keith[flang] Implicitly convert result of statement function
2020-07-24 Mitch PhillipsRevert "[libFuzzer] Expose fuzzer::FuzzerDriver()"
2020-07-23 Dokyung Song[libFuzzer] Add a missing include_directories.
2020-07-23 Eli Friedman[AArch64][SVE] Teach copyPhysReg to copy ZPR2/3/4.
2020-07-23 Lang Hames[ORC] Enable use of TargetProcessControl::getMemMgr...
2020-07-23 Craig Topper[bugpoint] Fix typo in assertion message. NFC
2020-07-23 Thomas Lively[WebAssembly] Fix store_unfolded_offset tests in simd...
2020-07-23 Roman Lebedev[NFC][GVN] Add a (horrible) test for D84181 demonstrati...
2020-07-23 Amy Kwan[PowerPC] Implement low-order Vector Multiply, Modulus...
2020-07-23 Petr HosekRevert "[CMake] Simplify CMake handling for zlib"
2020-07-23 Peter Collingbournescudo: Interleave odd and even tags for adjacent blocks.
2020-07-23 Eric ChristopherUse llvm::size rather than an empty loop to get the...
2020-07-23 Petr Hosek[CMake] Simplify CMake handling for zlib
2020-07-23 Matt MorehouseReland "[DFSan] Handle fast16labels for all API functions."
2020-07-23 Amara Emerson[GlobalISel] Use existing MIR builder instead of creati...
2020-07-23 Tobias Hieta[clang] Fix libdl linking for libclang in standalone...
2020-07-23 Sidharth Baveja[Loop Fusion] Integrate Loop Peeling into Loop Fusion...
2020-07-23 David Green[ARM] Add predicated mla reduction patterns
2020-07-23 Jonas Devlieghere[lldb] Remove the user-defined copy-ctor in ConstString
2020-07-23 Steven Wu[Bitcode] Avoid duplicating linker option when upgrading
2020-07-23 Nikita Popov[SCCP] Add another switch+phi test (NFC)
2020-07-23 Tarindu JayatilakaAdd new function properties to FunctionPropertiesAnalysis
2020-07-23 Matt ArsenaultAMDGPU: Fix failures from overflowing uint8_t number...
2020-07-23 Tue Ly[libc] Remove unused #include <vector> in fmin_test...
2020-07-23 Tue Ly[libc] Add implementations of fmax, fmaxf, and fmaxl.
2020-07-23 Peter Collingbournescudo: Remove some boilerplate from the combined alloca...
2020-07-23 Mitch Phillips[libFuzzer] Expose fuzzer::FuzzerDriver()
2020-07-23 Amara Emerson[AArch64][GlobalISel] Add post-legalize combine for...
2020-07-23 Nikita Popov[SCCP] Add missing change reporting
2020-07-23 Tarindu JayatilakaAdd a Printer to the FunctionPropertiesAnalysis
2020-07-23 Nikita Popov[IR] Add min/max/abs intrinsics
2020-07-23 Roman Lebedev[LangRef] Add integer min/max/abs intrinsics
2020-07-23 Tarindu JayatilakaRefactor FunctionPropertiesAnalysis
2020-07-23 Matt ArsenaultAMDGPU/GlobalISel: Add some tests for stack passed...
2020-07-23 Nikita Popov[SCCP] Directly remove non-feasible edges
2020-07-23 Matt ArsenaultAMDGPU/GlobalISel: Handle call return values
2020-07-23 clementval[flang][openacc] Add missing comment in header
2020-07-23 MaheshRavishankar[mlir][Linalg] Fixing bug in subview size computation...
2020-07-23 Louis Dionne[libc++] Build the dylib with -faligned-allocation
2020-07-23 Matt MorehouseRevert "[DFSan] Handle fast16labels for all API functions."
2020-07-23 Nikita Popov[PredicateInfo][SCCP] Remove assertion (PR46814)
2020-07-23 Simon Pilgrim[X86][SSE] Add additional (f)add(shuffle(x,y),shuffle...
2020-07-23 Dokyung Song[libFuzzer] Disable interceptor tests on non-Linux...
2020-07-23 Gui Andrade[MSAN] Allow emitting checks for struct types
2020-07-23 Simon PilgrimRegionInfo.cpp - remove duplicate includes that already...
2020-07-23 Gui Andrade[MSAN] Never allow checking calls to __sanitizer_unalig...
2020-07-23 Louis Dionne[libc++abi] Also build the static archive with C++17
2020-07-23 Raphael Isemann[lldb] Make socket_packet_pump.py work in Python3
2020-07-23 Raphael Isemann[lldb][NFC] Remove FormatMap
2020-07-23 Gui Andrade[MSAN] Mark libatomic test unsupported on PowerPC
2020-07-23 Florian Hahn[IPSCCP] Add test case for PR46717 for argmemonly handling.
2020-07-23 Raphael IsemannReland [lldb] Unify type name matching in FormattersCon...
2020-07-23 Simon PilgrimCSEInfo.h - remove unused includes. NFC.
2020-07-23 Craig Topper[X86] Add Feature64Bit to the 'generic' CPU and remove...
2020-07-23 Pete Steinfeld[flang] Fix a crash when a BOZ literal is used as a...
2020-07-23 Jonas Devlieghere[lldb] Pass ConstString by value (again) (NFC)
2020-07-23 Steven Wu[Bitcode] Drop invalid branch_weight in BitcodeReader
2020-07-23 Dokyung SongRecommit "[libFuzzer] Link libFuzzer's own interceptors...
2020-07-23 Matt Morehouse[DFSan] Print more debugging info on test failure.
2020-07-23 Raphael Isemann[lldb] Make deleting frame recognizers actually work
2020-07-23 Mircea Trofin[llvm][NFC] Add comments and common-case API to Machine...
2020-07-23 Louis Dionne[libc++abi] Build the dylib with C++17, like for libc++
2020-07-23 Craig Topper[X86][docs] Add mention of removal of 'mpx' backend...
2020-07-23 Sanjay Patel[VectorCombine] add tests for load vectorization; NFC
2020-07-23 Simon PilgrimGISelKnownBits.h - remove unused includes. NFC.
2020-07-23 Simon PilgrimAggressiveInstCombine.h - remove unused includes. NFC.
2020-07-23 Simon PilgrimPassTimingInfo.h - remove unused includes. NFC.
2020-07-23 Fangrui Song[ELF] Support -r --gc-sections
2020-07-23 LLVM GN Syncbot[gn build] Port 92874d28669
2020-07-23 Evgeny Leviant[CodeGen][TargetPassConfig] Add unreachable-mbb-elimina...
2020-07-23 Braedy Kuzma[Matrix] Add asserts for mismatched element types.
2020-07-23 Sebastian Neubauer[AMDGPU] Fix typo. NFC
2020-07-23 Xing GUO[DWARFYAML] Refactor emitDebugInfo() to make the length...
2020-07-23 Xing GUO[DWARFYAML] Pull out common helper functions for rnglis...
2020-07-23 Kazuaki Ishizaki[mlir]: NFC: Fix trivial typo in documents and comments
2020-07-23 Simon Pilgrim[X86][SSE] SimplifyDemandedVectorEltsForTargetNode...
2020-07-23 Ulrich Weigand[SystemZ] Ensure -mno-vx disables any use of vector...
2020-07-23 Florian Hahn[SCEVExpander] Use IRBuilderCallbackInserter to call...
2020-07-23 Russell Gallop[docs] Fix TestSuiteGuide.md to mention scipy
2020-07-23 Mikhail Maltsev[libcxx] Adjust trivial_abi tests for C++03 and C+...
2020-07-23 Jay Foad[GlobalISel][AMDGPU] Legalize saturating add/subtract
2020-07-23 Florian Hahn[LSR] Re-generate check lines for test.
2020-07-23 Florian Hahn[LoopIdiom] Add additional test cases.
2020-07-23 Erich KeaneUpdate make_cxx_dr_status and cxx_dr_status.html for...
2020-07-23 Sanjay Patel[InstSimplify] reduce code duplication for binop expans...
2020-07-23 Simon PilgrimFix -Wparentheses warning - add missing brackets around...
2020-07-23 Pavel LabathRecommit "[lldb/API] Overwrite variables with SBLaunchI...
2020-07-23 Shinji Okumura[Attributor] Cache query results for isPotentiallyReach...
2020-07-23 Konstantin... [GlobalISel][InlineAsm] Add register class ID to the...
2020-07-23 Simon PilgrimFix implicit dependency on CommandLine.h
2020-07-23 Simon PilgrimValueProfileCollector.h - remove unnecessary includes...
2020-07-23 Med Ismail... [lldb/test] Fix TestHistoryRecall failure (NFC)
2020-07-23 Simon PilgrimFix implicit dependency on CommandLine.h
2020-07-23 Med Ismail... [lldb/interpreter] Move the history subcommand to sessi...
2020-07-23 Simon PilgrimSpeculation.h - remove unnecessary includes. NFC.
2020-07-23 Florian Hahn[ScheduleDAGRRList] Pacify overload mismatch in std...
2020-07-23 Florian Hahn[ScheduleDAGRRList] Limit number of candidates to explore.
2020-07-23 Jakub Lichman[mlir][Linalg] emitLoopRanges and emitLoopRangesWithSym...
next