OSDN Git Service

android-x86/external-llvm.git
2018-11-18 Simon Pilgrim[X86][SSE] Use raw shuffle mask decode in SimplifyDeman...
2018-11-18 Kamil RytarowskiSwap order of discovering of -ltinfo and -lterminfo
2018-11-18 Heejin Ahn[WebAssembly] Add null streamer support
2018-11-18 Heejin Ahn[WebAssembly] Add equality comparison operators for...
2018-11-18 Craig Topper[X86] Add -x86-experimental-vector-widening-legalizatio...
2018-11-18 Craig Topper[X86] Rename WidenMaskArithmetic->PromoteMaskArithmetic...
2018-11-18 Craig Topper[X86] Don't use a pmaddwd for vXi32 multiply if the...
2018-11-18 John Regehrtighten up a couple of assertions. hitting the BitPosit...
2018-11-18 Vedant Kumar[CorrelatedValuePropagation] Preserve debug locations...
2018-11-17 Teresa JohnsonFix bot failure from r347145
2018-11-17 Teresa Johnson[ThinLTO] Add some stats for read only variable interna...
2018-11-17 Craig Topper[X86] Add support for matching PACKUSWB from a v64i8...
2018-11-17 Craig Topper[X86] Add test case to show missed opportunity to use...
2018-11-17 David BlaikieMove BuryPointer from Clang to LLVM for use in other...
2018-11-17 Simon Pilgrim[X86][SSE] Add shuffle demanded elts test case for...
2018-11-17 Xing GUO[llvm-objdump] Print a blank row at the end of sections
2018-11-17 David Blaikiellvm-symbolizer: Avoid calling getFromOffset when the...
2018-11-17 Craig Topper[X86] Don't extend v32i8 multiplies to v32i16 with...
2018-11-17 Craig Topper[X86] Add test cases to show incorrect use of a 512...
2018-11-17 Vyacheslav... Reverted r347092 due to the following build fails:
2018-11-17 Nico WeberAdd initial scaffolding for the GN build.
2018-11-17 Craig Topper[X86] Use getUnpackl/getUnpackh instead of hardcoding...
2018-11-17 Fangrui SongUse llvm::copy. NFC
2018-11-17 Fangrui Song[llvm-objcopy] Use llvm::all_of and rename the variable...
2018-11-17 Stanislav MekhanoshinMoved dag-combine-select-undef.ll into amdgpu. NFC.
2018-11-16 James Y KnightMake git-llvm python3 compatible again. Hopefully. :)
2018-11-16 Stanislav MekhanoshinFixed test after r347110
2018-11-16 Stanislav MekhanoshinDAG combiner: fold (select, C, X, undef) -> X
2018-11-16 Craig Topper[X86] Add custom promotion of narrow fp_to_uint/fp_to_s...
2018-11-16 James Y KnightSpeed up git-llvm script by only svn up'ing affected...
2018-11-16 Craig Topper[X86] Qualify part of the masked gather handling in...
2018-11-16 Sam Clegg[WebAssembly] Cleanup unused declares in test code...
2018-11-16 Fedor Sergeev[SimpleLoopUnswitch] adding cost multiplier to cap...
2018-11-16 Craig Topper[X86] Remove a branch on SSE4.1 from LowerLoad
2018-11-16 Craig Topper[LegalizeVectorOps] After custom legalizing an extendin...
2018-11-16 Craig Topper[X86] In LowerLoad, fix assert messages and rename...
2018-11-16 Vyacheslav... Preprocessing support in tablegen.
2018-11-16 Nemanja Ivanovic[PowerPC][NFC] Add tests for vector fp <-> int conversions
2018-11-16 Peter CollingbourneAArch64: Emit a call frame instruction for the shadow...
2018-11-16 Cameron McInally[FNeg] Add FNeg Instruction to LangRef document
2018-11-16 Anton Korobeynikov[MSP430] Add RTLIB::[SRL/SRA/SHL]_I32 lowering to EABI...
2018-11-16 Rong Xu[X86] Disable Condbr_merge pass
2018-11-16 Stefan PintilieRevert "[PowerPC] Make no-PIC default to match GCC...
2018-11-16 Anton Korobeynikov[MSP430] Use R_MSP430_16_BYTE type for FK_Data_2 fixup
2018-11-16 Sam Clegg[WebAssembly] Default to static reloc model
2018-11-16 Reid Kleckner[codeview] Expose -gcodeview-ghash for global type...
2018-11-16 Stefan Pintilie[PowerPC] Make no-PIC default to match GCC - LLVM
2018-11-16 Stefan Granitz[CMake] Accept ENTITLEMENTS in add_llvm_executable...
2018-11-16 Simon Pilgrim[SelectionDAG] Move (repeated) SDTIntShiftDOp double...
2018-11-16 Simon Pilgrim[X86] Add codegen tests for scalar funnel shifts
2018-11-16 Adrian PrantlGlobalDCE: Teach isEmptyFunction() to ignore debug...
2018-11-16 Than McIntosh[CodeGen] Expose some data types and accessors from...
2018-11-16 Sanjay Patel[InstSimplify] add tests for saturating add/sub; NFC
2018-11-16 Sanjay Patel[InstSimplify] add test to demonstrate undef matching...
2018-11-16 Simon Pilgrim[X86][SSE] Move number of input limit out of resolveTar...
2018-11-16 Sanjay Patel[x86] regenerate complete checks for test; NFC
2018-11-16 Than McIntosh[IRVerifier] Allow StructRet in statepoint
2018-11-16 Simon Atanasyan[DWARF] Use PRIx64 instead of 'x' to format 64-bit...
2018-11-16 Roman Lebedev[X86] X86DAGToDAGISel::matchBitExtract(): extract ...
2018-11-16 Simon Pilgrim[TargetLowering] Cleanup more of the EXTEND demanded...
2018-11-16 Alex Bradbury[RISCV][NFC] Define and use the new CA instruction...
2018-11-16 Alex Bradbury[RISCV] Constant materialisation for RV64I
2018-11-16 Anton Korobeynikov[MSP430] Add support for .refsym directive
2018-11-16 Anton Korobeynikov[MSP430] Add more tests for ABI and calling convention
2018-11-16 Sam Parker[DAGCombine] Fix non-deterministic debug output
2018-11-16 Craig Topper[LegalizeVectorTypes] Teach WidenVecRes_Convert to...
2018-11-16 Eugene Leviant[ThinLTO] Internalize readonly globals
2018-11-16 Craig Topper[X86] Add custom type legalization for v2i8/v4i8/v8i8...
2018-11-16 Craig Topper[X86] Add some test cases for vector multiplies on...
2018-11-16 Matt ArsenaultAMDGPU: Fix analyzeBranch failing with pseudoterminators
2018-11-16 Petr Hosek[CMake] Support cross-compiling with multi-stage builds
2018-11-16 Zachary Turner[NativePDB] Rewrite the PdbSymUid to use our own custom...
2018-11-16 Volodymyr Sapsai[VFS] Update unittest to fix Windows buildbot.
2018-11-16 Craig TopperRevert r347014 "[X86] Add some test cases for vector...
2018-11-16 Craig Topper[X86] Add some test cases for vector multiplies on...
2018-11-16 Artem BelevichAdded missing whitespace in the link.
2018-11-16 Craig Topper[X86] Use ANY_EXTEND instead of SIGN_EXTEND in the...
2018-11-16 Craig Topper[X86] Update a couple comments to remove a mention...
2018-11-16 Volodymyr Sapsai[VFS] Implement `RedirectingFileSystem::getRealPath`.
2018-11-16 Ron Lieberman[AMDGPU] Add FixupVectorISel pass, currently Supports...
2018-11-16 Artem Belevich[CUDA] updated CompileCudaWithLLVM.rst
2018-11-16 Tom StellardRe-apply r346985: [ADT] Drop llvm::Optional clang-speci...
2018-11-16 Heejin Ahn[WebAssembly] Split BBs after throw instructions
2018-11-16 Ron Lieberman[AMDGPU] NFC Test commit
2018-11-15 Konstantin... AMDHSA: More code object v3 fixes:
2018-11-15 Craig Topper[X86] Remove ANY_EXTEND special case from canReduceVMul...
2018-11-15 Scott Linder[AMDGPU] Update code object metadata format documentation
2018-11-15 Tom StellardRevert "[ADT] Drop llvm::Optional clang-specific optmiz...
2018-11-15 Tom Stellard[ADT] Drop llvm::Optional clang-specific optmization...
2018-11-15 Craig Topper[X86] Minor cleanup to getExtendInVec. NFCI
2018-11-15 Sanjay Patel[InstCombine] adjust rotate direction in tests; NFC
2018-11-15 Craig Topper[X86] Add -x86-experimental-vector-widening support...
2018-11-15 Thomas Lively[WebAssembly] Fix return type of nextByte
2018-11-15 Scott Linder[BinaryFormat] Add MsgPackTypes
2018-11-15 Sanjay Patel[InstCombine] add tests for funnel shift (rotate) canon...
2018-11-15 Craig Topper[X86] Guess that a CPU is Icelake it if reports support...
2018-11-15 Xin Tong[LTO] Load sample profile in LTO link step.
2018-11-15 Simon Pilgrim[TTI] Reduction costs only need to include a single...
2018-11-15 Sanjay Patel[InstCombine] fix rotate narrowing bug for non-pow...
2018-11-15 Sanjay Patel[InstCombine] add rotate narrowing tests with odd types...
next