OSDN Git Service

android-x86/external-llvm.git
2018-10-19 Hsiangkai Wang[CodeGen] Fix for PR39094.
2018-10-19 Chandler Carruth[TI removal] Remove `TerminatorInst` from the IR type...
2018-10-19 Chandler Carruth[TI removal] Switch some newly added code over to use...
2018-10-18 Chandler Carruth[TI removal] Update the C API for the move away from...
2018-10-18 Lang Hames[ORC] Add a createJITDylib method to LLJIT.
2018-10-18 Sylvestre LedruSupport of hurd in llvm-shlib
2018-10-18 Mircea TrofinMake Function::getInstructionCount const
2018-10-18 Eli FriedmanRevert r344693 ("[ARM] bottom-top mul support in ARMPar...
2018-10-18 Sumanth Gundapaneni[Pipeliner] copyToPhi DAG Mutation to improve scheduling.
2018-10-18 Ayal Zaks[LV] Fold tail by masking to vectorize loops of arbitra...
2018-10-18 Nicolai HaehnleDivergenceAnalysisTest: fix use of uninitialized memory
2018-10-18 Nicolai Haehnle[DA] DivergenceAnalysis for unstructured, reducible...
2018-10-18 Sam McCall[Support] json::Value construction from std::vector...
2018-10-18 Guillaume Chatelet[llvm-exegesis] Fix off by one error
2018-10-18 Chandler Carruth[TI removal] Remove discussion of `TerminatorInst`...
2018-10-18 Chandler Carruth[TI removal] Remove TerminatorInst references from...
2018-10-18 Mikael HolmenAdd a emitUnaryFloatFnCall version that fetches the...
2018-10-18 Kristina Brooks[X86] Support for the mno-tls-direct-seg-refs flag
2018-10-18 Krasimir Georgiev[llvm-exegesis] Mark destructor virtual after r344695
2018-10-18 Lang Hames[BuildingAJIT] Update the Ch1 KaleidoscopeJIT class...
2018-10-18 Chandler Carruth[TI removal] Switch simple loop unswitch to `Instruction`.
2018-10-18 Chandler Carruth[TI removal] Switch NewGVN to directly use `Instruction`.
2018-10-18 Chandler Carruth[TI removal] Use `Instruction` instead of `TerminatorIn...
2018-10-18 Chandler Carruth[TI removal] Update CodeExtractor to use Instruction...
2018-10-18 Chandler Carruth[TI removal] Switch ObjCARC code to directly use the...
2018-10-18 Chandler Carruth[TI removal] Switch MergeFunctions to directly use...
2018-10-18 Chandler Carruth[TI removal] Switch an analysis to just use Instruction.
2018-10-17 Lang Hames[BuildingAJIT] Simplify a tutorial example and fix...
2018-10-17 Lang Hames[BuildingAJIT] Fix a function signature in the document...
2018-10-17 Pavel LabathPort libcxxabi r344607 into llvm
2018-10-17 Nicolai HaehnleAMDGPU: Avoid selecting ds_{read,write}2_b32 on SI
2018-10-17 Nicolai HaehnleStructurizeCFG: Simplify inserted PHI nodes
2018-10-17 Nicolai HaehnleAMDGPU: Divergence-driven selection of scalar buffer...
2018-10-17 Clement Courbet[llvm-exegesis] Allow measuring several instructions...
2018-10-17 Sam Parker[ARM] bottom-top mul support in ARMParallelDSP
2018-10-17 Guillaume ChateletFix uninitialized variable
2018-10-17 Nicolai HaehnleAMDGPU: Remove dead TableGen code
2018-10-17 Guillaume ChateletBuildBot fix, compiler complains about array decay...
2018-10-17 Guillaume Chatelet[llvm-exegeis] Computing Latency configuration upfront...
2018-10-17 Max Kazantsev[NFC] Remove GOTO from SCEV
2018-10-17 Fedor Sergeev[NewPM] Fixing test failure on Windows - removed opt...
2018-10-17 Fedor Sergeev[NewPM] teach -passes= to emit meaningful error messages
2018-10-17 Petar Jovanovic[MIPS GlobalISel] Legalize constants
2018-10-17 Sjoerd Meijer[ARM] Do not fuse VADD and VMUL, continued (2/2)
2018-10-17 Fedor Sergeev[LoopPredication] add some simple stats
2018-10-17 Sjoerd Meijer[ARM] Follow up of rL344671, attempt to pacify a buildbot
2018-10-17 Sjoerd Meijer[ARM][NFCI] Do not fuse VADD and VMUL, continued (1/2)
2018-10-17 Sylvestre LedruDocument the behavior of option passing when using...
2018-10-17 Lang Hames[BuildingAJIT] Update chapter 1 to use the ORCv2 APIs.
2018-10-17 Teresa JohnsonNew test requires x86-registered-target
2018-10-17 Teresa Johnson[ThinLTO] Fix test to require asserts
2018-10-17 Leonard Chan[Sanitizer][PassManager] Fix for failing ASan tests...
2018-10-16 Teresa Johnson[ThinLTO] Add importing stats to thin link
2018-10-16 Jonathan Metzman[SanitizerCoverage] Don't duplicate code to get section...
2018-10-16 Craig Topper[X86] Match (cmp (and (shr X, C), mask), 0) to BEXTR...
2018-10-16 David Bolvansky[InstCombine] Cleanup libfunc attribute inferring
2018-10-16 Lang Hames[ORC] Make the VModuleKey optional, propagate it via...
2018-10-16 Krasimir GeorgievRevert "[WebAssembly] LSDA info generation"
2018-10-16 Evandro Menezes[PATCH] [NFC][AArch64] Fix refactoring of macro fusion
2018-10-16 Teresa Johnson[LTO] Call InitLLVM from llvm-lto2
2018-10-16 Leonard Chan[Intrinsic] Signed Saturation Addition Intrinsic
2018-10-16 Evandro Menezes[NFC][ARM] Refactor macro fusion
2018-10-16 Evandro Menezes[NFC][AArch64] Refactor macro fusion
2018-10-16 Chris Lattnerfix an out of date paragraph noticed by Bryce Lelbach
2018-10-16 Anna Thomas[LV] Teach vectorizer about variant value store into...
2018-10-16 Sanjay Patelrevert rL344609: [InstCombine] try harder to form selec...
2018-10-16 Sanjay Patel[InstCombine] make sure type is integer before calling...
2018-10-16 Sanjay Patel[InstCombine] try harder to form select from logic ops
2018-10-16 Ayal Zaks[LV] Add test checks when vectorizing loops under opt...
2018-10-16 Simon Pilgrim[LegalizeDAG] ExpandLegalINT_TO_FP - cleanup UINT_TO_FP...
2018-10-16 Max Kazantsev[NFC] Introduce ICFLoopSafetyInfo
2018-10-16 Simon Pilgrim[X86] Fix Skylake ReadAfterLd for PADDrm etc.
2018-10-16 Renato Golin[VPlan] Script to extract VPlan digraphs from log
2018-10-16 Max Kazantsev[NFC] Remove obsolete method headerMayThrow
2018-10-16 Max Kazantsev[NFC] Make LoopSafetyInfo abstract to allow alternative...
2018-10-16 Aleksandar... [mips][micromips] Fix how values in .gcc_except_table...
2018-10-16 Max Kazantsev[NFC] Encapsulate work with BlockColors in LoopSafetyInfo
2018-10-16 David Stenberg[DebugInfo][LCSSA] Rewrite pre-existing debug values...
2018-10-16 Max Kazantsev[NFC] Move block throw check inside allLoopPathsLeadToBlock
2018-10-16 Max Kazantsev[NFC] Turn isGuaranteedToExecute into a method
2018-10-16 Alexander Shaposhnikov[llvm-objcopy] Factor out Buffer
2018-10-16 Max Kazantsev[SCEV] Limit AddRec "simplifications" to avoid combinat...
2018-10-16 Sebastian Pop[hot-cold-split] fix failing testcases
2018-10-16 Heejin Ahn[WebAssembly] LSDA info generation
2018-10-15 Craig Topper[X86] Remove some isel patterns that shouldn't be possible.
2018-10-15 Lang Hames[ORC] Rename ORC layers to make the "new" ORC layers...
2018-10-15 Nicolai HaehnleStructurizeCFG,AMDGPU: Test case of a redundant phi...
2018-10-15 Chris Bieneman[CMake] Fix a missing LLVM_ENABLE_IDE from r344555
2018-10-15 Lang Hames[ORC] Rename MultiThreadedSimpleCompiler to ConcurrentI...
2018-10-15 Lang HamesChange a TerminatorInst* to an Instruction* in HotColdS...
2018-10-15 Lang Hames[ORC] Switch to DenseMap/DenseSet for ORC symbol map...
2018-10-15 Erik PilkingtonNFC: Fix a -Wsign-conversion warning
2018-10-15 Craig Topper[X86] Fix a bad bitcast in the load form of vXi16 unifo...
2018-10-15 Craig Topper[X86] Add test cases showing failure to fold load into...
2018-10-15 Craig Topper[X86] Disable the peephole pass on avx2-intrinsics...
2018-10-15 Craig Topper[X86] Regenerate avx2-intrinsics-x86.ll to compress...
2018-10-15 Sanjay Patel[InstCombine] add tests for bitwise logic --> select...
2018-10-15 Sebastian Pop[hot-cold-split] fix static analysis of cold regions
2018-10-15 Chris Bieneman[CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURAT...
2018-10-15 Simon Pilgrim[AARCH64] Improve vector popcnt lowering with ADDLP
next