OSDN Git Service

android-x86/external-llvm.git
2017-01-31 Craig Topper[X86] Remove duplicate patterns for X86VPermilpv that...
2017-01-31 Craig Topper[X86] Remove patterns for selecting PSHUFD with FP...
2017-01-31 Craig Topper[X86] Remove 'else' after 'return'. NFC
2017-01-31 Craig Topper[X86] Use integer broadcast instructions for integer...
2017-01-31 Matt ArsenaultInferAddressSpaces: Support memory intrinsics
2017-01-31 Matt ArsenaultInferAddressSpaces: Support atomics
2017-01-31 Matt ArsenaultInferAddressSpaces: Don't replace volatile users
2017-01-31 Matt ArsenaultAMDGPU: Implement hook for InferAddressSpaces
2017-01-31 Matt ArsenaultNVPTX: Move InferAddressSpaces to generic code
2017-01-31 Eugene Zelenko[ARM] Fix some Clang-tidy modernize and Include What...
2017-01-31 Saleem AbdulrasoolTableGen: use fully qualified name for StringLiteral
2017-01-31 Eli Friedman[SCEV] Simplify/generalize howFarToZero solving.
2017-01-31 Reid KlecknerRemove LLVM_CONFIG from config headers
2017-01-30 Vedant KumarFix llvm-readobj build error after r293569
2017-01-30 Keno Fischer[ExecutionDepsFix] Improve clearance calculation for...
2017-01-30 Sanjay Patel[InstCombine] enable (X <<nsw C1) >>s C2 --> X <<nsw...
2017-01-30 Derek Schuff[WebAssembly] Add wasm support for llvm-readobj
2017-01-30 Matt ArsenaultNVPTX: Trivial cleanups of NVPTXInferAddressSpaces
2017-01-30 Sanjay Patel[InstCombine] add vector test for (X <<nsw C1) >>s...
2017-01-30 Eugene Zelenko[Mips] Fix some Clang-tidy modernize and Include What...
2017-01-30 Benjamin Kramer[ICP] Fix bool conversion warning and actually write...
2017-01-30 Matt ArsenaultNVPTX: Refactor NVPTXInferAddressSpaces to check TTI
2017-01-30 Sanjay Patel[InstCombine] enable more lshr(shl X, C1), C2 folds...
2017-01-30 Simon Pilgrim[X86][SSE] Fix unsigned <= 0 warning in assert. NFCI.
2017-01-30 Simon Pilgrim[X86][SSE] Generalize the number of decoded shuffle...
2017-01-30 Dehao ChenExpose isLegalToPromot as a global helper function...
2017-01-30 Dehao ChenRevert r292979 which causes compile time failure.
2017-01-30 Sanjay Patel[InstCombine] add tests for more shift-shift patterns...
2017-01-30 Eli FriedmanFix line endings.
2017-01-30 Tom StellardAMDGPU: Fix release build broken by r293551
2017-01-30 Artem TamazovReapply [AMDGPU][mc][tests][NFC] Add coverage/smoke...
2017-01-30 Tom StellardRe-commit AMDGPU/GlobalISel: Add support for simple...
2017-01-30 Tim NorthoverGlobalISel: correctly translate invoke when callee...
2017-01-30 Stanislav Mekhanoshin[AMDGPU] Internalize non-kernel symbols
2017-01-30 Kevin EnderbyChange the llvm-obdump(1) behavior with the -macho...
2017-01-30 Tim NorthoverGlobalISel: account for differing exception selector...
2017-01-30 Tim NorthoverGlobalISel: tidy up def/use test. NFC.
2017-01-30 Matt ArsenaultLSR: Don't drop address space when type doesn't match
2017-01-30 Tim NorthoverGlobalISel: translate memset & memmove.
2017-01-30 Matt ArsenaultAMDGPU: Undo sub x, c -> add x, -c canonicalization
2017-01-30 Krzysztof Parzyszek[RDF] Add support for regmasks
2017-01-30 Tim NorthoverGlobalISel: permit unused vregs without a register...
2017-01-30 Benjamin KramerFix the GCC build.
2017-01-30 Michael KupersteinTurn a TableGen FastISelEmitter warning into an error.
2017-01-30 Simon Pilgrim[X86][XOP] Fix test name
2017-01-30 Simon PilgrimUse SelectionDAG::getBuildVector helper function where...
2017-01-30 Benjamin Kramer[IR] Remove global constructor from Function.cpp
2017-01-30 Benjamin Kramer[MC] Remove global constructors from MCSectionMachO...
2017-01-30 Matt ArsenaultAMDGPU: Run AMDGPUCodeGenPrepare after inlining
2017-01-30 Sanjay Patel[InstCombine] enable (X >>?exact C1) << C2 --> X >...
2017-01-30 Justin BognerSDAG: Update ChainNodesMatched during UpdateChains...
2017-01-30 Simon PilgrimUse SelectionDAG::getBuildVector/getSplatBuildVector...
2017-01-30 Sanjay Patel[InstCombine] add vector splat tests for (X >>?exact...
2017-01-30 Marcos Pividori[libFuzzer] Implement TmpDir() for Windows.
2017-01-30 Daniel BerlinNewGVN: Instead of changeToUnreachable, insert an instr...
2017-01-30 Matt ArsenaultAMDGPU: Make i32 uaddo/usubo legal
2017-01-30 Matt ArsenaultDAG: Fold fneg into compare with constant into the...
2017-01-30 Benjamin Kramer[Orc] Add missing include.
2017-01-30 Krzysztof Parzyszek[RDF] Extract the physical register information into...
2017-01-30 Tom StellardRevert "AMDGPU/GlobalISel: Add support for simple shaders"
2017-01-30 Sanjay Patel[InstCombine] use auto with obvious type; NFC
2017-01-30 Sanjay Patel[InstCombine] enable (X <<nsw C1) >>s C2 --> X <<nsw...
2017-01-30 David Blaikieunique_ptrify some containers in GlobalISel::RegisterBa...
2017-01-30 Matt ArsenaultAMDGPU: Fix atomic_inc/atomic_dec + ds_swizzle not...
2017-01-30 Tom StellardAMDGPU/GlobalISel: Add support for simple shaders
2017-01-30 Daniel BerlinUpdate pr31758.ll for unreachable revert
2017-01-30 Daniel BerlinRevert "NewGVN: Make unreachable blocks be marked with...
2017-01-30 Simon Pilgrim[X86][SSE] Add support for combining PINSRW+ASSERTZEXT...
2017-01-30 Matt ArsenaultDAG: Constant fold fp16_to_fp/fp16_to_fp
2017-01-30 Sanjay Patel[InstCombine] fixed to propagate 'exact' on lshr
2017-01-30 Sanjay Patel[InstCombine] add 'exact' to lshr to show that it got...
2017-01-30 Benjamin Kramer[Coroutines] Add header guard to header that's missing...
2017-01-30 Adam Nemet[Inliner] Fold analysis remarks into missed remarks
2017-01-30 Krzysztof Parzyszek[RDF] Add phis for entry block live-ins (in addition...
2017-01-30 Haicheng Wu[Inliner] Fix a comment to match the code. NFC.
2017-01-30 Sanjay Patel[InstCombine] enable lshr(shl X, C1), C2 folds for...
2017-01-30 Sanjay Patel[InstCombine] add tests for shift-shift patterns; NFC
2017-01-30 Rafael EspindolaBring back r293480. It is safe now.
2017-01-30 Rafael EspindolaOnly print architecture dependent flags for that archit...
2017-01-30 Tom StellardTableGen: Fix infinite recursion in RegisterBankEmitter
2017-01-30 Benjamin Kramer[Hexagon] Make header self-contained.
2017-01-30 Rafael EspindolaRevert "Fix the values of two xcore ELF flags."
2017-01-30 Rafael EspindolaFix the values of two xcore ELF flags.
2017-01-30 Asaf Badouh[X86][MCU] Minor bug fix for r293469 + test case
2017-01-30 Marek OlsakAMDGPU: Remove a useless VI SMRD pattern
2017-01-30 Marek OlsakAMDGPU: Fix assembler encoding for EXP instructions...
2017-01-30 Daniel BerlinRevert "[MemorySSA] Revert r293361 and r293363, as...
2017-01-30 Sam McCall[MemorySSA] Revert r293361 and r293363, as the tests...
2017-01-30 Kristof Beyls[GlobalISel] Add support for indirectbr
2017-01-30 Asaf Badouh[X86][MCU] replace select with bit manipulation instead...
2017-01-30 Alexey Bader[LanRef] Fix typo in getelementptr example.
2017-01-30 Craig Topper[AVX-512] Remove duplicate CodeGenOnly patterns for...
2017-01-30 Sam McCallInclude LLVMDumpValue in release builds.
2017-01-30 Jonas Paulsson[LoopVectorize] Improve getVectorCallCost() getScalariz...
2017-01-30 Craig Topper[AVX-512] Remove KSET0B/KSET1B in favor of the patterns...
2017-01-30 Davide Italiano[MemorySSA] Correct an assertion surrounding with paren...
2017-01-30 Will DietzTest RuntimeDyld doesn't crash with R_X86_64_NONE ...
2017-01-30 Craig Topper[AVX-512] Don't reuse VSHLI/VSRLI for mask register...
2017-01-29 Chris Ray[X86][Disassembler] Added SALC instruction
2017-01-29 Craig Topper[AVX-512] Fix lowering for mask register concatenation...
next