OSDN Git Service

android-x86/external-llvm.git
2018-03-19 Sanjay Patel[InstCombine] canonicalize fcmp+select to fabs
2018-03-19 Zaara Syeda[MachineLICM] Add functions to MachineLICM to hoist...
2018-03-19 Simon Pilgrim[X86] Generalize schedule classes to support multiple...
2018-03-19 Sanjay Patel[x86] put nops into the WriteNop class and customize...
2018-03-19 Ilya BiryukovChanged createTemporaryFile without FD to actually...
2018-03-19 Nicolai HaehnleTableGen: Explicitly forbid self-references to field...
2018-03-19 Nicolai HaehnleTableGen: Check the dynamic type of !cast<Rec>(string)
2018-03-19 Nicolai HaehnleTableGen: Explicitly test some cases of self-references...
2018-03-19 Nicolai HaehnleTableGen: Only fold when some operand made resolve...
2018-03-19 Nicolai HaehnleTableGen: Remove OpInit::Fold
2018-03-19 Nicolai HaehnleTableGen: Move GenStrConcat to a helper function in...
2018-03-19 Nicolai HaehnleTableGen: Remove the cast-from-string-to-variable-refer...
2018-03-19 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for basic int ops
2018-03-19 Matt ArsenaultAMDGPU: Don't leave dead illegal VGPR->SGPR copies
2018-03-19 Karl-Johan... [NFC] Fix minor typos in comments
2018-03-19 Clement Courbet[MergeICmps] Re-land 324317 "Enable the MergeICmps...
2018-03-19 Sjoerd Meijer[ARM] Support for v4f16 and v8f16 vectors
2018-03-19 Xin TongStylish change. NFC
2018-03-19 Andrea Di Biagio[llvm-mca] Add pipeline stall events.
2018-03-19 Hans Wennborgbuild_llvm_package.bat: Drop LLDB from the package.
2018-03-19 Jonas Paulsson[SystemZ] Bugfix of CC liveness in emitMemMemWrapper...
2018-03-19 Hans WennborgHexagonISelLowering.cpp: fix 'enum in bool context...
2018-03-19 Alex Bradbury[RISCV] Peephole optimisation for load/store of global...
2018-03-19 Alexander Potapenko[MSan] fix the types of RegSaveAreaPtrPtr and OverflowA...
2018-03-19 Alexander Potapenko[MSan] Don't create zero offsets in getShadowPtrForArgu...
2018-03-19 Alexander Potapenko[MSan] Introduce insertWarningFn(). NFC
2018-03-19 Mikhail Maltsev[ARM] Fix warnings about missing parentheses in ARMAsmP...
2018-03-19 Serguei Katkov[SCEV] Factor out isKnownViaInduction. NFC.
2018-03-19 Serguei Katkov[SCEV] Re-land: Fix isKnownPredicate
2018-03-19 Craig Topper[X86] Merge XADD8rr regular expression with XADD16rr...
2018-03-19 Craig Topper[X86] Add ADD16i16/ADD32i32/ADD64i32 and similar to...
2018-03-19 Craig Topper[X6] Remove two unused InstrItinClass
2018-03-19 Craig Topper[X86] Use IIC_CMOV64_RR/RM on 64-bit cmov instructions.
2018-03-19 Craig Topper[X86] Merge 32 and 64-bit RORX/SHLX/SARX/SHRX into...
2018-03-19 Craig Topper[X86] Merge 8-bit instructions into instregex with...
2018-03-19 Dylan McKay[AVR] Lower i128 divisions to runtime library calls
2018-03-18 Craig Topper[Mips] Remove duplicate lines from MipsScheduleP5600...
2018-03-18 Craig Topper[AArch64] Fix a few InstRWs in the A53 scheduler model...
2018-03-18 Craig Topper[SelectionDAG] Don't default the SelectionDAG* paramete...
2018-03-18 Craig Topper[TableGen] When trying to reuse a scheduler class for...
2018-03-18 Simon Pilgrim[X86][Btver2] Fix crc32 schedule costs
2018-03-18 Simon Pilgrim[X86][Btver2] Add crc32 resource tests
2018-03-18 Simon Pilgrim[X86][Btver2] FADD/FHADD ymm instructions are double...
2018-03-18 Simon Pilgrim[X86][Btver2] Float bitwise ymm instructions are double...
2018-03-18 Simon Pilgrim[X86][Btver2] F16C instructions are performed on the...
2018-03-18 Anastasis Grammenos[LICM] Salvage DI from dying Instructions
2018-03-18 Roman Lebedev[InstCombine] peek through unsigned FP casts for zero...
2018-03-18 Andrea Di Biagio[llvm-mca] Allow the definition of multiple register...
2018-03-18 Sanjay Patel[InstCombine] add nnan requirement for sqrt(x) * sqrt...
2018-03-18 Sanjay Patel[InstSimplify] loosen FMF for sqrt(X) * sqrt(X) --> X
2018-03-18 Simon Pilgrim[X86][Btver2] Strip default latency/resource values...
2018-03-18 Simon Pilgrim[X86][Btver2] SSE4A EXTRQ/INSERTQ instructions are...
2018-03-18 Simon Pilgrim[X86][Btver2] Modelled float bitwise instructions as...
2018-03-18 Jonas Devlieghere[dsymutil] Fix add_llvm_tool_symlink
2018-03-18 Simon Pilgrim[X86][Btver2] Correctly distinguish between scheduling...
2018-03-18 Jonas Devlieghere[dsymutil] Rename llvm-dsymutil -> dsymutil
2018-03-18 Simon Pilgrim[X86][Btver2] Merge equivalent VBLENDVY + VPERMILY...
2018-03-18 Simon Pilgrim[X86][Btver2] Add llvm-mca tests to show pipe resource...
2018-03-18 Craig Topper[X86] Fix a bunch of overlapping regular expressions...
2018-03-18 Craig Topper[X86] Fix a couple typos in the Zen scheduler model.
2018-03-18 Craig Topper[TableGen] Remove unnecessary uses of make_range.
2018-03-18 Craig Topper[TableGen] Move some variables into for loop declaratio...
2018-03-18 Craig Topper[X86] Remove MMX_MASKMOVQ64 and VMASKMOVDQU from schedu...
2018-03-17 Martin Storsjo[AArch64] Skip an unnecessary getCopyToReg in DYNAMIC_S...
2018-03-17 Nirav DaveRevert "[DAG, X86] Revert r327197 "Revert r327170,...
2018-03-17 Nirav Dave[DAG, X86] Revert r327197 "Revert r327170, r327171...
2018-03-17 Sylvestre LedruFix some user facing typos
2018-03-17 Matt ArsenaultAMDGPU/GlobalISel: Cleanup constant legality
2018-03-17 Matt ArsenaultAMDGPU/GlobalISel: Basic G_GEP legality
2018-03-17 Matt ArsenaultAMDGPU/GlobalISel: Basic legality for load/store
2018-03-17 Chandler Carruth[bindings/go] Add a missing `,` in the test code to...
2018-03-17 Oren Ben Simhon[X86] Added support for nocf_check attribute for indire...
2018-03-17 Jonas Paulsson[SystemZ] Add 'REQUIRES: asserts' to test case using...
2018-03-17 Jonas Paulsson[SystemZ] computeKnownBitsForTargetNode() / ComputeNum...
2018-03-17 Jonas Paulsson[SelectionDAG] Handle big endian target BITCAST in...
2018-03-16 Chandler Carruth[GlobalsAA] Fix a pretty terrible bug that has been...
2018-03-16 Jessica Paquette[MachineOutliner] Make KILLs invisible
2018-03-16 Andrea Di Biagio[llvm-mca] Remove method getSchedModel() from the Backend.
2018-03-16 Andrea Di Biagio[llvm-mca] Remove unused methods from Backend. NFC
2018-03-16 David L KreitzerQuiet unused variable warnings. NFC.
2018-03-16 Craig Topper[X86] Pass SelectionDAG into X86ISelAddressMode::dump...
2018-03-16 Sanjay Patel[InstSimplify] add NaN constant diversity; NFC
2018-03-16 Krzysztof Parzyszek[Hexagon] Avoid bank conflicts in post-RA scheduler
2018-03-16 Krzysztof Parzyszek[Hexagon] Add lit testcases for atomic intrinsics
2018-03-16 Reid Kleckner[IR] Avoid the need to prefix MS C++ symbols with ...
2018-03-16 Reid KlecknerRevert r327721 "This patch fixes the invalid usage...
2018-03-16 Craig Topper[X86] Merge ADDSUB/SUBADD detection into single methods...
2018-03-16 Craig Topper[CorrelatedValuePropagation] Use SelectInst::getConditi...
2018-03-16 Farhana Aleen[AMDGPU] Supported ds_write_b128 generation.
2018-03-16 Craig Topper[X86] Post process the DAG after isel to remove vector...
2018-03-16 Dmitry Preobrazhensky[AMDGPU][MC][GFX8][GFX9][DISASSEMBLER] Added "_e32...
2018-03-16 Philip Reames[LICM/mustexec] Extend first iteration must execute...
2018-03-16 Andrew V. TischenkoThis patch fixes the invalid usage of OptSize in Machin...
2018-03-16 Dmitry Preobrazhensky[AMDGPU][MC] Corrected default values for unused SDWA...
2018-03-16 Sanjay Patel[InstCombine] add nnan requirement to potential fabs...
2018-03-16 Jonas Paulsson[SystemZ] Make AnyRegBitRegClass unallocatable.
2018-03-16 Aditya Nandakumar[GISel]: Remove unused header include in MachineIRBuilder.h
2018-03-16 Brian M. Rzycki[JumpThreading] Track unreachable BBs to avoid processing
2018-03-16 Krzysztof Parzyszek[Hexagon] Fix zero-extending non-HVX bool vectors
2018-03-16 Mikhail Maltsev[ARM] Convert more invalid NEON immediate loads
next