OSDN Git Service

android-x86/external-llvm.git
2018-03-13 Yonghong Songbpf: Tighten subregister definition check
2018-03-13 Yonghong Songbpf: Add more check directives in peephole testcase
2018-03-13 Serguei KatkovRevert [SCEV] Fix isKnownPredicate
2018-03-13 Serguei Katkov[SCEV] Fix isKnownPredicate
2018-03-13 Vlad TsyrklevichReland r327041: [ThinLTO] Keep available_externally...
2018-03-13 Adam Nemet[LTO] Return proper error object rather than null LTOModule
2018-03-13 Taewook Oh[ThinLTO] Add funtions in callees metadata to CallGraph...
2018-03-13 Craig Topper[LegalizeTypes] In SplitVecOp_TruncateHelper, use GetSp...
2018-03-12 Saleem AbdulrasoolObjCARC: address review comments from majnemer
2018-03-12 Alexander Shaposhnikov[llvm] Fix mc tests
2018-03-12 Sanjay Patel[InstCombine] add test to show fmul transform creates...
2018-03-12 Alexander Shaposhnikov[llvm-readobj] Extend the output of -elf-section-groups
2018-03-12 Volkan KelesBlockExtractor: Don’t delete functions directly
2018-03-12 Sanjay Patel[PatternMatch] enhance m_NaN() to ignore undef elements...
2018-03-12 Saleem AbdulrasoolObjCARC: teach the cloner about funclets
2018-03-12 Sanjay Patel[InstSimplify] add fcmp tests for constant NaN vector...
2018-03-12 Simon Pilgrim[X86][Btver2] Clean up formatting/comments in scheduler...
2018-03-12 Vedant KumarRemove the LoopInstSimplify pass (-loop-instsimplify)
2018-03-12 Michael ZolotukhinImprove caching scheme in ProvenanceAnalysis.
2018-03-12 Scott Linder[llvm-readobj][ELF] Move ELF note parsing into libObject
2018-03-12 Lei Huang[PowerPC][NFC] Explicitly state types on FP SDAG patter...
2018-03-12 Martin Storsjo[AArch64] Fold adds with tprel_lo12_nc and secrel_lo12...
2018-03-12 Craig Topper[InstCombine] Replace calls to getNumUses with hasNUses...
2018-03-12 Craig Topper[CallSiteSplitting] Use !Instruction::use_empty instead...
2018-03-12 Jan Korous[NFC] Replace iterators in PrintHelp with range-based for
2018-03-12 Jan Korous[NFC] PrintHelp cleanup
2018-03-12 Krzysztof Parzyszek[Hexagon] Fix typo in testcase
2018-03-12 Krzysztof Parzyszek[Hexagon] Counting leading/trailing bits is cheap
2018-03-12 Sanjay Patel[PatternMatch, InstSimplify] allow undef elements when...
2018-03-12 Simon Pilgrim[X86][Btver2] FSqrt/FDiv reg-reg instructions don't...
2018-03-12 Justin Bognerupdate_mir_test_checks: Fix handling of IR input after...
2018-03-12 Bjorn Pettersson[SelectionDAG] Improve handling of dangling debug info
2018-03-12 Krzysztof Parzyszek[Hexagon] Subtarget feature to emit one instruction...
2018-03-12 Roman Lebedev[InstCombine] [NFC] Add tests for peeking through FP...
2018-03-12 Simon Pilgrim[X86] Deleting README-MMX.txt now that all tasks have...
2018-03-12 Dmitry Preobrazhensky[AMDGPU][MC][GFX8] Added BUFFER_STORE_LDS_DWORD Instruction
2018-03-12 Craig Topper[X86] Add all of the MRM_C0-MRM_FF forms to the switch...
2018-03-12 Simon Pilgrim[X86][Btver2] Prefix all scheduler defs. NFCI.
2018-03-12 Craig Topper[X86] Remove use of MVT class from the ShuffleDecode...
2018-03-12 Yaxun Liu[AMDGPU] Fix lowering enqueue kernel when kernel has...
2018-03-12 Simon Pilgrim[X86][Btver2] Extend JWriteResFpuPair to accept resourc...
2018-03-12 Dmitry Preobrazhensky[AMDGPU][MC][DOC] Updated AMD GPU assembler description
2018-03-12 Sanjay Patel[InstSimplify] add test for m_NegZero with undef elt...
2018-03-12 Simon Pilgrim[X86][Btver2] Use JWriteResFpuPair wrapper for AES...
2018-03-12 Krzysztof Parzyszek[Hexagon] Add REQUIRES: asserts to testcases that use...
2018-03-12 Krzysztof Parzyszek[Hexagon] Add REQUIRES: asserts to testcases that use...
2018-03-12 Dmitry Preobrazhensky[AMDGPU][MC] Corrected GATHER4 opcodes
2018-03-12 Benjamin Kramer[llvm-readobj] Make header self-contained
2018-03-12 Puyan LotfiUpdating MIR Language Reference to include new syntax...
2018-03-12 Jonas Devlieghere[DebugInfo] Replace unreachable with None
2018-03-12 Sam McCall[Hexagon] fix 'must explicitly initialize the const...
2018-03-12 Krzysztof Parzyszek[Hexagon] Add more lit tests
2018-03-12 Matt ArsenaultAMDGPU/GlobalISel: Legality and RegBankInfo for G_...
2018-03-12 Matt ArsenaultAMDGPU/GlobalISel: InstrMapping for G_MERGE_VALUES
2018-03-12 Matt ArsenaultAMDGPU/GlobalISel: Make some G_MERGE_VALUEs legal
2018-03-12 Hans WennborgRevert r326710 "Fuzzer: remove temporary files after...
2018-03-12 Simon Dardis[mips] Split out ASEPredicate from InsnPredicates ...
2018-03-12 Nico WeberMC intel asm parser: Allow @ at the start of function...
2018-03-12 Simon Pilgrim[X86][SSE] createVariablePermute - PSHUFB requires...
2018-03-12 Jonas DevlieghereFix compilation on Darwin with expensive checks.
2018-03-12 Eugene Leviant[ThinLTO] Recommit of import global variables
2018-03-12 Justin LebarBack out "Re-land: Teach CorrelatedValuePropagation...
2018-03-12 Craig Topper[X86] Don't compute known bits twice for the same SDVal...
2018-03-12 Serguei Katkov[CGP] Fix the remove of matched phis in complex address...
2018-03-11 Simon Pilgrim[X86][MMX] Support MMX build vectors to avoid SSE usage...
2018-03-11 Simon Pilgrim[X86][AVX512] Added more non-VLX test cases
2018-03-11 Simon Pilgrim[X86][AVX] createVariablePermute - scale v16i16 variabl...
2018-03-11 Simon Pilgrim[X86][AVX] createVariablePermute - widen permutes for...
2018-03-11 Sanjay Patel[InstCombine] add tests for casted sign-bit cmp (PR3668...
2018-03-11 Simon Pilgrim[X86][AVX] createVariablePermute - use PSHUFB+PCMPGT...
2018-03-11 Simon PilgrimFix for buildbots which didn't like makeArrayRef with...
2018-03-11 Simon Pilgrim[X86][SSE] Generalized SplitBinaryOpsAndApply to SplitO...
2018-03-11 Simon Pilgrim[X86][AVX] createVariablePermute - use 2xVPERMIL+PCMPGT...
2018-03-11 Simon Pilgrim[X86][AVX512] createVariablePermute - Non-VLX targets...
2018-03-11 Simon Pilgrim[x86][SSE] Add widenSubVector helper. NFCI.
2018-03-11 George Burgess IV[MemorySSA] Fix comment + remove redundant dyn_casts...
2018-03-11 Michael BedyTest commit - change comment slightly.
2018-03-11 Nico WeberAdd REQUIRES: arm-registered-target to test using an...
2018-03-11 Andrea Di Biagio[TargetSchedule] Minor refactor in computeInstrLatency...
2018-03-10 George Burgess IVRevert r327199: "Clean up a temp file on the buildbots"
2018-03-10 Craig Topper[X86] Add comments to the end of FMA3 instructions...
2018-03-10 Andrea Di Biagio[llvm-mca] Fix use-of-uninitialized-value error reporte...
2018-03-10 Simon Pilgrim[X86][XOP] createVariablePermute - use VPERMIL2 for...
2018-03-10 Martin Storsjo[AArch64] Implement native TLS for Windows
2018-03-10 Mandeep Singh... [ADT] Shuffle containers before sorting to uncover...
2018-03-10 Simon Pilgrim[X86][XOP] createVariablePermute - use VPPERM for v16i1...
2018-03-10 Simon Pilgrim[X86][SSE] createVariablePermute - create index scaling...
2018-03-10 Andrea Di Biagio[llvm-mca] BackendStatistics: early exit from method...
2018-03-10 Andrea Di Biagio[llvm-mca] Views are now independent from resource...
2018-03-10 Simon Pilgrim[X86][XOP] createVariablePermute - use VPPERM for v32i8...
2018-03-10 Sanjay Patel[InstSimplify] fp_binop X, undef --> NaN
2018-03-10 Sanjay Patel[AMDGPU] fix tests to be independent of FP undef
2018-03-10 Sanjay Patel[PowerPC] fix tests to be independent of FP undef
2018-03-10 Matt ArsenaultAMDGPU: Fix crash when constant folding with physreg...
2018-03-10 Sanjay Patel[ConstantFold] fp_binop AnyConstant, undef --> NaN
2018-03-10 Florian Hahn[PartialInlining] Use isInlineViable to detect construc...
2018-03-10 Craig Topper[X86] Add a missing EVEX instruction to EmitAnyX86InstC...
2018-03-10 Sam Clegg[WebAssembly] Object: Add accessor for wasm symbols
2018-03-10 Craig Topper[X86] Move the AC_EVEX_2_VEX AsmComments enum to X86Ins...
2018-03-10 George Burgess IV[AliasAnalysis] Shrink AliasResults; NFC
next