OSDN Git Service

android-x86/external-llvm.git
2018-08-29 Simon Pilgrim[X86][AVX] Prefer VPBLENDW+VPBLENDD to VPBLENDVB for...
2018-08-29 Krasimir Georgiev[MC] fix a clang-tidy warning, NFC
2018-08-29 Simon PilgrimRemove debug code accidently committed in rL340837...
2018-08-29 George RimarRevert r340904 "[llvm-mc] - Allow to set custom flags...
2018-08-29 Kirill Bobyrev[benchmark] NFC: Turn benchmark ON on all non-Windows...
2018-08-29 George Rimar[llvm-mc] - Allow to set custom flags for debug sections.
2018-08-29 Nicolai HaehnleAMDGPU: Fix getInstSizeInBytes
2018-08-29 Hans WennborgLoopSink: Don't sink into blocks without an insertion...
2018-08-29 Craig Topper[SelectionDAG] Remove masked_gather/scatter from Target...
2018-08-29 Craig Topper[SelectionDAG] Add some comments to ISDOpcodes.h about...
2018-08-29 Zachary TurnerAdd support for various C++14 demanglings.
2018-08-29 Zachary Turner[MS Demangler] Add output flags to all function calls.
2018-08-29 Fedor SergeevNFC. fixing time-passes test failure on Windows.
2018-08-29 Aditya Nandakumar[GISel]: Add legalization support for Widening UADDO...
2018-08-29 Craig Topper[X86] Support v2i32 gather/scatter indices with -x86...
2018-08-29 Peter CollingbourneStart reserving x18 by default on Android targets.
2018-08-29 Matt Davis[llvm-mca] Remove unused formal. NFC.
2018-08-29 Matt Davis[llvm-mca] Move the initialization of Pipeline. NFC.
2018-08-28 Reid Kleckner[codeview] Clean up machinery for deferring .cv_loc...
2018-08-28 Zhaoshi Zheng[QTOOL-37352] Consider isLegalAddressingImm in Constant...
2018-08-28 Lang Hames[ORC] Add a testcase for r338975.
2018-08-28 Reid Kleckner[codeview] Emit labels for .cv_loc immediately
2018-08-28 Craig Topper[X86] Remove GCCBuiltin from kadd intrinsics.
2018-08-28 Lang Hames[ORC] Replace lookupFlags in JITSymbolResolver with...
2018-08-28 Fedor Sergeev[NFC][PassTiming] factor out generic PassTimingInfo
2018-08-28 Alina Sbirlea[SimpleLoopUnswitch] Form dedicated exits after trivial...
2018-08-28 Lang Hames[ORC] Add an addObjectFile method to LLJIT.
2018-08-28 Craig Topper[X86] Add intrinsics for KADD instructions
2018-08-28 Fangrui Song[AMDGPU] Fix -Wunused-variable when -DLLVM_ENABLE_ASSER...
2018-08-28 Matt MorehouseRevert "[libFuzzer] Port to Windows"
2018-08-28 Matt ArsenaultAMDGPU: Don't delete instructions if S_ENDPGM has impli...
2018-08-28 Aditya Nandakumar[GISel]: Add missing opcodes for overflow intrinsics
2018-08-28 Thomas Lively[WebAssembly][NFC] Document stackifier tablegen backend
2018-08-28 Andrea Di Biagio[llvm-mca] use llvm::any_of instead of std::any_of...
2018-08-28 Matt ArsenaultAMDGPU: Force shrinking of add/sub even if the carry...
2018-08-28 Thomas Lively[WebAssembly][NFC] Fix formatting from rL340781
2018-08-28 Matt Morehouse[libFuzzer] Port to Windows
2018-08-28 Matt ArsenaultAMDGPU: Shrink insts to fold immediates
2018-08-28 Thomas Lively[WebAssembly][NFC] Fix up SIMD bitwise tests
2018-08-28 Thomas Lively[WebAssembly] v128.not
2018-08-28 Matt ArsenaultAMDGPU: Move canShrink into TII
2018-08-28 Nirav Dave[DAGCombine] Rework MERGE_VALUES to inline in single...
2018-08-28 Nirav Dave[DAG] Avoid recomputing Divergence checks. NFCI.
2018-08-28 Nirav Dave[DAG] Fix updateDivergence calculation
2018-08-28 Matt ArsenaultAMDGPU: Remove nan tests in class if src is nnan
2018-08-28 Heejin Ahn[WebAssembly] Use getCalleeOpNo utility function (NFC)
2018-08-28 Dean Michael... [XRay][docs] Chrome Trace Viewer Instructions
2018-08-28 Sanjay Patel[InstCombine] fix baseline assertions
2018-08-28 Craig Topper[X86] Mark the FUCOMI instructions as requiring CMOV...
2018-08-28 Dean Michael... [XRay][docs] Update instructions
2018-08-28 Sanjay Patel[InstCombine] add tests for select narrowing (PR38691...
2018-08-28 Stella Stamenova[lit, shtest-timeout] Always use an internal shell...
2018-08-28 Brian Cain[debuginfo] generate debug info with asm+.file
2018-08-28 Simon Pilgrim[TableGen] CodeGenDAGPatterns::GenerateVariants - basic...
2018-08-28 Kirill Bobyrev[benchmark] Stop building benchmarks by default
2018-08-28 David Bolvansky[Inliner] Attribute callsites with inline remarks
2018-08-28 Craig Topper[X86] Fix copy paste mistake in vector-idiv-v2i32.ll...
2018-08-28 Ryan Taylor[AMDGPU] Add support for a16 modifiear for gfx9
2018-08-28 Andrea Di Biagio[llvm-mca] Initialize each element in vector TimelineVi...
2018-08-28 Kirill Bobyrev[benchmark] Fix buildbots failing to identify regex...
2018-08-28 Pavel LabathClarify comment in the string-offsets-table-order.ll...
2018-08-28 Andrea Di Biagio[llvm-mca][TimelineView] Force the same number of execu...
2018-08-28 Kristof Umann[ADT] ImmutableList no longer requires elements to...
2018-08-28 Andrea Di Biagio[llvm-mca] Pass an instruction reference when notifying...
2018-08-28 Mikael Holmen[CloneFunction] Constant fold terminators before checki...
2018-08-28 Simon Pilgrim[TableGen] Use std::move where possible in InstructionM...
2018-08-28 Alexandros... [GVNHoist] Prune out useless CHI insertions
2018-08-28 Kirill Bobyrev[NFC] Apply another commit to comply with old CMake
2018-08-28 Simon Pilgrim[X86][SSE] Improve variable scalar shift of vXi8 vector...
2018-08-28 Kirill Bobyrev[benchmark] Silence warning by applying upstream patch
2018-08-28 Simon Pilgrim[X86][SSE] Avoid vector extraction/insertion for non...
2018-08-28 Kirill BobyrevPull google/benchmark library to the LLVM tree
2018-08-28 Max Kazantsev[NFC] A loop can never contain Ret instruction
2018-08-28 David ChisnallFix in getAllocationDataForFunction
2018-08-28 Craig Topper[X86] Fix some comments to refer to KORTEST not KTEST...
2018-08-28 Craig Topper[DAGCombiner][AMDGPU][Mips] Fold bitcast with volatile...
2018-08-28 Craig Topper[InstCombine] Extend (add (sext x), cst) --> (sext...
2018-08-28 Kit Barton[PPC] Remove Darwin support from POWER backend.
2018-08-28 David BlaikieRevert "[CodeGenPrepare] Scan past debug intrinsics...
2018-08-28 George Burgess IV[MemorySSA] Add NDEBUG checks to verifiers; NFC
2018-08-27 Sanjay Patel[InstCombine] fix formatting; NFC
2018-08-27 Craig Topper[InstCombine] Add test cases for D51236. NFC
2018-08-27 Lang Hames[RuntimeDyld] Add test case that was accidentally left...
2018-08-27 Sanjay Patel[InstCombine] allow shuffle+binop canonicalization...
2018-08-27 Lang Hames[ORC] Add unit tests for the new RTDyldObjectLinkingLay...
2018-08-27 Sanjay Patel[x86] add AVX runs to show more potential scalar->vecto...
2018-08-27 Evandro Menezes[PATCH] [InstCombine] Fix issue in the simplification...
2018-08-27 George Burgess IVs/std::set/DenseSet/; NFC
2018-08-27 Brendon Cahoon[Pipeliner] Fix incorrect phi values in the epilog...
2018-08-27 Thomas Lively[WebAssembly] TableGen backend for stackifying instructions
2018-08-27 Zachary TurnerUpdate the Visual Studio Integration from user feedback.
2018-08-27 Roman TereshinRevert "[SCEV][NFC] Check NoWrap flags before lexicogra...
2018-08-27 Zachary TurnerSet line endings to Windows on MSBuild files.
2018-08-27 Craig Topper[X86] Reverse the check prefixes in the test added...
2018-08-27 Craig Topper[X86] Add test cases to show current codegen of v2i32...
2018-08-27 Sanjay Patel[x86] add tests for possibly avoiding scalar->vector...
2018-08-27 Andrea Di Biagio[llvm-mca] Remove unused include. NFC
2018-08-27 Matt ArsenaultDAG: Check transformed type for forming fminnum/fmaxnum...
2018-08-27 Matt ArsenaultMachineVerifier: Fix assert on implicit virtreg use
2018-08-27 Matt ArsenaultLangRef: Clarify expected sNaN behavior for minnum...
next