OSDN Git Service

android-x86/external-llvm.git
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...
2018-08-27 Sean Fertile[PowerPC][MC] Support expressions in getMemRIX16Encoding.
2018-08-27 Benjamin Kramer[NVPTX] Implement isLegalToVectorizeLoadChain
2018-08-27 Craig Topper[X86] When lowering v32i8 MULHS/MULHU, shuffle after...
2018-08-27 Craig Topper[X86] Add support for matching paddus patterns where...
2018-08-27 Matt Davis[llvm-mca] Introduce the llvm-mca library and organize...
2018-08-27 Matt Davis[llvm-mca] Remove unused method. NFC.
2018-08-27 Stella Stamenova[lit, python] Remove quotes around %python in cache.ll
2018-08-27 Hans WennborgUse a lambda for calls to ::open in RetryAfterSignal
2018-08-27 Wouter van... [WebAssembly] Added default stack-only instruction...
2018-08-27 Andrea Di Biagio[llvm-mca] Improved report generated by the SchedulerSt...
2018-08-27 Nico Weberfix comment typo
2018-08-27 Sanjay Patel[SelectionDAG] add helper query for binops; NFC
2018-08-27 Nemanja Ivanovic[PowerPC] Revert commit r339779
2018-08-27 Aleksandr Urakov[X86] Adding the test pointing to the fail case of...
2018-08-27 Daniel Cederman[Sparc] Avoid writing outside array in applyFixup
2018-08-27 Aleksandr Urakov[NFC][X86] Fix `sibcall.ll` formatting
2018-08-27 Nemanja Ivanovic[PowerPC] Recommit r340016 after fixing the reported...
2018-08-27 Daniel Cederman[Sparc] Add support for the cycle counter available...
2018-08-27 Max Kazantsev[NFC] Try to make buildbot happy about virtual destructors
2018-08-27 Max Kazantsev[NFC] Split logic of ImplicitControlFlowTracking to...
2018-08-27 Martin Storsjo[COFF] Expose an easier helper function for getting...
2018-08-27 Daniel Cederman[Sparc] Custom bitcast between f64 and v2i32
2018-08-27 Roger Ferrer... [RISCV] atomic_store_nn have a different layout to...
2018-08-27 Chandler CarruthFix this file to have the necessary standard library...
2018-08-27 Craig Topper[X86] Cleanup the LowerMULH code by hoisting some commo...
2018-08-27 Zachary Turner[MS Demangler] Add virtual destructor.
2018-08-27 Zachary Turner[MS Demangler] Re-write the Microsoft demangler.
2018-08-26 Craig Topper[X86] Correct the cost of (v4i32 (fptoui (v4f64)))...
2018-08-26 Craig Topper[X86] Add FeatureCMOV explicitly to all CPUs that suppo...
2018-08-26 Craig Topper[X86] Add FeatureCMOV to athlon and athlon-tbird cpus.
2018-08-26 Sanjay Patel[SelectionDAG][x86] turn insertelement into undef with...
2018-08-26 Lang Hames[ORC] Remove a workaround for systems lacking 8-byte...
2018-08-26 Lang Hames[ORC] Do not include non-global symbols in getObjectSym...
2018-08-26 Chandler CarruthReplace fancy use of initializer lists with simple...
2018-08-26 Chandler Carruth[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
2018-08-26 Chandler CarruthAvoid specializing a variadic member template in a...
2018-08-26 Chandler Carruth[IR] Sink `isExceptional` predicate to `Instruction...
2018-08-26 Chandler Carruth[IR] Begin removal of TerminatorInst by removing succes...
2018-08-26 Petar Jovanovic[MIPS GlobalISel] Legalize i8 and i16 add
2018-08-26 Craig Topper[X86] Fix typo in comment, expect->except. NFC
2018-08-26 Craig Topper[X86] Add test cases for D50952, paddus patterns involv...
2018-08-25 Robert Widmann[C-API][DIBuilder] Use NameLen in LLVMDIBuilderCreatePa...
2018-08-25 Craig Topper[X86] Replace support for vXi32 SMUL_LOHI/UMUL_LOHI...
2018-08-25 Craig Topper[SelectionDAG][X86] Reorder the operands the MaskedStor...
2018-08-25 Craig Topper[X86] Make sure type is a vector before calling VT...
2018-08-25 Simon PilgrimFix -Wunused-function warning. NFCI.
2018-08-25 Simon PilgrimRemove superfluous semicolon. NFCI.
2018-08-25 Sanjay Patel[x86] try harder to use broadcast to load a scalar...
2018-08-25 Tim Renouf[AMDGPU] Add support for multi-dword s.buffer.load...
2018-08-25 Sanjay Patel[InstCombine] add tests for shuffle+binop transform...
2018-08-25 Simon Pilgrim[X86] Make requested test changes from D50636
2018-08-25 Bjorn Pettersson[CodeGen] Set FrameSetup/FrameDestroy on BUNDLE instruc...
2018-08-25 Bjorn Pettersson[LiveDebugVariables] Avoid faulty addDefsFromCopies...
2018-08-25 Ana Pazos[MC, RISCV] Fixed StringRef Assertion `Index < Length...
2018-08-25 Kuba Mracek[llvm] Document "%T" as deprecated in CommandGuide...
2018-08-25 Eric ChristopherThis patch adds support to LLVM for writing HermitCore...
2018-08-24 Ana Pazos[RISCV] Fixed Assertion`Kind == Immediate && "Invalid...
2018-08-24 Adrian PrantlPrevent DILocation::getMergedLocation() from creating...
2018-08-24 Richard SmithAllow demangler's node allocator to fail, and bail...
2018-08-24 Ana Pazos [RISCV] Fix std::advance slowness
2018-08-24 Matt Davis[llvm-mca] Move ResourceManager from Scheduler into...
2018-08-24 Richard SmithFix ExpandedSpecialSubstitution demangling for Sa and Sb.
next