platform/upstream/llvm.git
2018-12-13 Sanjay Patel[DAGCombiner] after simplifying demanded elements of...
2018-12-13 Simon Pilgrim[X86][SSE] Add SSE vector imm/var shift support to...
2018-12-13 Sanjay Patelrevert rL349051: [DAGCombiner] after simplifying demand...
2018-12-13 Daniel SandersRecommit r349041: [tblgen][disasm] Separate encodings...
2018-12-13 Sylvestre LedruMake -Wstring-plus-int warns even if when the result...
2018-12-13 Ilya Biryukov[CodeComplete] Fill preferred type on binary expressions
2018-12-13 Simon Pilgrim[X86][SSE] Fix all remaining modulo vector rotation...
2018-12-13 Sanjay Patel[DAGCombiner] after simplifying demanded elements of...
2018-12-13 Ilya Biryukov[CodeComplete] Set preferred type to bool on conditions
2018-12-13 Eric Liu[clangd] Enable cross-namespace completions by default...
2018-12-13 Daniel Cederman[Sparc] Add membar assembler tags
2018-12-13 Simon Pilgrim[X86][SSE] Fix modulo rotation amounts for v8i16/v16i16...
2018-12-13 Daniel SandersRevert r349041: [tblgen][disasm] Separate encodings...
2018-12-13 Daniel Cederman[Sparc] Use float register for integer constrained...
2018-12-13 Jinsong Ji[PowerPC][NFC] Sorting out Pseudo related classes to...
2018-12-13 Daniel Sanders[mir] Fix uninitialized variable in r349035 noticed...
2018-12-13 David Carlier[Sanitizer] capsicum further support of the API
2018-12-13 Daniel Sanders[tblgen][disasm] Separate encodings from instructions
2018-12-13 Simon Pilgrim[X86][SSE] Merge the vXi16/vXi32 vector rotation expans...
2018-12-13 Ivan Donchevskii[clang-tidy] Share the forced linking code between...
2018-12-13 Jonas Paulsson[SystemZ] Pass copy-hinted regs first from getRegAlloc...
2018-12-13 Tatyana KrasnukhaAdd missing Initialize/Terminate for Architecture plugins
2018-12-13 Daniel Sanders[mir] Serialize DILocation inline when not possible...
2018-12-13 Simon Pilgrim[X86][BWI] Don't custom lower vXi8 rotations.
2018-12-13 Haojian Wu[clangd] Refine the way of checking a declaration is...
2018-12-13 Haojian Wu[clangd] Avoid emitting Queued status when we are able...
2018-12-13 Haojian Wu[clangd] Move the utility function to anonymous namespa...
2018-12-13 Chen Zheng[NFC][PowerPC] add verify-machineinstrs check
2018-12-13 Chen Zheng[PowerPC] intrinsic llvm.eh.sjlj.setjmp should not...
2018-12-13 Simon Pilgrim[DAGCombine] Moved X86 rotate_amount % bitwidth ==...
2018-12-13 Pavel LabathClassify tests in lit/Modules
2018-12-13 Diana Picus[ARM GlobalISel] Support exts and truncs for Thumb2
2018-12-13 Simon Pilgrim[TargetLowering] Add ISD::ROTL/ROTR vector expansion
2018-12-13 Peter Smith[ELF][AArch64] Fix adrp to undefined weak reference.
2018-12-13 Alex Bradbury[RISCV] Add support for the various RISC-V FMA instruct...
2018-12-13 Arnaud A. de... [AArch64] Catch some more CMN opportunities.
2018-12-13 Kamil RytarowskiAdd a new interceptors for cdbr(3) and cdbw(3) API...
2018-12-13 Mikael NilssonFix for clang interface update
2018-12-13 Mikael Nilsson[OpenCL] Add generic AS to 'this' pointer
2018-12-13 Kamil RytarowskiAdd new interceptors for vis(3) API in NetBSD
2018-12-13 Andrey ChurbanovFix for bugzilla https://bugs.llvm.org/show_bug.cgi...
2018-12-13 Clement Courbet[CodeGen] Allow mempcy/memset to generate small overlap...
2018-12-13 Vitaly Buka[asan] Don't check ODR violations for particular types...
2018-12-13 Matt ArsenaultAMDGPU/GlobalISel: Legalize f64 fadd/fmul
2018-12-13 Matt ArsenaultFix missing C++ mode comment in header
2018-12-13 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect some simple operations
2018-12-13 Matt ArsenaultAMDGPU/GlobalISel: Test cleanups
2018-12-13 Serge GueltonPortable Python script across Python version
2018-12-13 Serge GueltonPortable Python script across Python version
2018-12-13 Serge GueltonPortable Python script across Python version
2018-12-13 Craig Topper[X86] Remove assert leftover from when i1 was a legal...
2018-12-13 Stanislav Mekhanoshin[AMDGPU] Fix build failure, second attempt
2018-12-13 Stanislav Mekhanoshin[AMDGPU] Fix build failure
2018-12-13 Stephane Moore[clang] Add AST matcher for block expressions 🔍
2018-12-13 Stanislav Mekhanoshin[AMDGPU] Simplify negated condition
2018-12-13 David L. JonesRevert r348645 - "[MemCpyOpt] memset->memcpy forwarding...
2018-12-13 Reid KlecknerRemove unused Args parameter from EmitFunctionBody...
2018-12-13 Artem Dergachev[analyzer] RunLoopAutoreleaseLeakChecker: Come up with...
2018-12-13 Davide Italiano[LoopUtils] Prefer a set over a map. NFCI.
2018-12-13 Philip Reames[test] Add a set of test for constant folding deopt...
2018-12-13 Jonas Devlieghere[NFC] Small code cleanups in utility.
2018-12-13 Shoaib Meenai[Support] Fix FileNameLength passed to SetFileInformati...
2018-12-12 Louis Dionne[libcxx] Add assertion in deque::pop_back when popping...
2018-12-12 Shoaib Meenai[gn build] Fix defines define on Windows
2018-12-12 Daniel Sanders[globalisel] Add GISelChangeObserver::changingInstr()
2018-12-12 Reid KlecknerEmit a proper diagnostic when attempting to forward...
2018-12-12 Sam Clegg[WebAssembly] Add "needed" list to dylink section
2018-12-12 Sam Clegg[WebAssembly] Update dylink section parsing
2018-12-12 Davide Italiano[LoopDeletion] Update debug values after loop deletion.
2018-12-12 Nikita Popov[InstCombine] Fix negative GEP offset evaluation for...
2018-12-12 Evgeniy Stepanov[hwasan] Link ubsan_cxx to shared runtime library.
2018-12-12 Fangrui Song[llvm-objcopy] Change Segment::Type from uint64_t to...
2018-12-12 Ryan PrichardSwitch Android from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITI...
2018-12-12 Ryan Prichard[hwasan] Android: Switch from TLS_SLOT_TSAN(8) to TLS_S...
2018-12-12 Haibo HuangRevert "Declares __cpu_model as dso local"
2018-12-12 Martin StorsjoAvoid code duplication in the SEH version of UnwindCurs...
2018-12-12 Sanjay Patel[PhaseOrdering] add test for funnel shift (rotate)...
2018-12-12 Evgeniy Stepanov[hwasan] Verify Android TLS slot at startup.
2018-12-12 Haibo HuangDeclares __cpu_model as dso local
2018-12-12 Eric Fiselier[AST] Store "UsesADL" information in CallExpr.
2018-12-12 Daniel Sanders[globalisel] Rename GISelChangeObserver's erasedInstr...
2018-12-12 Craig Topper[X86] Don't emit MULX by default with BMI2
2018-12-12 David BlaikieFix for llvm-dwarfdump changes for subroutine types
2018-12-12 Michal Gorny[test] [depr.c.headers] XFAIL uchar.h on NetBSD
2018-12-12 Craig Topper[X86] Move stack folding test for MULX to a MIR test...
2018-12-12 Aakanksha Patil[AMDGPU] Support for "uniform-work-group-size" attribute
2018-12-12 Saleem AbdulrasoolSupport: use internal `call_once` on PPC64le
2018-12-12 Erich KeaneTeach __builtin_unpredictable to work through implicit...
2018-12-12 Michal Gorny[test] [filesystems] NetBSD can do symlink permissions too
2018-12-12 Michal Gorny[test] [filesystems] Extend FreeBSD tv_sec==-1 workarou...
2018-12-12 Simon Pilgrim[X86] Added missing constant pool checks. NFCI.
2018-12-12 David BlaikieDebugInfo/DWARF: Pretty print subroutine types
2018-12-12 Scott Linder[AMDGPU] Emit MessagePack HSA Metadata for v3 code...
2018-12-12 David BlaikieDebugInfo/DWARF: Improve dumping of pointers to members...
2018-12-12 David BlaikieDebugInfo/DWARF: Refactor type dumping to dump types...
2018-12-12 David BlaikieDebugInfo/DWARF: Refactor getAttributeValueAsReferenced...
2018-12-12 Craig Topper[X86] Emit SBB instead of SETCC_CARRY from LowerSELECT...
2018-12-12 Simon PilgrimFix Wdocumentation warning. NFCI.
2018-12-12 Florian Hahn[ConstantFold] Use getMinSignedBits for APInt in isInde...
2018-12-12 Simon Pilgrim[X86] Added missing constant pool checks. NFCI.
next