platform/upstream/llvm.git
2017-08-08 Kostya Serebryany[libFuzzer] simplify code, NFC
2017-08-08 Kostya Serebryany[libFuzzer] remove stale code
2017-08-08 Kostya Serebryany[libFuzzer] simplify the implementation of -print_cover...
2017-08-07 Kamil RytarowskiFix asan_test.cc build on NetBSD
2017-08-07 Kamil RytarowskiAdd NetBSD support in asan_stack.h
2017-08-07 Craig Topper[KnownBits] Fix copy pasto in comment. NFC
2017-08-07 Tobias GrosserChange Polly's position to "before-vectorizer"
2017-08-07 Sean CallananThis adds the argument --dump-ir to clang-import-test...
2017-08-07 Simon Pilgrim[X86][AVX] Added test for broadcast shuffle from binary...
2017-08-07 Tobias Grosser[test] Add some missing options that become necessary...
2017-08-07 Tobias Grosser[DeLICM] Enable partial writes
2017-08-07 Tobias GrosserEnable delicm to automatically remove scalar loop carri...
2017-08-07 Tobias Grosser[test] Add one more test case for the previous commit
2017-08-07 Tobias Grosser[ZoneAlgo] Allow two writes that write identical values...
2017-08-07 Matt ArsenaultAMDGPU: Implement getMinimumNopSize
2017-08-07 Reid Kleckner[Object] Initialize LoadConfig member to null
2017-08-07 Gheorghe-Teodor... [OpenMP] Error when trying to offload to an unsupported...
2017-08-07 Gheorghe-Teodor... [OpenMP] Prevent emission of exception handling code...
2017-08-07 George KarpenkovDo not instrument libFuzzer itself when built with...
2017-08-07 Andreas Simbuerger[Polly] Fully-Indexed static expansion
2017-08-07 Martin Storsjo[AArch64] Ignore stdcall and similar on aarch64/windows
2017-08-07 Gheorghe-Teodor... [OpenMP] Make OpenMP generated code for the NVIDIA...
2017-08-07 George Burgess IVMark static variables static; NFC.
2017-08-07 Zachary Turner[llvm-pdbutil] Don't crash when a section contrib's...
2017-08-07 Zachary Turner[lld] Write the DataCRC to the output PDB.
2017-08-07 Dehao ChenMove the SampleProfileLoader right after EarlyFPM.
2017-08-07 Gheorghe-Teodor... [OpenMP] Pass -v to PTXAS if it was passed to the driver.
2017-08-07 Gheorghe-Teodor... [OpenMP] Integrate OpenMP target region cubin into...
2017-08-07 Shoaib Meenai[libc++] Don't hardcode namespace in manual mangling
2017-08-07 Evgeny StupachenkoReapply fix PR23384 (part 3 of 3) r304824 (was reverted...
2017-08-07 Aaron BallmanRemoving an unused variable that was missed with the...
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...
next