platform/upstream/llvm.git
2020-07-24 Nico Weber[gn build] (manually) port 10b1b4a23
2020-07-24 Djordje Todorovic[DWARF][EntryValues] Emit GNU extensions in the case...
2020-07-24 Nico Weber[gn build] (manually) port 228f8d89
2020-07-24 Simon PilgrimRevert rG5dd566b7c7b78bd- "PassManager.h - remove unnec...
2020-07-24 Simon PilgrimPassManager.h - remove unnecessary Function.h/Module...
2020-07-24 Djordje Todorovic[DWARF] Avoid entry_values production for SCE
2020-07-24 Georgii Rymar[obj2yaml][yaml2obj] - Add note-section.yaml tests.
2020-07-24 Frederik Gossen[MLIR][Shape] Remove deprecated and unused lowerings
2020-07-24 Frederik Gossen[MLIR][Shape] Allow `get_extent` to operate on extent...
2020-07-24 Frederik Gossen[MLIR][Shape] Allow `shape.any` to operate on extent...
2020-07-24 Frederik Gossen[MLIR][Shape] Pass Ops instead of Operations in shape...
2020-07-24 Frederik Gossen[MLIR][Shape] Allow `shape.rank` to operate on extent...
2020-07-24 Roman Lebedev[NFC][GVN] Clean loadpre-missed-opportunity.ll test...
2020-07-24 Florian Hahn[IPSCCP] Add another test case with argmemonly callsite...
2020-07-24 Frederik Gossen[MLIR][Shape] Clean up shape to standard lowering
2020-07-24 Xing GUO[DWARFYAML] Replace 'Format', 'Version', etc with ...
2020-07-24 Frederik Gossen[MLIR][Shape] Simplify shape lowering
2020-07-24 Frederik Gossen[MLIR][Shape] Allow for `shape_of` to return extent...
2020-07-24 Georgii Rymar[LLD][ELF] - Linkerscript: report location for the...
2020-07-24 Frederik Gossen[MLIR][Shape] Allow `shape.get_extent` to operate on...
2020-07-24 Frederik Gossen[MLIR][Standard] Add default lowering for `assert`
2020-07-24 Ulrich Weigand[SystemZ] Implement __builtin_eh_return_data_regno
2020-07-24 Petar AvramovicAMDGPU/GlobalISel: Select set.inactive intrinsic
2020-07-24 Frederik Gossen[MLIR][Shape] Generalze `shape.const_shape` to extent...
2020-07-24 Fangrui Song[libFuzzer] Instrument bcmp
2020-07-24 George Mitenkov[MLIR][LLVMDialect] Added branch weights attribute...
2020-07-24 Craig Topper[X86] Make the X86ProcFamilyEnum private to X86Subtarge...
2020-07-24 George Mitenkov[MLIR][SPIRV] Updated documentation for variableOp
2020-07-24 Petr Hosek[CMake] Simplify CMake handling for zlib
2020-07-24 Mircea Trofin[llvm][NFC] Don't use llvm/Config/config.h in .h files
2020-07-24 H.-S. Zheng[MLIR] Missing line breaks in MLIR Language Reference
2020-07-24 Serge Pavlov[AST][FPEnv] Keep FP options in trailing storage of...
2020-07-24 Xing GUO[DWARFYAML] Use writeDWARFOffset() to simplify emitting...
2020-07-24 River Riddle[mlir][DialectConversion] Enable deeper integration...
2020-07-24 Nico Weber[gn build] (manually) merge d054c7ee2e9
2020-07-24 Fangrui SongAdd test utility 'extract'
2020-07-24 Craig Topper[LegalizeTypes] Teach DAGTypeLegalizer::GenWidenVectorL...
2020-07-24 Matt ArsenaultGlobalISel: Add scalarSameSizeAs LegalizeRule
2020-07-24 Matt ArsenaultGlobalISel: Drop original type pointeriness in minScala...
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.
next