platform/upstream/llvm.git
2020-07-29 Matt ArsenaultAMDGPU: Optimize copies to exec with other insts after...
2020-07-29 Matt ArsenaultAMDGPU/GlobalISel: Fix selecting llvm.amdgcn.s.getreg
2020-07-29 Rahul Joshi[NFC] Add getArgumentTypes() to Region
2020-07-29 Thomas Lively[WebAssembly] Remove intrinsics for SIMD widening ops
2020-07-29 Craig Topper[X86] Add FeatureCMPXCHG8B and FeatureSlowUAMem16 to...
2020-07-29 Matt ArsenaultAMDGPU: Don't assert in canInsertSelect
2020-07-29 Valentin Clement[openmp][openacc][NFC] Add wrapper for records in Direc...
2020-07-29 Thomas Lively[WebAssembly] Implement truncating vector stores
2020-07-29 Matt ArsenaultAMDGPU: Don't assume call targets are registers
2020-07-29 Shilei Tian[OpenMP] Replaced mutex lock/unlock in `target` with...
2020-07-29 Joel E. DennyRevert "[OpenMP] Implement TR8 `present` motion modifie...
2020-07-29 Joel E. DennyRevert "[OpenMP] Implement TR8 `present` motion modifie...
2020-07-29 Matt ArsenaultAMDGPU: Handle a few missing cases in getAddrModeArguments
2020-07-29 Matt ArsenaultAMDGPU: Don't assume there is only one terminator copy
2020-07-29 Shilei Tian[NFC][OpenMP] Renamed all variable and function names...
2020-07-29 Siva Chandra... [libc][obvious] Add license headers to APIIndexer....
2020-07-29 Matt ArsenaultAMDGPU: Fix verifier error on spilling partially define...
2020-07-29 Matt ArsenaultAMDGPU: Serialize MFI spill fields
2020-07-28 Kirill Bobyrev[clangd] Use elog instead of llvm::errs, log instead...
2020-07-28 Siva Chandra... [libc][obvious] Add the new ctype.h target to the list...
2020-07-28 Tim Keith[flang][NFC] Extract name resolution for OpenACC &...
2020-07-28 Siva Chandra... [libc][NFC] Move tablegen indexer class into a util...
2020-07-28 Christopher... [scudo][standalone] Add new mallopt options.
2020-07-28 cgyurgyik[libc] [Obvious] Delete ctype.h, since ctype.h.def...
2020-07-28 cgyurgyik[libc] Add scaffolding for ctype and implementation...
2020-07-28 Jonas Devlieghere[lldb] Remove unused option '--platform-path' for ...
2020-07-28 Joel E. Denny[FileCheck] Report captured variables
2020-07-28 Joel E. Denny[FileCheck] Extend -dump-input with substitutions
2020-07-28 Joel E. Denny[OpenMP] Implement TR8 `present` motion modifier in...
2020-07-28 Joel E. Denny[OpenMP] Implement TR8 `present` motion modifier in...
2020-07-28 Joel E. Denny[OpenMP][NFC] Consolidate `to` and `from` clause modifiers
2020-07-28 Zahira AmmarguellatOn Windows build, making the /bigobj flag global ,...
2020-07-28 Richard SmithPR46637: Fix handling of placeholder types in trailing...
2020-07-28 Alina Sbirlea[DominatorTree] Simplify ChildrenGetter.
2020-07-28 Rahul Joshi[MLIR] Add unit test for tblgen Op build methods
2020-07-28 Johannes Doerfert[SROA][Mem2Reg] Use efficient droppable use API (after...
2020-07-28 Varun Gandhi[docs] [lit] Add a more helpful description for lit...
2020-07-28 Daniel Sanders[globalisel][cse] Merge debug locations when CSE'ing
2020-07-28 Matt ArsenaultGlobalISel: Don't assert on operations with no type...
2020-07-28 Matt ArsenaultGlobalISel: Add typeIsNot LegalityPredicate
2020-07-28 Matt ArsenaultAMDGPU/GlobalISel: Add some missing tests for extract...
2020-07-28 Matt ArsenaultAMDGPU/GlobalISel: Add SReg_96 to SGPRRegBank
2020-07-28 JF Bastien[NFC] Sema: use checkArgCount instead of custom checking
2020-07-28 Matt ArsenaultAMDGPU: Check for other defs when folding conditions...
2020-07-28 Roman Lebedev[X86] Remove disabled miscompiling X86CondBrFolding...
2020-07-28 Fangrui SongRevert "[gn build] (manually) merge d054c7ee2e9"
2020-07-28 Fangrui SongRevert D83834 "Add test utility 'extract'"
2020-07-28 Richard SmithPR46377: Fix dependence calculation for function types...
2020-07-28 Zequan WuReland [Coverage] Add comment to skipped regions
2020-07-28 Hafiz Abid... [lld][linkerscript] Fix handling of DEFINED.
2020-07-28 Mircea Trofin[llvm][NFC] refactor setBlockFrequency for clarity.
2020-07-28 Vincent Zhao[MLIR][Linalg] Fixed obsolete examples in the MLIR...
2020-07-28 Florian Hahn[NewGVN] Add test cases for remaining known issues.
2020-07-28 clementval[openacc] Add missing newline at end of file
2020-07-28 Ahsan Saghir[PowerPC] Mark allocator_oom_test.cpp unsupported on...
2020-07-28 Sanjay Patel[InstSimplify] allow undefs in icmp with vector constan...
2020-07-28 Louis Dionne[libc++] Provide std::aligned_alloc and std::timespec_g...
2020-07-28 Louis Dionne[libc++] Clean up tests for "optional" C11 features
2020-07-28 Craig Topper[X86] Merge the two 'Emit the normal disp32 encoding...
2020-07-28 MaheshRavishankar[mlir][GPUToSPIRV] Add a test pass to set workgroup...
2020-07-28 Sanjay Patel[InstCombine] avoid crashing on vector constant express...
2020-07-28 Sanjay Patel[InstSimplify] add tests for icmp with partial undef...
2020-07-28 jasonliu[NFC][XCOFF] Use getFunctionEntryPointSymbol from TLOF...
2020-07-28 Siva Chandra... [libc][NFC] Zero out padding bits in the uint form...
2020-07-28 Kostya Kortchinsky[scudo][standalone] mallopt runtime configuration options
2020-07-28 Simon Pilgrim[CostModel][X86] Add smax/smin/umin/umax intrinsics...
2020-07-28 Simon Pilgrim[DAG] isSplatValue - add support for TRUNCATE/SIGN_EXTE...
2020-07-28 Simon Pilgrim[CostModel][X86] Add abs intrinsics cost model tests
2020-07-28 Simon Pilgrim[X86][XOP] Shuffle v16i8 using VPPERM(X,Y) instead...
2020-07-28 Austin Kerbow[AMDGPU] Spill CSR VGPR which is reserved for SGPR...
2020-07-28 Anand Kodnani[MLIR] Vector store to load forwarding
2020-07-28 Amy HuangRevert "Switch to using -debug-info-kind=constructor...
2020-07-28 Juneyoung Lee[JumpThreading] Add a basic support for freeze instruction
2020-07-28 Martin Storsjö[LLD] [MinGW] Implement the --no-seh flag
2020-07-28 Shu Anzai[lldb] Change the definition of ANSI_UNFAINT
2020-07-28 Siva Chandra... [libc][obvious] Move ErrnoSetterMatcher to test/ErrnoSe...
2020-07-28 Jez Ng[lld-macho] Fix no-filelist test on Windows
2020-07-28 Craig Topper[X86] Simplify some code in emitMemModRMByte. NFCI
2020-07-28 Craig Topper[X86] Merge disp8 and cdisp8 handling into a single...
2020-07-28 Yitzhak Mandelbaum[libTooling] Add a `between` range-selector combinator.
2020-07-28 Juneyoung Lee[JumpThreading] Add tests that have a cast of freeze...
2020-07-28 Nicolas Vasilache[mlir][Vector] Drop declarative transforms
2020-07-28 Louis DionneNFC: Add whitespace changing revisions to .git-blame...
2020-07-28 Jez Ng[lld-macho] Fix segment filesize calculation
2020-07-28 Jez Ng[lld-macho] Support -filelist
2020-07-28 Vince Bridgers[ASTImporter] Add Visitor for TypedefNameDecl's
2020-07-28 Julian Lettner[Darwin] Cleanup code via improved GetMacosAlignedVersion()
2020-07-28 Christy Lee[ELF] --reproduce should include lto sample profile
2020-07-28 Anna Welker[ARM][MVE] Teach MVEGatherScatterLowering to merge...
2020-07-28 Julian Lettner[Darwin] Fix OS version checks inside simulators
2020-07-28 Arthur Eubanks[CompilerRT] Don't pass global compile test flags in...
2020-07-28 Wei Wang[FIX] Resolve test failure in polly/test/ScopInfo/memcp...
2020-07-28 Arthur Eubanks[NewPM][Sancov] Pin RUN lines with -sancov to legacy PM
2020-07-28 Arthur Eubanks[FunctionAttrs] Rename functionattrs -> function-attrs
2020-07-28 Jon Roelofs[OldPM] Print out a bit more when passes lie about...
2020-07-28 Matt ArsenaultGlobalISel: Translate llvm.convert.{to|from}.fp16 intri...
2020-07-28 Matt ArsenaultAMDGPU/GlobalISel: Mark GlobalISel classes as final
2020-07-28 Matt ArsenaultAMDGPU/GlobalISel: Merge identical select cases
2020-07-28 Frederik Gossen[MLIR][Shape] Lower `shape.const_shape` to `tensor_from...
2020-07-28 Matt ArsenaultAMDGPU/GlobalISel: Use clamp modifier for [us]addsat...
next