platform/upstream/llvm.git
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 Michael Kruse[ScopInfo] Fix r302231 to use logical or (||). NFC.
2017-05-18 Davide Italiano[NewGVN] Replace predicate info leftovers.
2017-05-18 Rafael EspindolaUse linker script commands in writeMapFile.
2017-05-18 Eugene Zelenko[ADT] Fix some Clang-tidy modernize-use-using warnings...
2017-05-18 Martin Probstclang-format: [JS] for await, and fix a crash with...
2017-05-18 Sanjay Patel[InstCombine] add helper to foldXorOfICmps(); NFCI
2017-05-18 Kostya Kortchinsky[scudo] lower quarantine default sizes
2017-05-18 Craig Topper[InstSimplify] Make m_Not work for xor -1, X
2017-05-18 Rui UeyamaSet IMAGE_DLL_CHARACTERISTICS_NO_BIND.
2017-05-18 Rui UeyamaRevert r303375 "LLVM_FALLTHROUGH instead of fall-throug...
2017-05-18 Benjamin Kramer[clangd] Make formatting.test asynchronous again.
2017-05-18 Galina KistanovaLLVM_FALLTHROUGH instead of fall-through comment.
2017-05-18 Rui UeyamaMerge IAT and ILT.
2017-05-18 Richard SmithWhen we enter a module within a linkage specification...
2017-05-18 Richard SmithFix the location of "missing ';'" suggestions after...
2017-05-18 Peter CollingbourneCOFF: Replace DLLNames maps with vectors.
2017-05-18 Yaxun LiuCodeGen: Cast alloca to expected address space
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 Alex Lorenz[index] Avoid one more crash caused by infinite recursi...
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 Rafael EspindolaUse a forward declaration. 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 Krzysztof Parzyszek[CodeGen] Propagate LValueBaseInfo instead of Alignment...
2017-05-18 Rui UeyamaUse make<> everywhere in COFF to make it consistent...
2017-05-18 Siddharth Bhat[Fortran Support] Change "global" pattern match to...
2017-05-18 Rafael EspindolaAlternative way to detemplate GotSection.
2017-05-18 Rafael EspindolaFix flag to start with 1 << 0. NFC.
2017-05-18 Krasimir Georgiev[clang-format] Fix MatchingOpeningBlockLineIndex comput...
2017-05-18 Zachary Turner[COFF] Fix interaction between /DEBUG and /PDB
2017-05-18 Zachary TurnerFix some minor issues in PDB parsing library.
2017-05-18 Simon Dardis[compiler-rt][cmake] Build unit tests conditionally...
2017-05-18 Anna Thomas[JumpThreading] Dont RAUW condition incorrectly
2017-05-18 Pavel LabathAdd Status -- llvm::Error glue
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 PilgrimFix 'not all control paths return a value' warning...
2017-05-18 Alex Lorenz[index] Record references to class receivers used in...
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 Daniel JasperRevert r302781 and subsequent attempts to disable part...
2017-05-18 Diana PicusFixup r303324 - temporary disable stndup interceptor...
2017-05-18 Peter Smith[ELF] Support R_ARM_SBREL32 Relocation
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 Krasimir Georgiev[clang-format] Make NoLineBreakFormatter respect MustBr...
2017-05-18 George Rimar[lib/Object] - Minor API update for llvm::Decompressor.
2017-05-18 Krasimir Georgievclang-format: fix prefix for doxygen comments after...
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 Alexander KornienkoFix an assertion failure in FormatASTNodeDiagnosticArgu...
2017-05-18 Kostya Serebryanytemporary disable stndup interceptor, due to r302781...
2017-05-18 Davide Italiano[Target/X86] Remove unneeded return. NFCI.
2017-05-18 Richard Smith[modules] Switch from inferring owning modules based...
2017-05-18 Alexander Kornienko[clang-tidy] Optimize GlobList::contains
2017-05-18 Craig Topper[Statistics] Use the new Statistic::updateMax to atomic...
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 Nick LewyckyThe constant expression evaluator should examine functi...
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 Rui UeyamaRe-submit r303225: Garbage collect dllimported symbols.
2017-05-17 Matt ArsenaultAMDGPU: Expand frame indexes to be relative to scratch...
2017-05-17 Tim Shen[XRay] Fix __xray_function_address on PPC reguarding...
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...
next