platform/upstream/llvm.git
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...
2018-03-24 Mandeep Singh... [AMDGPU] Change std::sort to llvm::sort in response...
2018-03-24 Andrea Di Biagio[llvm-mca] run clang-format on all files.
2018-03-24 Andrea Di Biagio[llvm-mca] Remove unused field in InstrBuilder. NFC
2018-03-24 Sanjay Patel[InstCombine] peek through FP casts for sign-bit compar...
2018-03-24 Sanjay Patel[InstCombine] fix formatting; NFC
2018-03-24 Simon Pilgrim[X86][AES] Ensure we're testing both non-VEX/VEX varian...
2018-03-24 Simon Pilgrim[X86][SSE] Ensure we're testing both non-VEX/VEX varian...
2018-03-24 Sanjay Patel[InstCombine] add multi-use/vector tests for intrinsic...
2018-03-24 Simon Pilgrim[X86][AVX1] Ensure we don't use later instruction sets...
2018-03-24 Simon Pilgrim[X86][AVX2] Ensure we don't use later instruction sets...
2018-03-24 George Rimar[ELF] - Do not ignore discarding of .rela.plt/.rela...
2018-03-24 Jonathan Coe[clang-tidy] Enable Python 3 support for add_new_check.py
2018-03-24 Vitaly Buka[sanitizer] Fix Darwin build
2018-03-24 Craig Topper[X86] Add a new disassembler opcode map for 3DNow....
2018-03-24 Vitaly BukaMmap interceptor providing mprotect support
2018-03-24 Vitaly Buka[sanitizer] Fix strlcpy and strlcat interceptors on...
2018-03-24 Craig Topper[X86] Use unique_ptr to simplify memory management...
2018-03-24 Craig Topper[X86] Use X86_INSTR_MRM_MAPPING macro instead of listin...
2018-03-24 Craig Topper[X86] Remove an unnecessary switch around two other...
2018-03-24 Craig Topper[X86] Merge the Has3DNow0F0FOpcode TSFlag into the...
2018-03-24 Zhihao Yuan[C++17] Fix class template argument deduction for defau...
2018-03-24 Eric ChristopherAdd REQUIRES lines for the targets being checked in...
2018-03-24 Alex Shlyapnikov[HWASan] Fix use-after-free.cc test on x86-64
2018-03-24 George Karpenkov[analyzer] Do not crash in CallEvent.getReturnType()
2018-03-24 Craig Topper[X86] Add a DAG combine to simplify PMULDQ/PMULUDQ...
2018-03-24 Richard Trieu[ODRHash] Support pointer and reference types.
2018-03-24 Alex ShlyapnikovRemove duplicated const qualifier.
2018-03-24 Rafael EspindolaAdd a SectionBase::getVA helper. NFC.
2018-03-24 Rui UeyamaDo not add a dummy entry to SharedFile::Verdefs. NFC.
2018-03-24 Eric ChristopherAllow FDE references outside the +/-2GB range supported...
2018-03-24 David BlaikieRemove unused header from EntryExitInstrumenter
2018-03-24 Craig Topper[X86] Correct the value AdSizeX in X86II enum. NFC
2018-03-23 David BlaikieFix layering by moving ValueTypes.h from CodeGen to IR
2018-03-23 David BlaikieFix layering of CodeGen/TargetOpcodes.def by moving...
2018-03-23 David BlaikieFix layering of MachineValueType.h by moving it from...
2018-03-23 David BlaikieFix layering by moving Support/CodeGenCWrappers.h to...
next