OSDN Git Service

android-x86/external-llvm.git
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 James Henderson[docs][llvm-dwarfdump] Normalise some wording
2019-07-10 George Rimar[test/Object/nm-trivial-object.test] - Remove 4 precomp...
2019-07-10 Serguei Katkov[SimpleLoopUnswitch] Add a test case exposing a bug
2019-07-10 Mikael HolmenSilence gcc warning by adding parentheses to condition...
2019-07-10 Kristina BrooksFix modular build issues caused by BitCodes.h
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... [Bitcode] Explicitly include Bitstream/BitCodes.h and...
2019-07-09 Francis Visoiu... [docs][Remarks] Add documentation for remarks in LLVM
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 Peter Collingbournegn build: Merge r365536.
2019-07-09 Peter Collingbournegn build: Merge r365532.
2019-07-09 Peter Collingbournegn build: Merge r365541.
2019-07-09 Peter Collingbournegn build: Merge r365531.
2019-07-09 Pavel LabathAdd lldb type unit support to the release notes
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 Yuanfang Chen[llvm-objdump] Keep warning for --disassemble-functions...
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...
2019-07-09 Philip Reames[PoisonChecking] Flesh out complete todo list for full...
2019-07-09 Craig Topper[X86][AMDGPU][DAGCombiner] Move call to allowsMemoryAcc...
2019-07-09 Reid KlecknerFix build error for VC STL, use llvm::make_unique
2019-07-09 Stanislav Mekhanoshin[AMDGPU] gfx908 register file changes
2019-07-09 Philip Reames[PoisonCheker] Support for out of bounds operands on...
2019-07-09 Sean FertileBoilerplate for producing XCOFF object files from the...
2019-07-09 Simon Pilgrim[X86] LowerToHorizontalOp - use count_if to count non...
2019-07-09 Philip Reames[PoisonChecking] Add validation rules for "exact" on...
2019-07-09 Bob Haarman[ThinLTO] only emit used or referenced CFI records...
2019-07-09 Philip ReamesAdd a transform pass to make the executable semantics...
2019-07-09 Sean FertileTry to appease the Windows build bots.
2019-07-09 Yonghong Song[BPF] Fix a typo in the file name
2019-07-09 Peter Collingbournegn build: Merge r365503.
2019-07-09 Michael Liao[unittest] Add the missing bogus machine register info...
2019-07-09 Stanislav Mekhanoshin[AMDGPU] gfx908 target
2019-07-09 Sean Fertile[Object][XCOFF] Add support for 64-bit file header...
2019-07-09 Sanjay Patel[InstCombine] add tests for trunc(load); NFC
2019-07-09 Matt ArsenaultAMDGPU: Fix test failing since r365512
2019-07-09 Jinsong JiRevert "[HardwareLoops] NFC - move hardware loop checki...
2019-07-09 Steven WuAdd lit.local.cfg to llvm-objdump tests
2019-07-09 Nico WeberRemove a comment that has been obsolete since r327679
2019-07-09 Michael Liao[unittest] Add bogus register info.
2019-07-09 Nico WeberRename llvm/test/tools/llvm-pdbdump to llvm/test/tools...
2019-07-09 Nico WeberMake pdbdump-objfilename test work again
2019-07-09 Christudasan... [AMDGPU] Created a sub-register class for the return...
2019-07-09 Sam Elliott[RISCV] Fix ICE in isDesirableToCommuteWithShift
2019-07-09 Amara Emerson[AArch64][GlobalISel] Optimize conditional branches...
2019-07-09 Simon Atanasyan[mips] Show error in case of using FP64 mode on pre...
2019-07-09 Simon Atanasyan[mips] Explicitly select `mips32r2` CPU for test cases...
2019-07-09 David Bolvansky[NFC] Fixed tests
2019-07-09 Simon Pilgrim[DAGCombine] LoadedSlice - keep getOffsetFromBase(...
2019-07-09 Yonghong Song[BPF] Support for compile once and run everywhere
2019-07-09 Simon Pilgrim[ADT] Remove MSVC-only "no two-phase name lookup" typen...
2019-07-09 David Bolvansky[NFC] Added tests for D64285
2019-07-09 Chen Zheng[HardwareLoops] NFC - move hardware loop checking code...
2019-07-09 David Green[ARM] Add test for MVE and no floats. NFC
2019-07-09 Sanjay Patel[InferFunctionAttrs] add more tests for derefenceable...
2019-07-09 Petar Avramovic[MIPS GlobalISel] Register bank select for G_PHI. Selec...
2019-07-09 Matt ArsenaultAMDGPU/GlobalISel: Prepare some tests for store selection
2019-07-09 Petar Avramovic[MIPS GlobalISel] Regbanks for G_SELECT. Select i64...
2019-07-09 Matt ArsenaultAMDGPU/GlobalISel: Fix test
2019-07-09 James Henderson[docs][llvm-dwarfdump] Fix wording
2019-07-09 Matt ArsenaultAMDGPU/GlobalISel: Legalize more concat_vectors
2019-07-09 Matt ArsenaultAMDGPU/GlobalISel: Improve regbankselect for icmp s16
2019-07-09 Matt ArsenaultAMDGPU/GlobalISel: Make s16 G_ICMP legal
2019-07-09 Matt ArsenaultAMDGPU/GlobalISel: Select G_SUB
2019-07-09 Matt ArsenaultAMDGPU/GlobalISel: Select G_UNMERGE_VALUES
2019-07-09 Matt ArsenaultAMDGPU/GlobalISel: Select G_MERGE_VALUES
2019-07-09 Nico Webergn build: Merge r365453
2019-07-09 Simon Pilgrim[CodeGen] AccelTable - remove non-constexpr (MSVC)...
2019-07-09 Simon Atanasyan[mips] Implement sge/sgeu pseudo instructions
2019-07-09 Simon Atanasyan[mips] Implement sgt/sgtu pseudo instructions with...
2019-07-09 James Henderson[docs][llvm-objdump] Make some wording improvements...
2019-07-09 Tim NorthoverOpaquePtr: pass type to CreateLoad. NFC.
2019-07-09 Simon Pilgrim[ADT] Enable ArrayRef/StringRef is_assignable tests...
2019-07-09 Djordje Todorovic[NFC][AsmPrinter] Fix the formatting for the rL365467
2019-07-09 Tim NorthoverOpaquePtr: add Type parameter to Loads analysis API.
2019-07-09 Djordje Todorovic[DwarfDebug] Dump call site debug info
2019-07-09 Alex Bradbury[RISCV] Fix RISCVTTIImpl::getIntImmCost for immediates...
2019-07-09 James Henderson[docs][llvm-nm] Improve some wording
2019-07-09 Bjorn Pettersson[SelectionDAG] Simplify some calls to getSetCCResultTyp...
2019-07-09 Bjorn Pettersson[LegalizeTypes] Fix saturation bug for smul.fix.sat
2019-07-09 Simon PilgrimRetire VS2015 Support
2019-07-09 James Henderson[docs][llvm-dwarfdump] Make some option descriptions...
2019-07-09 Haojian Wu[llvm-profdata] Don't make the output overwrite the...
next