OSDN Git Service

android-x86/external-llvm.git
2017-04-21 Daniel Sanders[globalisel][tablegen] Attempt to fix builds on old...
2017-04-21 Daniel Sanders[globalisel][tablegen] Import SelectionDAG's rule predi...
2017-04-21 Clement Courbettypo
2017-04-21 Clement Courbetadd skylake
2017-04-21 Clement Courbetadd 32 bit tests
2017-04-21 Clement Courbetuse repmovsb when optimizing forminsize
2017-04-21 Clement CourbetRename FastString flag.
2017-04-21 Clement Courbetadd more tests
2017-04-21 Clement CourbetX86 memcpy: use REPMOVSB instead of REPMOVS{Q,D,W}...
2017-04-21 George Rimar[DWARF] - Refactoring: localize handling of relocations...
2017-04-21 Clement CourbetDelete dead code
2017-04-21 Artyom Skrobov[Thumb1] The recently added tADCS and tSBCS pseudo...
2017-04-21 Serguei Katkov[AsmWriter] Eliminate warning. NFC
2017-04-21 George Burgess IV[MSSA] Clean up the updater a bit. NFC
2017-04-21 Davide Italiano[PartialInliner] Fix crash when inlining functions...
2017-04-21 Serguei Katkov[BPI] Add multiplication by scalar operators to BranchP...
2017-04-21 Serguei Katkov[AsmWriter/APFloat] FP constant printing: Avoid usage...
2017-04-21 Akira HatanakaRevert r300932 and r300930.
2017-04-21 Akira Hatanaka[AArch64] Use suffix ULL to shift a 64-bit value.
2017-04-21 Davide Italiano[CodeExtractor] Remove an unneeded level of indirection...
2017-04-21 Akira Hatanaka[AArch64] Improve code generation for logical instructi...
2017-04-20 Eli FriedmanRevert r300746 (SCEV analysis for or instructions).
2017-04-20 Craig Topper[InstCombine] Remove the zextOrTrunc from ShrinkDemande...
2017-04-20 Matthias BraunX86RegisterInfo: eliminateFrameIndex: Avoid code duplic...
2017-04-20 Matthias BraunX86RegisterInfo: eliminateFrameIndex: Force SP for...
2017-04-20 Sanjoy DasFix typo in comment
2017-04-20 Akira HatanakaRevert "[AArch64] Improve code generation for logical...
2017-04-20 Craig Topper[Simplify] Add testcase to show that merging conditiona...
2017-04-20 Akira Hatanaka[AArch64] Improve code generation for logical instructi...
2017-04-20 Sanjay Patel[InstCombine] function names start with lower-case...
2017-04-20 Sanjay Patel[InstCombine] allow shl+shr demanded bits folds with...
2017-04-20 Sanjay Patel[InstCombine] add tests for shl+shr demanded bits splat...
2017-04-20 Tim NorthoverAArch64: lower "fence singlethread" to a pure compiler...
2017-04-20 Tim NorthoverARM: lower "fence singlethread" to a pure compiler...
2017-04-20 Xinliang David LiUse basicblock split block utility function
2017-04-20 Sanjay Patel[InstCombine] allow shl demanded bits folds with splat...
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...
next