platform/upstream/llvm.git
2020-03-27 Nemanja Ivanovic[DAGCombine] Fix splitting indexed loads in ForwardStor...
2020-03-27 Lei Zhang[mlir][spirv] Add return to function to please MSVC
2020-03-27 Francesco Petrogalli[llvm][Type] Return fixed size for scalar types. [NFC]
2020-03-27 Florian Hahn[Darwin] Respect -fno-unroll-loops during LTO.
2020-03-27 Jonas Devlieghere[VirtualFileSystem] Support directory entries in the...
2020-03-27 Alexey Bataev[OPENMP50]Fix PR45117: Orphaned task reduction should...
2020-03-27 shafik[LLDB] CPlusPlusNameParser does not handles templated...
2020-03-27 Thomas Preud... [lld test] Tighten ELF/pre_init_fini_array.s test
2020-03-27 Sam McCallAdd BitWidth trait to BitmaskEnum, and use for clang...
2020-03-27 Sanjay Patel[InstCombine] reduce FP-casted and bitcasted signbit...
2020-03-27 Sanjay Patel[InstCombine] add tests for FP cast+bitcast signbit...
2020-03-27 Adrian PrantlUnbreak LLDB tests after 96023917e6f
2020-03-27 Adrian PrantlAllow remapping Clang module include paths
2020-03-27 Michael Liao[cuda][hip] Add CUDA builtin surface/texture reference...
2020-03-27 Francesco Petrogalli[llvm][Support] Add isZero method for TypeSize. [NFC]
2020-03-27 Matt ArsenaultCodeGen: Add -denormal-fp-math-f32 flag
2020-03-27 Jay Foad[AMDGPU] Fix getEUsPerCU for gfx10 in CU mode
2020-03-27 Fangrui Song[MC][X86] Make .reloc support arbitrary relocation...
2020-03-27 Henry Kao[OpenMP] Add memory barrier to solve data race
2020-03-27 Matt ArsenaultFix line endings in test
2020-03-27 diggerlin[AIX] Address comment https://reviews.llvm.org/D76162...
2020-03-27 Matt ArsenaultAMDGPU: Stop setting attributes based on TargetOptions
2020-03-27 Davide ItalianoRevert "[Dexter] Add support for Windows to regression...
2020-03-27 Matt ArsenaultFix denormal-fp-math flag and attribute interaction
2020-03-27 Reid Kleckner[COFF] Don't treat DWARF sections as GC roots
2020-03-27 Jonas Devlieghere[lldb/PlatformMacOSX] Re-implement GetDeveloperDirectory
2020-03-27 Fangrui Song[MC][AArch64] Make .reloc support arbitrary relocation...
2020-03-27 Fangrui Song[MC][ARM] Make .reloc support arbitrary relocation...
2020-03-27 Paul RobinsonFix a Diag call not to assume option spelling
2020-03-27 Julian Lettner[lit] Avoid global imports in module declaration
2020-03-27 Fangrui Song[ELF][test] Split basic.s
2020-03-27 Sam McCall[AST] Fix typo on NoInitExpr dependence computation
2020-03-27 shafik[LLDB] Fix handling of bit-fields when there is a base...
2020-03-27 Dan LiewOnly add `darwin_log_cmd` lit shell test feature when...
2020-03-27 Tom Weaver[Dexter] Add support for Windows to regression test...
2020-03-27 Lang Hames[ORC] Introduce JITSymbolFlags::HasMaterializeSideEffec...
2020-03-27 Lang Hames[ORC] Don't create MaterializingInfo entries unnecessarily.
2020-03-27 Alexey Bataev[OPENMP50]Add basic support for inscan reduction modifier.
2020-03-27 Craig Topper[X86] Don't form masked instructions if the operation...
2020-03-27 Richard Sandiford[AST][SVE] Treat built-in SVE types as trivial
2020-03-27 Richard Sandiford[AST][SVE] Treat built-in SVE types as trivially copyable
2020-03-27 Simon Pilgrim[X86][SSE] Add some additional v8i16 'truncation' style...
2020-03-27 Dennis FelsingExport Segment.IsGapRegion to JSON
2020-03-27 Richard Sandiford[AST][SVE] Treat built-in SVE types as POD
2020-03-27 Simon Pilgrim[X86] Remove orphan LowerSTRICT_FSETCC declaration...
2020-03-27 Artem BelevichRevert "[cuda][hip] Add CUDA builtin surface/texture...
2020-03-27 Alexandre Ganea[mlir] On Windows, silence warning on functions definition
2020-03-27 LLVM GN Syncbot[gn build] Port d60d7d69de9
2020-03-27 jasonliu[llvm-objdump][XCOFF][AIX] Implement -r option
2020-03-27 Mikhail Maltsev[ARM,CDE] Improve CDE intrinsics testing
2020-03-27 Guillaume Chatelet[Alignment][NFC] MachineMemOperand::getAlign/getBaseAlign
2020-03-27 Walter Erquinigo[lldb-vscode] fix breakpoint result ordering
2020-03-27 Louis Dionne[libc++] Use braces around %file_dependencies substitution
2020-03-27 Sam Parker[ARM][LowOverheadLoops] DoubleWidthResult instructions...
2020-03-27 Alexey BataevRevert "[OPENMP50]Add basic support for inscan reductio...
2020-03-27 Alexandre GaneaFix build after 09158252f777c2e2f06a86b154c44abcbcf9bb74
2020-03-27 Louis Dionne[libc++] NFC: Simplify substitutions by using lit recur...
2020-03-27 Simon Pilgrim[InstCombine][X86] Add repeated ops demanded elts tests...
2020-03-27 Simon Pilgrim[InstCombine][X86] Regenerate SSE2 tests
2020-03-27 Alexey Bataev[OPENMP50]Add basic support for inscan reduction modifier.
2020-03-27 Louis Dionne[libc++/libc++abi] Properly delimit lit substitutions
2020-03-27 Yannic BonenbergerSimplify implementation of Type::isXXXType(); NFC
2020-03-27 Alexandre Ganea[ThinLTO] Allow usage of all hardware threads in the...
2020-03-27 Louis Dionne[libc++] Remove unused lit substitutions
2020-03-27 Marcel Koester[mlir] Extended Dominance analysis with a function...
2020-03-27 Sam Parker[ARM][MVE] Add DoubleWidthResult flag
2020-03-27 Kirstóf Umann[analyzer][NFC] Change LangOptions to CheckerManager...
2020-03-27 Louis Dionne[lit] NFC: Move the flaky test logic to _runShTest
2020-03-27 Louis Dionne[lit] Recursively expand substitutions
2020-03-27 Sjoerd Meijer[LV] Refactor widenIntOrFpInduction. NFC.
2020-03-27 Guillaume Chatelet[Alignment] Fix overaligning bug
2020-03-27 Kirstóf Umann[analyzer][MallocChecker] Fix that kfree only takes...
2020-03-27 Simon PilgrimRevert rGa3c715e9788d829031989b0a5ea4eb43c7288be9 ...
2020-03-27 Simon PilgrimRevert rG6ff1ea3244c543ad24fc99c7f4979db2f2078593 ...
2020-03-27 Stephan Herhut[MLIR][LLVM] Make index type bitwidth configurable.
2020-03-27 Jonas Paulsson[SystemZ] Fix typos in comments.
2020-03-27 David Green[ARM] Fix MVE VCMPr f16 pattern
2020-03-27 Denis Khalikov[mlir][vulkan-runner] Add support for 2D memref.
2020-03-27 Georgii Rymar[llvm-readobj] - Fix a crash when DT_STRTAB is broken.
2020-03-27 Alex Zinenko[mlir] StandardToLLVM: use template aliases instead...
2020-03-27 Hans Wennborgclang-format: Fix pointer alignment for overloaded...
2020-03-27 Mikael HolmenFix TBAA for unsigned fixed-point types
2020-03-27 Guillaume Chatelet[Alignment][NFC] Update MachineMemOperand implementatio...
2020-03-27 Fangrui Song[MCInstPrinter] Add parameter `Address` to printCustomA...
2020-03-27 Johannes Doerfert[OpenMP] `omp begin/end declare variant` - part 2,...
2020-03-27 Johannes Doerfert[OpenMP] `omp begin/end declare variant` - part 1,...
2020-03-27 Johannes Doerfert[OpenMP][NFC] Open `llvm` and `llvm::omp` namespace...
2020-03-27 Johannes Doerfert[OpenMP][NFC] Outline common functionality (skipUntilPr...
2020-03-27 Fangrui Song[MCInstPrinter] Add parameter `Address` to MCInstPrinte...
2020-03-27 Shengchen Kan[X86][MC] Fix the bug for prefix padding support
2020-03-27 Kai Luo[PowerPC] Fix test for PR45297 to adapt build without...
2020-03-27 Kai Luo[PowerPC] Enhance test for PR45297. NFC.
2020-03-27 Uday Bondhugula[MLIR][NFC] drop some unnecessary includes
2020-03-27 Juneyoung Lee[DAGCombine] Add basic optimizations for FREEZE in...
2020-03-27 David BlaikieUse llvm_unreachable after a fully covered/always-retur...
2020-03-27 David BlaikieMake llvm::function_ref's operator bool explicit
2020-03-27 Zakk ChenFix typo, targetFeature should be lowercase.
2020-03-27 Kai Wang[NFC] Clang format for the ELF header and ARM build...
2020-03-26 Leonard ChanMove setBugReportMsg() out from under a conditional
2020-03-26 Cyndy Ishida[llvm][TextAPI/MachO] silence clang-tidy warnings, NFC
next