OSDN Git Service

android-x86/external-llvm.git
2019-04-24 Francis Visoiu... [Remarks] Fix documentation indentation
2019-04-24 Francis Visoiu... [Remarks] Add string deduplication using a string table
2019-04-23 Josh Stone[Lint] Permit aliasing noalias readonly arguments
2019-04-23 Jessica Paquette[AArch64][GlobalISel] Select G_INTRINSIC_ROUND
2019-04-23 Jessica Paquette[AArch64][GlobalISel] Mark G_INTRINSIC_ROUND as a pre...
2019-04-23 Dmitry MikulinThe error message for mismatched value sites is very...
2019-04-23 Alex Langford[CMake] Use add_dependencies in add_llvm_install_targets
2019-04-23 Francis Visoiu... [CGP] Look through bitcasts when duplicating returns...
2019-04-23 Francis Visoiu... [X86] Add codegen prepare test exercising a bitcast...
2019-04-23 Heejin Ahn[WebAssembly] Emit br_table for most switch instructions
2019-04-23 Heejin Ahn[WebAssembly] Make LBB markers not affected by test...
2019-04-23 Amy HuangRevert "[MS] Emit S_HEAPALLOCSITE debug info" because...
2019-04-23 Jessica Paquette[AArch64][GlobalISel] Legalize G_INTRINSIC_ROUND
2019-04-23 Alina Sbirlea[MemorySSA] LCSSA preserves MemorySSA.
2019-04-23 Craig Topper[X86] Autogenerate complete checks. NFC
2019-04-23 Jessica Paquette[AArch64][GlobalISel] Actually select G_INTRINSIC_TRUNC
2019-04-23 Akira Hatanaka[ObjC][ARC] Check the basic block size before calling
2019-04-23 David BlaikieReapply: "DebugInfo: Emit only one kind of accelerated...
2019-04-23 Teresa Johnson[ThinLTO] Pass down opt level to LTO backend and handle...
2019-04-23 Nico Weberllvm-cvtres: Split addChild(ID) into two functions
2019-04-23 Jessica Paquette[AArch64][GlobalISel] Teach regbankselect about G_INTRI...
2019-04-23 Jessica Paquette[AArch64][GlobalISel] Legalize G_INTRINSIC_TRUNC
2019-04-23 Nikita Popov[ConstantRange] Add urem support
2019-04-23 Nikita Popov[ConstantRangeTest] Move helper methods; NFC
2019-04-23 Stanislav Mekhanoshin[AMDGPU] Fixed addReg() in SIOptimizeExecMaskingPreRA.cpp
2019-04-23 Jessica Paquette[AArch64][GlobalISel] Legalize G_FMA for more vector...
2019-04-23 Alina Sbirlea[AliasAnalysis] AAResults preserves AAManager.
2019-04-23 Jessica Paquette[AArch64][GlobalISel] Add G_FMA to isPreISelGenericFloa...
2019-04-23 Joel E. Denny[APSInt][OpenMP] Fix isNegative, etc. for unsigned...
2019-04-23 Adrian Prantl[dsymutil] Put Swift interface files into a per-arch...
2019-04-23 Sanjay Patel[x86] fix test checks for fdiv combine; NFC
2019-04-23 Nico Weberllvm-undname: Support demangling the spaceship operator
2019-04-23 Sanjay Patel[x86] add tests for vector fdiv with splat divisor...
2019-04-23 Adrian Prantl[dsymutil] Fix use-after-free when sys::path::append...
2019-04-23 Adrian PrantlRevert "[dsymutil] Fix use-after-free when sys::path...
2019-04-23 Adrian Prantl[dsymutil] Fix use-after-free when sys::path::append...
2019-04-23 Philip Reames[InstCombine] Convert a masked.load of a dereferenceabl...
2019-04-23 Sanjay Patel[x86] use psubus for more vsetcc lowering (PR39859)
2019-04-23 Joerg Sonnenberger[SPARC] Use the correct register set for the "r" asm...
2019-04-23 David BlaikieRevert "DebugInfo: Emit only one kind of accelerated...
2019-04-23 Fangrui SongUse llvm::stable_sort
2019-04-23 Lewis Revill[RISCV] Support assembling %tls_{ie,gd}_pcrel_hi modifiers
2019-04-23 Nico Webergn build: Merge r358944
2019-04-23 Scott Linder[AMDGPU] Fix hidden argument metadata duplication for V3
2019-04-23 Nico Webergn build: Merge r358949
2019-04-23 Simon Pilgrim[X86] Pull out collectConcatOps helper. NFCI.
2019-04-23 Tim NorthoverARM: disallow add/sub to sp unless Rn is also sp.
2019-04-23 Roman Lebedev[Docs] ReleaseNotes: fixup markup in memcmp()->bcmp...
2019-04-23 Sanjay Patel[DAGCombiner] generalize binop-of-splats scalarization
2019-04-23 Nicolai HaehnleAMDGPU: Fix LCSSA phi lowering in SILowerI1Copies
2019-04-23 Fedor Sergeev[CallSite removal] move InlineCost to CallBase usage
2019-04-23 Aaron BallmanRemoving the explicit specifier from some default const...
2019-04-23 David Green[ARM] Update check for CBZ in Ifcvt
2019-04-23 David Green[ARM] Don't replicate instructions in Ifcvt at minsize
2019-04-23 Simon PilgrimFix MSVC "32-bit shift implicitly converted to 64 bits...
2019-04-23 Simon PilgrimFix MSVC "32-bit shift implicitly converted to 64 bits...
2019-04-23 Bjorn Pettersson[DAGCombiner] Combine OR as ADD when no common bits...
2019-04-23 Javed Absar[AArch64] Add support for MTE intrinsics
2019-04-23 Diogo N. Sampaio[ARM][FIX] Add missing f16.lane.vldN/vstN lowering
2019-04-23 George Rimar[llvm-mc] - Properly set the the address align field...
2019-04-23 David Green[LSR] Limit the recursion for setup cost
2019-04-23 Sam Clegg[WebAssembly] Bail out of fastisel earlier when computi...
2019-04-23 Qiu Chaofanadd Qiu Chaofan (qiucf@cn.ibm.com) to the CREDITS.txt
2019-04-23 Chandler CarruthRevert "Use const DebugLoc&"
2019-04-22 Petr Hosek[CMake] Replace the sanitizer support in runtimes build...
2019-04-22 Adrian PrantlFully qualify llvm::Optional, some compilers complain...
2019-04-22 David BlaikieDebugInfo: Emit only one kind of accelerated access...
2019-04-22 Sanjay Patel[SelectionDAG] move splat util functions up from x86...
2019-04-22 Adrian PrantlTry to work around compile errors with older versions...
2019-04-22 Douglas YungRelax test to check for a valid number instead of a...
2019-04-22 Michael Liao[AMDGPU] Fix an issue in `op_sel_hi` skipping.
2019-04-22 Adrian Prantl[dsymutil] Collect parseable Swift interfaces in the...
2019-04-22 Philip Reames[InstCombine] Eliminate stores to constant memory
2019-04-22 Bob Haarman[Support] unflake TempFileCollisions test
2019-04-22 Philip Reames[InstSimplify] Move masked.gather w/no active lanes...
2019-04-22 Nico Webergn build: Merge r358869
2019-04-22 Matt ArsenaultUse const DebugLoc&
2019-04-22 Matt ArsenaultAMDGPU: Skip debug instructions in assert
2019-04-22 Philip Reames[Tests] Revise a test as requested by reviewer in D59703
2019-04-22 Philip Reames[Tests] Add a negative test for masked.gather part...
2019-04-22 Justin Bogner[IPSCCP] Add missing `AssumptionCacheTracker` dependency
2019-04-22 Philip Reames[LPM/BPI] Preserve BPI through trivial loop pass pipeli...
2019-04-22 Wei Mi[PGO/SamplePGO][NFC] Move the function updateProfWeight...
2019-04-22 Fangrui SongUse llvm::stable_sort. NFC
2019-04-22 Aaron BallmanRemove spurious semicolons; NFC.
2019-04-22 Matt ArsenaultAMDGPU/GlobalISel: Fix non-power-of-2 G_EXTRACT sources
2019-04-22 Fangrui SongSTLExtras: add stable_sort wrappers
2019-04-22 Matt ArsenaultGlobalISel: Legalize scalar G_EXTRACT sources
2019-04-22 Nico Weberllvm-undname: Fix an assert-on-invalid, found by oss...
2019-04-22 Matt ArsenaultAMDGPU: Fix not checking for copy when looking at copy src
2019-04-22 Dmitry Preobrazhensky[AMDGPU][MC] Corrected parsing of SP3 'neg' modifier
2019-04-22 Simon Pilgrim[TargetLowering][AMDGPU][X86] Improve SimplifyDemandedB...
2019-04-22 Sanjay Patel[DAGCombiner] make variable name less ambiguous; NFC
2019-04-22 Sanjay Patel[DAGCombiner] prepare shuffle-of-splat to handle more...
2019-04-22 Robert Widmann[LLVM-C] Add accessors to the default floating-point...
2019-04-22 Serguei Katkov[NewPM] Add Option handling for SimpleLoopUnswitch
2019-04-22 Simon Pilgrim[AMDGPU] Regenerate uitofp i8 to float conversion tests.
2019-04-22 Serguei Katkov[NewPM] Add dummy Test for LoopVectorize option parsing.
2019-04-22 Nikita PopovRevert "[ConstantRange] Rename make{Guaranteed -> Exact...
2019-04-22 Nikita Popov[ConstantRange] Rename make{Guaranteed -> Exact}NoWrapR...
next