OSDN Git Service

android-x86/external-llvm.git
2018-09-26 Hans WennborgRevert r343058 "[ORC] Add support for multithreaded...
2018-09-26 Guillaume Chatelet[llvm-exegesis][NFC] Move CodeTemplate to it's own...
2018-09-26 Simon Pilgrim[X86][SSE] Refresh PR34947 test code to handle D52504
2018-09-26 Simon Pilgrim[X86][SSE] canReduceVMulWidth - use ComputeNumSignBits...
2018-09-26 Clement Courbet[llvm-exegesis] Add support for measuring NumMicroOps.
2018-09-26 Simon Pilgrim[X86][SSE] Use ISD::MULHS for constant vXi16 ISD::SRA...
2018-09-26 Sam Parker[ARM] Fix for PR39060
2018-09-26 David Green[CodeGen] Enable tail calls for functions with NonNull...
2018-09-26 Yury GribovFixes removal of dead elements from PressureDiff (PR37252).
2018-09-26 Luke Cheeseman[AArch64] - Return address signing dwarf support
2018-09-26 Sven van Haastregt[CMake] Avoid REVERSE on unset variable
2018-09-26 Mikael NilssonRun VerifyDAGDiverence in debug only
2018-09-26 Hans WennborgRevert r342870 "[ARM] bottom-top mul support ARMParalle...
2018-09-26 Clement Courbet[llvm-exegesis] Output the unscaled value as well as...
2018-09-26 Mikael HolmenSilence compiler warning about unused variable introduc...
2018-09-26 Martin Storsjo[ORC] Remove a superfluous semicolon, fixing warnings...
2018-09-26 Lang Hames[ORC] Update CompileOnDemandLayer2 to use the new lazyR...
2018-09-26 Hsiangkai Wang[DebugInfo] Do not generate address info for removed...
2018-09-26 Lang Hames[ORC] Add a "lazy call-through" utility based on the...
2018-09-26 Lang Hames[ORC] Fix BuildingAJIT tutorial examples that were...
2018-09-26 Lang Hames[ORC] Refactor trampoline pool management out of JITCom...
2018-09-26 Lang Hames[ORC] Add support for multithreaded compiles to LLJIT...
2018-09-26 Lang Hames[ORC] Include-what-you-use fixes.
2018-09-26 Lang Hames[ORC] Fix a missing include in r343055.
2018-09-26 Lang Hames[ORC] Add ThreadSafeModule and ThreadSafeContext wrappe...
2018-09-26 Vyacheslav... Remove LoopID metadata from the branch instruction
2018-09-26 Zhaoshi ZhengRevert "Revert "[ConstHoist] Do not rebase single ...
2018-09-26 Thomas Lively[WebAssembly] SIMD conversions
2018-09-25 Craig Topper[DAGCombiner] Remove unnecessary check for visitSDIVLik...
2018-09-25 Stanislav Mekhanoshin[AMDGPU] Fix ds combine with subregs
2018-09-25 Craig Topper[X86] Allow movmskpd/ps ISD nodes to be created and...
2018-09-25 Craig Topper[X86] Add some more movmsk test cases. NFC
2018-09-25 Lang Hames[ORC] Add an asynchronous jit-link function, jitLinkFor...
2018-09-25 Sanjay Patel[InstCombine] add fneg variation of shuffle-binop fold...
2018-09-25 Changpeng FangAMDGPU: Add Selection patterns to support add of one...
2018-09-25 Anna Thomas[LV][LAA] Vectorize loop invariant values stored into...
2018-09-25 Craig Topper[MCAsmParser] Move AltMacroMode tracking out of MCAsmLexer
2018-09-25 Simon Pilgrim[X86] combineUIntToFP - Fix UINT_TO_FP(vXi1) comment...
2018-09-25 Lang HamesRemove 'orc' namespace from MSVCErrorWorkarounds.h...
2018-09-25 Lang HamesFix a missing includes and a use of the MSVC promise...
2018-09-25 Teresa Johnson[ThinLTO] Efficiency fix for writing type id records...
2018-09-25 Craig Topper[MC] Return a std::string instead of taking it as an...
2018-09-25 Heejin AhnUnify landing pad information adding routines (NFC)
2018-09-25 Lang Hames[ORC] Reapply r342939 with a fix for MSVC's promise...
2018-09-25 Lang HamesMove MSVC workarounds for future<Error>/future<Expected...
2018-09-25 Craig Topper[MC] Fix bad indentation and 80 column violations....
2018-09-25 Sanjay Patel[x86] avoid 256-bit andnp that requires insert/extract...
2018-09-25 Yury Delendik[WebAssembly] Move/clone DBG_VALUE during WebAssemblyRe...
2018-09-25 Jessica PaquetteRevert "[ConstHoist] Do not rebase single (or few)...
2018-09-25 Daniil Fukalov[RegAllocGreedy] avoid using physreg candidates that...
2018-09-25 Craig Topper[MC] Replace NULL constant in code with nullptr.
2018-09-25 Daniel Sanders[globalisel][tblgen] Table optimization should consider...
2018-09-25 Zhaoshi Zheng[ConstHoist] Do not rebase single (or few) dependent...
2018-09-25 Justin BognerRevert "[DebugInfo] Do not generate address info for...
2018-09-25 Craig Topper[X86] Add AVX512 support to combineVectorSizedSetCCEqua...
2018-09-25 Sanjay Patel[InstCombine] narrow binops on concatenated vectors...
2018-09-25 Nirav Dave[ARM] Share predecessor bookkeeping in CombineBaseUpdat...
2018-09-25 Nirav Dave[AArch64] Share search bookkeeping in combines. NFCI.
2018-09-25 Nirav Dave[LegalizeDAG] Prune Predecessor check in ExpandExtractF...
2018-09-25 Nirav Dave[DAGCombine] Improve Predecessor check in SimplifySelec...
2018-09-25 Nirav Dave[DAGCombine] Share predecessor bookkeeping in CombineTo...
2018-09-25 Guillaume Chatelet[llvm-exegesis] Serializes registers initial values.
2018-09-25 Guillaume Chatelet[llvm-exegesis] Fix missing document separator in YAML...
2018-09-25 Nirav Dave[DAGCombine] Don't fold dependent loads across SELECT_CC.
2018-09-25 Clement Courbet[llvm-exegesis] Add lit tests (v2).
2018-09-25 Guillaume Chatelet[llvm-exegesis] Fix broken test.
2018-09-25 Simon PilgrimRevert rL342916: [X86] Remove shift/rotate by CL memory...
2018-09-25 Guillaume Chatelet[llvm-exegesis][NFC] Rewrite of the YAML serialization.
2018-09-25 Hans WennborgRevert r342637 "[ADT] Try again to use the same version...
2018-09-25 David Green[LoopUnroll] Add check to Latch's terminator in UnrollR...
2018-09-25 Sameer Sahasrabuddhe[AMDGPU] restore r342722 which was reverted with r342743
2018-09-25 Clement CourbetRevert rL342953 "[llvm-exegesis] Add lit tests."
2018-09-25 Clement Courbet[llvm-exegesis] Add lit tests.
2018-09-25 Heejin Ahn[llvm-exegesis] Add MCParser to LLVM_LINK_COMPONENTS
2018-09-25 Fangrui SongAdd macro LLVM_ATTRIBUTE_REINITIALIZES
2018-09-25 Clement Courbet[llvm-exegesis] Fix doc in r342947.
2018-09-25 Clement Courbet[llvm-exegesis] Allow benchmarking arbitrary code snippets.
2018-09-25 Stefan Maksimovic[mips] Correct MUL pattern for mips64
2018-09-25 Fangrui SongUse unique_ptr to hold AsmInfo,MRI,MII,STI
2018-09-25 Mikael HolmenUse TRI->regsOverlap() in MachineBasicBlock::computeReg...
2018-09-25 Hsiangkai Wang[DebugInfo] Do not generate address info for removed...
2018-09-25 Justin Bogner[MachineCopyPropagation] Reimplement CopyTracker in...
2018-09-25 Lang HamesRevert "[ORC] Switch to asynchronous resolution in...
2018-09-25 Justin Bogner[MachineCopyPropagation] Rework how we manage RegMask...
2018-09-25 Lang Hames[ORC] Switch to asynchronous resolution in JITSymbolRes...
2018-09-25 Thomas Lively[WebAssembly] SIMD sqrt
2018-09-25 Stanislav Mekhanoshin[AMDGPU] Remove useless check from test. NFC.
2018-09-25 Craig Topper[X86] Don't create FILD ISD nodes when X87 is disabled.
2018-09-25 Craig Topper[X86] Remove superfluous curly braces. NFC
2018-09-25 Craig Topper[X86] Update comment. Use 'glued' instead of 'flagged...
2018-09-24 Thomas Lively[WebAssembly][NFC] Fix hardcoded stack indices in tests
2018-09-24 Artem Belevich[CUDA] Added basic support for compiling with CUDA...
2018-09-24 Evgeniy Stepanov[hwasan] Record and display stack history in stack...
2018-09-24 Evgeniy StepanovRevert "[hwasan] Record and display stack history in...
2018-09-24 Evgeniy Stepanov[hwasan] Record and display stack history in stack...
2018-09-24 Christy LeeRe-submitting changes in D51550 because it failed to...
2018-09-24 Sanjay Patel[InstCombine] add bitcast+extelt helper function; NFC
2018-09-24 Simon Pilgrim[X86] Remove shift/rotate by CL memory (RMW) overrides
2018-09-24 Craig Topper[X86] Infer 64bit feature support from the CPUID result...
2018-09-24 Stefan Pintilie[Power9] [LLVM] Add __float128 exponent GET and SET...
next