platform/upstream/llvm.git
2017-11-07 Bjorn Steinbrink[X86] Don't clobber reserved registers with stack adjus...
2017-11-07 Craig Topper[X86] Add patterns to fold a 64-bit load into the EVEX...
2017-11-07 Craig Topper[X86] Add patterns for folding a v16i8 with the VEX...
2017-11-07 Craig Topper[X86] Add a test for a 128-bit vector load feeding...
2017-11-07 Craig Topper[X86] Remove alignment from a load in the f16c intrinsi...
2017-11-07 Craig Topper[X86] Add support for using EVEX instructions for the...
2017-11-07 Craig Topper[X86] Add AVX512VL command line to f16c intrinsic test...
2017-11-07 Craig Topper[X86] Use IMPLICIT_DEF in VEX/EVEX vcvtss2sd/vcvtsd2ss...
2017-11-07 Craig Topper[X86] Remove 'Requires' from instructions with no patte...
2017-11-07 NAKAMURA TakumiClangdTests/JSONExprTests.cpp: Appease g++-4.8 to move...
2017-11-07 George Karpenkov[analyzer] [NFC] Remove unused typedef from SVals.h
2017-11-07 Rafael EspindolaUse Path instead of Config->OutputFile. NFC.
2017-11-07 Davide Italiano[Support/UNIX] posix_fallocate() can fail with EINVAL.
2017-11-07 Adrian PrantlMake DIExpression::createFragmentExpression() return...
2017-11-07 Alex LorenzClarify the error message for unsupported aliases on...
2017-11-07 Keith Wyss[XRay] Minimal tool to convert xray traces to Chrome...
2017-11-07 Rui UeyamaRemove dead code.
2017-11-07 Stephane SezerDisable tests in lang/c/shared_lib on Windows
2017-11-07 Rui UeyamaReport an error if an inferred alignment for a shared...
2017-11-07 Davide Italiano[IPO/LowerTypesTest] Skip blockaddress(es) when replaci...
2017-11-07 Matt ArsenaultAMDGPU: Remove redundant combine
2017-11-07 Rui UeyamaMove MIPS-specific code from Symbols.cpp to MIPS.cpp.
2017-11-06 Vedant Kumar[DebugInfo] Unify logic to merge DILocations. NFC.
2017-11-06 Simon Dardis[Support][Chrono] Use explicit cast of text output...
2017-11-06 Adrian PrantlInstCombine: salvage the debug info of DCE'ed add instr...
2017-11-06 Craig Topper[X86] Make FeatureAVX512 imply FeatureF16C.
2017-11-06 Craig Topper[X86] Make FeatureAVX512 imply FeatureFMA.
2017-11-06 Sanjay Patel[ValueTracking] readonly (const) is a requirement for...
2017-11-06 Hans WennborgRevert r317510 "[InstCombine] Pull shifts through a...
2017-11-06 Hans WennborgRevert r316064 "Fix the incorrect detection of ICONV_LI...
2017-11-06 Devin Coughlin[analyzer] Model correct dispatch_once() 'done' value...
2017-11-06 Jonas Hahnfeld[OMPT] Fix null pointer in parallel/no_thread_num_clause.c
2017-11-06 Xinliang David LiFix comment /NFC
2017-11-06 Bjorn Pettersson[MIRPrinter] Use %subreg.xxx syntax for subregister...
2017-11-06 Alex Shlyapnikov[LSan] Detect dynamic loader by its base address.
2017-11-06 Dave LeeVary Windows toolchain selection by -fuse-ld
2017-11-06 Craig Topper[InstCombine] Pull shifts through a select plus binop...
2017-11-06 Justin Bognerupdate_mir_test_checks: Be careful about replacing...
2017-11-06 Graham YiuFix buildbot breakages from r317503. Add parentheses...
2017-11-06 Craig Topper[X86] Replace the mask cmpeq/cmple/cmplt/cmpgt/cmpge...
2017-11-06 Martin Storsjo[MinGW] Don't autoexport anything from libmsvcrt or...
2017-11-06 Martin Storsjo[X86] Add 3dnow and 3dnowa to the list of valid target...
2017-11-06 Graham YiuAdds code to PPC ISEL lowering to recognize byte insert...
2017-11-06 Dehao ChenInclude already promoted counts when computing SUM...
2017-11-06 Stephane SezerAdd a dependency from check-lldb on lld
2017-11-06 Mitch Phillips[cfi-verify] Added a simple check that stops division...
2017-11-06 Guozhi Wei[PPC] Use xxbrd to speed up bswap64
2017-11-06 Mitch PhillipsMake MCAsmBackend and MCCodeEmiiter passed by unique_pt...
2017-11-06 Michael Kruse[ForwardOpTree] Limit isl operations of known content...
2017-11-06 Alex Shlyapnikov[Sanitizers] Check pthread_setcancel{state|type} interc...
2017-11-06 Jan Korous[Parser] Fix TryParseLambdaIntroducer() error handling
2017-11-06 Matt ArsenaultAMDGPU: Select v_mad_u64_u32 and v_mad_i64_i32
2017-11-06 Sanjay Patel[Analysis] update to use new fast-math API - isFast()
2017-11-06 Adrian PrantlCanonicalize spelling of long-form-options in dsymutil.rst
2017-11-06 Sanjay Patel[CodeGen] match new fast-math-flag method: isFast()
2017-11-06 Sanjay Patel[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math...
2017-11-06 Sam McCall[clangd] Squash namespace warning
2017-11-06 Sam McCallAdds a json::Expr type to represent intermediate JSON...
2017-11-06 Simon Pilgrim[X86][SSE] Merge combineExtractVectorElt_SSE into combi...
2017-11-06 Jonas Hahnfeld[OMPT] Fix callback.h for tests for changes in TR6
2017-11-06 Alexey Bataev[SLP] Test for PR35047, NFC.
2017-11-06 Simon Pilgrim[X86][SSE] Combine EXTRACT_VECTOR_ELT with combineExtra...
2017-11-06 Jonas Hahnfeld[OMPT] Improve cast that was lost on commit, NFC.
2017-11-06 Yaxun Liu[AMDGPU] Change alloca addr space of r600 to 5 for...
2017-11-06 Florian Hahn[Polly] Fix using order, as this caused a test failure...
2017-11-06 Jonas Paulsson[SystemZ] implement hasDivRemOp()
2017-11-06 Yaxun Liu[AMDGPU] Fix assertion due to assuming pointer in defau...
2017-11-06 Simon Dardis[mips] Add movep for microMIPS32R6 and fix microMIPS32r...
2017-11-06 Pavel LabathExtend android xfail in TestTopLevelExprs
2017-11-06 Daniel Jasper[clang-format] Handle unary operator overload with...
2017-11-06 Jonas Devlieghere[docs] Update code block for compatibility with Sphinx...
2017-11-06 Mohammed Agabaria[LV][X86] update the cost of interleaving mem. access...
2017-11-06 Simon Dardis[mips] Fix PR35140
2017-11-06 Peter Smith[ELF] Fix typo in comment for getISDThunkSec [NFC]
2017-11-06 Gabor Horvath[clang-tidy] Support relative paths in run-clang-tidy.py
2017-11-06 Raphael IsemannFixed dead links in WritingAnLLVMPass.rst
2017-11-06 Eric Liu[Tooling] Test internal::createExecutorFromCommandLineA...
2017-11-06 Uriel Korach[X86][AVX512] Improve lowering of AVX512 test intrinsics
2017-11-06 Uriel Korach[X86] Replace duplicate function call with variable...
2017-11-06 Zvi RackoverX86 ISel: Basic support for variable-index vector permu...
2017-11-06 Jina NahiasRevert "adding a pattern for broadcastm"
2017-11-06 Martin Storsjo[test] Add test files that were missed from SVN r317459
2017-11-06 Martin StorsjoUpdate tests for ARMNT/ARM64 reloc names
2017-11-06 Martin Storsjo[ObjectYAML] Map relocation types for COFF ARMNT and...
2017-11-06 Jina Nahias[x86][AVX512] Lowering Broadcastm intrinsics to LLVM IR
2017-11-06 Jina Nahiasadding a pattern for broadcastm
2017-11-06 Jina Nahiaslowering broadcastm
2017-11-06 Martin Storsjo[COFF] Handle ARM64 in getDefaultType
2017-11-06 Craig Topper[X86] Use EVEX encoded intrinsics for legacy FMA intrin...
2017-11-06 Craig Topper[X86] Add scalar FMA ISD nodes without rounding mode...
2017-11-06 Craig Topper[X86] Add avx512vl command line to fma-instrinsics...
2017-11-06 Craig Topper[X86] Simplify command lines on the fma-instrinsics...
2017-11-06 Peter CollingbourneELF: Remove SymbolTable::SymIndex class.
2017-11-06 Peter CollingbourneELF: Remove function Symbol::isInCurrentOutput().
2017-11-06 Peter CollingbourneELF: Merge DefinedRegular and Defined.
2017-11-06 Peter CollingbourneELF: Remove DefinedCommon.
2017-11-06 Rui UeyamaDo not consider Shared symbols as defined symbols.
2017-11-06 Craig Topper[X86] Use EVEX encoded instructions for legacy scalar...
2017-11-06 David L. Jones[PassManager, SimplifyCFG] Revert r316908 and r316869.
2017-11-05 Adrian PrantlRemove \brief from doxygen comments in PrettyPrinter.h
next