platform/upstream/llvm.git
2020-01-08 Ahmed Taei[MLIR] Don't use SSA names directly for std.view canoni...
2020-01-08 Evgenii StepanovRevert "Merge memtag instructions with adjacent stack...
2020-01-08 Adrian PrantlDelete dead code.
2020-01-08 Jonas Devlieghere[lldb/CMake] Only auto-enable Lua when SWIG is found
2020-01-08 Kazu HirataRevert "[JumpThreading] Thread jumps through two basic...
2020-01-08 Jonas Devlieghere[lldb/SWIG] Refactor extensions to be non Python-specific
2020-01-08 Sanjay Patel[InstSimplify] add tests for select of true/false; NFC
2020-01-08 Martin Storsjö[LLD] [COFF] Fix post-commit suggestions for absolute...
2020-01-08 Ahmed TaeiCanonicalize static alloc followed by memref_cast and...
2020-01-08 Sanjay Patel[x86] add test for concat-extract corner case; NFC
2020-01-08 Teresa JohnsonLTOVisibility.rst: fix up syntax in example
2020-01-08 Rihan YangAdd a new AST matcher 'optionally'.
2020-01-08 Evgenii StepanovMerge memtag instructions with adjacent stack slots.
2020-01-08 Philip Reames[X86] Keep cl::opts at top of file [NFC]
2020-01-08 Stella Stamenova[MLIR] Fix ML IR build on Windows with Visual Studio
2020-01-08 Andi-Bogdan... [clang-tidy] Remove broken test on Windows for `readabi...
2020-01-08 River Riddle[mlir] NFC: Move the state for managing aliases out...
2020-01-08 Nicolas Vasilache[mlir][Linalg] Lower linalg.reshape to LLVM for the...
2020-01-08 Craig Topper[X86] Custom type legalize v4i64->v4f32 uint_to_fp...
2020-01-08 Craig Topper[X86] Add isel patterns for bitcasting between v32i1...
2020-01-08 Philip Reames[BranchAlign] Compiler support for suppressing branch...
2020-01-08 Fangrui Song[ELF] Delete an unused special rule from isStaticLinkTi...
2020-01-08 Fangrui Song[ELF] Don't special case weak symbols for pie with...
2020-01-08 Simon Pilgrim[MC] writeFragment - assert MCFragment::FT_Fill length...
2020-01-08 Simon PilgrimFix "pointer is null" static analyzer warning. NFCI.
2020-01-08 Simon PilgrimFix "pointer is null" static analyzer warning. NFCI.
2020-01-08 Jonas Devlieghere[lldb/CMake] Use LLDB's autodetection logic for libxml2
2020-01-08 Michael Liao[amdgpu] Remove unused header. NFC.
2020-01-08 Simon Pilgrim[SelectionDAG] Use llvm::Optional<APInt> for FoldValue.
2020-01-08 Sanjay Patel[InstCombine] Adding testcase for Z / (1.0 / Y) =>...
2020-01-08 Sanjay Patel[DAGCombiner] clean up extract-of-concat fold; NFC
2020-01-08 Alexey Bataev[OPENMP]Allow comma in combiner expression.
2020-01-08 Kazu Hirata[JumpThreading] Thread jumps through two basic blocks
2020-01-08 Simon Tatham[ARM,MVE] Intrinsics for variable shift instructions.
2020-01-08 Simon Tatham[ARM,MVE] Intrinsics for partial-overwrite imm shifts.
2020-01-08 Andi-Bogdan... [clang-tidy] Disable match on `if constexpr` statements...
2020-01-08 Bevin Hansson[Intrinsic] Add fixed point division intrinsics.
2020-01-08 Qiu Chaofan[NFC] Move InPQueue into arguments of releaseNode
2020-01-08 Aaron BallmanFixing a formatting nit; NFC
2020-01-08 LLVM GN Syncbot[gn build] Port 346f6b54bd1
2020-01-08 Anna Welker[ARM][MVE] Enable masked gathers from vector of pointers
2020-01-08 Aaron BallmanDisallow an empty string literal in an asm label
2020-01-08 Nico Weber[gn build] (manually) merge 1cf11a4c67a15
2020-01-08 Alexey Lapshin[Dsymutil][Debuginfo][NFC] Reland: Refactor dsymutil...
2020-01-08 Sam Parker[NFC][ARM] Update tests
2020-01-08 Raphael Isemann[lldb] Remove default llvm::Triple argument from ClangA...
2020-01-08 Xuanda Yang[llvm-symbolizer]Fix printing of malformed address...
2020-01-08 Kadir CetinkayaRevert "[InstCombine] fold zext of masked bit set/clear"
2020-01-08 Tim NorthoverAArch64: add missing Apple CPU names and use them by...
2020-01-08 Raphael Isemann[lldb][NFC] Remove redundant ClangASTContext constructo...
2020-01-08 Stephan T.... [libcxx][test] Fix span tests.
2020-01-08 Utkarsh Saxena[clangd] Add xref for macros to FileIndex.
2020-01-08 Siva Chandra... [libc] Add a convenience CMake rule to add testsuites.
2020-01-08 QingShan Zhang[NFC][Test] Add the option -enable-no-signed-zeros...
2020-01-08 Jonas Devlieghere[lldb/CMake] Only auto-enable Python when SWIG is found
2020-01-08 Jonas Devlieghere[lldb/Test] Try to appease the Windows bot
2020-01-08 Wang, Pengfei[X86] Adding fp128 support for strict fcmp
2020-01-08 James Clarke[RISCV] Fix evalutePCRelLo for symbols at the end of...
2020-01-08 Denis Khalikov[mlir][spirv] Add lowering for std.fpext, std.fptrunc...
2020-01-08 Lei ZhangRevert "[mlir][spirv] Add lowering for std.fpext, std...
2020-01-08 Matt ArsenaultAMDGPU: Annotate EXTRACT_SUBREGs with source register...
2020-01-08 Denis Khalikov[mlir][spirv] Add lowering for std cmp ops.
2020-01-08 Denis Khalikov[mlir][spirv] Add lowering for standard bit ops
2020-01-08 Jim Lin[docs] Fix duplicate explicit target name: developer...
2020-01-08 Lei Zhang[mlir][spirv] Add lowering for std.fpext, std.fptrunc...
2020-01-08 czhengsz[SCEV] get more accurate range for AddExpr with wrap...
2020-01-08 Jim Lin[docs] Improve HowTo commit changes from git
2020-01-08 Kazuaki Ishizaki[libcxx] fix incorrect attribute property
2020-01-08 Eric ChristopherXFAIL load_extension.ll for all targets currently ...
2020-01-08 Jonas DevlieghereRevert "Re-land "[lldb/Lua] Add string conversion opera...
2020-01-08 Jason MolendaRewrite comment about what watchpoints Aarch64 supports.
2020-01-08 Philip Reames[GVN/FP] Considate logic for reasoning about equality...
2020-01-08 Daniel SandersFix warnings as errors that occur on sanitizer-x86_64...
2020-01-07 Fangrui Song[PowerPC] Default ppc64 linux-gnu/freebsd to -fno-PIC
2020-01-07 Amara Emerson[AArch64][GlobalISel] Fold a chain of two G_PTR_ADDs...
2020-01-07 Craig Topper[X86] Add SSE4.1 command lines to vec-strict-inttofp...
2020-01-07 Bill WendlingRevert "Allow output constraints on "asm goto""
2020-01-07 Jonas DevlieghereRe-land "[lldb/Lua] Add string conversion operator...
2020-01-07 Bill WendlingAllow output constraints on "asm goto"
2020-01-07 Matt ArsenaultAMDGPU/GlobalISel: Fix scalar G_SELECT for arbitrary...
2020-01-07 Matt ArsenaultAMDGPU/GlobalISel: Add some missing G_SELECT testcases
2020-01-07 Matt ArsenaultAMDGPU/GlobalISel: Fix missing test for s16 icmp
2020-01-07 Matt ArsenaultAMDGPU: Apply i16 add->sub pattern with zext to i32
2020-01-07 Mitchell Balan[clang-tidy] modernize-use-using uses AST and now suppo...
2020-01-07 Eric Fiselier[libc++] Add additional benchmark functions to libcxx...
2020-01-07 Craig Topper[X86] Enable v2i64->v2f32 uint_to_fp code in ReplaceNod...
2020-01-07 Jonas Devlieghere[lldb/Test] Remove old binary created by TestConvenienc...
2020-01-07 Jonas Devlieghere[lldb/Test] Make TestConvenienceVariables more strict
2020-01-07 Daniel Sanders[gicombiner] Correct 64f1bb5cd2c to account for MSVC...
2020-01-07 Bill WendlingRemove extraneous semicolon.
2020-01-07 Sanjay Patel[x86] add tests for extract-of-concat; NFC
2020-01-07 Jonas DevlieghereRevert "[lldb/Lua] Add string conversion operator for...
2020-01-07 Christopher... [cmake] Use source-groups in Polly.
2020-01-07 Matt ArsenaultAMDGPU: Add baseline test for missing pattern
2020-01-07 Matt ArsenaultAMDGPU: Remove VOP3Mods0Clamp0OMod
2020-01-07 Matt ArsenaultAMDGPU: Fix misleading, misplaced end block comments
2020-01-07 Matt ArsenaultAMDGPU: Use ImmLeaf
2020-01-07 Matt ArsenaultAMDGPU: Fix not using v_cvt_f16_[iu]16
2020-01-07 Jonas Devlieghere[lldb/Lua] Add string conversion operator for SBTarget.
2020-01-07 Michael Kruse[cmake] Use relative cmake binary dir for processing...
next