OSDN Git Service

android-x86/external-llvm.git
2017-05-19 Artur Pilipenko[LoopPredication] NFC. Add an early exit if there is...
2017-05-19 Dmitry Preobrazhensky[AMDGPU][MC] Fixed bugs in export instruction
2017-05-19 Guy Blank[X86][AVX512] Make i1 illegal in the CodeGen
2017-05-19 Daniel Sanders[globalisel][tablegen] Demote OptForSize/OptForMinSize...
2017-05-19 Amara EmersonFix vector pass-through value being unused in IRBuilder...
2017-05-19 Volkan Keles[GlobalISel] IRTranslator: Translate ConstantStruct
2017-05-19 Craig Topper[APInt] Use b.negate() in place of b = -std::move(b...
2017-05-19 Zachary TurnerFix compilation failure.
2017-05-19 Zachary TurnerRevert "[CodeView] Provide a common interface for type...
2017-05-19 Zachary TurnerDon't crash if someone tries to visit an empty type...
2017-05-19 Zachary Turner[CodeView] Reduce memory usage in TypeSerializer.
2017-05-19 Davide Italiano[NewGVN] Delete the old store when we find congruent...
2017-05-19 Zachary TurnerFix a broken test.
2017-05-19 Adam NemetRevert "[ADT] Fix some Clang-tidy modernize-use-using...
2017-05-19 Zachary TurnerFix crasher in CodeView test.
2017-05-19 Matthias BraunLiveIntervalAnalysis: Fix missing case in pruneSubRegVa...
2017-05-19 Matthias BraunFix typo
2017-05-18 Zachary TurnerFix another warning.
2017-05-18 Davide Italiano[NewGVN] Break infinite recursion in singleReachablePHI...
2017-05-18 Zachary TurnerFix some build errors and warnings.
2017-05-18 Zachary Turner[CodeView] Raise the source to ID map out of the TypeSt...
2017-05-18 Zachary Turner[llvm-pdbdump] Add the ability to merge PDBs.
2017-05-18 Zachary Turner[CodeView] Provide a common interface for type collections.
2017-05-18 Sanjay Patel[InstCombine] add more tests for xor-of-icmps; NFC
2017-05-18 Davide Italiano[NewGVN] Replace predicate info leftovers.
2017-05-18 Eugene Zelenko[ADT] Fix some Clang-tidy modernize-use-using warnings...
2017-05-18 Sanjay Patel[InstCombine] add helper to foldXorOfICmps(); NFCI
2017-05-18 Craig Topper[InstSimplify] Make m_Not work for xor -1, X
2017-05-18 Rui UeyamaRevert r303375 "LLVM_FALLTHROUGH instead of fall-throug...
2017-05-18 Galina KistanovaLLVM_FALLTHROUGH instead of fall-through comment.
2017-05-18 Hans WennborgRevert r302938 "Add LiveRangeShrink pass to shrink...
2017-05-18 Rafael EspindolaUse existing helper. NFC.
2017-05-18 Craig Topper[InstSimplify] Add test cases for missing fold (A ...
2017-05-18 Galina KistanovaReduce gcc-7 warnings by fall-through comments.
2017-05-18 Sanjay Patel[InstCombine] move test and use better checks; NFC
2017-05-18 Reid Kleckner[IR] De-virtualize ~Value to save a vptr
2017-05-18 Wei Mi[LSR] Call canonicalize after we generate a new Formula...
2017-05-18 Francis Visoiu... [LegacyPassManager] Remove TargetMachine constructors
2017-05-18 Reid Kleckner[git-llvm] Don't attempt to propget files that don...
2017-05-18 Zachary TurnerFix some minor issues in PDB parsing library.
2017-05-18 Anna Thomas[JumpThreading] Dont RAUW condition incorrectly
2017-05-18 Sam Kolton[AMDGPU] SDWA operands should not intersect with potent...
2017-05-18 Guy Blank[MVT] add v1i1 MVT
2017-05-18 Igor Breger[GlobalISel][X86] G_ADD/G_SUB vector legalizer/selector...
2017-05-18 Simon Pilgrim[X86][AVX512] Add 512-bit vector ctpop costs + tests
2017-05-18 Daniel SandersRe-commit: [globalisel][tablegen] Import rules containi...
2017-05-18 Zvi Rackover[X86] Add explicit triple to test invocation
2017-05-18 Max Kazantsev[SCEV][NFC] Remove duplication of isLoopInvariant code
2017-05-18 George Rimar[DWARF] - Simplify RelocVisitor implementation.
2017-05-18 George Rimar[lib/Object] - Fix build bot after r303331 "[lib/Object...
2017-05-18 Lama Saba[X86] Replace slow LEA instructions in X86
2017-05-18 George Rimar[lib/Object] - Minor API update for llvm::Decompressor.
2017-05-18 Serguei KatkovFix buildbot failure after rL303327: [BPI] Reduce the...
2017-05-18 Zvi Rackover[X86] Adding tests for scalar bitcasts from vsetcc...
2017-05-18 Serguei Katkov[BPI] Reduce the probability of unreachable edge to...
2017-05-18 Akira Hatanaka[ThinLTO] Do not assert when adding a module with a...
2017-05-18 Davide Italiano[Target/X86] Remove unneeded return. NFCI.
2017-05-18 Justin BognerUpdate three tests I missed in r302979 and r302990
2017-05-18 Craig Topper[Statistics] Add a method to atomically update a statis...
2017-05-17 Kyle ButtCodeGen: BlockPlacement: Add Message strings to asserts...
2017-05-17 Sanjay Patel[InstCombine] add test for xor-of-icmps; NFC
2017-05-17 Craig Topper[Statistics] Use Statistic::operator+= instead of addin...
2017-05-17 Quentin ColombetRevert "[globalisel][tablegen] Import rules containing...
2017-05-17 Sanjay Patel[InstCombine] handle icmp i1 X, C early to avoid creati...
2017-05-17 Reid KlecknerAttempt to pacify ASan and UBSan reports in CrashRecove...
2017-05-17 Sanjay Patel[InstCombine] add test for missing icmp bool fold; NFC
2017-05-17 Sanjay Patel[InstCombine] move icmp bool canonicalizations to helpe...
2017-05-17 Matt ArsenaultAMDGPU: Start defining a calling convention
2017-05-17 Kyle ButtCodeGen: Power: Add lowering for shifts of v1i128.
2017-05-17 Michael LiaoFix PR33028
2017-05-17 Matt ArsenaultAMDGPU: Remove old intrinsic uses
2017-05-17 Matt ArsenaultAMDGPU: Expand frame indexes to be relative to scratch...
2017-05-17 Matt ArsenaultAMDGPU: Change mubuf soffset register when SP relative
2017-05-17 Simon Pilgrim[X86][AVX512] Add 512-bit vector ctlz costs + tests
2017-05-17 Bob Haarman[llvm-pdbdump] in yaml2pdb, generate default output...
2017-05-17 Dehao Chenupdate the test that should have been updated in r30329...
2017-05-17 Zachary TurnerAdd some helpers for manipulating BinaryStreamRefs.
2017-05-17 Matt ArsenaultAMDGPU: Make better use of op_sel with high components
2017-05-17 Sanjay Patel[InstSimplify] handle all icmp i1 X, C in one place...
2017-05-17 Zachary Turner[BinaryStream] Reduce the amount of boiler plate needed...
2017-05-17 Simon Pilgrim[X86][AVX512] Add 512-bit vector cttz costs + tests
2017-05-17 Dehao ChenOnly enable LiveRangeShrink for x86.
2017-05-17 Matt ArsenaultAMDGPU: Try to use op_sel when selecting packed instruc...
2017-05-17 Simon Pilgrim[X86] Split ctpop/ctlz/cttz cost tests
2017-05-17 Dimitry AndricReapply part of rL303015, fixing just the DynamicLibary...
2017-05-17 Jacob Gravelle[WebAssembly][NFC] Update expected testsuite failures...
2017-05-17 Matt ArsenaultAMDGPU: Use appropriate soffset for spilling
2017-05-17 Dimitry AndricRevert r303015, because it has the unintended side...
2017-05-17 Matt ArsenaultAMDGPU: Fix min3/max3 combines for f16/i16
2017-05-17 Simon Pilgrim[X86][AVX512] Add 512-bit vector bitreverse costs ...
2017-05-17 Rafael EspindolaAdd back a dummy --use-processes.
2017-05-17 Rafael EspindolaAlways use the multiprocess module.
2017-05-17 Reid KlecknerRe-land r303274: "[CrashRecovery] Use SEH __try instead...
2017-05-17 Aditya Nandakumar[GISel]: Fix undefined behavior in IRTranslator
2017-05-17 Reid KlecknerRevert "[CrashRecovery] Use SEH __try instead of VEH...
2017-05-17 Reid Kleckner[CrashRecovery] Use SEH __try instead of VEH when available
2017-05-17 Zachary TurnerWorkaround for incorrect Win32 header on GCC.
2017-05-17 Zachary Turner[CodeView] Simplify the use of visiting type records...
2017-05-17 Zachary Turner[BitVector] Add find_[first,last]_[set,unset]_in.
2017-05-17 Sanjay Patel[InstCombine] add isCanonicalPredicate() helper functio...
next