OSDN Git Service

AMDGPU: s_waitcnt field should be treated as unsigned
[android-x86/external-llvm.git] / lib /
2019-07-11 Matt ArsenaultAMDGPU: s_waitcnt field should be treated as unsigned
2019-07-11 Leonard Chan[NewPM] Port Sancov
2019-07-11 Stanislav Mekhanoshin[AMDGPU] Fixed asan error with agpr spilling
2019-07-11 Diego NovilloFix build errors LLVM tests are disabled.
2019-07-11 Stanislav Mekhanoshin[AMDGPU] gfx908 agpr spilling
2019-07-11 Stefan Stipanovic[Attributor] Deduce "nosync" function attribute.
2019-07-11 Stanislav Mekhanoshin[AMDGPU] gfx908 hazard recognizer
2019-07-11 Stanislav Mekhanoshin[AMDGPU] gfx908 scheduling
2019-07-11 Stanislav Mekhanoshin[AMDGPU] gfx908 mfma support
2019-07-11 Reid KlecknerOpen native file handles to avoid converting from FDs...
2019-07-11 Wouter van Oortmerssen[WebAssembly] Assembler: support negative float constants.
2019-07-11 Benjamin Kramer[NVPTX] Use atomicrmw fadd instead of intrinsics
2019-07-11 Sanjay Patel[X86] Merge negated ISD::SUB nodes into X86ISD::SUB...
2019-07-11 Nico WeberFix a few 'no newline at end of file' warnings that...
2019-07-11 Simon Pilgrim[DAGCombine] narrowInsertExtractVectorBinOp - add CONCA...
2019-07-11 Matt ArsenaultRegUsageInfoCollector: Skip calling conventions I misse...
2019-07-11 Matt ArsenaultAMDGPU/GlobalISel: Move kernel argument handling to...
2019-07-11 Matt ArsenaultGlobalISel: Use Register
2019-07-11 Sanjay Patel[InstCombine] don't move FP negation out of a constant...
2019-07-11 Tim NorthoverOpaquePtr: switch to GlobalValue::getValueType in a...
2019-07-11 Tim NorthoverOpaquePtr: use byval accessor instead of inspecting...
2019-07-11 Tim NorthoverOpaquePtr: use load instruction directly for type....
2019-07-11 Tim NorthoverInstructionSimplify: Simplify InstructionSimplify....
2019-07-11 George Rimar[yaml2obj] - Allow overriding the sh_size field.
2019-07-11 David Bolvansky[InstCombine] Reorder recently added/improved pow trans...
2019-07-11 Florian HahnRevert [BitcodeReader] Validate OpNum, before accessing...
2019-07-11 Fangrui Song[llvm-objcopy] Don't change permissions of non-regular...
2019-07-11 Fangrui Song[X86] -fno-plt: use GOT __tls_get_addr only if GOTPCREL...
2019-07-11 Florian Hahn[BitcodeReader] Validate OpNum, before accessing Record...
2019-07-11 Sam Parker[ARM][LowOverheadLoops] Correct offset checking
2019-07-11 Simon Tatham[ARM] Remove nonexistent unsigned forms of MVE VQDMLAH.
2019-07-11 Petar Avramovic[MIPS GlobalISel] Skip copies in addUseDef and addDefUses
2019-07-11 Petar Avramovic[MIPS GlobalISel] RegBankSelect for chains of ambiguous...
2019-07-11 Haojian WuRevert Recommit "[CommandLine] Remove OptionCategory...
2019-07-11 Jay FoadRemove some redundant code from r290372 and improve...
2019-07-11 Sam Parker[ARM][ParallelDSP] Change the search for smlads
2019-07-11 Heejin Ahn[WebAssembly] Print error message for llvm.clear_cache...
2019-07-11 Chen Zheng[SCEV] teach SCEV symbolical execution about overflow...
2019-07-11 Johannes DoerfertReplace three "strip & accumulate" implementations...
2019-07-11 Craig Topper[X86] Don't convert 8 or 16 bit ADDs to LEAs on Atom...
2019-07-11 Stanislav Mekhanoshin[AMDGPU] gfx908 atomic fadd and atomic pk_fadd
2019-07-11 Stanislav Mekhanoshin[AMDGPU] gfx908 dot instruction support
2019-07-10 Sanjay Patel[SDAG] commute setcc operands to match a subtract
2019-07-10 Vitaly BukaNFC: Pass DataLayout into isBytewiseValue
2019-07-10 Craig Topper[X86] Add patterns with and_flag_nocf for BLSI and...
2019-07-10 Craig Topper[X86] Add BLSR and BLSMSK to isUseDefConvertible.
2019-07-10 David Tenty[NFC]Fix IR/MC depency issue for function descriptor...
2019-07-10 Craig Topper[X86] Remove unused variable. NFC
2019-07-10 Amara Emerson[AArch64][GlobalISel] Optimize compare and branch cases...
2019-07-10 Nikola PricaRevert "[ELF] Loose a condition for relocation with...
2019-07-10 Jessica Paquette[GlobalISel][AArch64] Use getOpcodeDef instead of findM...
2019-07-10 Jessica Paquette[GlobalISel][AArch64][NFC] Use getDefIgnoringCopies...
2019-07-10 David GreeneRevert "[System Model] [TTI] Update cache and prefetch...
2019-07-10 Michael BergMove three folds for FADD, FSUB and FMUL in the DAG...
2019-07-10 David Greene[System Model] [TTI] Update cache and prefetch TTI...
2019-07-10 Don HintonRecommit "[CommandLine] Remove OptionCategory and SubCo...
2019-07-10 Simon Pilgrim[X86] EltsFromConsecutiveLoads - clean up element size...
2019-07-10 Alina Sbirlea[LoopRotate + MemorySSA] Keep an <instruction-cloned...
2019-07-10 Lang Hames[ORC] Add custom IR compiler configuration to LLJITBuil...
2019-07-10 Nick Desaulniers[TargetLowering] support BlockAddress as "i" inline...
2019-07-10 Peter CollingbourneMC: AArch64: Add support for pg_hi21_nc relocation...
2019-07-10 Vedant Kumar[CodeExtractor] Fix sinking of allocas with multiple...
2019-07-10 Vedant Kumar[CodeExtractor] Simplify findAllocas, NFC
2019-07-10 Matt ArsenaultGlobalISel: Legalization for G_FMINNUM/G_FMAXNUM
2019-07-10 Matt ArsenaultGlobalISel: Define the full family of FP min/max instru...
2019-07-10 Simon Pilgrim[X86] EltsFromConsecutiveLoads - remove duplicate check...
2019-07-10 Simon Pilgrim[X86] EltsFromConsecutiveLoads - ensure element reg...
2019-07-10 Matt ArsenaultAMDGPU: Serialize mode from MachineFunctionInfo
2019-07-10 Roman Lebedev[PatternMatch] Generalize m_SpecificInt_ULT() to take...
2019-07-10 Francis Visoiu Mistrih[Remarks] Add cl::Hidden to -remarks-yaml-string-table
2019-07-10 Jay Foad[AMDGPU] Allow abs/neg source modifiers on v_cndmask_b32
2019-07-10 David Bolvansky[InstCombine] pow(C,x) -> exp2(log2(C)*x)
2019-07-10 Simon Pilgrim[X86] EltsFromConsecutiveLoads - cleanup Zero/Undef...
2019-07-10 Petar Avramovic[MIPS GlobalISel] Select float and double phi
2019-07-10 Petar Avramovic[MIPS GlobalISel] Select float and double load and...
2019-07-10 Thomas Preud'homme[FileCheck] Simplify numeric variable interface
2019-07-10 Thomas Preud'homme[FileCheck] Fix @LINE value after match failure
2019-07-10 Sam Parker[NFC][ARM] Convert lambdas to static helpers
2019-07-10 Simon Pilgrim[X86] EltsFromConsecutiveLoads - LDBase is non-null...
2019-07-10 Simon Pilgrim[DAGCombine] visitINSERT_SUBVECTOR - use uint64_t subve...
2019-07-10 Simon Pilgrim[X86] EltsFromConsecutiveLoads - store Loads on a per...
2019-07-10 Nikola Prica[ELF] Loose a condition for relocation with a symbol
2019-07-10 Simon Pilgrim[X86][SSE] EltsFromConsecutiveLoads - add basic derefer...
2019-07-10 Simon PilgrimFix const/non-const lambda return type warning. NFCI.
2019-07-10 Simon PilgrimFix "result of 32-bit shift implicitly converted to...
2019-07-10 Serguei Katkov[SimpleLoopUnswitch] Don't consider unswitching `switch...
2019-07-10 Mikhail Maltsev[ARM] Enable VPUSH/VPOP aliases when either MVE or...
2019-07-10 Craig Topper[X86] Limit getTargetConstantFromNode to only work...
2019-07-10 Reid Kleckner[Support] Move llvm::MemoryBuffer to sys::fs::file_t
2019-07-10 Tom StellardAMDGPU/GlobalISel: Add support for wide loads >= 256...
2019-07-09 Matt ArsenaultGlobalISel: Implement lower for G_FCOPYSIGN
2019-07-09 Francis Visoiu Mistrih[Bitcode] Explicitly include Bitstream/BitCodes.h and...
2019-07-09 Craig Topper[X86] Don't form extloads in combineExtInVec unless...
2019-07-09 Matt ArsenaultAMDGPU/GlobalISel: Fix legality for G_BUILD_VECTOR
2019-07-09 Stanislav Mekhanoshin[AMDGPU] gfx908 v_pk_fmac_f16 support
2019-07-09 Matt ArsenaultGlobalISel: Combine unmerge of merge with intermediate...
2019-07-09 Vedant Kumar[Profile] Support raw/indexed profiles larger than 4GB
2019-07-09 Stanislav Mekhanoshin[AMDGPU] gfx908 mAI instructions, MC part
2019-07-09 Nikita Popov[SLP] Optimize getSpillCost(); NFCI
2019-07-09 Peter Collingbournehwasan: Improve precision of checks using short granule...
next