OSDN Git Service

android-x86/external-llvm.git
2019-06-17 Alina Sbirlea[MemorySSA] Add all MemoryPhis before filling their...
2019-06-17 Stanislav Mekhanoshin[AMDGPU] gfx1010 wavefrontsize intrinsic folding
2019-06-17 Matt ArsenaultAMDGPU: Fold readlane/readfirstlane calls
2019-06-17 Stanislav Mekhanoshin[AMDGPU] Pass to propagate ABI attributes from kernels...
2019-06-17 Nico Webergn build: Merge r363541
2019-06-17 Simon Pilgrim[X86][AVX] Split under-aligned vector nt-stores.
2019-06-17 Warren Ristow[LV] Suppress vectorization in some nontemporal cases
2019-06-17 Matt ArsenaultGlobalISel: Ignore callsite attributes when picking...
2019-06-17 Matt ArsenaultGlobalISel: Verify intrinsics
2019-06-17 Matt ArsenaultAMDGPU/GlobalISel: Account for multiple defs when findi...
2019-06-17 Stanislav Mekhanoshin[AMDGPU] gfx1010 wave32 metadata
2019-06-17 Tom StellardAMDGPU/GlobalISel: Implement select for G_ICMP and...
2019-06-17 Francis Visoiu... [Remarks] Extend -fsave-optimization-record to specify...
2019-06-17 Simon Pilgrim[X86] combineLoad - begun making the load split code...
2019-06-17 Whitney TsangPHINode: introduce setIncomingValueForBlock() function...
2019-06-17 Simon Pilgrim[X86][SSE] Add tests for underaligned nt loads
2019-06-17 Simon Pilgrim[X86][SSE] Prevent misaligned non-temporal vector load...
2019-06-17 Matt ArsenaultInferAddressSpaces: Fix cloning original addrspacecast
2019-06-17 Matt ArsenaultAMDGPU: Ignore subtarget for InferAddressSpaces
2019-06-17 Matt ArsenaultAMDGPU: Mark exp/exp.compr as inaccessiblememonly
2019-06-17 Matt ArsenaultAMDGPU/GlobalISel: Fix default mapping for non-register...
2019-06-17 Matt ArsenaultAMDGPU: Cleanup custom PseudoSourceValue definitions
2019-06-17 Sam Parker[CodeGen] Check for HardwareLoop Latch ExitBlock
2019-06-17 Simon Pilgrim[X86][SSE] Avoid unnecessary stack codegen in NT store...
2019-06-17 Nicolai HaehnleAsmPrinter: add doc-string for EmitLinkage
2019-06-17 Nico Webergn build: Merge r363530
2019-06-17 Bjorn Pettersson[LV] Deny irregular types in interleavedAccessCanBeWidened
2019-06-17 Sander de SmalenTest forward references in IntrinsicEmitter on Neon...
2019-06-17 Luis Marques[DAGCombiner] [CodeGenPrepare] More comprehensive GEP...
2019-06-17 Fangrui SongFix clang -Wcovered-switch-default after stack-id chang...
2019-06-17 Simon Pilgrim[SelectionDAG] Fold insert_subvector(undef, extract_sub...
2019-06-17 Sam Parker[SCEV] Use NoWrapFlags when expanding a simple mul
2019-06-17 Fangrui Song[llvm-objdump] Use %08 instead of %016 to print leading...
2019-06-17 Fangrui Song[lit] Delete empty lines at the end of lit.local.cfg NFC
2019-06-17 Roman Lebedev[NFC][Codegen] Standalone tests for icmp eq/ne (urem...
2019-06-17 Fangrui Song[ARM] Fix another -Wunused-variable in -DLLVM_ENABLE_AS...
2019-06-17 Fangrui Song[ARM] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS...
2019-06-17 Sander de SmalenDescribe stack-id as an enum
2019-06-17 Sam Parker[ARM] Remove ARMComputeBlockSize
2019-06-17 Sam Parker[ARM] Add ARMBasicBlockInfo.cpp
2019-06-17 Sam Parker[ARM] Extract some code from ARMConstantIslandPass
2019-06-17 Hans WennborgRe-commit r357452 (take 3): "SimplifyCFG SinkCommonCode...
2019-06-17 Yevgeny Rouban[SimplifyCFG] Fix prof branch_weights MD while removing...
2019-06-17 Justin HibbitsPowerPC: Optimize SPE double parameter calling setup
2019-06-17 Seiya Nuta[yaml2obj][MachO] Don't fill dummy data for virtual...
2019-06-17 Seiya Nuta[llvm-objcopy] Add elf32-sparc and elf32-sparcel target
2019-06-16 Craig Topper[X86] Add TB_NO_REVERSE to some folding table entries...
2019-06-16 Roman Lebedev[InstSimplify] Fix addo/subo undef folds (PR42209)
2019-06-16 Nicolai Haehnle[AsmPrinter] Make EmitLinkage and EmitVisibility public
2019-06-16 Nicolai HaehnleAMDGPU: Prepare for explicit absolute relocations in...
2019-06-16 Nicolai HaehnleAMDGPU: Be explicit about whether the high-word in...
2019-06-16 Nicolai HaehnleAMDGPU/GFX10: Support DLC bit in llvm.amdgcn.s.buffer...
2019-06-16 Stanislav Mekhanoshin[AMDGPU] gfx10 conditional registers handling
2019-06-16 Sanjay Patel[CodeGenPrepare][x86] shift both sides of a vector...
2019-06-16 Sanjay Patel[x86] split 256-bit vector selects if operands are...
2019-06-16 Simon Pilgrim[X86] CombineShuffleWithExtract - handle cases with...
2019-06-16 Nico Webergn build: Merge r363444
2019-06-15 Simon Pilgrim[X86] CombineShuffleWithExtract - assert all src ops...
2019-06-15 Simon Pilgrim[X86][AVX] Handle lane-crossing shuffle(extract_subvect...
2019-06-15 Simon Pilgrim[X86][AVX] Decode constant bits from insert_subvector...
2019-06-15 Roman Lebedev[NFC][MCA][X86] Add one more 'clear super register...
2019-06-15 Roman Lebedev[NFC][MCA][X86] Add baseline test coverage for AMD...
2019-06-15 Aaron Puchert[Clang] Harmonize Split DWARF options with llc
2019-06-15 Kang Zhang[PowerPC] Set the innermost hot loop to align 32 bytes
2019-06-15 Gauthier Harnisch[clang] Add storage for APValue in ConstantExpr
2019-06-15 Fangrui Song[BranchProbability] Delete a redundant overflow check
2019-06-15 Nikita Popov[SCEV] Use unsigned/signed intersection type in SCEV
2019-06-15 Nikita Popov[SimplifyIndVar] Simplify non-overflowing saturating...
2019-06-15 Fangrui Song[RISCV] Regenerate remat.ll and atomic-rmw.ll after...
2019-06-15 Fangrui Song[RISCV] Simplify RISCVAsmBackend::writeNopData(). NFC
2019-06-15 Alex Brachet[objcopy] Error when --preserve-dates is specified...
2019-06-15 Michael Bergadding more fmf propagation for selects plus updated...
2019-06-15 Fangrui SongRevert "adding more fmf propagation for selects plus...
2019-06-15 Huihui Zhang[InstCombine] Add tests to show missing fold opportunit...
2019-06-15 Matt ArsenaultReapply "GlobalISel: Avoid producing Illegal copies...
2019-06-14 Richard SmithAdd a map_range function for applying map_iterator...
2019-06-14 Mitch PhillipsRevert "GlobalISel: Avoid producing Illegal copies...
2019-06-14 Michael Bergadding more fmf propagation for selects plus tests
2019-06-14 Guozhi Wei[MBP] Move a latch block with conditional exit and...
2019-06-14 Akira Hatanaka[ObjC][ARC] Delete ObjC runtime calls on global variabl...
2019-06-14 Matt ArsenaultAMDGPU: Avoid most waitcnts before calls
2019-06-14 Ziang WanAdd --print-supported-cpus flag for clang.
2019-06-14 Francis Visoiu... [Remarks][NFC] Improve testing and documentation of...
2019-06-14 Matt ArsenaultSROA: Allow eliminating addrspacecasted allocas
2019-06-14 Jinsong Ji[PowerPC][NFC] Comments update and remove some unused def
2019-06-14 Matt ArsenaultSROA: Add baseline test for addrspacecast changes
2019-06-14 Matt ArsenaultAMDGPU: Fix capitalized register names in asm constraints
2019-06-14 Matt ArsenaultAMDGPU: Fix dropping memref for ds append/consume
2019-06-14 Matt ArsenaultAMDGPU: Set isTrap on S_TRAP
2019-06-14 Matt ArsenaultAMDGPU: Add baseline test for call waitcnt insertion
2019-06-14 Matt ArsenaultUpdateTestChecks: Consider .section as end of function...
2019-06-14 Sanjay Patel[x86] add test for 256-bit blendv with AVX targets...
2019-06-14 Lang Hames[JITLink] Move JITLinkMemoryManager into its own header.
2019-06-14 Saleem Abdulrasoolbuild: extract LLVM distribution target handling
2019-06-14 Francis Visoiu... [Remarks] Use the RemarkSetup error in setupOptimizatio...
2019-06-14 Nico Webergn build: Add NVPTX target
2019-06-14 Nico Webergn build: Simplify Target build files
2019-06-14 Amara Emerson[GlobalISel] Add a G_BRJT opcode.
2019-06-14 Florian HahnRevert Fix a bug w/inbounds invalidation in LFTR
2019-06-14 Florian HahnRevert [LFTR] Stylistic cleanup as suggested in last...
next