OSDN Git Service

android-x86/external-llvm.git
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...
2019-06-14 Florian HahnRevert [LFTR] Rename variable to minimize confusion...
2019-06-14 Aditya Nandakumar[GISel]: Fix pattern matcher for m_OneUse
2019-06-14 Jinsong Ji[PowerPC][NFC] Format comments in P9InstrResrouce.td
2019-06-14 Shawn Landden[SimpligyCFG] NFC intended, remove GCD that was only...
2019-06-14 Saleem Abdulrasoolbuild: don't attempt to run config.guess on Windows
2019-06-14 Valery Pykhtin[AMDGPU] Don't constrain callees with inlinehint from...
2019-06-14 Kevin P. Neal[FPEnv] Lower STRICT_FP_EXTEND and STRICT_FP_ROUND...
2019-06-14 Stanislav Mekhanoshin[AMDGPU] gfx1010 BoolReg definition. NFC.
2019-06-14 Francis Visoiu... Reland: [Remarks] Refactor optimization remarks setup
2019-06-14 Sanjay Patel[x86] move vector shift tests for PR37428; NFC
2019-06-14 Matt ArsenaultGlobalISel: Avoid producing Illegal copies in RegBankSelect
2019-06-14 Sanjay Patel[CodeGenPrepare] propagate debuginfo when copying a...
2019-06-14 Johannes Doerfert[Attributor] Disable the Attributor by default and...
2019-06-14 Johannes Doerfert[Attributor] Introduce bit-encodings for abstract states
2019-06-14 Matt ArsenaultAMDGPU: Fold readlane intrinsics of constants
2019-06-14 Mikhail Maltsev[ARM] Add MVE horizontal accumulation instructions
2019-06-14 George RimarRevert "Revert r363377: [yaml2obj] - Allow setting...
2019-06-14 Rui UeyamaRevert r363377: [yaml2obj] - Allow setting custom secti...
2019-06-14 Eugene LeviantFix failing test on ARM buildbot
2019-06-14 Sanjay Patel[x86] add test for original example in PR37428; NFC
2019-06-14 Matt ArsenaultRegBankSelect: Remove checks for invalid mappings
2019-06-14 Matt ArsenaultAMDGPU: Fix input chain when gluing copies to m0
2019-06-14 Michal Gorny[lit] Fix UnicodeEncodeError when test commands contain...
2019-06-14 Andrea Di Biagio[MCA] Ignore invalid processor resource writes of zero...
2019-06-14 Matt ArsenaultFix not calling TargetCustom PSVs printer
2019-06-14 Matt ArsenaultAMDGPU: Refactor to prepare for manually selecting...
2019-06-14 Matt ArsenaultAMDGPU: Fix printing trailing whitespace after s_endpgm
2019-06-14 Matt ArsenaultAMDGPU: Fix missing const
next