OSDN Git Service

android-x86/external-llvm.git
2019-06-06 Luis Marques[RISCV] Disable test/Analysis/CostModel/RISCV tests...
2019-06-06 Petar Avramovic[MIPS GlobalISel] Select sqrt
2019-06-06 Luis Marques[RISCV] Add CostModel GEP tests
2019-06-06 Petar Avramovic[MIPS GlobalISel] Select fabs
2019-06-06 Petar Avramovic[MIPS GlobalISel] Select fpext and fptrunc
2019-06-06 Petar Avramovic[MIPS GlobalISel] Select floor and ceil
2019-06-06 Sam Parker[SCEV] Use wrap flags in InsertBinop
2019-06-06 Dylan McKay[AVR] Fix the 'load.ll' test after r362351
2019-06-06 Amara Emerson[AArch64][GlobalISel] Add manual selection support...
2019-06-06 Amara Emerson[AArch64][GlobalISel] Add the new changes to fix PR4212...
2019-06-06 Craig Topper[X86] Don't turn avx masked.load with constant mask...
2019-06-06 Craig Topper[X86] Add test case for masked load with constant mask...
2019-06-05 Amara EmersonRevert "Revert "[AArch64][GlobalISel] Optimize G_FCMP...
2019-06-05 Matt ArsenaultAMDGPU: Don't fix emergency stack slot at offset 0
2019-06-05 Cameron McInally[MSAN] Add unary FNeg visitor to the MemorySanitizer
2019-06-05 Ulrich WeigandAllow target to handle STRICT floating-point nodes
2019-06-05 Petr HosekRevert "[AArch64][GlobalISel] Optimize G_FCMP + G_SELEC...
2019-06-05 Matt ArsenaultAMDGPU: Invert frame index offset interpretation
2019-06-05 Joseph Tremoulet[EarlyCSE] Add tests for negated min/max/abs [NFC]
2019-06-05 Mircea Trofin[CallSite removal] Refactoring llvm::InlineFunction...
2019-06-05 Sanjay Patel[InstCombine] simplify code for bitcast of insertelemen...
2019-06-05 Matt ArsenaultNewGVN: Handle addrspacecast
2019-06-05 Craig Topper[X86] Fix mistake that marked VADDSSrrb_Int/VADDSDrrb_I...
2019-06-05 Whitney Tsang[LOOPINFO] Extend Loop object to add utilities to get...
2019-06-05 Tim NorthoverInstCombine: correctly change byval type attribute...
2019-06-05 Tim NorthoverIR: make getParamByValType Just Work. NFC.
2019-06-05 Matt ArsenaultAMDGPU: Remove amdgpu-max-work-group-size attribute
2019-06-05 Matt ArsenaultAMDGPU: Fix using 2 different enums for same operand...
2019-06-05 Dan Gohman[WebAssembly] Limit PIC support to the Emscripten target
2019-06-05 Simon Pilgrim[X86][SSE] Add vector tests to cover more isNegatibleFo...
2019-06-05 Cameron McInally[NFC][Reassociate] Fix mistake in 468b2ad
2019-06-05 Cameron McInally[NFC][Reassociate] Add unary fneg tests to fast-basicte...
2019-06-05 Craig Topper[X86] Add the vector integer min/max instructions to...
2019-06-05 Philip Reames[Tests] Add poison inference tests for indvars showing...
2019-06-05 Cameron McInally[NFC][Reassociate] Regenerate CHECKs for fast-basictest.ll
2019-06-05 Simon PilgrimFix shadow local variable warning. NFCI.
2019-06-05 Jonas Devlieghere[dsymutil] Support more than 4 architectures
2019-06-05 Sanjay Patel[x86] split more 256-bit stores of concatenated vectors
2019-06-05 Simon Pilgrim[X86][AVX] Generalize split256BitStore to splitVectorSt...
2019-06-05 Simon Pilgrim[X86][SSE] Add additional nt-load test cases as discuss...
2019-06-05 Whitney TsangRevert "Title: [LOOPINFO] Extend Loop object to add...
2019-06-05 George Rimar[llvm-readobj] - Remove TODOs from gnu-hash-symbols...
2019-06-05 Dinar Temirbulatov[SLP] Fix regression in broadcasts caused by operand...
2019-06-05 Sanjay Patel[LoopUtils][SLPVectorizer] clean up management of fast...
2019-06-05 Benjamin Kramer[LoopInfo] Fix unused variable warning. NFC.
2019-06-05 Whitney TsangTitle: [LOOPINFO] Extend Loop object to add utilities...
2019-06-05 Roman Lebedev[NFC][Codegen][X86] Add AVX2 runline for '(X & (C l...
2019-06-05 Roman LebedevUpdateTestChecks: hexagon support
2019-06-05 Petar Avramovic[MIPS GlobalISel] Select fcmp
2019-06-05 George Rimar[yaml2obj] - Change how we handle implicit sections.
2019-06-05 Sjoerd Meijer[ARM] Allow "-march=foo+fp" to vary with foo
2019-06-05 Simon Pilgrim[X86][AVX] combineX86ShuffleChain - combine shuffle...
2019-06-05 Nico Webergn build: Merge r362578
2019-06-05 George Rimar[llvm-objdump] - Disassemble non-executable sections...
2019-06-05 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - pull out shift...
2019-06-05 Simon Pilgrim[X86][SSE] Add some nt-store test cases inspired by...
2019-06-05 Serge GueltonSanitize llvm-size help
2019-06-05 Simon Pilgrim[IPO] Disabled 'default only' switch statements to...
2019-06-05 Dmitri GribenkoInclude what you use in PPCFrameLowering.h
2019-06-05 Stefan Granitz[CMake] Export CMAKE_CONFIGURATION_TYPES for the LLVM...
2019-06-05 Yevgeny RoubanResubmit "[CorrelatedValuePropagation] Fix prof branch_...
2019-06-05 Michael LiaoSuppress false-positive GCC -Wreturn-type warning.
2019-06-05 Rui UeyamaRead .note.gnu.property sections and emit a merged...
2019-06-05 Johannes Doerfert[Attributor] Pass infrastructure and fixpoint framework
2019-06-05 Johannes Doerfert[NFC][FnAttrs] Stress tests for attribute deduction
2019-06-05 Nemanja Ivanovic[PowerPC] Collapse RLDICL/RLDICR into RLDIC when possible
2019-06-05 Nemanja Ivanovic[PowerPC][NFC] Add codegen test for consecutive stores...
2019-06-05 Fangrui Song[llvm-objdump/llvm-readobj/obj2yaml/yaml2obj] Support...
2019-06-05 Nemanja IvanovicInitial support for IBM MASS vector library
2019-06-05 Nick Desaulniers[TargetTransformInfo] assert on nullptr
2019-06-05 Craig Topper[X86] Cleanup convertIntLogicToFPLogic a little. NFCI
2019-06-04 Nico Webersvn propset svn:executable on utils/prepare-code-covera...
2019-06-04 Amara Emerson[AArch64] FastISel: fix test to specify -fast-isel...
2019-06-04 Cameron McInally[Scalarizer] Add UnaryOperator visitor to scalarization...
2019-06-04 Alex Brachet[test][llvm-objcopy] Test llvm-objcopy with standard...
2019-06-04 Amara Emerson[AArch64][GlobalISel] Make extloads to i64 legal.
2019-06-04 Craig Topper[X86] Add avx512bw to the avx512 machine-combiner-int...
2019-06-04 Craig Topper[X86] Add vector min/max reassociation tests to machine...
2019-06-04 Craig Topper[X86] Add 512-bit test cases to machine-combiner-int...
2019-06-04 Thomas Lively[WebAssembly] Fix ISel crash on sext_inreg/extract...
2019-06-04 Johannes Doerfert[SelectionDAG][FIX] Allow "returned" arguments to be...
2019-06-04 Johannes DoerfertIntroduce Value::stripPointerCastsSameRepresentation
2019-06-04 Nico Weberllvm-undname: Correctly demangle vararg parameters
2019-06-04 Nico Weberllvm-undname: More coverage-related cleanups
2019-06-04 Nemanja IvanovicRevert r362472 as it is breaking PPC build bots
2019-06-04 Alina Sbirlea[Utils] Clean another duplicated util method.
2019-06-04 Nico Weberllvm-undname: Add test coverage for demangleInitFiniStub()
2019-06-04 Craig Topper[X86] Mutate fceil/ffloor/ftrunc/fnearbyint/frint into...
2019-06-04 Benjamin Kramer[X86] Fold single-use variable into assert. NFC.
2019-06-04 Craig Topper[DAGCombiner][X86] Fold (not (neg X)) -> (add X, -1)
2019-06-04 Philip Reames[Tests] Autogen a test so future changes are visible
2019-06-04 Roman Lebedev[NFC][Codegen][PowerPC] Autogenerate shift-cmp.ll test
2019-06-04 Roman Lebedev[NFC][Codegen][AMDGPU] Autogenerate commute-shifts...
2019-06-04 Alex Brachet[MACHO] Replaced calls to getStruct with getStructOrErr...
2019-06-04 Sanjay Patel[x86] split 256-bit store of concatenated vectors
2019-06-04 Peter Smith[AArch64][ELF] Add support for PLT decoding with BTI...
2019-06-04 Nico Weberllvm-undname: Yet more coverage for error paths
2019-06-04 Nikita Popov[LVI][CVP] Add support for urem, srem and sdiv
2019-06-04 Philip Reames[Tests] Update a test to consistently use new pass...
2019-06-04 Philip Reames[Tests] Autogen tests so that diffs for a future change...
next