OSDN Git Service

android-x86/external-llvm.git
2019-03-20 Jordan Rupprecht[Remarks] Fix mismatched delete due to missing virtual...
2019-03-20 Tim Renouf[AMDGPU] Factored PAL metadata handling out into its...
2019-03-20 Nico WeberRemove HAVE_REALPATH from config.h
2019-03-20 Dmitry Preobrazhensky[AMDGPU][MC] Corrected checks for DS offset0 range
2019-03-20 Sanjay Patel[CGP] fix formatting; NFC
2019-03-20 Clement CourbetFix sanitizer failures for 356550.
2019-03-20 Nico Webergn build: Add build files for some clang-tools-extra
2019-03-20 Sanjay Patel[CGP] convert chain of 'if' to 'switch'; NFC
2019-03-20 Nico Webergn build: Merge r356508
2019-03-20 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Added support of operands shared_bas...
2019-03-20 Nico Webergn build: Merge r356519
2019-03-20 Sanjay Patel[CGP][x86] add tests for usubo regression (PR41129...
2019-03-20 Sjoerd MeijerFollow up of rL356555
2019-03-20 Sjoerd Meijer[TTI] getMemcpyCost
2019-03-20 George Rimar[llvm-objcopy] - Use replaceSectionReferences to update...
2019-03-20 Simon PilgrimRemove out of date comment. NFCI.
2019-03-20 Clement Courbet[ExpandMemCmp] Trigger on bcmp too.
2019-03-20 Simon Pilgrim[X86] Use getConstantOperandAPInt to detect out-of...
2019-03-20 Andrea Di Biagio[X86] Remove X86 specific dag nodes for RDTSC/RDTSCP...
2019-03-20 Sylvestre Ledru[perf][DebugInfo] follow up for "add SectionedAddress...
2019-03-20 David Stuttard[AMDGPU] Allow MIMG with no uses in adjustWritemask...
2019-03-20 Philip Reames[instcombine] Add todos describing missing transforms...
2019-03-20 Craig Topper[X86] Remove X32 check lines from a test that doesn...
2019-03-20 Douglas YungRetry to add workaround to build scoped enums with...
2019-03-20 Douglas YungRevert "Add workaround to build scoped enums with VS201...
2019-03-20 Douglas YungAdd workaround to build scoped enums with VS2015. NFCI.
2019-03-19 Craig Topper[X86] Re-disable cmpxchg16b for 32-bit mode assembly...
2019-03-19 Eli Friedman[ARM] Make sure to save/restore LR when we use tBfar.
2019-03-19 Amara Emerson[AArch64][GlobalISel] Add an optimization to select...
2019-03-19 Amara Emerson[AArch64][GlobalISel] Make v4s32 G_IMPLICIT_DEF legal.
2019-03-19 Reid KlecknerRemove MSVC compat hack since the inline keyword was...
2019-03-19 Francis Visoiu... [Remarks] Fix gcc build for r356519
2019-03-19 Florian Hahn[DwarfDebug] Add triple to test.
2019-03-19 Nikita Popov[InstSimplify] Add additional cmp of abs without nsw...
2019-03-19 Francis Visoiu... Reland "[Remarks] Add a new Remark / RemarkParser abstr...
2019-03-19 Robert LougherRevert r356511 "[TailCallElim] Add tailcall elimination...
2019-03-19 Florian Hahn[DwarfDebug] Skip entries to big for 16 bit size field...
2019-03-19 Robert Lougher[TailCallElim] Add tailcall elimination pass to LTO...
2019-03-19 Philip ReamesDemanded elements support for masked.load and masked...
2019-03-19 Matt ArsenaultCodeGen: Refactor regallocator command line and target...
2019-03-19 Matt ArsenaultRegAllocFast: Do not allocate registers for undef uses
2019-03-19 Matt ArsenaultRegAllocFast: Remove early selection loop, the spill...
2019-03-19 Simon PilgrimFix for ABS legalization on PPC buildbot.
2019-03-19 Philip ReamesAllow unordered loads to be considered invariant in...
2019-03-19 Francis Visoiu... Revert "[Remarks] Add a new Remark / RemarkParser abstr...
2019-03-19 Francis Visoiu... [Remarks] Add a new Remark / RemarkParser abstraction
2019-03-19 Nikita Popov[ValueTracking] Use computeConstantRange() for unsigned...
2019-03-19 Peter Collingbournegn build: Merge r356387.
2019-03-19 Peter Collingbournegn build: Merge r356451.
2019-03-19 Simon Pilgrim[X86][SSE] SimplifyDemandedVectorEltsForTargetNode...
2019-03-19 Philip Reames[AtomicExpand] Fix a crash bug when lowering unordered...
2019-03-19 Simon Atanasyan[MIPS][microMIPS] Enable dynamic stack realignment
2019-03-19 Jordan Rupprecht[NFC] Fix unused variable in release builds
2019-03-19 Justin Bogner[DAGCombine] Fix a miscompile when reducing BUILD_VECTO...
2019-03-19 Simon PilgrimFix unused variable warning. NFCI.
2019-03-19 Philip Reames[Tests] Update to newer ISA
2019-03-19 Sanjay Patel[InstCombine] fold logic-of-nan-fcmps (PR41069)
2019-03-19 Neil Henning[AMDGPU] Add convergent attribute to WWM.
2019-03-19 Simon Pilgrim[SelectionDAG] Handle unary SelectPatternFlavor for...
2019-03-19 Jordan Rupprecht[llvm-ar] Support N [count] modifier
2019-03-19 Ryan Taylor[AMDGPU] Add buffer/load 8/16 bit overloaded intrinsics
2019-03-19 Neil Henning[AMDGPU] Ban i8 min3 promotion.
2019-03-19 Teresa Johnson[InstCombine] Add missing test for icmp transformation...
2019-03-19 Simon Atanasyan[mips] Fix crash on recursive using of .set
2019-03-19 Markus Lavin[DebugInfo] Move test files added in r356451
2019-03-19 Simon Pilgrim[InstSimplify] SimplifyICmpInst - icmp eq/ne %X, undef...
2019-03-19 Petar Jovanovic[DebugInfoMetadata] Move main subprogram DIFlag into...
2019-03-19 Sanjay Patel[InstCombine] add FMF to tests for extra coverage; NFC
2019-03-19 Markus Lavin[DebugInfo] Introduce DW_OP_LLVM_convert
2019-03-19 Simon Pilgrim[InstCombine] Regenerate + add icmp with undef tests
2019-03-19 Markus LavinRevert "[DebugInfo] Introduce DW_OP_LLVM_convert"
2019-03-19 Serge GueltonUse response file when generating LLVM-C.dll
2019-03-19 Markus Lavin[DebugInfo] Introduce DW_OP_LLVM_convert
2019-03-19 Heejin Ahn[WebAssembly] Small improvements in FixIrreducibleContr...
2019-03-19 Heejin Ahn[WebAssembly] Improve readability of irreducibility...
2019-03-19 Heejin Ahn[WebAssembly] Rename methods according to instruction...
2019-03-19 Heejin Ahn[WebAssembly] Add immarg attribute to intrinsics
2019-03-19 Thomas Lively[WebAssembly] Lower SIMD nnan setcc nodes
2019-03-18 Nikita PopovRevert "[ValueTracking][InstSimplify] Support min/max...
2019-03-18 Kostya Serebryany[libFuzzer] document -len_control
2019-03-18 Craig Topper[X86] Add coverage for 16-bit and 64-bit versions of...
2019-03-18 Craig Topper[X86] Disable CQTO and CLTQ instructions in the assembl...
2019-03-18 Nikita Popov[ValueTracking][InstSimplify] Support min/max selects...
2019-03-18 Nikita Popov[InstCombine] Add tests for add nuw + uaddo; NFC
2019-03-18 Craig Topper[X86] Allow any 8-bit immediate to be used with BT...
2019-03-18 Amara Emerson[GlobalISel] Include missing change from r356396
2019-03-18 Sam Clegg[WebAssembly] Don't override default implementation...
2019-03-18 Nikita Popov[ValueTracking][InstSimplify] Move abs handling into...
2019-03-18 Nikita Popov[InstSimplify] Add additional icmp of min/max tests...
2019-03-18 Craig Topper[X86] Use relocImm in the ROL8ri/ROL16ri/ROL32ri/ROL64r...
2019-03-18 Craig Topper[X86] Replace uses of i64immSExt32_su with i64relocImmS...
2019-03-18 Michael Liao[AMDGPU] Enable code selection using `s_mul_hi_u32...
2019-03-18 Jake Ehrlich[llvm-objcopy] Make .build-id linking atomic
2019-03-18 Nikita Popov[InstCombine] Improve with.overflow intrinsic tests...
2019-03-18 Sam CleggRestore comment regarding why Reloc::PIC_ can't be PIC
2019-03-18 Alexandre GaneaFix flat-error-unsupported-gpu-hsa test
2019-03-18 Tim Renouf[AMDGPU] Asm/disasm clamp modifier on vop3 int arithmetic
2019-03-18 Tim Renouf[AMDGPU] Asm/disasm v_cndmask_b32_e64 with abs/neg...
2019-03-18 Amara EmersonRevert r356304: remove subreg parameter from MachineIRB...
2019-03-18 Alexandre Ganea[DebugInfo][PDB] Don't write empty debug streams
next