OSDN Git Service

android-x86/external-llvm.git
2018-02-14 Pavel LabathRevert r325107 (case folding DJB hash) and subsequent...
2018-02-14 Eugene Leviant[IRMover] Move type name extraction to a separate funct...
2018-02-14 Pavel LabathFix build broken by r325107
2018-02-14 Pavel LabathImplement a case-folding version of DJB hash
2018-02-14 Elena DemikhovskyAdding a width of the GEP index to the Data Layout.
2018-02-14 Craig Topper[SelectionDAG] Remove duplicate code from TargetLowerin...
2018-02-14 Serge PavlovUse delete[] instead of free
2018-02-14 Serge PavlovUse delete[] to deallocate array of chars
2018-02-14 Serge PavlovRefactor DisassembleInfo in MachODump.cpp
2018-02-14 Reid Kleckner[X86] Remove dead code from retpoline thunk generation
2018-02-14 Vitaly Buka[gold] Fix error report in thinlto_emit_linked_objects...
2018-02-13 Sam McCallFix off-by-one in set_thread_name which causes truncati...
2018-02-13 Daniel Sanders[globalisel][legalizerinfo] Follow up on post-commit...
2018-02-13 Sanjay Patel[InstCombine] put tests of mul with neg operand(s)...
2018-02-13 Vedant Kumar[GVN] Salvage debug info from dead insts
2018-02-13 Sanjay Patel[InstCombine] (lshr X, 31) * Y --> (ashr X, 31) & Y
2018-02-13 Sanjay Patel[InstCombine] add vector tests, fix comments; NFC
2018-02-13 Reid Kleckner[X86] Use EDI for retpoline when no scratch regs are...
2018-02-13 Sanjay Patel[InstCombine] (bool X) * Y --> X ? Y : 0
2018-02-13 Reid Kleckner[LLD] Implement /guard:[no]longjmp
2018-02-13 Aditya Nandakumar[GISel]: Add Pattern Matcher for G_FMUL.
2018-02-13 Aditya Nandakumar[GISel]: Make Pattern matcher for FADD commutative
2018-02-13 Stanislav Mekhanoshin[AMDGPU] Cleanup in memory legalizer tests. NFC.
2018-02-13 Adrian PrantlDocument the shortcomings of DwarfExpression::addMachin...
2018-02-13 Sanjay Patel[InstCombine] fix test comment and add vector test...
2018-02-13 Sanjay Patel[InstCombine, InstSimplify] (re)move tests, regenerate...
2018-02-13 Vedant Kumar[Debugify] Avoid verifier failure on non-definition...
2018-02-13 Vedant Kumar[DeadStoreElimination] Salvage debug info from dead...
2018-02-13 Hans WennborgRevert r324903 "[AArch64] Refactor identification of...
2018-02-13 Francis Visoiu... [CodeGen] Print bundled instructions using the MIR...
2018-02-13 Yaxun Liu[AMDGPU] Change constant addr space to 4
2018-02-13 Craig Topper[DAGCombiner] Add one use check to fold (not (and x...
2018-02-13 Craig Topper[X86] Add combine to shrink 64-bit ands when one input...
2018-02-13 Krzysztof Parzyszek[Hexagon] Simplify some code, NFC
2018-02-13 Krzysztof Parzyszek[Hexagon] Remove unnecessary check
2018-02-13 Sjoerd Meijer[ARM] Allow half types in ConstantPool
2018-02-13 Sanjay Patel[DAG] fix type of undef returned by getNode()
2018-02-13 Florian HahnRevert r325001: [CallSiteSplitting] Support splitting...
2018-02-13 Ivan A. Kosarev[IR] Fix creating mutable versions of TBAA access tags
2018-02-13 Florian Hahn[CallSiteSplitting] Clear ValueToValue maps.
2018-02-13 Florian Hahn[CallSiteSplitting] Dereference pointer earlier.
2018-02-13 Simon Pilgrim[InstCombine] Simplify getLogBase2 case for scalar...
2018-02-13 Florian Hahn[CallSiteSplitting] Fix new-pm test, as TargetIRAnalysi...
2018-02-13 Florian Hahn[CallSiteSplitting] Support splitting of blocks with...
2018-02-13 Andre Vieira[ARM] Don't print "Requires NEON" error message for...
2018-02-13 Alexander Ivchenko[X86] Rename function main->foo in CodeGen/X86/pr35316...
2018-02-13 Sjoerd Meijer[Thumb] Handle addressing mode AddrMode5FP16
2018-02-13 Florian Hahn[LoopInterchange] Check number of latch successors...
2018-02-13 Craig Topper[X86] Add a test case showing blcic matching being...
2018-02-13 Craig Topper[X86] Add a blsr test case with a shift from PR35792...
2018-02-13 Craig Topper[X86] Teach EVEX->VEX pass to turn VRNDSCALE into VROUN...
2018-02-13 Craig Topper[X86] Autogenerate complete checks. NFC
2018-02-13 Vedant Kumar[Utils] Salvage debug info from all no-op casts
2018-02-13 David BlaikieRevert "Rewrite the cached map used for locating the...
2018-02-13 Craig Topper[X86] Use getTypeAction in most places that were checki...
2018-02-13 Craig Topper[X86] Remove duplicate CHECK-LABEL line the update...
2018-02-13 Adrian PrantlRevert "Document the shortcomings of DwarfExpression...
2018-02-13 Vedant Kumar[Utils] Salvage debug info of DCE'ed mul/sdiv/srem...
2018-02-13 Vedant Kumar[Utils] Salvage debug info of DCE'ed shl/lhsr/ashr...
2018-02-13 Vedant Kumar[Utils] Salvage the debug info of DCE'ed 'sub' instructions
2018-02-13 Vedant Kumar[Utils] Salvage the debug info of DCE'ed 'xor' instructions
2018-02-13 Adrian PrantlDocument the shortcomings of DwarfExpression::addMachin...
2018-02-13 Volkan KelesGlobalISel: IRTranslate llvm.fmuladd.* intrinsic
2018-02-12 Sanjay Patel[InstSimplify] allow exp/log simplifications with only...
2018-02-12 Sam Clegg[WebAssembly] Update ADT/TripleTest.cpp now that defaul...
2018-02-12 Craig Topper[X86] Auto generate complete checks. NFC
2018-02-12 Sanjay Patel[InstSimplify] change tests to 'fast' to reflect curren...
2018-02-12 Jakub Kuderski[Dominators] Always recalculate postdominators when...
2018-02-12 Sanjay Patel[InstSimplify] consolidate tests for log-exp inverse...
2018-02-12 Daniel Neilson[InstCombine] Simplify MemTransferInst's source and...
2018-02-12 Adam NemetRevert "[LSR] Avoid UB overflow when examining reuse...
2018-02-12 Sam Clegg[WebAssembly] MC: Remove redundant struct types
2018-02-12 Daniel Neilson[SafeStack] Use updated CreateMemCpy API to set more...
2018-02-12 Craig Topper[X86] Reverse the operand order of the autoupgrade...
2018-02-12 Sam Clegg[WebAssembly] MC: Remove redundant `private` specifiers
2018-02-12 Sanjay Patel[x86] add select test to show there's no single right...
2018-02-12 Adrian PrantlSimplify switch statement (NFC)
2018-02-12 Gerolf Hoflehner[LSR] Avoid UB overflow when examining reuse opportunities
2018-02-12 Jacob Gravelle[WebAssembly] Fix casting MCSymbol to MCSymbolWasm...
2018-02-12 Sanjay Patel[DAG] make binops with undef operands consistent with IR
2018-02-12 Craig Topper[X86] Simplify X86DAGToDAGISel::matchBEXTRFromAnd by...
2018-02-12 Craig Topper[X86] Remove unused multiclass argument. NFC
2018-02-12 Martin Storsjo[GlobalMerge] Allow merging of dllexported variables
2018-02-12 Adrian PrantlFix the syntax highlighting of strings in dwarfdump.
2018-02-12 Adrian PrantlFactor out common condition into an easier to understan...
2018-02-12 Vedant KumarMove the debuginfo-dce-or test into debuginfo-variables...
2018-02-12 Volodymyr SapsaiRevert "[ThinLTO] Add GraphTraits for FunctionSummaries"
2018-02-12 Volodymyr SapsaiRevert "Follow on to rL324854 (Added tests)" as part...
2018-02-12 Scott Linder[DebugInfo] Unify ChecksumKind and Checksum value in...
2018-02-12 Sanjay Patel[InstCombine] X / (X * Y) --> 1.0 / Y
2018-02-12 Sanjay Patel[InstCombine] add tests for missing fdiv fold; NFC
2018-02-12 Sanjay Patel[InstCombine] regenerate checks; NFC
2018-02-12 Sanjay Patel[InstCombine] various clean-ups for div transforms...
2018-02-12 Jun Bum Lim[LICM] update BlockColors after splitting predecessors
2018-02-12 Abderrazek... [AArch64] Fixes for ARMv8.2-A FP16 scalar intrinsic...
2018-02-12 Simon Pilgrim[X86] Add missing scheduling class tag for i64 absolute...
2018-02-12 Oliver Stannard[AArch64] Improve v8.1-A code-gen for atomic load-and
2018-02-12 Simon Pilgrim[X86][AVX512] Add missing scheduling class tag for...
2018-02-12 Evandro Menezes[AArch64] Refactor identification of SIMD immediates
2018-02-12 Simon Pilgrim[X86][AVX512] Add missing scheduling class tag for...
next