platform/upstream/llvm.git
2019-01-08 Philip Pfaffe[NewPM] Port tsan
2019-01-08 Sanjay Patel[x86] add tests for PR40243; NFC
2019-01-08 Erich KeaneFix opencl test broken on windows by r350643.
2019-01-08 JF Bastien[NFC] Don't over-eagerly check block alignment
2019-01-08 Erich KeaneLimit COFF 'common' emission to <=32 alignment types.
2019-01-08 Erik Pilkington__has_feature(pragma_clang_attribute_namespaces) should...
2019-01-08 Paul RobinsonRename DIFlagFixedEnum to DIFlagEnumClass. NFC
2019-01-08 Anna Thomas[UnrollRuntime] Fix domTree failures in multiexit unrolling
2019-01-08 Erik PilkingtonRevert "Split -Wdelete-non-virtual-dtor into -Wdelete...
2019-01-08 Alexander KornienkoFix use-after-free bug in Tooling.
2019-01-08 Yonghong Song[BPF] Fix .BTF.ext reloc type assigment issue
2019-01-08 Paul RobinsonDon't emit DW_AT_enum_class unless it's actually an...
2019-01-08 Bruno Ricci[AST][NFC] Pack CXXScalarValueInitExpr
2019-01-08 Alexey Bataev[OPENMP]Fix PR40191: Do not allow orphaned cancellation...
2019-01-08 Haojian Wu[clangd] Fix a crash when reading an empty index file.
2019-01-08 Nico Weber[gn build] Update readme
2019-01-08 Nico Weber[gn build] Make sync_source_lists_from_cmake.py check...
2019-01-08 Florian Hahn[MachineVerifier] Include offending register in allocat...
2019-01-08 Nico Weber[gn build] Add build files for llvm/lib/Target/PowerPC...
2019-01-08 Nico Weber[gn build] Add build files for llvm/lib/Target/WebAssem...
2019-01-08 Bruno Ricci[AST][NFC] Pack CXXNoexceptExpr and SubstNonTypeTemplat...
2019-01-08 Petr Pavlu[GlobalISel] Fix choice of instruction selector for...
2019-01-08 Bruno Ricci[AST] Pack CXXDependentScopeMemberExpr
2019-01-08 Philip Pfaffe[DA][NewPM] Add a printerpass and port the testsuite
2019-01-08 Francis Visoiu... [X86][Darwin] Emit compact-unwind for register-sized...
2019-01-08 Bruno Ricci[Sema] Diagnose array access preceding the array bounds...
2019-01-08 Lama SabaRevert "Revert "Resubmit rL345008 "Split MachinePipelin...
2019-01-08 Tim NorthoverAArch64: avoid splitting vector truncating stores.
2019-01-08 Simon Pilgrim[X86] Add shift-by-immediate tests for non-immediate...
2019-01-08 Benjamin Kramer[GlobalISel] Fix unused variable warning in Release...
2019-01-08 Pavel LabathProcessLaunchInfo: Remove Target reference
2019-01-08 James Henderson[llvm-readobj] Don't print '@' at end of unversioned...
2019-01-08 James Henderson[ELF] Remove checking for spurious '@' at the end of...
2019-01-08 Sam Parker[ARM] Add missing patterns for DSP muls
2019-01-08 Sam McCall[ASTMatchers] Improve assert message for broken parent...
2019-01-08 Matt ArsenaultAMDGPU/GlobalISel: Introduce vcc reg bank
2019-01-08 Thomas Lively[WebAssembly] Instruction renaming
2019-01-08 Thomas Lively[WebAssembly] Massive instruction renaming
2019-01-08 Robert Widmann[LLVM-C] Allow For Creating a BasicBlock without a...
2019-01-08 Robert Widmann[LLVM-C] Allow Specifying Signedness in Int Cast
2019-01-08 Mandeep Singh... [MC] [AArch64] Support resolving signed fixups for...
2019-01-08 Chris Kennelly[NFC] Remove empty line as a test commit.
2019-01-08 Peter Collingbournegn build: Stop passing -o to ar.
2019-01-08 Marshall ClowSet the buffer of an fstream to empty when the underlyi...
2019-01-08 Evgeniy StepanovFix Mac compilation.
2019-01-08 Peter Collingbournegn build: Merge r350580.
2019-01-08 Jonas Devlieghere[SymbolContext] Remove dead code
2019-01-08 Matt ArsenaultAMDGPU/GlobalISel: Legalize concat_vectors
2019-01-08 Matt ArsenaultFix typos
2019-01-08 Heejin Ahn[WebAssembly] Move CFG-changing passes before RegStackify
2019-01-08 Matt ArsenaultRegBankSelect: Fix copy insertion point for terminators
2019-01-08 Heejin Ahn[WebAssembly] Use 'I' multiclass template for br_table...
2019-01-08 Matt ArsenaultAMDGPU/GlobalISel: Disallow VGPR->SCC copies
2019-01-08 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for carry-in
2019-01-08 Jonas Devlieghere[dsymutil] Fix assertion triggered by empty address...
2019-01-08 Evgeniy Stepanov[asan] Support running without /proc
2019-01-08 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for add/sub with carry out
2019-01-08 Matt ArsenaultAMDGPU/GlobalISel: InstrMapping for G_UNMERGE_VALUES
2019-01-08 Chen Zhengfix comment typo - NFC
2019-01-08 Wei Mi[RegisterCoalescer] dst register's live interval needs...
2019-01-08 Erik PilkingtonSplit -Wdelete-non-virtual-dtor into -Wdelete-abstract...
2019-01-08 Stephen KellyReleaseNotes: Update with my clang-query contributions...
2019-01-08 Volodymyr Sapsai[libcxx] Optimize vectors construction of trivial types...
2019-01-07 Jonas Devlieghere[dsymutil] Upstream unobfuscation logic.
2019-01-07 Rong Xu[PGO] Use SourceFileName rather module name in PGOFuncName
2019-01-07 Davide Italiano[Verifier] Reject invalid type for DILocalVariable.
2019-01-07 Adrian PrantlSimplify code.
2019-01-07 Adrian PrantlClarify comment and variable names. (NFC)
2019-01-07 Adrian PrantlRename DWARFDIE::GetDWOContext() -> GetDeclContext...
2019-01-07 Stephen KellyNFC: Replace asserts with if() in SourceLocation accessors
2019-01-07 Erik PilkingtonAdd a __has_feature check for namespaces on #pragma...
2019-01-07 Alexey Bataev[OPENMP]Add call to __kmpc_push_target_tripcount()...
2019-01-07 Jorge Gorbe... [lldb] Fix -Wstring-plus-int warning in POSIX-DYLD...
2019-01-07 Michael Ferguson[ValueTracking] Adjust comment in test
2019-01-07 Craig TopperRecommit r350555 "[X86] Use funnel shift intrinsics...
2019-01-07 Craig TopperRecommit r350554 "[X86] Remove AVX512VBMI2 concat and...
2019-01-07 Martin Storsjo[ObjectYAML] [COFF] Support multiple symbols with the...
2019-01-07 Jan Veselycmake: Install libraries to DATADIR from GNUInstallDirs
2019-01-07 Craig Topper[X86][AutoUpgrade] Make some tweaks to reduce the numbe...
2019-01-07 Craig TopperRevert r350555 "[X86] Use funnel shift intrinsics for...
2019-01-07 Craig TopperRevert r350554 "[X86] Remove AVX512VBMI2 concat and...
2019-01-07 Alina Sbirlea[MemorySSA] Add SkipSelfWalker.
2019-01-07 Craig Topper[TargetLowering][AMDGPU] Remove the SimplifyDemandedBit...
2019-01-07 Adrian PrantlSplit two sub-tests into separate top-level methods.
2019-01-07 Alina Sbirlea[MemorySSA] Refactor CachingWalker.
2019-01-07 Adrian PrantlRefactor test, no changes expected.
2019-01-07 Julian Lettner[TSan] Support Objective-C @synchronized with tagged...
2019-01-07 Craig Topper[X86] Use funnel shift intrinsics for the VBMI2 vshld...
2019-01-07 Craig Topper[X86] Remove AVX512VBMI2 concat and shift intrinsics...
2019-01-07 Diogo N. Sampaio[ARM] ComputeKnownBits to handle extract vectors
2019-01-07 Alina Sbirlea[MemorySSA] Extend the clobber walker with the option...
2019-01-07 Eric FiselierMark more tests as flaky
2019-01-07 Nikita PopovRevert "[DemandedBits] Use SetVector for Worklist"
2019-01-07 Simon Pilgrim[X86] Add OR(AND(X,C),AND(Y,~C)) bit select tests
2019-01-07 Nikita Popov[DemandedBits] Use SetVector for Worklist
2019-01-07 Leonard MosescuUse the minidump exception record if present
2019-01-07 Armando Montanez[elfabi] Add option to manually specify file read format
2019-01-07 Louis Dionne[pstl] Avoid shadowing explicit lambda capture with...
2019-01-07 Adrian PrantlFine-tune and document the barrier in TestQueues.
2019-01-07 Ilya Biryukov[clangd] Fix Windows build after r350531
next