platform/upstream/llvm.git
2021-04-06 Sjoerd Meijer[AArch64] Default to zero-cycle-zeroing FP registers
2021-04-06 Jan Svoboda[clang][tooling] Create SourceManager for DiagnosticsEn...
2021-04-06 Kiran ChandramohanRevert "[flang] Improve constant folding for type param...
2021-04-06 Sam Parker[NFC][WebAssembly] Removed mangled name from test.
2021-04-06 Sjoerd Meijer[AArch64] Use 64-bit movi for zeroing halfs/floats
2021-04-06 Jay Foad[AMDGPU] Add some missing testing for new subtargets...
2021-04-06 Jan Svoboda[clang][cli] Ensure plugin args are generated in determ...
2021-04-06 Yevgeny Rouban[NewPM] Fix unused lambda capture build error
2021-04-06 Yevgeny Rouban[NewPM] Redesign of PreserveCFG Checker
2021-04-06 Geoffrey Martin... [MLIR][docs] Fixes to operation syntax in Lang Ref
2021-04-06 Serguei Katkov[Statepoint] Factor-out utility function to get non...
2021-04-06 Yevgeny Rouban[NewPM] Change tests to run them without PreserveCFGChe...
2021-04-06 Craig Topper[RISCV] When custom iseling masked stores, copy the...
2021-04-06 Philip ReamesComment adjustments for a rename
2021-04-06 Arthur Eubanks[SROA] Allow SROA on pointers with invariant group...
2021-04-06 Philip ReamesExact ashr/lshr don't loose any set bits and are thus...
2021-04-06 patacca[Polly] Refactoring isInnermost() from isl to use the...
2021-04-06 Christopher... [libcxx] moves `std::invoke` into `__functional_base`
2021-04-06 Philip ReamesAddress minor post commit feedback on 0e59dd
2021-04-06 Jim InghamRevert "Revert "Add support for fetching signed values...
2021-04-06 Stanislav MekhanoshinCopy syncscope when expanding atomicrmw into cmpxchg...
2021-04-06 Craig Topper[RISCV] Add more RV32 vslide1up intrinsic test cases...
2021-04-05 MaheshRavishankar[mlir][Linalg] Add callbacks to fusion of elementwise...
2021-04-05 Peter Steinfeld[flang] Improve constant folding for type parameter...
2021-04-05 Nico WeberRevert "[sanitizer] Simplify GetTls with dl_iterate_phd...
2021-04-05 Aaron BallmanRework the way statement attributes are processed; NFC
2021-04-05 Aart Bik[mlir][sparse] move new test to right directory structure
2021-04-05 Martin Storsjö[libcxx] [ci] Add a Windows CI buildkite configuration
2021-04-05 Sanjay Patel[InstSimplify] fix potential miscompile in select value...
2021-04-05 Sanjay Patel[InstSimplify] add test for vector select with operand...
2021-04-05 Thomas Preud... [OpenCL, test] Fix use of undef FileCheck var
2021-04-05 Craig Topper[RISCV] Add SDTCisInt to the SDTRVVSlide1 since it...
2021-04-05 Craig Topper[RISCV] Split RISCVISD::VMV_S_XF_VL into separate integ...
2021-04-05 Philip ReamesFix copy paste errors in tests from be11bd1e
2021-04-05 Philip ReamesExtract a helper for figuring out if an operator is...
2021-04-05 Philip Reames[tests] Precommmit tests for reasoning about equality...
2021-04-05 Craig Topper[RISCV] Move VSLIDE1UP_VX pattern out of a loop that...
2021-04-05 Ricky Taylor[M68k] Add support for Motorola literal syntax to AsmParser
2021-04-05 Jennifer Yu[OPENMP51]Initial support for nocontext clause.
2021-04-05 MaheshRavishankar[mlir][Linalg] NFC: Move populatePatterns* method into...
2021-04-05 Sam Clegg[lld][WebAssembly] Rewrite exports test in assembly...
2021-04-05 Nico Weber[gn build] (manually) port 0116d04d04f2
2021-04-05 Tom StellardRevert "llvm-shlib: Create object libraries for each...
2021-04-05 Tom StellardRevert "Fix build rules for LLVM_WITH_Z3 after D95727"
2021-04-05 Cyndy Ishida[TextAPI] move source code files out of subdirectory...
2021-04-05 LLVM GN Syncbot[gn build] Port 9b3df78b4c2a
2021-04-05 Charusso[analyzer] DynamicSize: Rename 'size' to 'extent'
2021-04-05 Charusso[analyzer] DynamicSize: Debug facility
2021-04-05 Arnamoy Bhattacharyya[flang][driver] Modify the existing test cases that...
2021-04-05 Ta-Wei Tu[LoopFusion] Bails out if only the second candidate...
2021-04-05 Charusso[analyzer] DynamicSize: Store the dynamic size
2021-04-05 Arnamoy Bhattacharyya[flang][driver] Add options for -Werror
2021-04-05 Fraser Cormack[RISCV] Add support for bitcasts between scalars and...
2021-04-05 Sanjay Patel[InstCombine] fix potential miscompile in select value...
2021-04-05 Sanjay Patel[InstCombine] add test for miscompile from select value...
2021-04-05 John Paul Adrian... [M68k] Mark public functions with the LLVM_EXTERNAL_VIS...
2021-04-05 Fraser Cormack[RISCV] Expand scalable-vector truncstores and extloads
2021-04-05 Erik Pilkington[SemaObjC] Fix a -Wbridge-cast false-positive
2021-04-05 Stefan Pintilie[PowerPC] Fix issue where binary uses a .got but is...
2021-04-05 Peyton, Jonathan L[OpenMP] Fix incorrect KMP_STRLEN() macro
2021-04-05 Alexey Bataev[SLP]Improve vectorization of the CmpInst instructions.
2021-04-05 Paul C. Anagnostopoulos[TableGen] [docs] Correct a couple of mistakes; use...
2021-04-05 Alex Orlov* NFC. Refactored DIPrinter for better support of new...
2021-04-05 Fraser Cormack[RISCV] Add a test showing incorrect codegen
2021-04-05 Simon Pilgrim[X86] Fold xor(zext(xor(x,c1)),c2) -> xor(zext(x),xor...
2021-04-05 Simon Pilgrim[X86] Add second PR47603 test case
2021-04-05 Thomas Preud... [DebugInfo, CallSites, test] Fix use of undef FileCheck var
2021-04-05 Josh Berdine[NFC][OCaml] Reformat to clean up following CAMLprim...
2021-04-05 Josh Berdine[NFC][OCaml] Remove vestigial CAMLprim declarations
2021-04-05 Josh Berdine[OCaml] Omit unnecessary GC root registrations
2021-04-05 Josh Berdine[OCaml] Code simplification using string allocation...
2021-04-05 Josh Berdine[OCaml] Code simplification using option allocation...
2021-04-05 Josh Berdine[OCaml] Minor optimizations by avoiding double initiali...
2021-04-05 Josh Berdine[OCaml] Fix unsafe uses of Store_field
2021-04-05 Sylvestre Ledruignore -flto= options recognized by GCC
2021-04-05 Max Kazantsev[Test] Auto-update checks in a test
2021-04-05 Max Kazantsev[Test] Split out new and old PM tests
2021-04-05 Max Kazantsev[Test] Add tests for various scenarios of PRE of a...
2021-04-05 Yaxun (Sam... [CUDA][HIP] rename -fcuda-flush-denormals-to-zero
2021-04-05 Dave Lee[lldb] Replace unneeded use of Foundation with Objectiv...
2021-04-05 Dave Lee[lldb] Import ObjectiveC module instead of Foundation...
2021-04-05 Craig Topper[RISCV] Use gorciw for i32 orc.b intrinsic when Zbp...
2021-04-04 Fangrui Song[sanitizer] Simplify GetTls with dl_iterate_phdr on...
2021-04-04 Arthur O'Dwyer[libc++] Fix test_macros.h in the same way as commit...
2021-04-04 Arthur O'Dwyer[libc++] Fix the header guard from _LIBCPP_STEAMBUF...
2021-04-04 Roman Lebedev[InstCombine] dropRedundantMaskingOfLeftShiftInput...
2021-04-04 Roman Lebedev[NFC][InstCombine] Extract canTryToConstantAddTwoShiftA...
2021-04-04 Roman Lebedev[NFC][InstCombine] Add test for PR49778
2021-04-04 Craig Topper[RISCV] Lower orc.b intrinsic to RISCVISD::GORCI.
2021-04-04 Thomas Preud... [HIP, test] Fix use of undef FileCheck var
2021-04-04 Thomas Preud... [HIP-Clang, test] Fix use of undef FileCheck var
2021-04-04 Mark de Wever[libc++] Improve generate_feature_test_macro_components.py.
2021-04-04 Fangrui Song[Driver] Detect libstdc++ include paths for native...
2021-04-04 Martin Storsjö[libcxx] [test] Link against msvcprt as C++ ABI library...
2021-04-04 Sanjay Patel[InstCombine] fold popcount of exactly one bit to shift
2021-04-04 Sanjay Patel[InstCombine] add tests for ctpop of power-of-2; NFC
2021-04-04 Nikita Popov[SimplifyCFG] Handle two equal cases in switch to select
2021-04-04 Nikita Popov[SimplifyCFG] Add switch-to-select test with two equal...
2021-04-04 Nikita Popov[SimplifyCFG] Make test more robust (NFC)
2021-04-04 Aaron BallmanSpeculative fix for failing build bot.
next