OSDN Git Service

android-x86/external-llvm.git
2019-07-15 Richard SandifordDeveloperPolicy: fix a typo
2019-07-15 Hideto Ueno[Attributor] Deduce "nonnull" attribute
2019-07-15 Serguei Katkov[LoopUtils] Extend the scope of getLoopEstimatedTripCount
2019-07-15 Bill WendlingRemove set but unused variable.
2019-07-15 Serguei Katkov[LoopInfo] Introduce getUniqueNonLatchExitBlocks utilit...
2019-07-15 Fangrui Song[PowerPC] Support fp128 libcalls
2019-07-15 Yonghong Song[BPF] add unit tests for preserve_{array,union,struct...
2019-07-15 Kang Zhang[NFC][PowerPC] Add the test block-placement.mir
2019-07-15 Johannes Doerfert[ValueTracking] Look through constant Int2Ptr/Ptr2Int...
2019-07-15 Craig Topper[X86] Separate the memory size of vzext_load/vextract_s...
2019-07-14 Alexandros... [TargetParser][ARM] Account dependencies when processin...
2019-07-14 Florian Hahn[LV] Exclude loop-invariant inputs from scalar cost...
2019-07-14 Alexandros... [clang][Driver][ARM] Favor -mfpu over default CPU features
2019-07-14 Johannes Doerfert[GitSVN][NFC] Mark dry-run commits as such in the log...
2019-07-14 Nikita Popov[InstCombine] Add assume context test; NFC
2019-07-14 Simon Pilgrim[Hashing] hash_1to3_bytes - avoid trunc(v + zext(x...
2019-07-14 Sanjay Patel[x86] add test for sub-with-flags opportunity (PR40483...
2019-07-14 Florian HahnRecommit "[BitcodeReader] Validate OpNum, before access...
2019-07-14 Florian Hahn[BitcodeReader] Use tighter upper bound to validate...
2019-07-14 Simon PilgrimVirtRegMap - add missing initializers. NFCI.
2019-07-14 Simon PilgrimSlotIndexes - add missing initializer. NFCI.
2019-07-14 Simon Pilgrim[MachineOutliner] Add missing initializers for Outlined...
2019-07-14 Craig Topper[X86] Remove offset of 8 from the call to FuseInst...
2019-07-13 Johannes Doerfert[Attributor][Fix] Never override given argument numbers
2019-07-13 David Green[ARM] Add sign and zero extend patterns for MVE
2019-07-13 David Green[ARM] MVE VNEG instruction patterns
2019-07-13 David Green[ARM] MVE integer abs
2019-07-13 David Green[ARM] MVE integer min and max
2019-07-13 David Green[ARM] MVE VRINT support
2019-07-13 David Green[ARM] MVE minnm and maxnm instructions
2019-07-13 Thomas Preud... FileCheck [7/12]: Arbitrary long numeric expressions
2019-07-13 Sanjay PatelRevert "[InstCombine] add tests for umin/umax via usub...
2019-07-13 Sanjay Patel[InstCombine] add tests for umin/umax via usub.sat...
2019-07-13 Sanjay Patel[x86] simplify cmov with same true/false operands
2019-07-13 Fangrui Song[Object] isNotObjectErrorInvalidFileType: simplify
2019-07-13 Fangrui Song[Object] isNotObjectErrorInvalidFileType: fix use-after...
2019-07-13 Johannes Doerfert[Attributor][NFC] Run clang-format on the attributor...
2019-07-13 Johannes Doerfert[Attributor] Only return attributes with a valid state
2019-07-13 Evgeniy StepanovExtend function attributes bitset size from 64 to 96.
2019-07-13 Johannes Doerfert[Attributor][FIX] Lookup of (call site) argument attributes
2019-07-12 Nico WeberPDB HashTable: Move TraitsT from class parameter to...
2019-07-12 Stanislav Mekhanoshin[AMDGPU] use v32f32 for 3 mfma intrinsics
2019-07-12 Vitaly BukaisBytewiseValue checks ConstantVector element by element
2019-07-12 Alina Sbirlea[MemorySSA] Use SetVector to avoid nondeterminism.
2019-07-12 Wouter van... [WebAssembly] refactored utilities to not depend on...
2019-07-12 Alex Lorenz[macCatalyst] Use macCatalyst pretty name in .build_ver...
2019-07-12 Douglas Yung[test][AArch64] Relax the opcode tests for FP min/max...
2019-07-12 David Bolvansky[InstCombine] Disable fold from D64285 for non-integer...
2019-07-12 Evgeniy StepanovFactor out resolveFrameOffsetReference (NFC).
2019-07-12 Matt ArsenaultAMDGPU: Drop remnants of byval support for shaders
2019-07-12 David TentyFix missing use of defined() in include guard
2019-07-12 Nikita Popov[SystemZ] Fix addcarry of addcarry of const carry ...
2019-07-12 Craig Topper[X86] Use MachineInstr::findRegisterDefOperand to simpl...
2019-07-12 Jonas Devlieghere[DebugInfo] Add column info for inline sites
2019-07-12 Sterling AugustineThe variable "Latch" is only used in an assert, which...
2019-07-12 Ulrich Weigand[SystemZ] Fix build bot failure after r365932
2019-07-12 Sanjay Patel[x86] add test for bogus cmov (PR40483); NFC
2019-07-12 Stanislav Mekhanoshin[AMDGPU] Extend MIMG opcode to 8 bits
2019-07-12 Stefan StipanovicAddition to rL365925, removing remaining virtuals
2019-07-12 Nico WeberSlightly simplify MappedBlockStream::createIndexedStrea...
2019-07-12 Nico WeberAdd explicit newline at end of `llvm-pdbutil dump`
2019-07-12 Ulrich Weigand[SystemZ] Add support for new cpu architecture - arch13
2019-07-12 Leonard ChanRemove unused methods in Sancov.
2019-07-12 Craig Topper[X86] Add NEG to isUseDefConvertible.
2019-07-12 Simon Pilgrim[X86][AVX] Add PR34359 shuffle test case.
2019-07-12 Stefan Stipanovic[Attributor] Removing unnecessary `virtual` keywords.
2019-07-12 Hideto Ueno[Attributor] Deduce "nofree" function attribute
2019-07-12 Philip Reames[IndVars] Use exit count reasoning to discharge obvious...
2019-07-12 James Y KnightFix some minor coding-style issues in git-llvm.
2019-07-12 James Y KnightAllow the 'git-llvm' tool to push to svn from the split...
2019-07-12 Hideto Ueno[FunctionAttrs] Add a test for "nofree" function attribute
2019-07-12 Fangrui Song[Support] Move the static initializer install_out_memor...
2019-07-12 Simon PilgrimAdd missing <atomic> include to appease MSVC builds.
2019-07-12 Artem BelevichMinor cleanup.
2019-07-12 Hideto UenoTest commit
2019-07-12 Jordan RoseSupport for dumping current PrettyStackTrace on SIGINFO...
2019-07-12 Jay Foad[AMDGPU] Fix DPP combiner check for exec modification
2019-07-12 Fangrui Song[LegacyPassManager] Small ModuleCount cleanup
2019-07-12 Jay Foad[AMDGPU] Restrict v_cndmask_b32 abs/neg modifiers to f32
2019-07-12 Fangrui SongDelete dead stores
2019-07-12 Tom Stellardcmake: Add INSTALL_WITH_TOOLCHAIN option to add_*_libra...
2019-07-12 Bryant Wong[gn] Tag unneeded variable.
2019-07-12 Simon Pilgrim[DAGCombine] narrowExtractedVectorBinOp - wrap subvecto...
2019-07-12 Alexey Bader[LIT] Emit timeout error message only if timeout was...
2019-07-12 David Bolvansky[InstCombine] Fold select (icmp sgt x, -1), lshr (X...
2019-07-12 Alex BrachetFix test case of llvm-nm using implicit a.out
2019-07-12 George Rimar[test/Object, obj2yaml] - Move test cases from test...
2019-07-12 Alex Brachet[tools] [llvm-nm] Default to reading from stdin not...
2019-07-12 Djordje TodorovicRevert "[DwarfDebug] Dump call site debug info"
2019-07-12 George Rimar[Object/ELF] - Improve error reporting for notes.
2019-07-12 Kai Luo[NFC][PowerPC] Added test for MachinePRE.
2019-07-12 Sam Elliott[RISCV] Allow parsing dot '.' in assembly
2019-07-12 Bryant WongTest commit. NFC.
2019-07-12 Fangrui Song[YAMLIO] Wrap explicit specialization in llvm::yaml...
2019-07-12 Stanislav Mekhanoshin[AMDGPU] Fixed comment. NFC.
2019-07-12 Simon Atanasyan[mips] Fix JmpLink to texternalsym and tglobaladdr...
2019-07-12 Fangrui Song[YAMLIO] Remove trailing spaces when outputting maps
2019-07-12 Tom Stellarddocs/GithubMove.rst: Add link to GitHub migration statu...
2019-07-12 Vitaly BukaReturn Undef from isBytewiseValue for empty arrays...
2019-07-12 Artem DergachevNFC: Unforget a colon in a few CHECK: directives.
next