OSDN Git Service

android-x86/external-llvm.git
2017-04-21 Hans WennborgRevert r301040 "X86: Don't emit zero-byte functions...
2017-04-21 Hans WennborgX86: Don't emit zero-byte functions on Windows
2017-04-21 Zachary TurnerAdd a dependency from llvm/test to llvm-cvtres.
2017-04-21 Tim NorthoverAArch64: add test for "fence singlethread"
2017-04-21 Tim NorthoverARM: make sure we use all entries in a vector before...
2017-04-21 Sanjay Patel[InstCombine] revert r300977 and r301021
2017-04-21 Zachary TurnerFixed a type conversion error in BitVector.
2017-04-21 Zachary Turner[BitVector] Make BitVector store an ArrayRef.
2017-04-21 Adrian Prantltypo
2017-04-21 Konstantin... AMDGPU/GFX9: Enable FastFMAF32
2017-04-21 Konstantin... AMDGPU: Temporarily disable packed inlinable literals...
2017-04-21 Konstantin... AMDGPU: Fix S_PACK_HH_B32_B16
2017-04-21 Yaxun Liu[AMDGPU] Handle SI_MASKED_UNREACHABLE in instruction...
2017-04-21 Matthias BraunRevert "X86RegisterInfo: eliminateFrameIndex: Avoid...
2017-04-21 Konstantin... AMDGPU: Do not lower fast unsafe div for safe, f32...
2017-04-21 Sanjay Patel[InstCombine] use isSubsetOf() for efficiency
2017-04-21 Akira Hatanaka[AArch64] Improve code generation for logical instructi...
2017-04-21 Artur Pilipenko[InstCombine] fadd double (sitofp x), y check that...
2017-04-21 Kuba MracekFixup for r301007: Restrict the -D hack to Darwin.
2017-04-21 Zachary Turner[BitVector] Add find_last() and find_last_unset().
2017-04-21 Kuba MracekRevert r301010: Bot failures on Windows, NetBSD and...
2017-04-21 Kuba Mracek[libFuzzer] Always build libFuzzer
2017-04-21 Kuba Mracek[libFuzzer] Changing thread_local to __thread in libFuzzer
2017-04-21 Zachary TurnerAdd llvm-cvtres to LLVMBuild.txt
2017-04-21 Joel Jones[AArch64] Refactor instruction selection lowering for...
2017-04-21 Zachary TurnerAdd empty shell of llvm-cvtres.
2017-04-21 Tim NorthoverARM: don't try to create an i8 -> i32 vpaddl.
2017-04-21 Kuba Mracek[libFuzzer] Check for target(popcnt) capability before...
2017-04-21 Craig Topper[ValueTracking] Use APInt::setAllBits and APInt::inters...
2017-04-21 Craig Topper[APInt] Add compare/compareSigned methods that return...
2017-04-21 Juergen RibutzkaRemove empty and unused header file.
2017-04-21 Daniel Sanders[globalisel][tablegen] Import SelectionDAG's rule predi...
2017-04-21 Craig Topper[SimplifyCFG] Fix the determination of PostBB in condit...
2017-04-21 Wei Mi[ConstHoisting] Add BFI in constanthoisting pass and...
2017-04-21 Chad Rosier[AArch64][Falkor] Refine modeling of store-release...
2017-04-21 Joel Jones[Mips] Document Mips Backend Relocation Principles
2017-04-21 Chad Rosier[AArch64][Falkor] Refine resource needs of STRQ with...
2017-04-21 Matthew Simpson[LV] Model if-converted phi node costs
2017-04-21 Daniel SandersRevert r300964 + r300970 - [globalisel][tablegen] Impor...
2017-04-21 Sanjay Patel[InstCombine] prefer xor with -1 because 'not' is easie...
2017-04-21 Chad Rosier[AArch64][Falkor] Refine loads/stores that require...
2017-04-21 Chad Rosier[AArch64][Falkor] Fix number of microops for WriteSTIdx...
2017-04-21 Chad Rosier[AArch64] Fix a few missed pre/post-inc in Falkor.
2017-04-21 Diana Picus[ARM] GlobalISel: Add support for G_TRUNC
2017-04-21 Daniel Sanders[globalisel][tablegen] Try again to fix builds on old...
2017-04-21 Daniel SandersRevert: r300966 - [globalisel][tablegen] Attempt to...
2017-04-21 Diana Picus[ARM] GlobalISel: Make struct arguments fail elegantly
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
next