platform/upstream/llvm.git
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
2019-07-24 David Tenty[AIX][lit] Don't depend on psutil on AIX
2019-07-24 Anton Afanasyev[Support] Fix `-ftime-trace-granularity` option
2019-07-24 David Green[ARM] Better AND's for MVE compares
2019-07-24 David Green[ARM] MVE floating point compares and selects
2019-07-24 Owen Reynolds[llvm-ar][test] Fix move operation tests
2019-07-24 David Green[ARM] Basic And/Or/Xor handling for MVE predicates
2019-07-24 Paul RobinsonSilence a conversion warning after r366887. NFC
2019-07-24 Simi Pallipurath[ARM] Make sure that the constant pool does not keep...
2019-07-24 Sjoerd MeijerTest commit. NFC.
2019-07-24 Pavel LabathFix @skipIfSanitized decorator
2019-07-24 Jay Foad[InstSimplify] Rename SimplifyFPUnOp and SimplifyFPBinOp
2019-07-24 Sanjay Patel[InstCombine] add tests for load narrowing; NFC
2019-07-24 Sam McCall[clangd] Add categories to help options, and only show...
2019-07-24 Thomas Preud... [FileCheck] Use ASSERT for fatal unit tests
2019-07-24 Thomas Preud... [FileCheck]] Canonicalize caret location testing
2019-07-24 Thomas Preud... FileCheck [8/12]: Define numeric var from expr
2019-07-24 George Rimar[llvm-objdump] - Import the test/Object/X86/no-start...
2019-07-24 George Rimar[Object/llvm-readobj] - Cleanup testing of the dynamic...
2019-07-24 George Rimar[yaml2obj] - Allow custom fields for the SHT_UNDEF...
2019-07-24 Sam McCall[clangd] SelectionTree treats TranslationUnitDecl ...
2019-07-24 Raphael Isemann[lldb] Fix build errors from tablegenify platform commit
2019-07-24 Raphael Isemann[lldb][NFC] Tablegenify platform
2019-07-24 David Green[ARM] MVE predicate register support
2019-07-24 Michal GornyRevert "Revert "[lldb] [Process/NetBSD] Fix constructor...
2019-07-24 Simon Atanasyan[mips] Assign R_TLS type to the R_MIPS_TLS_TPREL_XXX...
2019-07-24 Igor Kudrin[DWARF][NFC] Add constants for reserved values of an...
2019-07-24 George RimarRecommit rr366796 "[Object/ELF.h] - Improve testing...
2019-07-24 David Green[ARM] MVE integer compares and selects
2019-07-24 Balazs Keri[CrossTU] Add a function to retrieve original source...
2019-07-24 Fangrui Song[Format] getFormattingLangOpts: make LS_Auto uses LS_Cp...
2019-07-24 Sam McCall[clangd] Fix SelectionTree traversal of qualified types
2019-07-24 Sam Parker[ARM][ParallelDSP] Fix pointer operand reordering
2019-07-24 Sam McCall[clangd] Reformat use of cl::opt: use unqualified name...
2019-07-24 Stefan Granitz[lldb] Remove Xcode project legacy
2019-07-24 Sander de Smalen[SVE][Inline-Asm] Add support to specify SVE registers...
2019-07-24 Haojian Wu[clangd] Bump vscode-clangd v0.0.16
2019-07-24 Fangrui Song[Format] Make it easy to add new format::FormatStyle...
2019-07-24 Haojian Wu[clangd] Update a stale comment, NFC.
2019-07-24 Haojian Wu[Remark] Suppress the "-Wreturn-type" compiler warning...
2019-07-24 Haojian Wu[clangd] Implement "prepareRename"
2019-07-24 Thomas Preud... Revert "FileCheck [8/12]: Define numeric var from expr"
2019-07-24 Thomas Preud... Revert "[FileCheck]] Canonicalize caret location testing"
2019-07-24 Thomas Preud... Revert "[FileCheck] Use ASSERT for fatal unit tests"
2019-07-24 Shaurya Gupta[Clangd] Fixed ExtractVariable for certain types of...
next