OSDN Git Service

android-x86/external-llvm.git
2019-05-20 Sanjay Patel[InstCombine] auto-generate test checks; NFC
2019-05-20 Sanjay Patel[InstSimplify] update stale comment; NFC
2019-05-20 Craig Topper[X86] Add test case for r361177.
2019-05-20 Craig Topper[SelectionDAGBuilder] Flush PendingExports before creat...
2019-05-20 Nick Desaulniers[DWARF] hoist nullptr checks. NFC
2019-05-20 Craig Topper[X86] Add icelake-client and tremont model numbers...
2019-05-20 Nick Desaulniers[INLINER] allow inlining of blockaddresses if sole...
2019-05-20 Bjorn Pettersson[AMDGPU] Fix std::array initializers to avoid warnings...
2019-05-20 Craig Topper[Intrinsics] Merge lround.i32 and lround.i64 into a...
2019-05-20 Craig Topper[DAGCombiner] Refactor code in visitShiftByConstant...
2019-05-20 Matt ArsenaultR600: Fix unconditional return in loop
2019-05-20 Nikita Popov[SDAG] Vector op legalization for overflow ops
2019-05-20 George Rimar[llvm-readelf] - Rework how we parse the .dynamic section.
2019-05-20 Matt ArsenaultRegAlloc: Fix verifier error with undef identity copies
2019-05-20 Dmitri GribenkoFixed the Bindings/OCaml/core.ml test
2019-05-20 Cullen Rhodes[AArch64][SVE2] Asm: add SADALP and UADALP instructions
2019-05-20 Nico Webergn build: Merge r361152
2019-05-20 Cameron McInally[InstSimplify] Teach fsub -0.0, (fneg X) ==> X about...
2019-05-20 Orlando Cazalet... Resubmit "[DebugInfo] Update loop metadata for inlined...
2019-05-20 Orlando Cazalet... Revert "[DebugInfo] Update loop metadata for inlined...
2019-05-20 Guillaume Chatelet[NFC] Refactor visitIntrinsicCall so it doesn't return...
2019-05-20 Petar Jovanovic[DebugInfoMetadata] Refactor DIExpression::prepend...
2019-05-20 Cullen Rhodes[AArch64][SVE2] Asm: add int halving add/sub (predicate...
2019-05-20 Cullen Rhodes[AArch64][SVE2] Asm: add saturating multiply-add interl...
2019-05-20 Fangrui SongUse llvm::sort. NFC
2019-05-20 Sander de SmalenMatch types of accumulator and result for llvm.experime...
2019-05-20 Orlando Cazalet... [DebugInfo] Update loop metadata for inlined loops
2019-05-20 Guillaume ChateletRevert "[NFC] Refactor visitIntrinsicCall so it doesn...
2019-05-20 Guillaume Chatelet[NFC] Refactor visitIntrinsicCall so it doesn't return...
2019-05-20 Carl Ritson[AMDGPU] gfx1010 Avoid SMEM WAR hazard for some s_waitc...
2019-05-20 Nico Webergn build: Merge r361117
2019-05-19 Sanjay Patel[InstSimplify] fold fcmp (maxnum, X, C1), C2
2019-05-19 Dinar Temirbulatov[SLP] Refactoring of EdgeInfo and UserTreeIdx in buildT...
2019-05-19 Craig Topper[X86] Remove combineShift function. Just dispatch direc...
2019-05-18 Don Hinton[CommandLine] Reduce size of Option class
2019-05-18 Roman Lebedev[NFC][AArch64] Autogenerate fcopysign.ll test
2019-05-18 Roman Lebedev[NFC][AArch64] Autogenerate bitfield-insert.ll, selectc...
2019-05-18 Dylan McKay[AVR] Fix 'symbol_relocations.s' MC test
2019-05-18 Matt ArsenaultGVN: Handle addrspacecast
2019-05-18 Roman Lebedev[NFC][AArch64] Add some ubfx tests with immediates
2019-05-18 Roman LebedevUpdateTestChecks: fix AMDGPU handling
2019-05-18 Roman LebedevUpdateTestChecks: arm64-eabi handlind
2019-05-18 Simon PilgrimMemCmpExpansion::getCompareLoadPairs - assert we find...
2019-05-18 Lang Hames[docs] Fix some RST errors.
2019-05-18 Michael TrentUpdate llvm-nm -s to use a multi-var option
2019-05-18 Lang Hames[docs][ORC] Start work on an ORC design doc. Very much...
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: Implement s64->s64 [SU]ITOFP
2019-05-17 Matt ArsenaultGlobalISel: Implement lower for S64->S32 [SU]ITOFP
2019-05-17 Cameron McInally[NFC][InstSimplify] Add more unary fneg tests to floati...
2019-05-17 Saleem Abdulrasoolbuild: use clang-cl for runtimes when targeting Windows
2019-05-17 Sam Clegg[WebAssembly] Remove expected failure of builtin-locati...
2019-05-17 Nico Webergn build: Merge r360993
2019-05-17 Matt ArsenaultGlobalISel: Define integer min/max instructions
2019-05-17 Cameron McInally[NFC][InstSimplify] Precommit new unary fneg test
2019-05-17 Nico WeberRevert r361033 "Add a Visit overload for DynTypedNode...
2019-05-17 Sanjay Patel[InstCombine] move bitcast after insertelement-with...
2019-05-17 Cameron McInally[NFC][InstSImplify] Fix flip-flopped comments and test...
2019-05-17 Simon Pilgrim[X86][SSE] Fold movmsk(not(x)) -> not(movmsk)
2019-05-17 Nico Webergn build: Merge r361033
2019-05-17 Nico Webergn build: Merge r360991
2019-05-17 Simon Pilgrim[X86][SSE] Match all-of bool scalar reductions into...
2019-05-17 Sanjay Patel[InstCombine] add tests for insertelement with bitcaste...
2019-05-17 Cameron McInally[InstSimplify] Add unary fneg to `fsub 0.0, (fneg X...
2019-05-17 Dmitry Preobrazhensky[AMDGPU][MC] Corrected parsing of NAME:VALUE modifiers
2019-05-17 Roman Lebedev[DAGCombiner] visitShiftByConstant(): drop bogus signbi...
2019-05-17 Roman Lebedev[InstCombine] canShiftBinOpWithConstantRHS(): drop...
2019-05-17 Dmitry Preobrazhensky[AMDGPU][MC] Enabled labels with s_call_b64 and s_cbran...
2019-05-17 Simon Pilgrim[X86][AVX] Remove LowerCTTZ's AVX1 custom vector handling.
2019-05-17 Simon Pilgrim[X86][AVX] isNOT - add extract_subvector(xor X, -1...
2019-05-17 Dmitry Preobrazhensky[AMDGPU][MC] Enabled expressions for most operands...
2019-05-17 Matt ArsenaultAMDGPU: Fix unused variable warnings in release builds
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: Legalize G_FCEIL
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: Legalize G_INTRINSIC_TRUNC
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: Legalize G_FRINT
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: Legalize G_FCOPYSIGN
2019-05-17 Clement Courbet[MergeICmps][NFC] Add more debug.
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for llvm.amdgcn.s...
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: Use subreg index instead of extra...
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: Use waterfall loop for buffer_load
2019-05-17 Matt ArsenaultGlobalISel: Fix missing version of customFor
2019-05-17 Matt ArsenaultGlobalISel: Add fp<->int casts to MachineIRBuilder
2019-05-17 Matt ArsenaultGlobalISel: Add MIRBuilder wrappers for bitcount instru...
2019-05-17 Simon Pilgrim[X86] Pull out IsNOT helper. NFCI.
2019-05-17 Clement CourbetRe-land r360859: "[MergeICmps] Simplify the code."
2019-05-17 Rhys Perry[AMDGPU] detect WaW hazards when moving/merging load...
2019-05-17 Cullen Rhodes[AArch64][SVE2] Asm: add saturating multiply-add long...
2019-05-17 Cullen Rhodes[AArch64][SVE2] Asm: add integer multiply-add long...
2019-05-17 Cullen Rhodes[AArch64][SVE2] Asm: add integer multiply long instructions
2019-05-17 Clement Courbet[MergeICmps] Add test from PR41917.
2019-05-17 Petr Hosek[Bugpoint] Only run plugins tests if plugins are enabled
2019-05-17 Craig Topper[X86] Add FeatureFastScalarShiftMasks and FeatureFastVe...
2019-05-17 Petr Hosek[Analysis] Only run plugins tests if plugins are actual...
2019-05-17 Fangrui Song[PowerPC] Support .reloc *, R_PPC{,64}_NONE, *
2019-05-17 Fangrui Song[GlobalISel] Fix -Wsign-compare on 32-bit -DLLVM_ENABLE...
2019-05-17 Fangrui Song[MC][PowerPC] Clean up PPCAsmBackend
2019-05-17 Ben Dunbobbin[ELF] Implement Dependent Libraries Feature
2019-05-17 Fangrui Song[X86] Support .reloc *, R_{386,X86_64}_NONE, *
2019-05-17 Fangrui Song[AArch64] Support .reloc *, R_AARCH64_NONE, *
2019-05-17 Fangrui Song[ARM] Support .reloc *, R_ARM_NONE, *
2019-05-17 Philip Reames[LFTR] Strengthen assertions in genLoopLimit [NFCI]
next