OSDN Git Service

android-x86/external-llvm.git
2016-07-14 Lang Hames[Object] Revert r275316, Archive::child_iterator change...
2016-07-14 David Majnemer[ConstantFolding] Fold masked loads
2016-07-13 Justin LebarForce a semicolon at the end of the LLVM_ENABLE_BITMASK...
2016-07-13 Mehdi AminiAdd EnableIPRA to TargetOptions, and move the cl::opt...
2016-07-13 Mehdi Amini[IPRA] Set callee saved registers to none for local...
2016-07-13 Sanjoy Das[JumpThreading] Delete commented out debug code; NFC
2016-07-13 David Majnemer[ConstantFolding] Extend FoldReinterpretLoadFromConstPt...
2016-07-13 David MajnemerMove a transform from InstCombine to InstSimplify.
2016-07-13 Michael KupersteinFix copy/paste bug in r275340.
2016-07-13 Matthias BraunMIRParser: Move SlotMapping and SourceMgr refs to PFS...
2016-07-13 Michael Kuperstein[DAG] Correctly chain masked loads
2016-07-13 Davide Italiano[SCCP] Have the logic for replacing insts with constant...
2016-07-13 Vedant Kumar[Coverage] Return an ArrayRef to avoid copies (NFC)
2016-07-13 Vedant Kumar[Coverage] Mark a few methods const (NFC)
2016-07-13 Adam Nemet[LAA] Don't hold on to DominatorTree in the analysis...
2016-07-13 Adam Nemet[LAA] Don't hold on to TargetLibraryInfo in the analysi...
2016-07-13 Quentin Colombet[MIR] Fix one GlobalISel test case that I missed in...
2016-07-13 Justin Lebar[MI] Clean up some loops over MachineInstr::memoperands...
2016-07-13 Justin Lebar[MI] Fix MachineInstr::isInvariantLoad.
2016-07-13 Matthias BraunMIRParser: Move MachineFunction reference into PFS...
2016-07-13 Matthias BraunMIRYamlMapping: Update stale comment
2016-07-13 Nico WeberAdd a triple to fix test on bots after 275320.
2016-07-13 Adam Nemet[LAA] Don't hold on to DataLayout in the analysis result
2016-07-13 Adam Nemet[LAA] Don't hold on to LoopInfo in the analysis result
2016-07-13 Adam Nemet[LAA] Don't hold on to AliasAnalysis in the analysis...
2016-07-13 Vedant Kumar[llvm-cov] Use a thread pool to speed up report generat...
2016-07-13 Nico WeberFix a TODO in X86CallFrameOptimization to not rely...
2016-07-13 Teresa JohnsonMark the textual headers in the module map for ProfileData
2016-07-13 Alina SbirleaExtended LoadStoreVectorizer to vectorize subchains.
2016-07-13 Lang Hames[Object] Change Archive::child_iterator for better...
2016-07-13 Quentin Colombet[MIR] Print on the given output instead of stderr.
2016-07-13 Teresa JohnsonDefine a module map entry for ProfileData.
2016-07-13 Matt ArsenaultAMDGPU: Remove last AMDIL intrinsics
2016-07-13 Davide Italiano[SCCP] Factor out common code.
2016-07-13 Davide Italiano[SCCP] Use early return. NFCI.
2016-07-13 Andrew KaylorReverting r275284 due to platform-specific test failures
2016-07-13 Sanjay Pateladd more tests for zexty xor sandwiches
2016-07-13 Simon Pilgrim[X86][SSE] Regenerate truncated shift test
2016-07-13 Simon PilgrimRegenerate test
2016-07-13 Sanjay Pateladd test for zexty xor sandwich
2016-07-13 Justin LebarFix header comment in unittests/CodeGen/DIEHashTest...
2016-07-13 Krzysztof ParzyszekMove mempcpy_call.ll to X86 subdirectory
2016-07-13 Justin LebarFix warning in ObjectTransformLayerTest.
2016-07-13 Justin Lebar[ADT] Add LLVM_MARK_AS_BITMASK_ENUM, used to enable...
2016-07-13 Justin LebarFix warnings in FunctionTest.cpp.
2016-07-13 Sanjay Patel[InstCombine] extend vector select matching for non...
2016-07-13 Marek OlsakAMDGPU/SI: Emit the number of SGPR and VGPR spills
2016-07-13 Andrew KaylorFix for Bug 26903, adds support to inline __builtin_mempcpy
2016-07-13 David BlaikiePR28516: Fix LangRef description of call and invoke...
2016-07-13 Matthias BraunPatchableFunction: Skip pseudos that do not create...
2016-07-13 Teresa Johnson[ThinLTO/gold] Enable symbol resolution in distributed...
2016-07-13 Sanjay Patel[x86][SSE/AVX] optimize pcmp results better (PR28484)
2016-07-13 David Majnemer[ConstantFolding] Use sdiv_ov
2016-07-13 Simon Pilgrim[X86][AVX512] Add support for VPERMILPD/VPERMILPS varia...
2016-07-13 Simon Pilgrim[X86][AVX] Add support for target shuffle combining...
2016-07-13 Tom StellardAMDGPU/SI: Add support for R_AMDGPU_GOTPCREL
2016-07-13 Nirav DaveRename llc's -fpreserve-as-comments flag -preserve...
2016-07-13 Nirav Dave[MC] Fix lexing ordering in assembly label parsing...
2016-07-13 Simon Pilgrim[X86][SSE] Check for lane crossing shuffles before...
2016-07-13 Etienne Bergeronfix incorrect xref in sphinx doc
2016-07-13 Matt ArsenaultAMDGPU: Fold out no-op kill intrinsics
2016-07-13 Matt ArsenaultAMDGPU: WQM cleanups
2016-07-13 David Majnemer[ConstantFolding] Don't treat negative GEP offsets...
2016-07-13 Adam Nemet[BFI] Add new LazyBFI analysis pass
2016-07-13 David Majnemer[ConstantFolding] Cleanups
2016-07-13 Saleem Abdulrasoolvim: separate the keywords into one per line
2016-07-13 Teresa Johnson[ThinLTO/gold] ThinLTO internalization fixes
2016-07-13 David Majnemer[IR] Make getIndexedOffsetInType return a signed result
2016-07-13 Saleem Abdulrasoolvim: add local_unnamed_addr keyword
2016-07-13 David Majnemer[ConstantFold] Don't incorrectly infer inbounds on...
2016-07-13 David Majnemer[LoopVectorize] Further cleanups
2016-07-13 Craig Topper[X86] Remove some seemingly unnecessary patterns that...
2016-07-13 Keno FischerFix ScalarEvolutionExpander step scaling bug
2016-07-12 Teresa JohnsonRemove another unused variable from r275216
2016-07-12 Michael Kuperstein[LV] Do not invalidate use-lists we're iterating over.
2016-07-12 Dehao ChenAdd missing files for r275222
2016-07-12 Dehao ChenNew pass manager for LICM.
2016-07-12 Tim NorthoverGlobalISel: freeze reserved regs after IRTranslator.
2016-07-12 Matt ArsenaultAMDGPU: Follow up to r275203
2016-07-12 Teresa JohnsonRemove unused variable to fix bot failure from r275216
2016-07-12 Nemanja IvanovicThe test case I added is PowerPC specific but I acciden...
2016-07-12 Michael Kuperstein[LV] Remove wrong assumption about LCSSA
2016-07-12 Teresa JohnsonRefactor indirect call promotion profitability analysis...
2016-07-12 Nemanja Ivanovic[Power9] Add codegen for VSX word insert/extract instru...
2016-07-12 Piotr PadlewskiReview fixes to lit documentation
2016-07-12 David Majnemer[LoopAccessAnalysis] Some minor cleanups
2016-07-12 Simon Pilgrim[X86][AVX] Add support for target shuffle combining...
2016-07-12 Davide Italiano[SCCP] Constant fold structs if all the lattice value...
2016-07-12 David Majnemer[LoopVectorize] Assorted cleanups
2016-07-12 Matthias BraunX86FixupBWInsts: No need for forward liveness analysis.
2016-07-12 Matt ArsenaultAMDGPU: Fix verifier error with kill intrinsic
2016-07-12 Dehao Chen[PM] Port LoopIdiomRecognize Pass to new PM
2016-07-12 Matthias BraunBranchFolding: Use LivePhysReg to update live in lists.
2016-07-12 Matt ArsenaultAMDGPU: Set isConvergent on v_cmpx* instructions
2016-07-12 Wei DingAMDGPU: Add LLVM IR Intrinsic for v_lerp_u8
2016-07-12 Krzysztof ParzyszekFix printing of debugging information in LiveIntervals...
2016-07-12 Krzysztof ParzyszekAdd print/dump routines to LiveInterval::SubRange
2016-07-12 Xinliang David Li[PGO] Don't include full file path in static function...
2016-07-12 Sanjay Pateladd tests for missing DeMorgan's Law folds
2016-07-12 Sanjay Patelauto-generate checks
next