OSDN Git Service

android-x86/external-llvm.git
2018-02-26 Jonas DevlieghereRevert "[Support] Replace HashString with djbHash."
2018-02-26 Jonas Devlieghere[Support] Replace HashString with djbHash.
2018-02-26 Benjamin Kramer[WebAssembly] Relax constexpr for old standard libraries.
2018-02-26 Renato Golin[LV] Move isLegalMasked* functions from Legality to...
2018-02-26 Florian Hahn[LoopInterchange] Add test case for D43236.
2018-02-26 Florian Hahn[LoopInterchange] Loops with empty dependency matrix...
2018-02-26 Andrew V. TischenkoThe final step to close D41278 [MachineCombiner] Improv...
2018-02-26 Serguei Katkov[SCEV] Factor out getUsedLoops
2018-02-26 Serguei Katkov[SCEV] Introduce SCEVPostIncRewriter
2018-02-26 Jonas Paulsson[XCore] Return true in enableMultipleCopyHints().
2018-02-26 Craig Topper[X86] Add avx1 command line to madd.ll to show splittin...
2018-02-26 Serguei Katkov[SCEV] Extends the SCEVInitRewriter
2018-02-26 Craig Topper[X86] Don't use getZExtValue when we have no idea how...
2018-02-26 Craig Topper[X86] Use SelectionDAG::SplitVectorOperand to simplify...
2018-02-26 Craig Topper[X86] Simplify the ReplaceNodeResults code for X86ISD...
2018-02-26 Craig Topper[X86] Remove VT.isSimple() check from detectAVGPattern.
2018-02-25 Nicolai HaehnleTableGen: Remove VarInit::getFieldType
2018-02-25 Nicolai HaehnleTableGen: Get rid of Init::getFieldInit
2018-02-25 Nicolai HaehnleTableGen: Remove Init::resolveListElementReference
2018-02-25 Mandeep Singh... [DebugInfo] Stable sort symbols to remove non-determini...
2018-02-25 Craig Topper[InstSimplify] Add test cases for removal of vector...
2018-02-25 Craig Topper[InstSimplify] Remove unused parameter from test cases.
2018-02-25 Craig Topper[X86] Use SDNode instead of SDPatternOperator. NFC
2018-02-24 Simon Pilgrim[TargetLowering] SimplifyDemandedVectorElts - pass...
2018-02-24 Simon Pilgrim[TargetLowering] SimplifyDemandedVectorElts - pass...
2018-02-24 Craig Topper[X86] Add cvt tests to avx512vl-intrinsics-fast-isel.ll
2018-02-24 Craig Topper[X86] Allow int_x86_sse2_cvtps2dq and int_x86_avx_cvt_p...
2018-02-24 Craig Topper[X86] Remove GCCBuiltin from some intrinsics that are...
2018-02-24 Adam NemetRevert "StructurizeCFG: Test for branch divergence...
2018-02-24 Scott Linder[DebugInfo] Fix buildbot failure on non-X86 targets
2018-02-24 Simon Pilgrim[X86][SSE] combineSubToSubus - support v8i64 handling...
2018-02-24 Simon Pilgrim[X86][SSE] combineSubToSubus - support v8i32 handling...
2018-02-24 Simon Pilgrim[X86][SSE] combineSubToSubus - begun generalizing to...
2018-02-24 Simon PilgrimFix spelling in comment. NFCI.
2018-02-24 Jonas Paulsson[Sparc] Return true in enableMultipleCopyHints().
2018-02-24 Craig Topper[X86] Remove GCCBuiltin from some intrinsics that are...
2018-02-24 Craig Topper[X86] Use SelectionDAG::getNot instead of implementing...
2018-02-24 Stanislav Mekhanoshin[AMDGPU] Shrinking V_SUBBREV_U32
2018-02-24 Pavel LabathFix build breakage from r326003
2018-02-24 Alexander Shaposhnikov[llvm-objcopy] Fix typo in setSymTab
2018-02-24 Heejin Ahn[WebAssembly] Add exception handling option and feature
2018-02-24 Pavel LabathImplement equal_range for the DWARF v5 accelerator...
2018-02-24 George Burgess IV[MemorySSA] Remove a redundant dyn_cast.
2018-02-24 Craig Topper[X86] Remove checks for '(scalar_to_vector (i8 (trunc...
2018-02-23 Stanislav Mekhanoshin[AMDGPU] Fixed madak.ll test on VI, added GFX10. NFC.
2018-02-23 Yonghong Songbpf: New disassembler testcases for 32-bit subregister...
2018-02-23 Yonghong Songbpf: New codegen testcases for 32-bit subregister support
2018-02-23 Yonghong Songbpf: New optimization pass for eliminating unnecessary...
2018-02-23 Yonghong Songbpf: New decoder namespace for 32-bit subregister load...
2018-02-23 Yonghong Songbpf: Enable 32-bit subregister support for -mattr=...
2018-02-23 Yonghong Songbpf: Support 32-bit subregister in various InstrInfo...
2018-02-23 Yonghong Songbpf: New instruction patterns for 32-bit subregister...
2018-02-23 Yonghong Songbpf: Support i32 in getScalarShiftAmountTy method
2018-02-23 Yonghong Songbpf: Support condition comparison on i32
2018-02-23 Yonghong Songbpf: Handle i32 for ALU operations without ISA support
2018-02-23 Yonghong Songbpf: New calling convention for 32-bit subregisters
2018-02-23 Yonghong Songbpf: New target attribute "alu32" for 32-bit subregiste...
2018-02-23 Yonghong Songbpf: Define instruction patterns for extensions and...
2018-02-23 Yonghong Songbpf: Tighten the immediate predication for 32-bit alu...
2018-02-23 Yonghong Songbpf: Use markSuperRegs to mark reserved registers
2018-02-23 Scott Linder[DebugInfo] Add remaining files to r325970
2018-02-23 Nemanja Ivanovic[PowerPC] Disable shrink-wrapping when getting PC addre...
2018-02-23 George Burgess IV[MemorySSA] Fix a cache invalidation bug with removed...
2018-02-23 Scott Linder[DebugInfo] Support DWARF v5 source code embedding...
2018-02-23 Sanjay Patel[InstCombine] simplify code for fabs(X) * fabs(X) ...
2018-02-23 Eric ChristopherSink the verification code around the assert where...
2018-02-23 Sanjay Patel[InstSimplify] sqrt(X) * sqrt(X) --> X
2018-02-23 Sriraman TallamIntrinsics calls should avoid the PLT when "RtLibUseGOT...
2018-02-23 Sanjay Patel[InstCombine] allow fmul-sqrt folds with less than...
2018-02-23 Eric ChristopherSimplify a DEBUG statement to remove a set but not...
2018-02-23 Craig Topper[X86] Add assembler/disassembler support for blendm...
2018-02-23 Stefan Pintilie[Power9] Add missing instructions to the Power 9 scheduler
2018-02-23 Krzysztof Parzyszek[Hexagon] Recognize non-immediate constants in HexagonC...
2018-02-23 Simon PilgrimFixed unused variable warning. NFCI.
2018-02-23 Craig Topper[X86] Add DAG combine to remove (and X, 1) from in...
2018-02-23 Benjamin Kramer[WebAssembly] Fix macro metaprogram to not duplicate...
2018-02-23 Eric ChristopherBecause of CVE-2018-6574, some compiler options and...
2018-02-23 Simon Pilgrim[X86][SSE] Generalize x > C-1 ? x+-C : 0 --> subus...
2018-02-23 Benjamin KramerShrink various scheduling tables by using narrower...
2018-02-23 Evandro Menezes[PATCH] [AArch64] Add new target feature to fuse condit...
2018-02-23 Geoff BerryFix compiler warning introduced in r325931. NFC.
2018-02-23 Matt Davis[Test] Fix the test to output to /dev/null instead...
2018-02-23 Simon Pilgrim[X86][SSE] Add x > C-1 ? x+-C : 0 --> subus x, C test...
2018-02-23 George Burgess IV[MemorySSA] Use fewer magic numbers. NFC
2018-02-23 George Burgess IV[MemorySSA] Reduce padding in MemoryDefs. NFC
2018-02-23 Craig Topper[X86] Custom split v32i16/v64i8 bitcasts when AVX512F...
2018-02-23 Geoff Berry[MachineOperand][Target] MachineOperand::isRenamable...
2018-02-23 Matt Davis[Debug] Add dbg.value intrinsics for PHIs created durin...
2018-02-23 John Brawn[BPI] Detect branches in loops that make themselves...
2018-02-23 Sanjay Patel[InstCombine] refactor fmul with negated op folds;...
2018-02-23 Sanjay Patel[InstCombine] use FMF-copying functions to reduce code...
2018-02-23 Simon Pilgrim[X86] Regenerate i128 multiply tests
2018-02-23 Stefan Pintilie[PowerPC] Code cleanup. Remove instructions that were...
2018-02-23 Petar Jovanovic[mips] finish removal of unused fields in MipsInstructi...
2018-02-23 Petar Jovanovic[mips] remove unused fields in MipsInstructionSelector
2018-02-23 Hans WennborgSupport for the mno-stack-arg-probe flag
2018-02-23 Jonas Paulsson[SystemZ] Also update the CHECK line for VPDI
2018-02-23 Jonas Paulsson[SystemZ] Fix VPDI argument in test.
2018-02-23 Simon Pilgrim[X86][F16C] Regenerate half conversion tests
2018-02-23 Hans Wennborgllvm-config: Add advapi32 to --system-libs on Windows...
next