platform/upstream/llvm.git
2018-03-26 Tim Corringham[AMDGPU] Improve disassembler error handling
2018-03-26 Pirama Arumuga... [CodeGen] Mark fma as const for Android
2018-03-26 Simon Pilgrim[X86][Btver2] Add CVTSI2SD/CVTSI2SS scheduler costs
2018-03-26 Krzysztof Parzyszek[Pipeliner] Check for affine expression in isLoopCarrie...
2018-03-26 David BlaikieRemove an unneeded (& mislayered) include from Target...
2018-03-26 David BlaikieRemove unneeded (& mislayered) include from TargetMachi...
2018-03-26 Krzysztof Parzyszek[Pipeliner] Add missing loop carried dependences
2018-03-26 Haicheng Wu[SLP] Add a test case. NFC.
2018-03-26 Krzysztof Parzyszek[Pipeliner] Fix renaming in pipeliner when eliminating...
2018-03-26 Alexey Bataev[OPENMP] Codegen for declare target with link clause.
2018-03-26 Krzysztof Parzyszek[Pipeliner] Fix number of phis to generate in the epilog
2018-03-26 Krzysztof Parzyszek[Pipeliner] Use latency to compute RecMII
2018-03-26 Simon Pilgrim[X86][Btver2] Add CVTSD2SS/CVTSS2SD scheduler costs
2018-03-26 Krzysztof Parzyszek[Pipeliner] Fix assert caused by pipeliner serialization
2018-03-26 Sebastian Pop[InstCombine] reassociate loop invariant GEP chains...
2018-03-26 Krzysztof Parzyszek[Pipeliner] Enable more base+offset dependence changes...
2018-03-26 Krzysztof Parzyszek[Pipeliner] Fix calculation when reusing phis
2018-03-26 Simon Pilgrim[X86][Btver2] Account for the "+i" integer pipe transfe...
2018-03-26 Krzysztof Parzyszek[Pipeliner] Fix check for order dependences when finali...
2018-03-26 Krzysztof Parzyszek[Pipeliner] Fix in the pipeliner phi reuse code
2018-03-26 Krzysztof Parzyszek[Pipeliner] Pipeliner should mark physical registers...
2018-03-26 Krzysztof Parzyszek[Pipeliner] Correctly update memoperands in the epilog
2018-03-26 Erik Pilkington[demangler] Fix a bug in r328464 found by oss-fuzz.
2018-03-26 Krzysztof Parzyszek[Hexagon] Give priority to post-incremementing memory...
2018-03-26 Simon Pilgrim[X86][Btver2] Add CVTSD2SI/CVTSS2SI scheduler costs
2018-03-26 Pavel LabathFix TestDisassembleBreakpoint broken by r328488
2018-03-26 Ilya BiryukovMigrate dockerfiles to use multi-stage builds.
2018-03-26 Sanjay Patel[InstCombine] distribute fmul over fadd/fsub
2018-03-26 Simon Pilgrim[X86][Btver2] Fix YMM BLENDPD/BLENDPS + UNPCKPD/UNPCKP...
2018-03-26 Simon Marchi[clangd] Support incremental document syncing
2018-03-26 Andrea Di Biagio[llvm-mca] Fix how views are added to the InstructionTa...
2018-03-26 Sanjay Patel[InstCombine] check uses before creating instructions...
2018-03-26 Simon Pilgrim[X86][Btver2] Add (V)SQRTPD/(V)SQRTSD costs
2018-03-26 Nicolai HaehnleAMDGPU: Introduce common SOP_Pseudo and VOP_Pseudo...
2018-03-26 Alexander Kornienko[clang-format] Wildcard expansion on Windows.
2018-03-26 Carlos Alberto... [SemaCXX] _Pragma("clang optimize off") not affecting...
2018-03-26 Andrea Di Biagio[llvm-mca] Add a flag -instruction-info to enable/disab...
2018-03-26 Andrea Di Biagio[llvm-mca] Update the commandline docs after r328305.
2018-03-26 Simon Pilgrim[X86][Btver2] Double the AGU and schedule pipe resource...
2018-03-26 Krzysztof Parzyszek[LSR] Allow giving priority to post-incrementing addres...
2018-03-26 Pavel LabathMake @skipUnlessSupportedTypeAttribute windows-compatible
2018-03-26 Pavel LabathAdd and fix some tests for PPC64
2018-03-26 Andrea Di Biagio[llvm-mca] Add flag -instruction-tables to print the...
2018-03-26 Pavel Labath[LLDB][PPC64] Fix TestGdbRemoteAuxvSupport
2018-03-26 Pavel LabathAdd a test for setting the load address of a module...
2018-03-26 Carlos Alberto... Test commit - adding a new line.
2018-03-26 Max Kazantsev[LoopUnroll] Fix dangling pointers in SCEV
2018-03-26 Hans WennborgRevert r328386 "[X86] Fix Windows `i1 zeroext` conventi...
2018-03-26 Benjamin Kramer[DeadArgElim] Strip allocsize attributes when deleting...
2018-03-26 Sam Parker[IRCE] Enable increasing loops of variable bounds
2018-03-26 George RimarThis is PR36799.
2018-03-26 Martin Storsjo[ARM] Simplify constructing the ARMArchFeature string...
2018-03-26 Eric FiselierFix test case initialization issues in permissions...
2018-03-26 Eric FiselierImplement filesystem::perm_options specified in NB...
2018-03-26 Eric FiselierMake filesystem tests generic between experimental...
2018-03-26 Craig Topper[X86] Fix the SchedRW for intrinsic register form of...
2018-03-26 Craig Topper[X86] Merge the SSE and AVX versions of fp divs and...
2018-03-26 Craig Topper[X86] Add itinerary to intrinsic version of sqrtss...
2018-03-26 Craig Topper[X86] Correct the itineraries for the dot production...
2018-03-26 Craig Topper[X86] Use the same itinerary for VCVTDQ2PD as the SSE...
2018-03-26 Craig Topper[X86] Swap the itineraries on the memory and register...
2018-03-26 Craig Topper[X86] Give VMOVSX/ZX the same itinerary as the SSE...
2018-03-26 Vitaly Buka[sanitizer] Make test compatible with Darwin
2018-03-25 Craig Topper[X86] Give vpmsadbw the same itinerary as the SSE versi...
2018-03-25 Craig Topper[X86] Move (v)movss to port 5 only for Skylake. Move...
2018-03-25 Erik Pilkington[demangler] Use a back-patching scheme to resolve forwa...
2018-03-25 Erik Pilkington[demangler] Tweak how parameter pack sizes are determined.
2018-03-25 Erik Pilkington[demangler] Support for clang's enable_if attribute.
2018-03-25 Sanjay Patel[PatternMatch] allow undef elements when matching vecto...
2018-03-25 Simon Pilgrim[X86] Use WriteResPair for WriteIDiv to cleanup sched...
2018-03-25 Simon Pilgrim[SchedModel] Remove instregex entries that don't match...
2018-03-25 Simon Pilgrim[X86][SkylakeClient] Fix missing comma
2018-03-25 Simon Pilgrim[ARM] Remove sched model instregex entries that don...
2018-03-25 Simon Pilgrim[X86] Add missing full stop to comment. NFCI.
2018-03-25 Sanjay Patel[InstSimplify, InstCombine] add/update tests with FP...
2018-03-25 Craig Topper[X86][SkylakeClient] Fix a set of regular expressions...
2018-03-25 Simon Pilgrim[X86][MMX] MOVQ2DQ/MOVDQ2Q are better described as...
2018-03-25 Simon Pilgrim[X86][SkylakeServer] Merge multiple instregex. NFCI
2018-03-25 Craig Topper[X86] Update cost model for Goldmont. Add fsqrt costs...
2018-03-25 Sanjay Patel[InstCombine] adjust test comments; NFC
2018-03-25 Sanjay Patel[InstCombine] consolidate casted icmp vector tests
2018-03-25 Sanjay Patel[InstCombine] peek through more icmp of FP cast + bitcast
2018-03-25 Yaron KerenRemove reference to stale (2009) python version.
2018-03-25 Simon Pilgrim[X86] Add the ability to override memory folding latenc...
2018-03-25 Eric Fiselieravoid new/delete ellision in construct.pass.cpp
2018-03-25 Craig Topper[X86] Consistently prefix all defs in X86ScheduleSLM...
2018-03-24 Martin Storsjo[X86] Update a partially stale comment, since SVN r3283...
2018-03-24 Craig Topper[SchedModel] Remove an unneeded temporary vector.
2018-03-24 Craig Topper[SchedModel] Use std::move in a couple places to reduce...
2018-03-24 Craig Topper[SchedModel] Use std::move to replace a vector instead...
2018-03-24 Eric FiselierFix module.modulemap after r328395
2018-03-24 Craig Topper[SchedModel] Remove std::vectors that were created...
2018-03-24 Simon Pilgrim[SchedModel] Record::getName() returns StringRef -...
2018-03-24 Simon Pilgrim[SchedModel] Avoid std::string creation for instregex...
2018-03-24 Simon Pilgrim[X86][SkylakeClient] Merge xmm/ymm instructions instreg...
2018-03-24 Simon Pilgrim[X86][Broadwell] Merge xmm/ymm instructions instregex...
2018-03-24 Mandeep Singh... [RISCV] Use init_array instead of ctors for RISCV targe...
2018-03-24 Simon Pilgrim[X86][Haswell] Merge xmm/ymm instructions instregex...
2018-03-24 Simon Pilgrim[X86][SandyBridge] Merge xmm/ymm instructions instregex...
2018-03-24 Mandeep Singh... [Hexagon] Change std::sort to llvm::sort in response...
next