platform/upstream/llvm.git
2017-08-07 Tobias Grosser[GPGPU] Remove redundant constructors
2017-08-07 Connor Abbott[AMDGPU] Add pseudo "old" source to all DPP instructions
2017-08-07 Gheorghe-Teodor... Non-functional change. Fix previous patch D34784.
2017-08-07 Michael Kruse[ForwardOpTree] Use known array content analysis to...
2017-08-07 Benjamin KramerAdd some missing -no-canonical-prefixes.
2017-08-07 Matt ArsenaultAMDGPU: Remove -mcpu=SI
2017-08-07 Kuba Mracek[tsan] Fix format string in WriteMemoryProfile
2017-08-07 Matt ArsenaultAMDGPU: Remove redundant opt level check
2017-08-07 Matt ArsenaultAMDGPU: Remove FixControlFlowLiveIntervals pass
2017-08-07 Kuba Mracek[asan] Make dump_registers.cc more stable
2017-08-07 Craig Topper[InstCombine] Support (X | C1) & C2 --> (X & C2^(C1...
2017-08-07 Kuba Mracek[sanitizer] Remove use of task_for_pid from sanitizer_s...
2017-08-07 Abhishek AggarwalFixed build failure for revision r310261
2017-08-07 Matt ArsenaultAMDGPU: Use a custom areInlineCompatible
2017-08-07 Simon Pilgrim[X86][AVX] Add full test coverage of subvector_broadcas...
2017-08-07 Simon Dardis[DebugInfo][DWARF] Address paulr's comment on rL310253.
2017-08-07 Abhishek AggarwalFixed build failure for revision r310261
2017-08-07 Simon Pilgrim[X86][AVX] Cleanup subvector broadcast tests - remove...
2017-08-07 Sanjay Patel[x86] revert r310208 to investigate test-suite failures...
2017-08-07 Gheorghe-Teodor... [OpenMP] Add flag for specifying the target device...
2017-08-07 Simon Dardis[DebugInfo][DWARF] Correct some usages of PRIx32 to...
2017-08-07 Abhishek AggarwalTool for using Intel(R) Processor Trace hardware feature
2017-08-07 Alexey Bataev[SLP] General improvements of SLP vectorization process.
2017-08-07 Matt ArsenaultFix typo in comment
2017-08-07 Matt ArsenaultAMDGPU: Cleanup subtarget features
2017-08-07 Alexey BataevRevert "[SLP] General improvements of SLP vectorization...
2017-08-07 Nirav Dave[DAG] Extend visitSCALAR_TO_VECTOR optimization to...
2017-08-07 Alexey Bataev[SLP] General improvements of SLP vectorization process.
2017-08-07 Nirav Dave[TableGen] AsmMatcher: fix OpIdx computation when HasOp...
2017-08-07 Simon Dardis[DebugInfo][DWARF] Use PRIx64 explicitly in output.
2017-08-07 Michael Zuckerman[X86][LLVM]Expanding Supports lowerInterleavedStore...
2017-08-07 Dmitry Preobrazhensky[AMDGPU][MC] Corrected VOP3 version of v_interp_* instr...
2017-08-07 Simon Dardis[llvm-objdump] Use PRIx64 for output of ARM64_RELOC_ADDEND
2017-08-07 Simon Pilgrim[X86][AVX] Added test for broadcast shuffle with undefs...
2017-08-07 Kamil RytarowskiAdd NetBSD support in sanitizer_test_utils.h
2017-08-07 Kamil RytarowskiAdd NetBSD support in asan_errors.cc
2017-08-07 Kamil RytarowskiAdd NetBSD support in asan_interceptors.h
2017-08-07 Kamil RytarowskiEnable LLVM asan support for NetBSD/i386
2017-08-07 Vitaly Buka[asan] Return sizeof missed by r309914
2017-08-07 Andre Vieira[ARM] Fix assembly and disassembly for VMRS/VMSR
2017-08-07 Vitaly Buka[asan] Fix asan dynamic shadow check before copyArgsPas...
2017-08-07 Vitaly Buka[asan] Disable checking of arguments passed by value...
2017-08-07 Vitaly BukaAdd -asan-force-dynamic-shadow test
2017-08-07 Guy Blank[SelectionDAG] reset NewNodesMustHaveLegalTypes flag...
2017-08-07 Davide Italiano[Reassociate] Use a range loop for clarity. NFCI.
2017-08-07 Davide Italiano[Reassociate] Try to bail out early when canonicalizing.
2017-08-07 Tobias Grosser[ScopInfo] Make Scop::canAlwaysBeHoisted a member function
2017-08-06 Tobias Grosser[ScopInfo] Move Scop::addInvariantLoads to isl++ [NFC]
2017-08-06 Craig Topper[InstCombine] Remove shift handling from OptAndOp.
2017-08-06 Craig Topper[InstCombine] Support (X ^ C1) & C2 --> (X & C2) ^...
2017-08-06 Craig Topper[InstCombine] Support '(C - X) ^ signmask -> (C + signm...
2017-08-06 Tobias Grosser[ScopInfo] Move Scop::getPwAffOnly to isl++ [NFC]
2017-08-06 Tobias Grosser[ScopInfo] Move Scop::getDomains to isl++ [NFC]
2017-08-06 Tobias Grosser[ScopInfo] Move Scop::getInvalidContext to isl++ [NFC]
2017-08-06 Tobias Grosser[ScopInfo] Move Scop::getAssumedContext to isl++ [NFC]
2017-08-06 Simon Pilgrim[SLPVectorizer][X86] Cleanup test case. NFCI
2017-08-06 Erik Pilkington[demangler] Fix another oss-fuzz bug
2017-08-06 Tobias Grosser[ScopInfo] Move Scop::addNonEmptyDomainConstraints...
2017-08-06 Tobias Grosser[ScopInfo] Translate Scop::getParamSpace to isl++ ...
2017-08-06 Martin Storsjo[llvm-dlltool] Map the "arm64" machine type
2017-08-06 Martin Storsjo[test] Remove an unintentional -x cl flag in an aarch64...
2017-08-06 Tobias Grosser[ScopInfo] Translate Scop::getContext to isl++ [NFC]
2017-08-06 Tobias Grosser[ScopInfo] Translate Scop::getIdForParam to isl++ ...
2017-08-06 Tobias Grosser[ScopInfo] Move get*Writes/getReads/getAccesses to...
2017-08-06 Tobias GrosserRemove functional changes that sneaked in by accident...
2017-08-06 Matt ArsenaultAMDGPU: Fix typo in feature description
2017-08-06 Tobias Grosser[ScopInfo] Move ScopStmt::setAstBuild/getAstBuild to...
2017-08-06 Tobias Grosser[ScopInfo] Move ScopStmt::getSchedule to isl++
2017-08-06 Tobias Grosser[ScopInfo] Move getPredecessorDomainConstraints to...
2017-08-06 Tobias Grosser[ScopInfo] Move InvariantAccess to isl++ [NFC]
2017-08-06 Tobias Grosser[ScopInfo] Update comments to refer to isl++ [NFC]
2017-08-06 Tobias Grosser[ScopInfo] Move ScopArrayInfo::ScopArrayInfo to isl...
2017-08-06 Tobias Grosser[ScopInfo] Move ScopStmt::ScopStmt to isl++ [NFC]
2017-08-06 Tobias GrosserMove ScopInfo::getDomain(), getDomainSpace(), getDomain...
2017-08-06 Sanjay Patel[x86] use more shift or LEA for select-of-constants
2017-08-06 Tobias GrosserMove ScopStmt::Domain to isl++
2017-08-06 Tobias GrosserUpdate to a newer version of isl++
2017-08-06 Tobias GrosserUpdate to isl-0.18-812-g565da6e
2017-08-06 Tobias Grosser[Scopinfo] Fix memory corruption issue that sneaked...
2017-08-06 Tobias Grosser[ScopInfo] Move InvalidDomain to isl++ [NFC]
2017-08-06 Simon Pilgrim[X86] Add comment to match closing Defs = [FPSW]. NFCI.
2017-08-06 Simon Pilgrim[X86][X87] Regenerate inline-asm tests
2017-08-06 Meador Inge[AVR] Compute code model if one is not provided
2017-08-06 Tobias Grosser[Polly] Fix for the JSON Exporter
2017-08-06 Simon Pilgrim[X86][X87] Add test case for PR34080
2017-08-06 Tobias GrosserAdd missing 'REQUIRES: pollyacc' line
2017-08-06 Tobias Grosser[GPGPU] Make sure managed arrays are prepared at the...
2017-08-06 Craig Topper[InstCombine] Support ~(c-X) --> X+(-c-1) and ~(X-c...
2017-08-06 Tobias Grosser[GPGPU] Rename all, not only the first libdevice function
2017-08-06 Siddharth Bhat[Polly] [PPCGCodeGeneration] Deal with loops outside...
2017-08-06 Siddharth Bhat[IslNodeBuilder] [NFC] Refactor creation of loop induct...
2017-08-05 Craig Topper[X86] Enable isel to use the PAUSE instruction even...
2017-08-05 Craig Topper[X86] Enable isel to use the PAUSE instruction even...
2017-08-05 Chandler Carruth[ADT] Add a much simpler loop to DenseMap::clear when...
2017-08-05 Craig Topper[InstCombine] Regenerate test28_sub test case in xor...
2017-08-05 Tobias Grosser[Polly] Fix typo. NFC.
2017-08-05 Craig Topper[InstCombine] Fold (C - X) ^ signmask -> (C + signmask...
2017-08-05 Craig Topper[InstCombine] Teach the code that pulls logical operato...
2017-08-05 Craig Topper[InstCombine] Support vector splats in foldSelectICmpAnd.
2017-08-05 Dinar Temirbulatov[SLPVectorizer] Add extra parameter to setInsertPointAf...
next