platform/upstream/llvm.git
2019-05-01 Jonas DevlieghereDisable queues_with_libBacktraceRecording
2019-05-01 Nikita Popov[AArch64] Add tests for bool vector reductions; NFC
2019-05-01 Reid KlecknerMake clang/utils/creduce-clang-crash.py executable
2019-05-01 Nico WeberTry to unbreak sphinx bot after r359714
2019-05-01 Kristof Umann[analyzer] Don't display implementation checkers under...
2019-05-01 Vitaly Buka[sanitizer][NFC] Set LargeMmapAllocator type from Prima...
2019-05-01 Vitaly Buka[scudo][NFC] Remove unneeded template from scudo::Combi...
2019-05-01 Nico WeberMake check-clang depend on the clang-check binary always
2019-05-01 Dimitry AndricEnable OpenMP build for 32-bit FreeBSD
2019-05-01 Vitaly Buka[sanitizer][NFC] Get type of AllocatorCache from Combin...
2019-05-01 Nico WeberMinor tweaks to PDB docs
2019-05-01 Volodymyr Sapsai[Parser] Avoid correcting delayed typos in array subscr...
2019-05-01 Nico WeberConvert PDB docs to unix line endings. No other changes.
2019-05-01 Owen Pan[clang-format] Fix a bug in AlignConsecutiveDeclarations.
2019-05-01 Jonathan Peyton[OpenMP] Implement task modifier for reduction clause
2019-05-01 Sanjay Patel[PowerPC] add test that could infinite loop with reorde...
2019-05-01 Evgeniy Stepanov[sanitizer] Implement reallocarray.
2019-05-01 Simon Pilgrim[X86][SSE] Fold scalar horizontal add/sub for non-0...
2019-05-01 Petr Hosek[Driver] Explicitly request platform rtlib in the Drive...
2019-05-01 Daniel Sanders[globalisel] Update the legalizer documentation
2019-05-01 Stanislav Mekhanoshin[AMDGPU] gfx1010 GCNRegBankReassign pass
2019-05-01 Dan Gohman[WebAssembly] WASI support for libcxx
2019-05-01 Scott LinderBump DIAG_SIZE_SEMA, as we've hit it.
2019-05-01 Nico WeberOption spell checking: Penalize delimiter flags if...
2019-05-01 Stanislav Mekhanoshin[AMDGPU] gfx1010 GCNNSAReassign pass
2019-05-01 Shafik YaghmourDisabling test in TestClassTemplateParameterPack.py...
2019-05-01 Stanislav Mekhanoshin[AMDGPU] gfx1010 MIMG implementation
2019-05-01 Teresa Johnson[ThinLTO] Fix unreachable code when parsing summary...
2019-05-01 Stanislav Mekhanoshin[AMDGPU] gfx1010 DS implementation
2019-05-01 Sanjay PatelRevert "[DAGCombiner] try repeated fdiv divisor transfo...
2019-05-01 Simon PilgrimFix 80 column violation. NFCI.
2019-05-01 Keno Fischer[SCEV] Use isKnownViaNonRecursiveReasoning for smax...
2019-05-01 Hubert Tong[analyzer][tests][NFC] Add EOF newlines, normalize...
2019-05-01 Hubert Tong[analyzer][tests] Use diff_plist, correct order of...
2019-05-01 Hubert Tong[lit][tests][AIX] Update expected form of diagnostic...
2019-05-01 Hubert Tong[tests] Add host-byteorder-*-endian; update XFAILs...
2019-05-01 Fangrui Song[llvm-ar][llvm-nm][llvm-size] Change -long-option to...
2019-05-01 Owen Pan[clang-format] Fix bug that misses some function-like...
2019-05-01 Simon Pilgrim[X86][SSE] Add demanded elts support X86ISD::PMULDQ...
2019-05-01 Nico WeberFix OptTable::findNearest() adding delimiter for free
2019-05-01 Keno Fischer[LoopInfo] Faster implementation of setLoopID. NFC.
2019-05-01 Ben Dunbobbin[LLD] Emit dynamic relocations for references to script...
2019-05-01 Michal Gorny[lldb] [lit] Add write tests for r8-r15 & xmm8-xmm15...
2019-05-01 Michal Gorny[lldb] [lit] Add write tests for MM/XMM registers
2019-05-01 Simon Pilgrim[X86][SSE] Add SSE vector shift support to SimplifyDema...
2019-05-01 Nico WeberWrap to 80 columns, no behavior change
2019-05-01 Simon Pilgrim[X86][SSE] Split 512-bit -> 128-bit vector directly...
2019-05-01 Simon Pilgrim[X86][SSE] Add 512-bit vector support to SimplifyDemand...
2019-05-01 Tim NorthoverDAG: allow DAG pointer size different from memory repre...
2019-05-01 Peter Smith[libFuzzer] Add --dump-input-on-failure to help diagnos...
2019-05-01 Fangrui Song[clangd] Delete an unused declaration
2019-05-01 Simon Pilgrim[X86][SSE] Add X86ISD::PACKSS\PACKUS to SimplifyDemande...
2019-05-01 Marshall ClowGet rid of a bunch of 'unused variable' warnings in...
2019-05-01 Simon Pilgrim[X86][SSE] Add scalar horizontal add/sub tests for...
2019-05-01 Simon Pilgrim[X86][SSE] Add X86ISD::UNPCKL\UNPCK to SimplifyDemanded...
2019-05-01 Simon Pilgrim[X86][SSE] Move extract_subvector(pshufb) fold to Simpl...
2019-05-01 Fangrui Song[llvm-objdump] Print newlines before and after "Disasse...
2019-05-01 Simon Pilgrim[X86] SimplifyDemandedVectorEltsForTargetNode - pull...
2019-05-01 Simon Pilgrim[X86][SSE] Extract i1 elements from vXi1 bool vectors
2019-05-01 Raphael IsemannFix build URL in new LLDB website
2019-05-01 Raphael IsemannRemoved unnecessary conversion to StringRef
2019-05-01 George Rimar[yaml2obj] - Report when unknown section is referenced...
2019-05-01 Fangrui SongChange llvm-{objdump,readobj} -long-option to --long...
2019-05-01 Fangrui Song[llvm-readobj] Change -t to --symbols in tests. NFC
2019-05-01 Fangrui Song[gold] Fix two readelf tests after rL359649
2019-05-01 Petr Hosek[compiler-rt] Use correct spelling of the -Wno-pedantic...
2019-05-01 Craig Topper[X86FixupLEAs] Hoist the calls to isLEA out of the...
2019-05-01 Fangrui SongFix test/tools/llvm-readobj/mips-plt.test
2019-05-01 Petr Hosek[libcxx] Move CMake file to src, avoid using globs
2019-05-01 Fangrui SongUse __extension__ to suppress __EH_FRAME_LIST__ warnings
2019-05-01 Tom Stellardlib/Header: Fix Visual Studio builds try #2
2019-05-01 Fangrui Song[llvm-readobj] llvm-readobj --elf-output-style=GNU...
2019-05-01 Fangrui Song[llvm-readobj] llvm-readobj --elf-output-style=GNU...
2019-05-01 Fangrui Song[test] Change llvm-readobj -long-option to --long-optio...
2019-05-01 Petr Hosek[compiler-rt] Cleanup the --target and --sysroot handling
2019-05-01 Fangrui Song[llvm-readobj] Change -long-option to --long-option...
2019-05-01 David L. JonesRevert "[llvm] r359313 - [PowerPC] Update P9 vector...
2019-05-01 Fangrui SongDelete outdated comment about DISubprogram. NFC
2019-05-01 Petr Hosek[compiler-rt] Pass sysroot and disable pedantic for...
2019-05-01 Alex Langford[CMake] Correct lldbPluginProcessPOSIX dependencies
2019-05-01 Petr Hosek[compiler-rt] Rework the object build support
2019-05-01 Lang Hames[JITLink] Make sure we explicitly deallocate memory...
2019-05-01 Marshall ClowFix a bunch of unordered container tests that were...
2019-05-01 Jonathan Metzman[libFuzzer] Disable i386 on non-Linux platforms
2019-05-01 Eric ChristopherMake some comments that were meant to be for public...
2019-05-01 Fangrui Song[llvm-objcopy] Simplify SHT_NOBITS -> SHT_PROGBITS...
2019-04-30 Jonathan Metzman[libFuzzer] Fix failing test: sigint.test
2019-04-30 Nico Webergn build: Fix build on macOS after r359570 / r359527
2019-04-30 JF BastienFix auto-init test
2019-04-30 Nico Webergn build: Merge r359626
2019-04-30 Sam Clegg[WebAssembly] Update expectations for gcc torture tests
2019-04-30 Philip Reames[InstCombine] Limit a vector demanded elts rule which...
2019-04-30 Mitch PhillipsAdded test.
2019-04-30 Mitch Phillips[sanitizer_common] Added 64-bit signed flag parser.
2019-04-30 Dan Gohman[WebAssembly] Use the "wasm32-wasi" triple in tests
2019-04-30 Dan Gohman[WebAssembly] Test the "wasm32-wasi" triple
2019-04-30 JF BastienVariable auto-init: don't initialize aggregate padding...
2019-04-30 Alina Sbirlea[MemorySSA] Invalidate MemorySSA if AA or DT are invali...
2019-04-30 Lang Hames[ORC] Move SimpleCompiler/ConcurrentIRCompiler definiti...
2019-04-30 Rong Xu[llvm-profdata] Fix indentation error in docs. NFC.
next