platform/upstream/llvm.git
2019-07-25 Roman Lebedev[IR][PatternMatch] introduce m_Unless() matcher
2019-07-25 Sanjay Patel[Utils] remove duplicated documentation comments; NFC
2019-07-25 Simon Pilgrim[X86] concatSubVectors - remove unnecessary args. NFCI.
2019-07-25 Balazs KeriFix failing test plist-macros-with-expansion-ctu.c
2019-07-25 Krasimir GeorgievUpdate some tests after r366702
2019-07-25 Sanjay Patel[InstCombine] try to narrow a truncated load
2019-07-25 Anton Bikineev[clang] Add isDirectlyDerivedFrom AST matcher.
2019-07-25 Raphael Isemann[lldb] Tablegenify expr/frame/log/register/memory
2019-07-25 Anastasia Stulova[OpenCL] Rename lang mode flag for C++ mode
2019-07-25 Pablo Barrio[ARM][AArch64] Support for Cortex-A65 & A65AE, Neoverse...
2019-07-25 Balazs Keri[CrossTU] Fix plist macro expansion if macro in other...
2019-07-25 Stefan Granitz[lldb][CMake] Fix framework-enabled build detail for...
2019-07-25 Simon PilgrimRevert rL366946 : [Remarks] Add support for serializing...
2019-07-25 George RimarRecommit "rL366894: [yaml2obj] - Allow custom fields...
2019-07-25 Fangrui SongSymbolFile: Fix -Wunused-variable in -DLLVM_ENABLE_ASSE...
2019-07-25 Fangrui Song[MC] Delete unused MCInstPrinter::markup overload and...
2019-07-25 Florian Hahn[IPSCCP] Add assertion to surface cases where we zap...
2019-07-25 Gabor Marton[ASTImporter] Reorder fields after structure import...
2019-07-25 Haojian Wu[clangd] Fix the annotate tweak after rL366893
2019-07-25 Kai Luo[PowerPC][NFC] Make `getDefMIPostRA` public
2019-07-25 Pavel LabathSymbolVendor: Remove the type list member
2019-07-25 Sjoerd Meijer[LV] Scalar Epilogue Lowering. NFC.
2019-07-25 Sam McCall[clangd] Provide help text to users who run `clangd...
2019-07-25 Sam McCall[clangd] Also accept flags from CLANGD_FLAGS variable.
2019-07-25 Kai Luo[PowerPC][NFC] Added `getDefMIPostRA` method
2019-07-25 Sjoerd Meijer[Clang] New loop pragma vectorize_predicate
2019-07-25 Fangrui Song[ELF][MIPS] Improve tests
2019-07-25 Seiya Nuta[MC] Add MCInstrAnalysis::evaluateMemoryOperandAddress
2019-07-25 George Burgess IV[BasicAA] Temporarily disable two tests
2019-07-25 Pavel LabathLLGS: fix tracking execve on linux
2019-07-25 Seiya Nuta[llvm-objdump][NFC] Make the PrettyPrinter::printInst...
2019-07-25 Fangrui Songcli-wrapper-mpxtable.cpp: fix file header
2019-07-25 Jonas Devlieghere[TableGen] Fix comments/headers referencing clang ...
2019-07-25 Marshall ClowImplement change #4 of P1466: Change weekday to accept...
2019-07-25 Joel E. Denny[lit] Protect full test suite from FILECHECK_OPTS
2019-07-25 Petr HosekRevert "[Sema] Enable -Wimplicit-float-conversion for...
2019-07-25 Tom Stellardgithub-upload-release.py: Fix script name in examples
2019-07-25 Tom StellardAdd github-release.py script
2019-07-25 Chen Zheng[PowerPC] exclude more icmps in LSR which is converted...
2019-07-25 Jonas Devlieghere[FileCollector] Remove LLDB shim around llvm::FileColle...
2019-07-25 Jonas Devlieghere[FileSystem] Fix ambiguous symbol on Windows.
2019-07-25 Jonas Devlieghere[FileCollector] Update unit test to match coding style.
2019-07-25 Ziang Wan[Sema] Enable -Wimplicit-float-conversion for integral...
2019-07-25 Shoaib Meenai[llvm-lipo] Implement alignment function in -create
2019-07-25 Shoaib Meenai[Object] Add public MaxSectionAlignment to MachOUniversal
2019-07-25 Shoaib Meenai[llvm-lipo] Add test for -verify_archs
2019-07-25 Julian Lettner[sanitizer_common] Allow customization of StartSymboliz...
2019-07-25 Jonas Devlieghere[FileCollector] Change coding style from LLDB to LLVM...
2019-07-25 Francis Visoiu... [Remarks][NFC] Rename remarks::Parser to remarks::Remar...
2019-07-24 Philip Reames[docs] Split out a section on LoopInfo in the new loop...
2019-07-24 Eli Friedman[ARM] Remove dead code from ARMConstantIslands.
2019-07-24 Evandro Menezes[InstCombine] Swap order of checks to improve compile...
2019-07-24 Philip ReamesApply a few more reviewer suggestions from D65164
2019-07-24 Philip ReamesDefine some basic terminology around loops in our docum...
2019-07-24 Jessica Paquette[AArch64][GlobalISel] Select immediate modes for ADD...
2019-07-24 Alex LorenzFix unittest build issue in r366956
2019-07-24 Amara Emerson[AArch64][GlobalISel] Don't try to use GISel if subtarg...
2019-07-24 Alex Lorenz[Support] move FileCollector from LLDB to llvm/Support
2019-07-24 Roman Lebedev[Codegen] (X & (C l>>/<< Y)) ==/!= 0 --> ((X <</l...
2019-07-24 Jessica Paquette[AArch64][GlobalISel] Fold G_MUL into XRO load addressi...
2019-07-24 Azharuddin... Revert "NFC: utils/perf-training: Python 3 compatibilit...
2019-07-24 Peter CollingbourneIR: Teach GlobalIndirectSymbol::getBaseObject() to...
2019-07-24 Amara Emerson[GlobalISel] Support for inlining memcpy, memset and...
2019-07-24 Alex Langford[Symbol] Fix some botched logic in Variable::GetLanguage
2019-07-24 Sanjay Patel[Transforms] move copying of load metadata to helper...
2019-07-24 Guanzhong Chen[WebAssembly] Set __tls_align to 1 when there is no TLS
2019-07-24 Evandro Menezes[CodeGen] Add missing comment (NFC)
2019-07-24 Francis Visoiu... [Remarks] Add support for serializing metadata for...
2019-07-24 Craig Topper[InstCombine] Teach foldOrOfICmps to allow icmp eq...
2019-07-24 Alexander Richardson[LLD] Do not print additional newlines after reaching...
2019-07-24 Amara Emerson[AArch64][GlobalISel] Fix a crash during s128 G_ICMP...
2019-07-24 David BolvanskyLet CorrelatedValuePropagation preserve LazyValueInfo
2019-07-24 Aaron BallmanFix exporting SARIF files from scan-build on Windows.
2019-07-24 Francis Visoiu... [Remarks][NFC] Rename remarks::Serializer to remarks...
2019-07-24 Stanislav Mekhanoshin[AMDGPU] Increase kernel padding
2019-07-24 JF BastienRevert "[yaml2obj] - Allow custom fields for the SHT_UN...
2019-07-24 Jonas Devlieghere[Logging] Replace Log::Printf with LLDB_LOG macro ...
2019-07-24 Simon PilgrimFix signed/unsigned comparison warning. NFCI.
2019-07-24 David Green[ARM] Rewrite how VCMP are lowered, using a single...
2019-07-24 Simon Pilgrim[DAGCombine] matchBinOpReduction - add partial reductio...
2019-07-24 Stefan Granitz[lldb] Configure debugserver_vers.c from CMake
2019-07-24 David Green[ARM] Disable MVE fptosi and friends
2019-07-24 Jessica Paquette[AArch64][GlobalISel] Make vector dup optimization...
2019-07-24 Nico Weberclang-format: Add another test like r366926
2019-07-24 David Green[ARM] More MVE compare vector splat combines for ANDs
2019-07-24 Nico Webergn build: Merge r366919
2019-07-24 Nico Weberclang-format: Add a test that shows that some code...
2019-07-24 David Bolvansky[InstCombine] Adjusted pow-exp tests for Windows [NFC]
2019-07-24 David Green[ARM] MVE compare vector splat combine
2019-07-24 Yuanfang Chen[llvm-objdump] Emit warning if --start-address/--stop...
2019-07-24 Simon Pilgrim[SelectionDAG] makeEquivalentMemoryOrdering - early...
2019-07-24 Dmitry Preobrazhensky[AMDGPU][MC][GFX10] Enabled GFX10 assembly with arbitra...
2019-07-24 David Green[ARM] Better OR's for MVE compares
2019-07-24 Francis Visoiu... [Remarks] Simplify the creation of remark serializers
2019-07-24 Kostya Kortchinsky[scudo][standalone] Optimization pass
2019-07-24 Stanislav Mekhanoshin[AMDGPU] Add all vgpr classes to asm parser
2019-07-24 Matt ArsenaultAMDGPU: Fix test after r366913
2019-07-24 Matt ArsenaultAMDGPU/GlobalISel: Don't assume instruction can be...
2019-07-24 Sanjay Patel[SDAG] convert (sub x, 1) to (add x, -1) in ctpop expan...
2019-07-24 Matt ArsenaultAMDGPU: Only allow FP types for format buffer intrinics
next