OSDN Git Service

android-x86/external-llvm.git
2016-12-15 Davide Italiano[SimplifyLibCalls] Remove redundant folding logic for...
2016-12-15 Eli FriedmanDon't combine splats with other shuffles.
2016-12-15 Yichao YuFix R_AARCH64_MOVW_UABS_G3 relocation
2016-12-15 Matt ArsenaultAMDGPU: Select branch on undef to uniform scc branch
2016-12-15 Teresa Johnson[gold] Add datalayout to test where it was missing
2016-12-15 Teresa Johnson[ThinLTO] Revert part of r289843 that belonged to anoth...
2016-12-15 Eli FriedmanDon't combine a shuffle of two BUILD_VECTORs with dupli...
2016-12-15 Sanjoy Das[Verifier] Allow TBAA metadata on atomicrmw and atomicc...
2016-12-15 Teresa Johnson[ThinLTO] Remove stale comment (NFC)
2016-12-15 Ehsan Amiri[PPC] Use CHECK-DAG instead of CHECK in the testcase
2016-12-15 Matt ArsenaultAMDGPU: Fix asserting on returned tail calls
2016-12-15 Teresa Johnson[ThinLTO] Thin link efficiency: skip candidate added...
2016-12-15 Matt ArsenaultAMDGPU: Assembler support for vintrp instructions
2016-12-15 Matthew Simpson[LV] Enable vectorization of loops with conditional...
2016-12-15 Andrea Di Biagio[SimplifyCFG] Merge debug locations when hoisting an...
2016-12-15 Geoff Berry[LiveRangeEdit] Change eliminateDeadDef assert to if...
2016-12-15 Peter CollingbourneLibDriver: Allow resource files to be archive members.
2016-12-15 Zachary TurnerRe-add the check for __has_attribute in StringLiteral.
2016-12-15 Boris UlasevichBrainF example: fixing segfault caused by outdated...
2016-12-15 Zachary TurnerIgnore -Wgcc-compat diagnostic in StringLiteral.
2016-12-15 Sanjay Patel[InstCombine] add folds for icmp (smin X, Y), X
2016-12-15 Reid KlecknerFix some remaining documentation references to MSVC...
2016-12-15 Zachary Turner[StringRef] Add enable-if to StringLiteral.
2016-12-15 Kostya Serebryany[libFuzzer] doc update
2016-12-15 Ahmed Bougacha[GlobalISel] Drop workaround for Legalizer member/class...
2016-12-15 Sanjay Patel[x86] use a single shufps for 256-bit vectors when...
2016-12-15 Matthew Simpson[AArch64] Guard Misaligned 128-bit store penalty by...
2016-12-15 Ahmed Bougacha[AArch64][GlobalISel] Remove redundant RBI comments...
2016-12-15 Teresa Johnson[ThinLTO] Ensure callees get hot threshold when first...
2016-12-15 Chris Bieneman[CMake] Minor change to symlink generation for LLDB
2016-12-15 Sanjay Patel[x86] use a single shufps when it can save instructions
2016-12-15 Simon Pilgrim[X86][SSE] Fix domains for scalar store instructions
2016-12-15 Robert LougherRevert "[SimplifyCFG] In sinkLastInstruction correctly...
2016-12-15 Jacques Pienaar[lanai] Simplify small section check in LowerGlobalAddr...
2016-12-15 Simon Pilgrim[X86][AVX512] Moved instruction domain lookups to the...
2016-12-15 Robert Lougher[SimplifyCFG] In sinkLastInstruction correctly set...
2016-12-15 Krzysztof ParzyszekFix ubsan failures in lane mask shifts
2016-12-15 Simon Pilgrim[X86][SSE] Fix domains for VZEXT_LOAD type instructions
2016-12-15 Alexander TimofeevFix for regression after Global Load Scalarization...
2016-12-15 Krzysztof ParzyszekExtract LaneBitmask into a separate type
2016-12-15 Simon Pilgrim[CostModel][X86] Updated reverse shuffle costs
2016-12-15 Alexey Bataev[TEST] Initial commit of tests for minmax horizontal...
2016-12-15 Alexey BataevRevert "[TESTS] Initial commit of tests, by Andrew...
2016-12-15 Ehsan Amiri[InstCombine] New opportunities for FoldAndOfICmp and...
2016-12-15 Simon Pilgrim[CostModel] Fix long standing bug with reverse shuffle...
2016-12-15 Alexey Bataev[TESTS] Initial commit of tests, by Andrew Tischenko
2016-12-15 Nemanja Ivanovic[Power9] Allow AnyExt immediates for XXSPLTIB
2016-12-15 Dylan McKay[AVR] Support floats in the instrumention pass
2016-12-15 Simon Pilgrim[CostModel][X86] Add tests for reverse shuffle costs
2016-12-15 Prakhar BahugunaAdd missing triple target for numeric section flag...
2016-12-15 Pavel LabathSimplify format member detection in FormatVariadic
2016-12-15 Sjoerd Meijer[Thumb] Teach ISel how to lower compares of AND bitmask...
2016-12-15 Dylan McKay[AVR] Add argument indices to the instrumention hook...
2016-12-15 Prakhar BahugunaFix for build warning in execute-only support
2016-12-15 Prakhar BahugunaAllow ELF section flags to be specified numerically
2016-12-15 Prakhar Bahuguna[ARM] Implement execute-only support in CodeGen
2016-12-15 Sanjoy DasAdd missing -mtriple to MIR test case
2016-12-15 Yaxun LiuAttempt to fix llvm-readobj crash on ppc64 due to r289674
2016-12-15 Daniel JasperFix go bindings after r289702 (hopefully, don't really...
2016-12-15 Kostya Serebryany[libFuzzer] enable the failure-resistant merge by defau...
2016-12-15 Dylan McKay[AVR] Whitelist the avrlit config environment variables
2016-12-15 Hal FinkelRevert part of r289765 that is not necessary
2016-12-15 Hal FinkelTrying to fix NDEBUG build after r289764
2016-12-15 Hal FinkelFix argument attribute queries with bundle operands
2016-12-15 Sanjoy Das[MachineBlockPlacement] Don't make blocks "uneditable"
2016-12-15 Craig Topper[AVX-512][InstCombine] Add masked scalar FMA intrinsics...
2016-12-15 Hal FinkelFix iterator-invalidation issue
2016-12-15 Hal FinkelRemove the AssumptionCache
2016-12-15 Hal FinkelMake processing @llvm.assume more efficient by using...
2016-12-15 Eli FriedmanAdd testcases for some shuffle bugs.
2016-12-15 Nico WeberFix test/tools/lto/hide-linkonce-odr.ll after r289719
2016-12-15 Justin Lebar[NVPTX] Remove dead #defines from NVPTXUtilities.h.
2016-12-15 Joerg SonnenbergerUse PIC relocation model as default for PowerPC64 ELF.
2016-12-14 Justin Lebar[AMDGPU] Fix runtime-metadata.ll test so it doesn't...
2016-12-14 Justin Lebar[NVPTX] Remove dead code.
2016-12-14 Sanjay Patel[DAG] allow more select folding for targets that have...
2016-12-14 Davide Italiano[gold] Add datalayout to two tests where it was missing.
2016-12-14 Eugene Zelenko[Hexagon] Fix some Clang-tidy modernize and Include...
2016-12-14 Greg ClaytonAdd the ability to get attribute values as Optional<T>
2016-12-14 Justin LebarWhitespace cleanup in test/CodeGen/NVPTX/annotations.ll.
2016-12-14 Justin Lebar[NVPTX] Support .maxnreg annotation.
2016-12-14 Justin Lebar[NVPTX] Remove string constants from NVPTXBaseInfo.h.
2016-12-14 Peter CollingbourneLibDriver: Reject inputs that are not COFF objects...
2016-12-14 Dehao ChenOnly sets profile summary when it was not preset.
2016-12-14 Dehao ChenFix the bug in r289714 (NFC).
2016-12-14 Jan SjodinRevert revision 289721.
2016-12-14 Jan SjodinDummy commit.
2016-12-14 Davide Italiano[LTO] Add the missing datalayout in a test.
2016-12-14 Davide Italiano[LTO] Reject modules without datalayout.
2016-12-14 Filipe Cabecinhas[asan] Don't skip instrumentation of masked load/store...
2016-12-14 Filipe Cabecinhas[asan] Hook ClInstrumentWrites and ClInstrumentReads...
2016-12-14 Dehao ChenCreate SampleProfileLoader pass in llvm instead of...
2016-12-14 Eli Friedman[ARM] Split 128-bit vectors in BUILD_VECTOR lowering
2016-12-14 Nico Weberfix gcc warning about a superfluous ;
2016-12-14 Robert Lougher[InstCombine] Folding of a compare with RHS const shoul...
2016-12-14 Eli Friedman[ARM] Add ARMISD::VLD1DUP to match vld1_dup more consis...
2016-12-14 Amjad Aboud[DebugInfo] Changed DIBuilder::createCompileUnit()...
2016-12-14 Yaxun LiuFix build failure due to r289674 on certain systems
2016-12-14 Robert Lougher[InstCombine] Folding of a binop with RHS const should...
2016-12-14 David BlaikieDebugInfo: Improve type safety and simplify some subpro...
next