platform/upstream/llvm.git
2020-06-25 Anatoly Trosinenko[builtins] Move more float128-related helpers to GENERI...
2020-06-25 Jonas Devlieghere[lldb/ScriptInterpreter] Fix missing include on Windows
2020-06-25 Hiroshi Yamauchi[HIP] Improve check patterns to avoid test failures...
2020-06-25 Han Zhu[openmp] Use config.test_extra_flags in archer and...
2020-06-25 Mehdi Chinoune[flang] Replace ATTRIBUTE_UNUSED with LLVM_ATTRIBUTE_UNUSED
2020-06-25 Louis Dionne[libc++abi] NFCI: Minor refactoring of abort_message()
2020-06-25 Craig TopperRevert "[X86] Don't imply -mprfchw when -m3dnow is...
2020-06-25 David Green[ARM] Add FP_ROUND handling to splitting MVE stores
2020-06-25 Xun Li[Coroutines] Handle dependent promise types for final_s...
2020-06-25 Craig Topper[X86] Don't imply -mprfchw when -m3dnow is specified...
2020-06-25 LLVM GN Syncbot[gn build] Port 9878996c708
2020-06-25 Hiroshi YamauchiRevert "[PGO] Extend the value profile buckets for...
2020-06-25 Kirill Naumov[InlineCost] GetElementPtr with constant operands
2020-06-25 LLVM GN Syncbot[gn build] Port 63a89693f09
2020-06-25 David Goldman[Sema][CodeComplete][ObjC] Don't split the first select...
2020-06-25 Jonas Devlieghere[lldb/Docs] Add more details to the issues with custom...
2020-06-25 Xun Li[Coroutines] Special handle __builtin_coro_resume for...
2020-06-25 Hiroshi Yamauchi[PGO] Extend the value profile buckets for mem op sizes.
2020-06-25 Raphael Isemann[lldb][NFC] Use expect_expr in TestDollarInVariable
2020-06-25 Eduardo CaldasAdd `FloatingLiteral` to SyntaxTree
2020-06-25 Eduardo CaldasAdd StringLiteral to SyntaxTree
2020-06-25 Eduardo CaldasAdd `CharLiteral` to SyntaxTree
2020-06-25 Yuanfang Chen[NewPM] Move debugging log printing after PassInstrumen...
2020-06-25 Nick Desaulniers[Clang][SourceManager] optimize getFileIDLocal()
2020-06-25 Jonas Devlieghere[lldb/Lua] Redirect Lua stdout/stderr to the CommandRet...
2020-06-25 Jonas Devlieghere[lldb/ScriptInterpreter] Let the IORedirect factory...
2020-06-25 Zequan Wu[llvm-readobj][COFF] add .llvm.call-graph-profile secti...
2020-06-25 Daniel GrumbergEnsure that default value for -triple is correctly...
2020-06-25 Nithin Vadukkumchery... [analyzer] Enable constructor support in evalCall event.
2020-06-25 Jonas Devlieghere[lldb/ScriptInterpreter] Extract IO redirection logic
2020-06-25 Joel E. Denny[FileCheck][NFC] Remove redundant DumpInputDefault
2020-06-25 Francesco Petrogalli[sve][acle] Add some C intrinsics for brain float types.
2020-06-25 Seija KijinChange while to do-while
2020-06-25 Louis Dionne[libunwind] Allow specifying custom Lit config files
2020-06-25 Louis Dionne[libc++abi] Allow specifying custom Lit config files
2020-06-25 Simon PilgrimGVN.h - reduce AliasAnalysis.h include to forward decla...
2020-06-25 Arthur Eubanks[NewPM] Separate out alias analysis passes in opt
2020-06-25 Elvina Yakubova[Clang] Add support for -Wno-inline-namespace-reopened...
2020-06-25 Andrew Wock[FPEnv] PowerPC-specific builtin constrained FP enablement
2020-06-25 Eduardo CaldasAdd `BoolLiteralExpression` to SyntaxTree
2020-06-25 Sanjay Patel[InstCombine] fold fmul/fdiv with fabs operands
2020-06-25 David Green[ARM] Fixup for signed comparison warning. NFC
2020-06-25 Diego Caballero[mlir][EDSC] Add divis and diviu and vector.extractelement
2020-06-25 Simon PilgrimRemove orphan AMDGPUAAResult::Aliases and AMDGPUAAResul...
2020-06-25 Simon PilgrimRemove orphan TypeBasedAAResult::PathAliases declaratio...
2020-06-25 Simon PilgrimGlobalsModRef.h - reduce CallGraph.h include to forward...
2020-06-25 Simon PilgrimLoopAccessAnalysis.h - reduce AliasAnalysis.h include...
2020-06-25 David Green[ARM] MVE VCVT lowering for f32->f16 truncs
2020-06-25 Victor Campos[AArch64] Emit warning when disassembling unpredictable...
2020-06-25 Thomas Preud... [MC] Fix PR45805: infinite recursion in assembler
2020-06-25 Xing GUO[ObjectYAML][DWARF] Format codes. NFC.
2020-06-25 Zarko Todorovski[NFC][PPC][AIX] Add stack frame layout diagram to PPCIS...
2020-06-25 Sanjay Patel[PhaseOrdering] delete test for vectorization; NFC
2020-06-25 Pavel Labath[lldb] Rewrite Scalar::GetBytes
2020-06-25 Guillaume Chatelet[Alignment][NFC] Conform X86, ARM and AArch64 TargetTra...
2020-06-25 Simon PilgrimLiveIntervals.h.h - reduce AliasAnalysis.h include...
2020-06-25 Simon PilgrimAttributes.cpp - fix include sorting order. NFC.
2020-06-25 Simon PilgrimIRBuilder.cpp - fix include sorting order. NFC.
2020-06-25 Simon PilgrimCodeGenPrepare.cpp - remove unused IntrinsicsX86.h...
2020-06-25 Simon PilgrimFix typos in CodeGenPrepare::splitLargeGEPOffsets comments.
2020-06-25 Guillaume Chatelet[Alignment][NFC] Use Align for TargetCallingConv::OrigAlign
2020-06-25 Valentin Clement[openmp] Use Directive_enumSize instead of OMPD_unknown...
2020-06-25 Florian Hahn[DSE,MSSA] Check if Def is removable only wen we try...
2020-06-25 Aaron BallmanFix a crash with [[clang::acquire_handle]] when written...
2020-06-25 Frederik Gossen[MLIR][Shape] Canonicalize subsequent `size_to_index...
2020-06-25 Alexey Bataev[OPENMP]Dynamic globalization for parallel target regions.
2020-06-25 David Green[ARM] Split cast cost tests, and add masked load/store...
2020-06-25 Frederik Gossen[MLIR][Shape] Canonicalize subsequent `index_to_size...
2020-06-25 Georgii Rymar[llvm-readelf] - Report a warning instead of an error...
2020-06-25 Jeff TrullRepair various issues with modernize-avoid-bind
2020-06-25 Tyker[AssumeBundles] Use operand bundles to encode alignment...
2020-06-25 Tyker[NFC] update test to make diff of the following commit...
2020-06-25 Florian Hahn[Matrix] Use 1st/2nd instead of first/second in matrix...
2020-06-25 Sam Tebbs[ARM] Allow tail predication on sadd_sat and uadd_sat...
2020-06-25 Florian Hahn[Matrix] Group matrix diagnostics together (NFC).
2020-06-25 Simon PilgrimFPEnv.h - reduce includes to forward declarations....
2020-06-25 Simon PilgrimMachineScheduler.h - reduce AliasAnalysis.h include...
2020-06-25 Haojian Wu[AST] Fix a crash on accessing a class without definiti...
2020-06-25 Kadir Cetinkaya[libclang] Get rid of relience on SourceManager member...
2020-06-25 Daniel GrumbergEnsure that CompilerInvocationTest normalizes default...
2020-06-25 Frederik Gossen[MLIR][Shape] Fix ambiguous symbol
2020-06-25 Valeriy Savchenko[analyzer] SATest: Use logger in single-threaded mode...
2020-06-25 Valeriy Savchenko[analyzer] SATest: Fix package versions for test depend...
2020-06-25 Valeriy Savchenko[analyzer] SATest: Add 5 more projects for testing
2020-06-25 Valeriy Savchenko[analyzer] SATest: Add an easy option to connect to...
2020-06-25 Valeriy Savchenko[analyzer] SATest: Do not re-run CMake in Docker if...
2020-06-25 Valeriy Savchenko[analyzer] SATest: Make main script Python2 compatible
2020-06-25 Valeriy Savchenko[analyzer] SATest: Make docker interfaces transparent
2020-06-25 Valeriy Savchenko[analyzer] SATest: Add a set of initial projects for...
2020-06-25 Valeriy Savchenko[analyzer] SATest: Add convenience 'docker' command
2020-06-25 Valeriy Savchenko[analyzer] SATest: Add initial docker infrastructure
2020-06-25 Guillaume ChateletUse concrete natural type alignment for masked load...
2020-06-25 Djordje Todorovic[docs][llvm-dwarfdump] Fix the warnings during docs...
2020-06-25 Djordje Todorovic[docs][GlobalISel] Fix the warnings during docs-llvm...
2020-06-25 Frederik Gossen[MLIR][Shape] Lower `shape_of` for unranked tensors
2020-06-25 Frederik Gossen[MLIR][Shape] Lower `shape.rank`
2020-06-25 Shawn Landden[PowerPC] add popcount CodeGen test; NFC
2020-06-25 Frederik Gossen[MLIR][Shape] Add canonicalization pattern for `shape...
2020-06-25 Piotr Sobczak[AMDGPU] Select s_cselect
2020-06-25 David SpickettReland "[clang][Driver] Correct tool search path priority"
next