OSDN Git Service

android-x86/external-llvm.git
2019-07-04 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2019-07-04 Mikael Holmen[Remarks] Silence gcc warning by catching unhandled...
2019-07-04 David Green[ARM] Favour PL/MI over GE/LT when possible
2019-07-04 David Green[ARM] Added testing for D64160. NFC
2019-07-04 James Henderson[docs][llvm-dwarfdump] Remove unnecessary reference...
2019-07-04 Simon Tatham[TableGen] Allow DAG isel patterns to override default...
2019-07-04 David Green[ARM] MVE bitwise instruction patterns
2019-07-04 QingShan Zhang[NFC][PowerPC] Make the PowerPC scheduling strategy...
2019-07-04 Craig Topper[X86] Use pointer sized indices instead of i32 for...
2019-07-04 Dylan McKay[AVR] Fix tests after r363757
2019-07-04 Serguei Katkov[LoopPeel] Some small comment update. NFC.
2019-07-04 Fangrui Song[PowerPC] Support constraint code "ww"
2019-07-04 Alex Brachet[docs] [NFC] Removed excess spacing
2019-07-04 Chen Zheng[PowerPC] Hardware Loop branch instruction's condition...
2019-07-04 Francis Visoiu... [Remarks] Require an explicit format to the parser
2019-07-04 Francis Visoiu... [Remarks][NFC] Move the string table parsing out of...
2019-07-04 Derek Schuff[WebAssembly] Update test failure explanations
2019-07-04 Shoaib Meenai[MachO] Add valid architecture function
2019-07-04 Lang Hames[JITLink][ORC] Add EHFrameRegistrar interface, use...
2019-07-04 Reid KlecknerRevert [ThinLTO] Optimize writeonly globals out
2019-07-03 Derek Schuff[WebAssembly] Enable IndirectBrExpandPass
2019-07-03 Matt ArsenaultAMDGPU: Add pass to lower SGPR spills
2019-07-03 Eli Friedman[JumpThreading] Fix threading with unusual PHI nodes.
2019-07-03 Matt ArsenaultGlobalISel: Fix widenScalar for pointer typed G_MERGE_V...
2019-07-03 Francis Visoiu... [Bitcode] Move Bitstream to a separate library
2019-07-03 Guanzhong Chen[WebAssembly][NFC] simplify SjLj inline assembly test
2019-07-03 Thomas Lively[WebAssembly] Add option to emit passive segments
2019-07-03 Matt ArsenaultRevert "[AMDGPU] Kernel arg metadata: added support...
2019-07-03 JF BastienRevert "[llvm-ar][test] Add to MRI test coverage"
2019-07-03 Evgeniy StepanovTeach ValueTracking that aarch64.irg result aliases...
2019-07-03 Florian Hahn[LoopBase] Strengthen isLoopExiting by requiring that...
2019-07-03 Reid KlecknerTry to XFAIL mri-utf8.test on Mac
2019-07-03 Philip Reames[LFTR] Use SCEVExpander for the pointer limit case...
2019-07-03 Konstantin... [AMDGPU] Kernel arg metadata: added support for "__hip_...
2019-07-03 Philip Reames[LFTR] Remove a stray variable shadow *of the same...
2019-07-03 Philip Reames[LFTR] Style and comment changes to clarify the narrow...
2019-07-03 Philip Reames[LFTR] Sink the decision not use truncate scheme for...
2019-07-03 Jessica PaquetteFix precedence in assert from r364961
2019-07-03 Philip Reames[LFTR] Remove falsely generalized (dead) code [NFC]
2019-07-03 Philip Reames[LFTR] Hoist extend expressions outside of loops w...
2019-07-03 Alex Lorenz[macCatalyst] Print out macCatalyst in llvm-objdump...
2019-07-03 Jessica Paquette[GlobalISel][AArch64] Use getConstantVRegValWithLookThr...
2019-07-03 Robert Lougher[X86] Update test; NFC
2019-07-03 Robert Lougher[X86] Avoid SFB - Skip meta instructions
2019-07-03 Joel E. Denny[Bitcode] Update CHECK-DAG usage in tests
2019-07-03 Francis Visoiu... [CodeGen] Make branch funnels pass the machine verifier
2019-07-03 Simon Pilgrim[X86] ComputeNumSignBitsForTargetNode - add target...
2019-07-03 Roman Lebedev[NFC][InstCombine] onehot_merge.ll: add last few tests...
2019-07-03 Sanjay Patel[SLP] add tests for bitcasted vector pointer load; NFC
2019-07-03 Amaury SechetUse getAllOnesConstants instead of -1 in DAGCombiner...
2019-07-03 Philip Reames[SCEV] Preserve flags on add/muls in getSCEVATScope
2019-07-03 Amaury Sechet[DAGCombine] More diamong carry pattern optimization.
2019-07-03 Simon Pilgrim[X86][AVX] combineX86ShufflesRecursively - peek through...
2019-07-03 Teresa Johnson[ThinLTO] Fix gcc warnings from commit
2019-07-03 Sam Parker[ARM] Fix for NDEBUG builds
2019-07-03 Simon Pilgrim[X86][AVX] Combine vpermi(bitcast(x)) -> bitcast(vpermi(x))
2019-07-03 James Molloy[SelectionDAG] Propagate alias metadata to target intri...
2019-07-03 James Henderson[docs][llvm-objcopy] Write documentation for llvm-objcopy
2019-07-03 Simon Pilgrim[X86][AVX] combineX86ShuffleChainWithExtract - add...
2019-07-03 Eugene Leviant[ThinLTO] Optimize writeonly globals out
2019-07-03 Owen Reynolds[llvm-ar][test] Add to MRI test coverage
2019-07-03 Simon Atanasyan[mips] Mark general scheduling model as complete
2019-07-03 Simon Atanasyan[mips] Add missing atomic instructions to general sched...
2019-07-03 Simon Atanasyan[mips] Add missing microMIPS instructions to general...
2019-07-03 Simon Pilgrim[X86][SSE] lowerUINT_TO_FP_v2i32 - explicitly cast...
2019-07-03 Simon Pilgrim[X86][SSE] LowerINSERT_VECTOR_ELT - ensure insertion...
2019-07-03 Simon Pilgrim[X86][SSE] LowerScalarImmediateShift - ensure shift...
2019-07-03 Simon Atanasyan[mips] Add SIGRIE,GINVI,GINVT to general scheduling...
2019-07-03 Simon Atanasyan[mips] Add missing mips16 instructions to general sched...
2019-07-03 Simon Atanasyan[mips] Add missing MSA and ASE instructions to general...
2019-07-03 Simon Atanasyan[mips] Replace some itineraries by instructions in...
2019-07-03 Simon PilgrimFix uninitialized variable warnings. NFCI.
2019-07-03 Simon Pilgrim[X86] LowerFunnelShift - use modulo constant shift...
2019-07-03 Oliver Stannard[ARM] Thumb2: favor R4-R7 over R12/LR in allocation...
2019-07-03 Sven van HaastregtRemove some autoconf references from docs and comments
2019-07-03 Roman Lebedev[InstCombine] Y - ~X --> X + Y + 1 fold (PR42457)
2019-07-03 Roman Lebedev[Codegen][X86][AArch64][ARM][PowerPC] Inc-of-add vs...
2019-07-03 Eugene Leviant[SCEV][LSR] Prevent using undefined value in binops
2019-07-03 Alexander PotapenkoMSan: handle callbr instructions
2019-07-03 Serguei Katkov[LoopPeel] Re-factor llvm::peelLoop method. NFC.
2019-07-03 Jordan RupprechtRevert [InlineCost] cleanup calculations of Cost and...
2019-07-03 Teresa Johnson[ThinLTO] Reenable test with workaround for known failure
2019-07-03 Michael Liao[AMDGPU] Enable serializing of argument info.
2019-07-03 Amara Emerson[AArch64][GlobalISel] Overhaul legalization & isel...
2019-07-03 Chen Zheng[PowerPC] exclude ICmpZero in LSR if icmp can be replac...
2019-07-03 Alex Lorenz[triple] Use 'macabi' environment name for the Mac...
2019-07-03 Nilanjana BasuRevert Changing CodeView debug info type record represe...
2019-07-03 Jonas Devlieghere[VFS] Add reverse iterator to OverlayFileSystem
2019-07-03 Guanzhong Chen[WebAssembly] Prevent inline assembly from being mangle...
2019-07-03 Matt ArsenaultCodeGen: Set hasSideEffects = 0 on BUNDLE
2019-07-03 Matt ArsenaultAMDGPU: Look through bundles for existing waitcnts
2019-07-03 Nilanjana BasuChanging CodeView debug info type record representation...
2019-07-02 Alex LorenzAdd support for the 'macCatalyst' MachO platform
2019-07-02 Teresa Johnson[ThinLTO] Work around existing failure exposed by new...
2019-07-02 Craig Topper[X86] Add a DAG combine for turning *_extend_vector_inr...
2019-07-02 Teresa Johnson[ThinLTO] Dump input on failure in devirt test
2019-07-02 Alex Lorenz[triple] add 'macCatalyst' environment type
2019-07-02 Eli Friedman[ARM] Fix unwind info for Thumb1 functions that save...
2019-07-02 David Bolvansky[NFC] Strenghten isInteger condition for rL364940
2019-07-02 Teresa Johnson[ThinLTO] Address post-review suggestions for index...
next