platform/upstream/llvm.git
2019-11-27 Stefan Pintilie[PowerPC] Separate Features that are known to be Power9...
2019-11-27 Dávid BolvanskýTry to reenable -Wdeprecated-copy under -Wextra
2019-11-27 Dávid Bolvanský[Attributor] Move pass after InstCombine to futher...
2019-11-27 Saleem Abdulrasoolbuild: avoid cached literals being linked against
2019-11-27 Saleem Abdulrasoolbuild: avoid hardcoding the libxml2 library name
2019-11-27 Stefan Pintilie[PowerPC] Add new Future CPU for PowerPC in LLVM
2019-11-27 Nandor Licker[ConstExprPreter] Removed the flag forcing the use...
2019-11-27 Craig Topper[CriticalAntiDepBreaker] Teach the regmask clobber...
2019-11-27 taewookohRevert b19ec1eb3d0c
2019-11-27 Sanjay Patel[x86] make SLM extract vector element more expensive...
2019-11-27 Gabor Horvath[clang-tidy] Fix PR35824
2019-11-27 Roman Lebedev[clang][CodeGen] Implicit Conversion Sanitizer: handle...
2019-11-27 Craig Topper[LegalizeTypes][FPEnv][X86] Add initial support for...
2019-11-27 Taewook Oh[BPI] Improve unreachable/ColdCall heurstics to handle...
2019-11-27 Peter Collingbournescudo: Limit the number of bytes tested in a realloc...
2019-11-27 Peter Collingbournescudo: Replace a couple of macros with their expansions.
2019-11-27 Peter Collingbournescudo: Call setCurrentTSD(nullptr) when bringing down...
2019-11-27 Martin LiskaMake memory dump same as the one in asan.
2019-11-27 Kostya Kortchinsky[scudo][standalone] Make tests work on Fuchsia
2019-11-27 Gabor Horvath[LifetimeAnalysis] Fix PR44150
2019-11-27 Fangrui Song[ELF][ARM] Add getPCBias()
2019-11-27 Mark Murray[ARM][MVE][Intrinsics] Add MVE VAND/VORR/VORN/VEOR...
2019-11-27 Mark Murray[ARM][MVE][Intrinsics] Add MVE VMUL intrinsics. Remove...
2019-11-27 Mark Murray[ARM][MVE][Intrinsics] Add MVE VABD intrinsics. Add...
2019-11-27 Sanjay Patel[InstCombine] add tests for copysign; NFC
2019-11-27 Jay FoadRemove a comment obsoleted by r227345.
2019-11-27 Haojian Wu[clangd] Handle the missing call expr in targetDecl.
2019-11-27 marshallOptimize and fix basic_string move assignment operator...
2019-11-27 Alexey Bataev[OPENMP50]Add if clause in parallel for simd directive.
2019-11-27 Hans Wennborg[profile] Fix file contention causing dropped counts...
2019-11-27 Hideto Ueno[Attributor] Handle special case when offset equals...
2019-11-27 Roman LebedevRevert "[clang][CodeGen] Implicit Conversion Sanitizer...
2019-11-27 David Green[ARM] Replace arm_neon_vqadds with sadd_sat
2019-11-27 John Brawn[ARM] Add constrained FP intrinsics test
2019-11-27 Roman Lebedev[CodeGen][UBSan] Relax newly-added verbose sanitization...
2019-11-27 Anastasia Stulova[OpenCL] Move addr space deduction to Sema.
2019-11-27 Sam McCall[Frontend] Clean up some dead code in PrecompiledPreamb...
2019-11-27 Roman Lebedev[clang][CodeGen] Implicit Conversion Sanitizer: handle...
2019-11-27 AndreyChurbanov[openmp] Fixed nonmonotonic schedule when #threads...
2019-11-27 LLVM GN Syncbotgn build: Merge 19ac0eaf07e
2019-11-27 Sam McCall[clangd] Shutdown cleanly on signals.
2019-11-27 Tim NorthoverAArch64: support the Apple NEON syntax for v8.2 crypto...
2019-11-27 Georgii Rymar[llvm-readobj] - Always print "Predecessors" for versio...
2019-11-27 Raphael Isemann[lldb][NFC] Move TypeSystem RTTI to static variable...
2019-11-27 Hans Wennborgclang-format-vs : Fix Unicode formatting
2019-11-27 Raphael Isemann[lldb][NFC] Remove unused CompilerType memory functions
2019-11-27 Martin Storsjö[llvm-objcopy] [COFF] Fix a typo in a comment. NFC.
2019-11-27 Martin Storsjö[MC] Produce proper section relative relocations for...
2019-11-27 Martin Storsjö[X86] [Win64] Avoid truncating large (> 32 bit) stack...
2019-11-27 Martin Storsjö[LLDB] Avoid using InitializeContext for zero-initializ...
2019-11-27 Raphael Isemann[lldb][NFC] Early exit in DWARFASTParserClang::ParseArr...
2019-11-27 Hans WennborgUpdate build_llvm_package.bat to build from the monorepo
2019-11-27 czhengsz[PowerPC] [NFC] change PPCLoopPreIncPrep class name...
2019-11-27 Eric ChristopherRevert "Revert "As a follow-up to my initial mail to...
2019-11-27 Fangrui SongXFAIL a test on Windows
2019-11-27 Petr Hosek[Fuchsia] Don't fail for unknown architectures
2019-11-27 Yaxun (Sam... Workaround for EvalInfo ctor for MSVC 2017
2019-11-27 Craig Topper[LegalizeTypes] Add SoftenFloatOp_Unary to reduce some...
2019-11-27 Fangrui Song[Preprocessor] Fix backslash tests on Windows after...
2019-11-27 Shoaib Meenai[ELF] Adjust test to work for zlib 1.2.8
2019-11-27 Jinsong Ji[PowerPC] [NFC] rename PPCLoopPreIncPrep.cpp to PPCLoop...
2019-11-27 Vitaly Buka[CodeMoverUtils] clang-format the test
2019-11-27 Vitaly Buka[CodeMoverUtils] Don't dereference nullptr in test
2019-11-27 Fangrui SongFix tests on Windows after D49466
2019-11-26 Craig Topper[X86] Add test cases for constrained lrint/llrint/lroun...
2019-11-26 Fangrui Song[unittest] Fix unittests/Support/Path.cpp after D49466
2019-11-26 Dan McGregorInitial implementation of -fmacro-prefix-map and -ffile...
2019-11-26 Sanjay Patel[InstSimplify] fold copysign with same args to the arg
2019-11-26 Sanjay Patel[InstSimplify] add tests for copysign; NFC
2019-11-26 Sanjay Patel[ConstFolding] move tests for copysign; NFC
2019-11-26 Simon Atanasyan[mips] Fix sc, scs, ll, lld instructions expanding
2019-11-26 Craig Topper[LegalizeTypes] Add SoftenFloatRes_Unary and SoftenFloa...
2019-11-26 David Tenty[AIX] Disable clang python binding tests
2019-11-26 Craig Topper[LegalizeDAG] Use getOperationAction instead of getStri...
2019-11-26 Fangrui SongTargetPassConfig: const char * -> const char []
2019-11-26 Craig Topper[X86] Add strict fp support for operations of X87 instr...
2019-11-26 Craig Topper[X86] Pre-commit test modifications for D68857. NFC
2019-11-26 Fangrui Song[Object][RISCV][test] Improve DebugInfo/RISCV/relax...
2019-11-26 Fangrui Song[ELF] Add a corrector for case mismatch problems
2019-11-26 Fangrui Song[ELF] Replace SymbolTable::forEachSymbol with iterator_...
2019-11-26 Alexey Bataev[OPENMP]Remove tab in message, NFC.
2019-11-26 Alexey Bataev[OPENMP]Simplify printing of declare variant attribute...
2019-11-26 David Green[ARM] Clean up the load and store code. NFC
2019-11-26 David Green[Codegen][ARM] Add addressing modes from masked loads...
2019-11-26 David Green[ARM] Lots of MVE offset masked load and store tests...
2019-11-26 stozer[DebugInfo] Disallow fragmenting DIExpressions with...
2019-11-26 jasonliu[XCOFF][AIX] Check linkage on the function, and two...
2019-11-26 vpykhtin[AMDGPU] Fix emitIfBreak CF lowering: use temp reg...
2019-11-26 Alexey Bataev[OPENMP]Fix PR44133: crash on lambda reductions in...
2019-11-26 Michał Górny[lldb] [test] Un-XFAIL lldb-server tests fixed on NetBSD
2019-11-26 Alexander Kornienko[clang-tidy] Use range-for for check registration. NFC
2019-11-26 Luís Marques[LegalizeTypes][RISCV] Soften FCOPYSIGN operand
2019-11-26 Luís Marques[RISCV] Handle fcopysign(f32, f64) and fcopysign(f64...
2019-11-26 Georgii Rymar[llvm-readobj/llvm-readelf] - Reimplement dumping of...
2019-11-26 Pavel Labath[lldb] Avoid snprintf in PlatformRemoteDarwinDevice
2019-11-26 Sanjay Patel[InferFuncAttributes][Attributor] add tests for 'derefe...
2019-11-26 Raphael Isemann[lldb][NFC] Modernize string handling in DWARFASTParser...
2019-11-26 Pavel Labath[lldb] Use llvm::format in AppleObjCRuntimeV2.cpp
2019-11-26 Georgii Rymar[llvm-readobj][test] - Cleanup the many-sections.s...
2019-11-26 Pavel Labath[lldb] fix a -Wcast-qual warning
next