platform/upstream/llvm.git
2021-04-19 Jessica Paquette[AArch64][GlobalISel] Implement custom legalization...
2021-04-19 Nick Desaulniers[TargetLowering] move "o" and "X" constraint handling...
2021-04-19 Jessica Paquette[AArch64][GlobalISel] Regbankselect + select @llvm...
2021-04-19 Jonas Devlieghere[lldb] Support "absolute memory address" images in...
2021-04-19 Sanjay Patel[LowerConstantIntrinsics] avoid crashing on alloca...
2021-04-19 Nico Weberfix comment typo to cycle bots
2021-04-19 Wael Yehia[AIX] Diagnose thinLTO usage in clang on AIX.
2021-04-19 Jan Svoboda[clang] NFC: Fix range-based for loop warnings related...
2021-04-19 Roman Lebedev[polly] Fix check-polly after SCEVExpander PtrToInt...
2021-04-19 Roman Lebedev[SCEVExpander] ReuseOrCreateCast(): use IRBuilder to...
2021-04-19 Roman Lebedev[SCEVExpander] Expand explicit PtrToInt casts just...
2021-04-19 Roman Lebedev[SCEVExpander] GetOptimalInsertionPointForCastOf()...
2021-04-19 Roman Lebedev[NFCI][SCEVExpander] Extract GetOptimalInsertionPointFo...
2021-04-19 Roman Lebedev[SCEVExpander] generateOverflowCheck(): explicitly...
2021-04-19 Roman Lebedev[NFC][SCEVExpander][LoopDistribute] Add test for SCEVPt...
2021-04-19 Roman Lebedev[NFC][SCEVExpander][LoopDistribute] Regenerate scev...
2021-04-19 Roman Lebedev[NFC][SCEV] Assert that we don't try to create SCEVPtrT...
2021-04-19 Simon Pilgrim[Analysis] ImportedFunctionsInliningStatistics.h -...
2021-04-19 Nico Weber[gn build] (manually) merge 5f87ab336e9f4
2021-04-19 Nico Weber[gn build] Add missing dependencies to clang/lib/Basic
2021-04-19 Hans WennborgFix test/Frontend/print-header-includes.c
2021-04-19 Simon Pilgrim[Support] Memory.h - remove unnecessary <string> includ...
2021-04-19 Abhina Sreeskantharajan[SystemZ][z/OS] Set more text files as text
2021-04-19 Hans WennborgRename -show-skipped-includes to -fshow-skipped-include...
2021-04-19 Jay Foad[AMDGPU] GCNDPPCombine: simplify API of isShrinkable...
2021-04-19 Jan Svoboda[clang][deps] NFC: Remove unused FullDependencies member
2021-04-19 Paul C. Anagnostopoulos[TableGen] Add support for the 'assert' statement in...
2021-04-19 Tobias Gysi[mlir][linalg] enable library call rewrites for linalg...
2021-04-19 Alex Zinenko[mlir] Improve debug flag management in Python bindings
2021-04-19 Jan Svoboda[clang][deps] Generate the full command-line for modules
2021-04-19 Simon Pilgrim[IR] GlobalObject.h - remove unused <utility> include...
2021-04-19 Tobias Gysi[mlir][linalg] adding pass to run the interchange pattern.
2021-04-19 Abhina Sreeskantharajan[SystemZ][z/OS] Set files in FileRemapper.cpp are text
2021-04-19 Simon Pilgrim[IR] GlobalObject.h - remove unused <string> include...
2021-04-19 Simon Pilgrim[llvm-exegesis] Analysis.cpp - use for-range loop....
2021-04-19 Simon Pilgrim[MCA] CodeEmitter.h - remove unused <string> include...
2021-04-19 Sylvestre LedruTry to unbreak the compiler-rt build on s390x
2021-04-19 Jay Foad[AMDGPU] Remove MachineDCE after SIFoldOperands
2021-04-19 Jay Foad[AMDGPU] SIFoldOperands: eagerly erase dead REG_SEQUENCEs
2021-04-19 Cullen Rhodes[TTI] NFC: Remove unused 'OptSize' parameter from shoul...
2021-04-19 Timm Bäder[clang][parser] Unify rejecting (non) decl stmts with...
2021-04-19 Dmitry Preobrazhensky[AMDGPU][MC] Corrected parsing of carry in/out operands...
2021-04-19 Jan Svoboda[clang][deps] Remove the -full-command-line flag
2021-04-19 Roman Lebedev[X86][CostModel] X86TTIImpl::getShuffleCost(): subvecto...
2021-04-19 Fraser Cormack[RISCV] Lower vector shuffles to vrgather operations
2021-04-19 Kerry McLaughlin[NFC] Add tests for scalable vectorization of loops...
2021-04-19 Jan Svoboda[clang][deps] Simplify function discovering .pcm and...
2021-04-19 OCHyams[DebugInfo] Replace debug uses in replaceUsesOutsideBlock
2021-04-19 Tres PoppAdd default DataLayout support for complex numbers
2021-04-19 OCHyams[DebugInfo] Move the findDbg* functions into DebugInfo.cpp
2021-04-19 Jan Svoboda[clang][cli] NFC: Move conditional LangOptions parsing...
2021-04-19 Sven van Haastregt[OpenCL] Change OpenCL builtin version encoding
2021-04-19 Jan Svoboda[clang][cli] NFC: Use Diags to report parsing success...
2021-04-19 Jan Svoboda[clang] Implement CompilerInvocation copy assignment
2021-04-19 Clement Courbet[llvm-exegesis] Honor -mcpu in analysis mode.
2021-04-19 Jan Svoboda[clang] Rename CompilerInvocationBase to RefBase, split...
2021-04-19 David Sherwood[CodeGen] Improve code generation for clamping of const...
2021-04-19 Serguei Katkov[GreedyRA ORE] Add stats for copy of virtual registers.
2021-04-19 Serguei Katkov[Greedy RA] Add a check to MachineVerifier
2021-04-19 Evgeniy Brevnov[CVP] processCallSite returns wrong status
2021-04-19 ShihPo Hung[RISCV][Driver] Make the ordering of CmdArgs consistent...
2021-04-19 Pan, Tao[clangd][test] Fix build error of FeatureModulesTests
2021-04-19 Xun LiRevert "[Coroutines] Set presplit attribute in Clang...
2021-04-18 Arthur O'DwyerAdd a missing debug assertion in <list>.
2021-04-18 Craig Topper[TableGen] Pass SmallVector to union_modes instead...
2021-04-18 Xun Li[Coroutines] Set presplit attribute in Clang instead...
2021-04-18 Xun LiRevert "[Coroutines] Move CoroEarly pass to before...
2021-04-18 Xun Li[Coroutines] Move CoroEarly pass to before AlwaysInliner
2021-04-18 Martin Storsjö[lit] Fix the return code for "not not" after evaluatin...
2021-04-18 Craig Topper[TableGen] Use MachineValueTypeSet in place of SmallSet.
2021-04-18 Nikita Popov[LoopDeletion] Add test for PR49967 (NFC)
2021-04-18 Craig Topper[TableGen] Use range-based for loop. NFC
2021-04-18 Nathan James[Introspection] Dont emit json if unchanged.
2021-04-18 Fangrui Song[sanitizer] Don't call __tls_get_addr on s390x after...
2021-04-18 Arthur O'Dwyer[libc++] [CI] Fail if the headers contain cyclic depend...
2021-04-18 Roman LebedevRevert "[SCEV] Model `ashr exact x, C` as `(abs(x)...
2021-04-18 Martin Storsjö[clang] Fix cross compiling clang for windows after...
2021-04-18 Martin Storsjö[lldb] Remove a superfluous trailing semicolon, fixing...
2021-04-18 xgupta[Docs] Correct Boehm collector weblink in GarbageCollec...
2021-04-18 LLVM GN Syncbot[gn build] Port 01ace074fcb6
2021-04-18 Mark de Wever[libc++] Implements ranges::enable_borrowed_range
2021-04-18 Florian Hahn[IndVarSimplify] Add test requiring ashr expansion.
2021-04-18 Nathan James[AST][Introspection][NFC] Remove unnecessary temporary...
2021-04-18 Roman Lebedev[NFC][X86][CostModel] Rewrite load_store.ll
2021-04-18 Roman Lebedev[NFC][LoopVectorize] Autogenerate check lines in X86...
2021-04-18 Juneyoung LeeUpdate InstCombine to use undef matcher instead
2021-04-18 Juneyoung LeeUpdate m_Undef to match vectors/aggrs with undefs and...
2021-04-17 Stephen Kelly[AST] Add TypeLoc support to node introspection
2021-04-17 Arthur O'Dwyer[libc++] Remove hard tabs, U+00AD, and U+200B from...
2021-04-17 Florian Hahn[ADT] Update RPOT to work with specializations of diffe...
2021-04-17 Nikita Popov[LoopUnroll] Regenerate test checks (NFC)
2021-04-17 Nikita Popov[LoopUnroll] Make some tests more robust (NFC)
2021-04-17 Lang Hames[JITLink] Add testcase that was accidentally left out...
2021-04-17 Sylvain Audi[clang-scan-deps] Add support for clang-cl
2021-04-17 Sylvain Audi[clang-scan-deps] Support double-dashes in clang comman...
2021-04-17 Alexandre Ganea[Support] ThreadPool tests: silence warning unused...
2021-04-17 Stephen Kelly[AST] Enable AST node introspection on WIN32
2021-04-17 Craig Topper[TableGen] Remove local SmallSet from TypeSetByHwMode...
2021-04-17 Jennifer Chukwu[NFC] Fixed Typos
2021-04-17 Stephen Kelly[AST] Remove args from LocationCall
next