OSDN Git Service

android-x86/external-llvm.git
2019-04-12 Alina Sbirlea[MemorySSA] Add previous def to cache when found, even...
2019-04-12 Amara Emerson[AArch64][GlobalISel] Fix a crash when selecting shuffl...
2019-04-12 Thomas Lively[WebAssembly] Add mutable-globals to bleeding-edge CPU
2019-04-12 Nikita Popov[ConstantRange] Clarify makeGuaranteedNoWrapRegion...
2019-04-12 Alina Sbirlea[SCEV] Add option to forget everything in SCEV.
2019-04-12 Alina Sbirlea[MemorySSA] Small fix for the clobber limit.
2019-04-12 Philip Reames[InstCombine] Fix a nasty miscompile introduced w/maske...
2019-04-12 Nikita Popov[CVP] Set NSW/NUW flags when simplifying with.overflow
2019-04-12 Nikita Popov[KnownBits] Add computeForAddCarry()
2019-04-12 Philip Reames[Tests] Checkin a test demonstrating a miscompile so...
2019-04-12 Lang HamesSimplify decoupling between RuntimeDyld/RuntimeDyldChec...
2019-04-12 Brendon Cahoon[Hexagon] Fix reuse bug in Vector Loop Carried Reuse...
2019-04-12 Sanjay Patel[DAGCombiner] narrow shuffle of concatenated vectors
2019-04-12 Zachary Turner[PDB Docs] Add some prose describing public and global...
2019-04-12 Hiroshi YamauchiAdd options for MaxLoadsPerMemcmp(OptSize).
2019-04-12 Simon Pilgrim[X86][SSE] Recognise vXi1 boolean anyof/allof reduction...
2019-04-12 Hans WennborgRevert r358268 "[DebugInfo] DW_OP_deref_size in PrologE...
2019-04-12 Eugene Leviant[llvm-objcopy] Fill .symtab_shndx section correctly
2019-04-12 Fangrui SongUse llvm::upper_bound. NFC
2019-04-12 Kang Zhang[PowerPC] Add initialization for some ppc passes
2019-04-12 Jeremy Morse[DebugInfo] Fix pr41175 Dead Store Elimination missing...
2019-04-12 Markus Lavin[DebugInfo] DW_OP_deref_size in PrologEpilogInserter.
2019-04-12 Hans WennborgFix missing arguments in tutorial
2019-04-12 Eric ChristopherMove getNumFrameInfos and getDwarfFrameInfos out of...
2019-04-12 Eric ChristopherAdd explicit dependencies on MCSection.h and MCDwarf...
2019-04-12 Fangrui Song[ConstantFold] Don't evaluate FP or FP vector casts...
2019-04-12 Eric ChristopherRevert "[PowerPC] Add initialization for some ppc passes"
2019-04-12 Xing GUO[llvm-readobj] Change variables' name to match LLVM...
2019-04-12 Eric ChristopherMove addInitialFrameState out of line and remove the...
2019-04-12 Craig Topper[TargetLowering][X86] Teach SimplifyDemandedBits to...
2019-04-12 Kang Zhang[PowerPC] Add initialization for some ppc passes
2019-04-12 Eric ChristopherMove addFrameInst out of line and remove the MCDwarf...
2019-04-12 Eric ChristopherInclude what's used in a few cpp files - these were...
2019-04-12 Zi Xuan Wu[PowerPC] More precise exploitation of P9 maddld instru...
2019-04-12 Fangrui SongMCDwarfLineTableheader::tryGetFile : replace a loop...
2019-04-12 Eric ChristopherMove a couple of optional references to just optional...
2019-04-12 Fangrui Song[MC] Fix typo: .symtab_shndxr -> .symtab_shndx
2019-04-12 Fangrui SongUse llvm::lower_bound. NFC
2019-04-12 Eric ChristopherRemove a parameter that was being passed around that...
2019-04-11 Nico Weberllvm-undname: Use UNREACHABLE after exhaustive switch...
2019-04-11 Nico Weberllvm-undname: Name a bool param, no behavior change
2019-04-11 Nico Weberllvm-undname: Fix out-of-bounds read on invalid intrins...
2019-04-11 Nico Weberllvm-undname: Don't crash on incomplete enum tag manglings
2019-04-11 Nico Weberllvm-undname: Fix crash on incomplete virtual this...
2019-04-11 Nick Desaulniers[X86AsmPrinter] refactor static functions into private...
2019-04-11 Nico Weberllvm-undname: Fix crash on invalid name in a template...
2019-04-11 Brendon Cahoon[Pipeliner] Fix incorrect loop carried dependence calcu...
2019-04-11 Nikita Popov[CVP] Generate full test checks for overflows.ll; NFC
2019-04-11 Nikita Popov[ConstantRange] Add unsignedMulMayOverflow()
2019-04-11 Nikita Popov[ConstantRangeTest] Fix typos in test names; NFC
2019-04-11 Pengxuan Zheng[cmake] Fix dependency issue in TableGen
2019-04-11 Rong Xu[PGO] Better handling of profile hash mismatch
2019-04-11 Amara Emerson[AArch64][GlobalISel] Flesh out vector load/store suppo...
2019-04-11 Amara Emerson[AArch64][GlobalISel] Legalization and ISel support...
2019-04-11 Aaron Smith[DebugInfo] Combine Trivial and NonTrivial flags
2019-04-11 Craig Topper[X86] Restrict vselect handling in scalarizeExtEltFP...
2019-04-11 Craig Topper[X86] Add 32-bit command line to extractelement-fp...
2019-04-11 Craig Topper[X86] Add patterns for using movss/movsd for atomic...
2019-04-11 Craig TopperRecommit r358211 "[X86] Use FILD/FIST to implement...
2019-04-11 Craig TopperRevert r358211 "[X86] Use FILD/FIST to implement i64...
2019-04-11 Craig Topper[X86] Use FILD/FIST to implement i64 atomic load on...
2019-04-11 Craig Topper[X86] Pre-commit i64 volatile test case for D60156...
2019-04-11 Ali TamurRevert "Use llvm::lower_bound. NFC"
2019-04-11 Zachary TurnerFix sphinx documentation warning.
2019-04-11 Zachary Turner[PDB Docs] Add skeleton of documentation for CodeView...
2019-04-11 Kevin P. NealNew document skeleton describing how to add a constrain...
2019-04-11 Simon Pilgrim[ConstantFold] ExtractConstantBytes - handle shifts...
2019-04-11 Sanjay Patel[DAGCombiner] refactor narrowing of extracted vector...
2019-04-11 Simon Pilgrim[X86] SimplifyDemandedVectorElts - add X86ISD::VPERMV3...
2019-04-11 Serge GueltonMake llvm-nm -help great again
2019-04-11 Roger Ferrer... [RISCV] Diagnose invalid second input register operand...
2019-04-11 Simon Pilgrim[X86][AVX] Tweak X86ISD::VPERMV3 demandedelts test
2019-04-11 Luo, Yuanke[X86] Add MM register mapping from CodeView to MC regis...
2019-04-11 Michal Gorny[llvm] [lit] Add target-x86* features
2019-04-11 Pavel LabathYAMLIO: Fix serialization of strings with embedded...
2019-04-11 Simon Pilgrim[X86][AVX] Add X86ISD::VPERMV3 demandedelts test
2019-04-11 Simon Pilgrim[X86] SimplifyDemandedVectorElts - add X86ISD::VPERMV...
2019-04-11 Simon Pilgrim[X86][AVX] Add X86ISD::VPERMV demandedelts test
2019-04-11 Sanjay Patel[DAGCombiner][x86] scalarize inserted vector FP ops
2019-04-11 Diogo N. Sampaio[AArch64] Add lowering pattern for llvm.aarch64.neon...
2019-04-11 Simon Pilgrim[X86] SimplifyDemandedVectorElts - add X86ISD::VPERMILP...
2019-04-11 Simon Pilgrim[X86][AVX] Add X86ISD::VPERMILPV demandedelts tests
2019-04-11 Simon Pilgrim[X86] SimplifyDemandedVectorElts - add X86ISD::VPERMIL2...
2019-04-11 Simon Pilgrim[X86][XOP] Add X86ISD::VPERMIL2 demandedelts test
2019-04-11 Simon Pilgrim[X86] SimplifyDemandedVectorElts - add VPPERM support
2019-04-11 Sander de Smalen[ValueTracking] Change if-else chain into switch in...
2019-04-11 Oliver StannardTest commit access
2019-04-11 Fangrui SongUse llvm::lower_bound. NFC
2019-04-11 Andrea Di Biagio[MCA] Remove wrong comments from a test. NFC
2019-04-11 Ilya Biryukov[ADT] Fix template parameter names of llvm::{upper...
2019-04-11 Hans Wennborgtry to fix the sphinx build some more
2019-04-11 Hans WennborgTry to fix the shpinx build
2019-04-11 Roman Lebedev[llvm-exegesis] Fix serialization/deserialization of...
2019-04-11 Shiva Chen[RISCV] Put data smaller than eight bytes to small...
2019-04-11 Fangrui Song[DWARF] Set discriminator to 0 for DW_LNS_copy
2019-04-10 Erik PilkingtonFix a hang when lowering __builtin_dynamic_object_size
2019-04-10 Amara Emerson[AArch64][GlobalISel] Make <2 x p0> = G_BUILD_VECTOR...
2019-04-10 Amara Emerson[AArch64][GlobalISel] Add legalizer support for <8...
2019-04-10 Amara Emerson[AArch64][GlobalISel] Scalarize vector SDIV.
2019-04-10 Craig Topper[X86] Add SSE1 command line to atomic-fp.ll and atomic...
next