OSDN Git Service

android-x86/external-llvm.git
2019-03-12 Eugene Leviant[llvm-objcopy] Remove unneeded checks. NFC
2019-03-12 Simon PilgrimRevert rL355906: [SLP] Remove redundancy of performing...
2019-03-12 Simon PilgrimTry to fix SLPVectorizer BoUpSLP::BoEdgeInfo::dump...
2019-03-12 Sam Parker[ARM][NFC] Delete original smlad tests
2019-03-12 Sam Parker[ARM][NFC] Move smlad tests
2019-03-12 Simon Pilgrim[SLP] Remove redundancy of performing operand reorderin...
2019-03-12 Fangrui Song[SimplifyLibCalls] Fix comments about fputs, memchr...
2019-03-12 Eugene Leviant[CGP] Fix UB when GEP is bound to trivial PHINode
2019-03-12 David Stuttard[AMDGPU] Add support for immediate operand for S_ENDPGM
2019-03-12 Sjoerd Meijer[TTI] Enable analysis of clib functions in getIntrinsic...
2019-03-12 Simon Tatham[TableGen] Allow 2^63-1 and 2^63-2 as int literals.
2019-03-12 Alex Bradbury[RISCV] Add test cases for the lp64 ABI
2019-03-12 Raphael IsemannFix git-llvm crashing when trying to remove directory...
2019-03-12 Kristina BrooksVery minor typo. NFC
2019-03-12 Peter Collingbournellvm-objcopy: Remove unused field. NFCI.
2019-03-12 Sanjoy DasReland "Relax constraints for reduction vectorization"
2019-03-11 Nathan LanzaAdd Swift enumerator value for CodeView::SourceLanguage
2019-03-11 David BlaikieHexagon RDF: Replace function template (plus explicit...
2019-03-11 Sanjoy DasRevert "Relax constraints for reduction vectorization"
2019-03-11 Craig Topper[X86] Remove ProcModel and ProcFeatures tablegen classe...
2019-03-11 Jessica PaquetteRecommit "[GlobalISel][AArch64] Add selection support...
2019-03-11 Evgeniy StepanovRemove ASan asm instrumentation.
2019-03-11 Alex Bradbury[RISCV] Do a sign-extension in a compare-and-swap of...
2019-03-11 Sanjoy DasRelax constraints for reduction vectorization
2019-03-11 Alex Bradbury[RISCV] Allow fp as an alias of s0
2019-03-11 Jessica Paquette[GlobalISel][AArch64] Always fall back on aarch64.neon...
2019-03-11 Alex Bradbury[RISCV][NFC] Convert some MachineBaiscBlock::iterator...
2019-03-11 Nico WeberRemove esan.
2019-03-11 Nikita Popov[SDAG][AArch64] Legalize VECREDUCE
2019-03-11 Nico Webergn build: Merge r355777
2019-03-11 Nico Webergn build: Merge r355835
2019-03-11 Nico Webergn build: Merge r355834
2019-03-11 Jonas Paulsson[RegAlloc] Avoid compile time regression with multiple...
2019-03-11 Brian Gesiak[coroutines][PR40979] Ignore unreachable uses across...
2019-03-11 Michael TrentDetect malformed LC_LINKER_COMMANDs in Mach-O binaries
2019-03-11 Simon Pilgrim[X86] Extend widening comparison test.
2019-03-11 Jinsong Ji[NFC][PowerPC] Add comment for PPCAsmPrinter::printOperand
2019-03-11 Simon Pilgrim[DAG] FoldSetCC - reuse valuetype + ensure its simple.
2019-03-11 Brian Gesiak[Utils] Extract EliminateUnreachableBlocks (NFC)
2019-03-11 Simon Pilgrim[DAG] Move SetCC NaN handling into FoldSetCC
2019-03-11 Stanislav MekhanoshinUse bitset for assembler predicates
2019-03-11 Craig Topper[TableGen] Replace a dyn_cast with isa to avoid an...
2019-03-11 Stanislav Mekhanoshin[AMDGPU] Mark enum types in SIDefines.h as unsigned
2019-03-11 Jeremy Morse[SimplifyCFG] Retain debug info when threading jumps...
2019-03-11 George Rimar[yaml2obj] - Simplify. NFC.
2019-03-11 Simon Pilgrim[DAG] TargetLowering::SimplifySetCC - call FoldSetCC...
2019-03-11 Petar Jovanovic[MIPS][microMIPS] Add a pattern to match TruncIntFP
2019-03-11 Sam Parker[CGP] Limit distance between overflow math and cmp
2019-03-11 Jeremy Morse[JumpThreading] Retain debug info when replacing branch...
2019-03-11 George Rimar[llvm-objcopy] - Fix --compress-debug-sections when...
2019-03-11 Benjamin Kramer[MIPS GlobalISel] Silence uninitialized variable warning
2019-03-11 Petar Avramovic[MIPS GlobalISel] NarrowScalar G_UMULH
2019-03-11 Petar Avramovic[MIPS GlobalISel] NarrowScalar G_MUL
2019-03-11 Pavel LabathAttempt to fix build errors caused by r355812
2019-03-11 Pavel Labath[Support/Endian] Add support for endian-specific enums
2019-03-11 Craig Topper[X86] Enable sse2_cvtsd2ss intrinsic to use an EVEX...
2019-03-11 Craig Topper[X86] Remove apparently unneeded patterns for storing...
2019-03-11 Craig Topper[X86] Use 'UseAVX' in place of 'HasAVX, NoAVX512'. NFC
2019-03-11 Craig Topper[X86] Add SCALAR_SINT_TO_FP/SCALAR_UINT_TO_FP ISD opcod...
2019-03-11 Craig Topper[X86] Split SCALEF(S) ISD opcodes into a version withou...
2019-03-11 Craig Topper[X86] Split RCP28/RSQRT/GETEXP/EXP2 ISD opcodes into...
2019-03-11 Craig Topper[X86] Rename _RND versions of RANGE/REDUCE/GETMANT...
2019-03-11 Craig Topper[X86] Rename X86ISD::CVTPH2PS_RND to CVTPH2PS_SAE....
2019-03-11 Craig Topper[X86] Rename the CVTT*_RND ISD nodes to _SAE and remove...
2019-03-11 Craig Topper[X86] Rename X86ISD::CMPM_RND and X86ISD::FSETCCM_RND...
2019-03-11 Craig Topper[X86] Split the VFIXUPIMM/VFIXUPIMMS nodes into a curre...
2019-03-11 Craig Topper[X86] Begin removing matching of FROUND_CURRENT and...
2019-03-11 Zi Xuan Wu[PowerPC] Remove the override of isMachineVerifierClean...
2019-03-11 Amaury SechetAdd test case for add to sub post legalization. NFC
2019-03-11 Craig Topper[X86] Remove unneeded isel patterns from VCVTSI2SDZ...
2019-03-11 Craig Topper[X86] Remove VCVTSI2SDZrrb_Int as it shouldn't exist.
2019-03-11 Amaury SechetRemove redundant extractBooleanFlip argument. NFC
2019-03-10 Sanjay Patel[x86] add x86-specific opcodes to extractelement scalar...
2019-03-10 Sanjay Patel[CGP] fix comments; NFC
2019-03-10 Craig Topper[X86] Remove unused variable. NFC
2019-03-10 Craig Topper[X86] Make lowering of intrinsics with rounding mode...
2019-03-10 Craig Topper[X86] Remove dead code from the handler for INTR_TYPE_S...
2019-03-10 Nikita Popov[AArch64] Add tests for saddsat/ssubsat; NFC
2019-03-10 Craig Topper[TableGen] Make CheckImmAllOnesVMatcher and CheckImmAll...
2019-03-10 Craig TopperRecommit r355224 "[TableGen][SelectionDAG][X86] Add...
2019-03-10 Petr Hosek[runtime] Use --strip-all rather than --strip-sections
2019-03-10 Shoaib Meenai[git-llvm] Only use --force-interactive when supported
2019-03-09 Nikita Popov[ValueTracking] Move constant range computation into...
2019-03-09 Nikita Popov[ARM] Use non-constant operand in umulo-32.ll; NFC
2019-03-09 Nikita Popov[ARM] Generate test checks for umulo-32.ll; NFC
2019-03-09 Alex Bradbury[RISCV][NFC] Minor refactoring of CC_RISCV
2019-03-09 Alex Bradbury[RISCV][NFC] Split out emitSelectPseudo from EmitInstrW...
2019-03-09 Alex Bradbury[RISCV] Support -target-abi at the MC layer and for...
2019-03-09 Thomas Lively[WebAssembly] Use named operands to identify loads...
2019-03-09 Amaury SechetRefactor isBooleanFlip into extractBooleanFlip so that...
2019-03-09 Sanjay Patel[x86] add tests for extract of FP select; NFC
2019-03-09 Craig Topper[ScalarizeMaskedMemIntrin] Use IRBuilder functions...
2019-03-09 Petr Hosek[CMake] Support stripping and linking output to .build...
2019-03-08 Wei MiRename a local variable counter to Counter.
2019-03-08 Wei Mi[RegisterCoalescer][NFC] bind a DenseMap access to...
2019-03-08 Craig Topper[ScalarizeMaskedMemIntrin] Only set the ModifiedDT...
2019-03-08 Ana Pazos[RISCV] Allow access to FP CSRs without F extension
2019-03-08 Rong Xu[CodeGenPrepare] Fix ModifiedDT flag in optimizeSelectInst
2019-03-08 Mitch Phillips[Go / ASAN] Disable Go bindings for ASAN tests.
2019-03-08 Amara Emerson[AArch64][GlobalISel] Fix i1 arguments not being zero...
next