OSDN Git Service

android-x86/external-llvm.git
2017-04-20 Craig Topper[InstCombine] Use APInt::intersects and APInt::isSubset...
2017-04-20 Chad Rosier[AArch64] Whitespace/ordering fixes for Falkor machine...
2017-04-20 Chad Rosier[AArch64] Refine Falkor machine description for pre...
2017-04-20 Sanjay Patel[InstCombine] allow ashr/lshr demanded bits folds with...
2017-04-20 Craig Topper[InstCombine] Use APInt::isSubsetOf to simplify some...
2017-04-20 Sanjay Patel[InstCombine] add tests for demanded bits ashr/lshr...
2017-04-20 Adrian PrantlDon't emit locations that need a DW_OP_stack_value...
2017-04-20 Benjamin Kramer[Support] Make asan poisoning for recyclers more aggres...
2017-04-20 Benjamin KramerRemove stray ^S. NFC.
2017-04-20 Paul Robinson[DWARF] Fix a couple of typos
2017-04-20 Tim NorthoverARM: handle post-indexed NEON ops where the offset...
2017-04-20 Adrian McCarthyVarStreamArrayIterator needed non-const operator* overload.
2017-04-20 Craig Topper[InstCombine] Remove redundant code from SimplifyDemand...
2017-04-20 Paul Robinson[DWARF] Versioning for DWARF constants; verify FORMs
2017-04-20 Benjamin Kramer[go bindings] Rmove duplicated conversion function...
2017-04-20 Chad Rosier[AArch64] Improve scheduling of logical operations...
2017-04-20 Weiming Zhao[Thumb-1] Fix corner cases for compressed jump tables
2017-04-20 Davide Italiano[CodeExtractor] Remove a bunch of unneeded constructors.
2017-04-20 Benjamin Kramer[Recycler] Add asan/msan annotations.
2017-04-20 Benjamin KramerFix use-after-frees on memory allocated in a Recycler.
2017-04-20 Artyom SkrobovFixing outdated comment [NFC]
2017-04-20 Andrew KaylorFix formatting of constrained FP intrinsic documentation
2017-04-20 Yaxun LiuCodeGen: Let frame index value type match alloca addr...
2017-04-20 Reid KlecknerRemove duplicate AttributeList::removeAttributes implem...
2017-04-20 Sanjay Patel[DAGCombiner] use more local variables in isAlias(...
2017-04-20 Sam Clegg[WebAssembly] Add known failures for wasm object file...
2017-04-20 Zachary TurnerResubmit "[BitVector] Add operator<<= and operator...
2017-04-20 Craig Topper[APInt] Rename getSignBit to getSignMask
2017-04-20 Amara Emerson[SVE] Fix mismatched sign comparison warning in unit...
2017-04-20 Sanjay Patel[DAGCombiner] fix variable names in isAlias(); NFCI
2017-04-20 Zachary TurnerRevert "[BitVector] Add operator<<= and operator>>=."
2017-04-20 Craig Topper[APInt] Add isSubsetOf method that can check if one...
2017-04-20 Sanjay Patel[DAGCombiner] give names to repeated calcs in isAlias...
2017-04-20 Craig TopperIn SimplifyDemandedUseBits, use computeKnownBits direct...
2017-04-20 Zachary Turner[BitVector] Add operator<<= and operator>>=.
2017-04-20 Daniel Sanders[globalisel] Enable tracing the legalizer with --debug...
2017-04-20 Amaury SechetIntroduce LLVMDIBuilderRef
2017-04-20 Amara Emerson[MVT][SVE] Scalable vector MVTs (3/3)
2017-04-20 Amara Emerson[MVT][SVE] Scalable vector MVTs (2/3)
2017-04-20 Petar Jovanovic[mips][msa] Mask vectors holding shift amounts
2017-04-20 Amara Emerson[MVT][SVE] Scalable vector MVTs (1/3)
2017-04-20 John Brawn[ARM] Fix handling of mapping symbols when changing...
2017-04-20 John Brawn[AArch64] Fix handling of zero immediate in fmov instru...
2017-04-20 John Brawn[AArch64] Fix handling of integer fp immediates
2017-04-20 Diana Picus[ARM] Rename HW div feature to HW div Thumb. NFCI.
2017-04-20 Craig Topper[APInt] In slt/sgt(uint64_t), only call getMinSignedBit...
2017-04-20 Craig Topper[APInt] Call the slow case counting methods directly...
2017-04-20 Craig Topper[SelectionDAG] Fix another place that was passing a...
2017-04-20 Craig Topper[SelectionDAG] Use getActiveBits() and countTrailingZer...
2017-04-20 Craig TopperRecommit "[APInt] Add back the asserts that check that...
2017-04-20 Craig TopperRevert r300811 "[APInt] Add back the asserts that check...
2017-04-20 Craig Topper[APInt] Implement APInt::intersects without creating...
2017-04-20 Craig Topper[APInt] Add back the asserts that check that the APInt...
2017-04-20 Serge PavlovDo not run frame verification if target does not use...
2017-04-20 Ahmed BougachaRevert "[libFuzzer] XFAIL fuzzer-oom.test on Darwin."
2017-04-19 Kostya Serebryany[libFuzzer] extend help for -minimize_crash to cover...
2017-04-19 Craig Topper[APInt] Implement operator==(uint64_t) similar to ugt...
2017-04-19 Craig Topper[APInt] Don't call getActiveBits() in ult/ugt(uint64_t...
2017-04-19 Sanjoy DasStatepoint Docs: fix incorrect uses of it's
2017-04-19 Craig Topper[APInt] Use ugt(uint64_t) for the compare in getLimited...
2017-04-19 Reid Kleckner[DAE] Simplify attribute list creation, NFC
2017-04-19 Kuba MracekRevert r300789: There are Windows bot failures.
2017-04-19 Adrian PrantlFix bug that caused DwarfExpression to drop DW_OP_deref...
2017-04-19 Adrian PrantlRevert "Fix bug that caused DwarfExpression to drop...
2017-04-19 Kannan NarayananRevert earlier change. ds permute operations affect...
2017-04-19 Adrian PrantlFix bug that caused DwarfExpression to drop DW_OP_deref...
2017-04-19 Kuba Mracek[libFuzzer] Always build libFuzzer
2017-04-19 Reid Kleckner[GlobalOpt] Simplify attribute code stripping nest...
2017-04-19 Reid KlecknerSimplify test for sret attribute in instcombine
2017-04-19 Galina KistanovaTemporarily revert r299221 to fix nondeterminism in...
2017-04-19 Philip ReamesRefresh the statepoint docs a bit
2017-04-19 Matthias BraunX86FrameLowering: Fix getFrameIndexReference() for...
2017-04-19 Eugene Zelenko[Object] Fix some Clang-tidy modernize and Include...
2017-04-19 Kostya Serebryany[sanitizer-coverage] remove some more stale code
2017-04-19 Evgeniy StepanovRemove two unused variables (-Werror).
2017-04-19 Craig Topper[APInt] Cast more calls to add/sub/mul overflow functio...
2017-04-19 Sanjay Patel[DAG] add splat vector support for 'or' in SimplifyDema...
2017-04-19 Kostya Serebryany[sanitizer-coverage] remove stale code
2017-04-19 Kostya Serebryany[libFuzzer] remove -output_csv option. It duplicates...
2017-04-19 Sanjay Patel[DAG] add splat vector support for 'xor' in SimplifyDem...
2017-04-19 Matthias BraunARMFrameLowering: Reserve emergency spill slot for...
2017-04-19 Craig Topper[APInt] Cast calls to add/sub/mul overflow methods...
2017-04-19 Simon Pilgrim[InstCombine] Add frem constant folding test (PR3316)
2017-04-19 Matt ArsenaultAMDGPU: Custom lower illegal small select types
2017-04-19 Dehao ChenCode style change as suggested in https://reviews.llvm...
2017-04-19 Eli Friedman[ARM] Remove redundant computeKnownBits helper.
2017-04-19 Aditya Nandakumar[GISEL]: Move getConstantVReg to Utils
2017-04-19 Simon Pilgrim[InstCombine] Add frem constant folding test (PR32177)
2017-04-19 Eli Friedman[ARM] Use TableGen patterns to select vtbl. NFC.
2017-04-19 Craig Topper[APInt] Use SignExtend64 instead of reinventing it...
2017-04-19 Eli Friedman[SCEV] Make SCEV or modeling more aggressive.
2017-04-19 Dehao ChenUsing address range map to speedup finding inline stack...
2017-04-19 Dehao ChenUpdate the madd.ll test with utils/update_llc_test_chec...
2017-04-19 Dehao ChenPR32710: Disable using PMADDWD for unsigned short.
2017-04-19 Matt ArsenaultAMDGPU: Don't emit amd_kernel_code_t for callable functions
2017-04-19 Aditya Nandakumar[tblgen] GCC/MS builtin to target intrisics map.
2017-04-19 Artem Tamazov[AMDGPU][mc][tests][NFC] Update bulk ISA tests for...
2017-04-19 Matt ArsenaultStructurizeCFG: Directly invert cmp instructions
2017-04-19 Sanjoy Das[GVN] Don't coerce non-integral pointers to integers...
2017-04-19 Richard SmithUpdate comment to match r300252.
next