platform/upstream/llvm.git
2018-10-30 Kamil RytarowskiCast the return value of _Unwind_GetIP() to uptr
2018-10-30 Kamil RytarowskiMark interception_failure_test with XFAIL for NetBSD
2018-10-30 Ulrich Weigand[SystemZ] Simplify LRV/STRV ISD nodes
2018-10-30 Simon Pilgrim[TTI] Fix uses of SK_ExtractSubvector shuffle costs...
2018-10-30 Volkan Keles[InstCombine] Add preliminary tests for nested min...
2018-10-30 Sanjay Patel[InstSimplify] add tests for fcmp folds; NFC
2018-10-30 Jordan Rupprecht[llvm-objcopy] Fix --keep-global-symbol/--globalize...
2018-10-30 Sanjay Patel[InstCombine] use getFltSemantics() instead of duplicat...
2018-10-30 Fangrui Song[llvm-mca] Move namespace mca inside llvm::
2018-10-30 Samuel BenzaquenAdd more benchmarks for std::string.
2018-10-30 Roman Lebedev[clang-tidy] cppcoreguidelines-macro-usage: print macro...
2018-10-30 Alexey Bataev[OPENMP] Support for mapping of the lambdas in target...
2018-10-30 Alexey Bataev[LIBOMPTARGET] Add support for mapping of lambda captures.
2018-10-30 Sanjay Patel[InstCombine] try to turn shuffle into insertelement
2018-10-30 Jonas Paulsson[SchedModel] Fix for read advance cycles with implicit...
2018-10-30 Bruno Ricci[AST] Only store data for the NRVO candidate in ReturnS...
2018-10-30 Sean Fertile[PPC64] Handle powerpc64 in OUTPUT_FORMAT.
2018-10-30 Jonas Paulsson[LoopVectorizer] Fix for cost values of memory accesses.
2018-10-30 Sanjay Patel[DAGCombiner] narrow vector binops when extraction...
2018-10-30 Diogo N. Sampaio[FIX][AArch64] Add support for UDF instruction
2018-10-30 Kamil RytarowskiDisable ASan test asan_and_llvm_coverage_test for NetBSD
2018-10-30 Kamil RytarowskiAdapt ASan test heavy_uar_test for NetBSD
2018-10-30 Sanjay Patel[SelectionDAG] fix build warning for mismatched signs...
2018-10-30 Bruno Ricci[AST] Only store the needed data in WhileStmt
2018-10-30 Jonas Paulsson[SystemZ] Improve isFoldableLoad() for Sub, SDiv and...
2018-10-30 Kamil RytarowskiMark breaking TSan tests on NetBSD with XFAIL
2018-10-30 Roman Lebedev[clang] Move two utility functions into SourceManager
2018-10-30 Francis Visoiu... [X86] Re-enable the machine verifier after fixing more...
2018-10-30 Diogo N. Sampaio[FIX][AArch64] lld test change
2018-10-30 Francis Visoiu... [CodeGen] Disable the machine verifier on a ThinLTO...
2018-10-30 Kadir Cetinkaya[clangd] Use thread pool for background indexing.
2018-10-30 Francis Visoiu... [llc] Error out when -print-machineinstrs is used with...
2018-10-30 James Henderson[llvm-size] Reject unknown radix values
2018-10-30 Diogo N. Sampaio[FIX][AArch64] Add support for UDF instruction
2018-10-30 Kamil RytarowskiCleanup includes in sanitizer_platform_limits_netbsd.cc
2018-10-30 Nicola Zaghen[SROA] Use offset sizes from the DataLayout instead...
2018-10-30 Roman Lebedev[X86][BMI1] X86DAGToDAGISel: select BEXTR from x &...
2018-10-30 Roman Lebedev[X86] Add extra-uses on the mask of pattern c of extrac...
2018-10-30 Kamil RytarowskiRegenerate syscall hooks for NetBSD 8.99.25
2018-10-30 Diogo N. Sampaio[AArch64] Add support for UDF instruction
2018-10-30 Kamil RytarowskiUpdate generate_netbsd_syscalls.awk for NetBSD 8.99.25
2018-10-30 James Henderson[ELF][PPC64]Workaround bogus Visual Studio build warning
2018-10-30 Simon Pilgrim[SelectionDAG] Add FoldBUILD_VECTOR to simplify new...
2018-10-30 Aleksandr Urakov[x86] Fix issues with a realigned stack in MSVC compile...
2018-10-30 Takuto IkutaRemove trailing space from clang/Basic/LangOptions.h
2018-10-30 David Bolvansky[DAGCombiner] Improve X div/rem Y fold if single bit...
2018-10-30 Kamil RytarowskiHandle pthread_sigmask in DemangleFunctionName()
2018-10-30 Bjorn Pettersson[OPENMP] Fix for "error: unused variable 'CED'"
2018-10-30 Kamil RytarowskiDrop now hidden ioctl(2) operations for NetBSD
2018-10-30 Kamil RytarowskiHandle NetBSD symbol mangling for tzset
2018-10-30 Kamil RytarowskiHandle NetBSD symbol mangling for nanosleep and vfork
2018-10-30 Saleem AbdulrasoolUtility: fix cross-compilation from Linux to Windows
2018-10-30 Dean Michael... [XRay] Migrate FDR runtime to use refactored controller
2018-10-30 Craig Topper[LegalizeTypes] Teach PromoteIntRes_BITCAST to better...
2018-10-30 Craig Topper[AArch64] Add test case for D53229. NFC
2018-10-30 Craig Topper[X86] Cleanup the code in LowerFABSorFNEG and LowerFCOP...
2018-10-30 Craig Topper[X86] Stop changing f128 fand/for/fxor to v2i64.
2018-10-30 Marc-Andre... [lldb-mi] Implement -gdb-set breakpoint pending on/off
2018-10-30 Richard SmithPR23833, DR2140: an lvalue-to-rvalue conversion on...
2018-10-30 Eric FiselierUnify definition of _LIBCPP_BEGIN/END_NAMESPACE_STD
2018-10-30 Matt ArsenaultAMDGPU: Remove custom BUILD_VECTOR combine
2018-10-30 Matt ArsenaultAMDGPU: Use scavengeRegisterBackwards
2018-10-30 Alexander Shaposhnikov[analyzer] Allow padding checker to traverse simple...
2018-10-30 Vitaly Buka[ubsan-minimal] update comments in CMakeLists.txt
2018-10-30 Vitaly Buka[sanitizer] Move interceptor initialization check into...
2018-10-30 Matt ArsenaultRemove dead declaration
2018-10-30 Matt ArsenaultFix typos in comment
2018-10-30 Matt ArsenaultPass TRI to printReg
2018-10-29 Petr Hosek[CMake][Fuchsia] Drop the LIBCXX_HIDE_FROM_ABI_PER_TU_B...
2018-10-29 Erik Pilkington[compiler-rt][builtins] Don't #include CoreFoundation...
2018-10-29 Reid Kleckner[builtins] Fix -Wunused-local-typedef warning in compil...
2018-10-29 Reid KlecknerRemove unneeded friend declarations that clang-cl warns on
2018-10-29 Alina Sbirlea[AliasSetTracker] Cleanup addPointer interface. [NFCI]
2018-10-29 Petr Hosek[CMake] When built with LLVM, not use `-Wl,-z,defs`
2018-10-29 Wolfgang Pieb[DWARF][NFC] Refactor range list extraction and dumping
2018-10-29 Aleksei Sidorin[ASTImporter] Reorder fields after structure import...
2018-10-29 Alexander Shaposhnikov[llvm-objcopy] Move elf-specific code into subfolder
2018-10-29 Erich KeaneAdd parens to fix incorrect assert check.
2018-10-29 Konstantin... AMDGPU: Enable code object v3 by default
2018-10-29 Sanjay Patel[InstSimplify] add tests for abs/nabs+icmp folding...
2018-10-29 Petr Hosek[Driver] Include missing touch files for sanitized...
2018-10-29 Fedor Sergeev[LoopUnroll] NFC. Factor out runtime-loop.ll common...
2018-10-29 Petr Hosek[Driver] Support sanitized libraries on Fuchsia
2018-10-29 John McCallIn swiftcall, don't merge FP/vector types within a...
2018-10-29 Jessica Paquette[MachineOutliner] Inherit target features from parent...
2018-10-29 Petr Hosek[libc++abi] Provide __cxa_thread_atexit on Fuchsia
2018-10-29 Alexey Bataev[OPENMP]Fix PR39372: Does not complain about loop bound...
2018-10-29 Matthias BraunRelax fast register allocator related test cases; NFC
2018-10-29 Kristof Umann[analyzer][NFC] Refactor PlistDiagnostics to use a...
2018-10-29 Konstantin... AMDGPU: Switch some lld tests to v2
2018-10-29 Eric FiselierXFAIL test on OS X availability
2018-10-29 Simon Pilgrim[X86] Set isMachineVerifierClean() back to false (PR27481)
2018-10-29 Gheorghe-Teodor... [OpenMP] Fix condition.
2018-10-29 Marshall ClowAdded Phab link for P0927
2018-10-29 Eric FiselierBug 39129: Speeding up partition_point/lower_bound...
2018-10-29 Vedant Kumar[HotColdSplitting] Allow outlining single-block cold...
2018-10-29 Samuel BenzaquenFix mismatch between size_t and uint64_t in std::set...
2018-10-29 Stephen Kelly[clang-query] Add non-exclusive output API
2018-10-29 Thomas Lively[WebAssembly] Lower away condition truncations for...
2018-10-29 Simon Pilgrim[X86][SSE] getFauxShuffleMask - Fix shuffle mask adjust...
next