platform/upstream/llvm.git
2020-09-08 Ties Stuij[ARM] Follow AACPS standard for volatile bit-fields...
2020-09-08 Volkan KelesGlobalISel: Combine `op undef, x` to 0
2020-09-08 Heejin Ahn[WebAssembly] Fix fixEndsAtEndOfFunction for try-catch
2020-09-08 Simon PilgrimLiveRegUnits.h - reduce MachineRegisterInfo.h include...
2020-09-08 Lubomir LitchevAdd an option for unrolling loops up to a factor.
2020-09-08 Heejin Ahn[clang-tidy] Fix linking for FrontendOpenMP
2020-09-08 Ronak Chauhan[AMDGPU] Support disassembly for AMDGPU kernel descriptors
2020-09-08 mydeveloperday[clang-format] Handle shifts within conditions
2020-09-08 Louis Dionne[libc++] Allow overriding the cached value of LIBCXX_TE...
2020-09-08 Louis Dionne[libc++] Make sure we always print all available features
2020-09-08 Jonas Paulsson[DAGTypeLegalizer] Handle ZERO_EXTEND of promoted type...
2020-09-08 Haojian Wu[clang-tidy] Fix dynamic build failures after 156b12794...
2020-09-08 Hans WennborgRevert 3e782bf809 "[Sema][MSVC] warn at dynamic_cast...
2020-09-08 Nico WeberStructPackAlignCheck: Fix a -Winconsistent-missing...
2020-09-08 Nico Weber[gn build] (manually) port 156b127945a8
2020-09-08 Florian Hahn[DSE,MemorySSA] Increase walker limit a bit.
2020-09-08 Sam Parker[NFC][ARM] Precommit test
2020-09-08 Benjamin Kramer[mlir][VectorOps] Fix more GCC5 weirdness
2020-09-08 Haojian Wu[clang] Limit the maximum level of fold-expr expansion.
2020-09-08 Frank Derry... Add a new altera check for structure packing and alignment.
2020-09-08 Sanjay Patel[InstCombine] add bitwise logic fold tests for D86395...
2020-09-08 Denys Petrov[analyzer] [NFC] Introduce refactoring of PthreadLockCh...
2020-09-08 Raul Tambre[CMake] Remove dead FindPythonInterp code
2020-09-08 Ehsan Toosi[mlir] Fix bug in copy removal
2020-09-08 Benjamin Kramer[mlir][VectorOps]
2020-09-08 Simon Pilgrim[Codegen][X86] Begin moving X86 specific codegen tests...
2020-09-08 Simon PilgrimX86CallLowering.cpp - improve auto const/pointer/refere...
2020-09-08 Simon PilgrimX86DomainReassignment.cpp - improve auto const/pointer...
2020-09-08 Xing GUO[DWARFYAML] Make the debug_ranges section optional.
2020-09-08 Ehsan Toosi[mlir] remove BufferAssignmentPlacer from BufferAssignm...
2020-09-08 Simon Pilgrim[OpenMP] Fix typo in CodeGenFunction::EmitOMPWorksharin...
2020-09-08 Benjamin Kramer[mlir][VectorOps] Clean up outdated comments. NFCI.
2020-09-08 Eduardo Caldas[SyntaxTree] Fix crash on functions with default arguments.
2020-09-08 Eduardo Caldas[SyntaxTree] Ignore implicit `CXXFunctionalCastExpr...
2020-09-08 Eduardo Caldas[SyntaxTree] Ignore implicit leaf `CXXConstructExpr`
2020-09-08 Eduardo Caldas[SyntaxTree] Ignore implicit non-leaf `CXXConstructExpr`
2020-09-08 Jakub Lichman[mlir] Fix of broken build on windows caused by using...
2020-09-08 Sam Tebbs[ARM][LowOverheadLoops] Remove modifications to the...
2020-09-08 Qiu ChaofanRevert "[PowerPC] Implement instruction clustering...
2020-09-08 Benjamin Kramer[mlir][VectorOps] Redo the scalar loop emission in...
2020-09-08 Jakub Lichman[mlir] Conv ops vectorization pass
2020-09-08 Serge GueltonProvide anchor for compiler extensions
2020-09-08 Shivanshu GoyalgetClangStripDependencyFileAdjuster(): Do not remove...
2020-09-08 Nicolas Vasilache[mlir][Vector] Make VectorToSCF deterministic
2020-09-08 Xing GUO[obj2yaml] Stop parsing the debug_str section when...
2020-09-08 Richard Barton[flang] Convert release notes to markdown
2020-09-08 Max Kazantsev[Test] More tests where IndVars fails to eliminate...
2020-09-08 Qiu Chaofan[PowerPC] Fix getMemOperandWithOffsetWidth
2020-09-08 Simon Wallis[AARCH64][RegisterCoalescer] clang miscompiles zero...
2020-09-08 Mikael Holmen[PowerPC] Add parentheses to silence gcc warning
2020-09-08 Martin Storsjö[clang] Remove a stray semicolon, fixing pedantic GCC...
2020-09-08 Andrew Wei[LSR] Canonicalize a formula before insert it into...
2020-09-08 Fangrui Song[ELF] --symbol-ordering-file: optimize a loop
2020-09-08 Johannes Doerfert[Attributor][FIX] Don't crash on internalizing linkonce...
2020-09-08 Johannes Doerfert[Attributor][NFC] Cleanup internalize test case
2020-09-08 Johannes Doerfert[Attributor][NFC] Change variable spelling
2020-09-08 Johannes Doerfert[Attributor][NFC] Clang tidy: no else after continue
2020-09-08 Johannes Doerfert[Attributor][NFC] Expand `auto` types (clang-fix-it)
2020-09-08 Johannes Doerfert[Attributor][FIX] Properly return changed if the IR...
2020-09-08 Max Kazantsev[Test] Auto-generated checks for some IndVarSimplify...
2020-09-08 Zequan Wu[Sema] fix /gr warning test case
2020-09-08 Qiu Chaofan[PowerPC] Implement instruction clustering for stores
2020-09-08 Alexander Shaposhnikov[llvm-objcopy] Consolidate and unify version tests
2020-09-08 Kiran Kumar T P[flang][OpenMP] Enhance parser support for atomic const...
2020-09-08 Craig Topper[builtins] Inline __paritysi2 into __paritydi2 and...
2020-09-08 Mehdi AminiUpdate SVG images to be properly cropped (NFC)
2020-09-08 Mehdi AminiAdd a doc/tutorial on traversing the IR
2020-09-07 Mehdi AminiAdd documentation for getDependentDialects() in the...
2020-09-07 Zequan Wu[Sema][MSVC] warn at dynamic_cast when /GR- is given
2020-09-07 Florian Hahn[DSE,MemorySSA] Add an early check for read clobbers...
2020-09-07 Fangrui Song[asan][test] Use --image-base for Linux/asan_prelink_te...
2020-09-07 Roman LebedevReland [SimplifyCFG][LoopRotate] SimplifyCFG: disable...
2020-09-07 Nikita Popov[KnownBits] Avoid some copies (NFC)
2020-09-07 Nikita Popov[SCCP] Compute ranges for supported intrinsics
2020-09-07 Craig Topper[SelectionDAG][X86][ARM] Teach ExpandIntRes_ABS to...
2020-09-07 Sanjay Patel[InstCombine] improve fold of pointer differences
2020-09-07 Sanjay Patel[InstCombine] add ptr difference tests; NFC
2020-09-07 Craig Topper[X86] Use the same sequence for i128 ISD::ABS on 64...
2020-09-07 Craig Topper[X86] Pre-commit new test case for D87214. NFC
2020-09-07 Sanjay Patel[DAGCombiner] allow more store merging for non-i8 trunc...
2020-09-07 Eric Astor[ms] [llvm-ml] Allow use of locally-defined variables...
2020-09-07 Eric Astor[ms] [llvm-ml] Fix STRUCT field alignment
2020-09-07 Eric Astor[ms] [llvm-ml] Add support for bitwise named operators...
2020-09-07 Simon PilgrimVPlan.h - remove unnecessary forward declarations....
2020-09-07 Simon PilgrimMipsISelLowering.h - remove CCState/CCValAssign forward...
2020-09-07 Simon PilgrimBTFDebug.h - reduce MachineInstr.h include to forward...
2020-09-07 Simon PilgrimLeonPasses.h - remove unnecessary includes. NFCI.
2020-09-07 Simon PilgrimLeonPasses.h - remove orphan function declarations...
2020-09-07 Sanjay Patel[InstCombine] improve folds for icmp with multiply...
2020-09-07 Sanjay Patel[InstCombine] move/add tests for icmp with mul operands...
2020-09-07 alex-t[AMDGPU] SILowerControlFlow::optimizeEndCF should remov...
2020-09-07 Momchil VelikovReduce the number of memory allocations when displaying
2020-09-07 Gabor Marton[analyzer][StdLibraryFunctionsChecker] Have proper...
2020-09-07 Richard Barton[flang] Spelling and format edits to README.txt. NFC.
2020-09-07 Gabor Marton[analyzer][StdLibraryFunctionsChecker] Add POSIX pthrea...
2020-09-07 Richard Barton[flang] Fix link to old repo location in doxygen mainpa...
2020-09-07 Simon PilgrimAntiDepBreaker.h - remove unnecessary ScheduleDAG.h...
2020-09-07 Simon Pilgrim[Sparc] Add reduced funnel shift test case for PR47303
2020-09-07 Simon Pilgrim[X86][SSE] Don't use LowerVSETCCWithSUBUS for unsigned...
2020-09-07 Simon Pilgrim[X86][SSE] Add test cases for PR47448
next