OSDN Git Service

android-x86/external-llvm.git
2019-03-13 Jason Liu[AIX][CMake] Changes for building on AIX with XL and GCC
2019-03-13 Sam Clegg[WebAssembly] Improve support for "needed" list in...
2019-03-13 Jessica Paquette[GlobalISel][AArch64] Gardening: Factor out code to...
2019-03-13 Stanislav Mekhanoshin[AMDGPU] Silence gcc 7 warnings
2019-03-13 Matt ArsenaultVerifier: Make sure masked load/store alignment is...
2019-03-13 Matt ArsenaultPowerPC: Add ImmArg to intrinsics
2019-03-13 Matt ArsenaultHexagon: Add ImmArg to intrinsics
2019-03-13 Matt ArsenaultSystemZ: Add ImmArg to intrinsics
2019-03-13 Matt ArsenaultMips: Add ImmArg to intrinsics
2019-03-13 Simon Pilgrim[X86] Remove icmp undef in more reduced tests
2019-03-13 Simon Pilgrim[X86] Regenerate tail call tests
2019-03-13 Tim Renouf[MsgPack] Removed MsgPackTypes
2019-03-13 Tim Renouf[AMDGPU] Switched HSA metadata to use MsgPackDocument
2019-03-13 Tim Renouf[MsgPack] New MsgPackDocument class
2019-03-13 Craig Topper[X86] Check for 64-bit mode in X86Subtarget::hasCmpxchg...
2019-03-13 Simon Pilgrim[X86] Avoid icmp undef in reduced tests
2019-03-13 Alex Bradbury[RISCV] Regenerate test/CodeGen/RISCV/legalize-fneg...
2019-03-13 Simon PilgrimRegenerate test
2019-03-13 Nirav Dave[DAGCombiner] Fix Comment. NFC.
2019-03-13 Nirav Dave[DAGCombiner] If a TokenFactor would be merged into...
2019-03-13 Simon Pilgrim[X86][AVX] Add X86ISD::VTRUNC handling to SimplifyDeman...
2019-03-13 Simon Pilgrim[X86][AVX] Add combineConcatVectors support to improve...
2019-03-13 Alex Bradbury[RISCV] Only mark fp as reserved if the function has...
2019-03-13 Alex Bradbury[RISCV] Add tests for callee-saved GPRs, FPR32s, and...
2019-03-13 Simon Atanasyan[mips] Join some adjacent `let DecoderNamespace` blocks...
2019-03-13 Louis Dionne[NFC][CMake] Improve Status message in the iOS toolchai...
2019-03-13 Sander de Smalen[AArch64] Add test/CodeGen/AArch64/vecreduce-fadd.ll
2019-03-13 Sanjay Patel[x86] limit extractelement of setcc to pre-legalization
2019-03-13 Simon Atanasyan[mips] Fix encoding of the `mov.d` command for microMIPS R6
2019-03-13 Simon Atanasyan[mips] Define `mov.d` instructions using `ABSS_M` multi...
2019-03-13 Clement CourbetRe-land r354244 "[DAGCombiner] Eliminate dead stores...
2019-03-13 Simon PilgrimFix signed/unsigned mismatch warning. NFCI.
2019-03-13 Simon Atanasyan[mips] Map SW instruction to its microMIPS R6 variant
2019-03-13 Alex Bradbury[RISCV] Regenerate umulo-128-legalisation-lowering.ll
2019-03-13 Simon Pilgrim[X86][AVX] lowerShuffleAsBroadcast - improve load foldi...
2019-03-13 Simon PilgrimAppease MSVC builds by #ifdef wrapping runAndGetCommand...
2019-03-13 Jeremy Morse[DebugInfo][Docs] Document how dbg.value intrinsics...
2019-03-13 Simon Pilgrim[DAG] Move integer setcc %x, %x folding into FoldSetCC
2019-03-13 Simon Atanasyan[MIPS][microMIPS] Fix PseudoMTLOHI_MM matching and...
2019-03-13 Simon Atanasyan[mips] Fix CPU used in the test case to suppress warnin...
2019-03-13 Jonas Hahnfeld[ELF] Fix GCC8 warnings about "fall through", NFCI
2019-03-13 Jonas Hahnfeld[Support] Treat truncation of fullpath as error
2019-03-13 Alex Bradbury[RISCV] Replace incorrect use of sizeof with array_lengthof
2019-03-13 Paul HoadRevert "[clang-format] [PR25010] AllowShortIfStatements...
2019-03-13 Paul Hoad[clang-format] [PR25010] AllowShortIfStatementsOnASingl...
2019-03-13 Philip Reames[ImplicitNullChecks] Support unordered atomic accesses
2019-03-13 Philip Reames[Tests] Expand implicit null check coverage
2019-03-13 Evgeniy StepanovRevert "[llvm] Skip over empty line table entries."
2019-03-13 Craig Topper[X86] Enable printAliasInstr for the Intel assembly...
2019-03-13 Heejin Ahn[WebAssembly] Place 'try' and 'catch' correctly wrt...
2019-03-13 Hubert TongUse AIX version detection at LLVM run-time
2019-03-12 Craig Topper[X86] Add ImmArg markings to intrinsics.
2019-03-12 Jason LiuAdd XCOFF triple object format type for AIX
2019-03-12 Francis Visoiu... Reland "[Remarks] Add -foptimization-record-passes...
2019-03-12 Philip Reames[Test] Add tests for implicit null checks on atomic...
2019-03-12 Philip ReamesFor faulting ops, include a comment w/the fault destination
2019-03-12 Matt ArsenaultIR: Add immarg attribute
2019-03-12 Francis Visoiu... Revert "[Remarks] Add -foptimization-record-passes...
2019-03-12 Mircea Trofin[llvm] Skip over empty line table entries.
2019-03-12 Matt ArsenaultFix missing C++ mode comments
2019-03-12 Matt ArsenaultMIR: Stop reinitializing target information for every use
2019-03-12 Francis Visoiu... [Remarks] Add -foptimization-record-passes to filter...
2019-03-12 Philip Reames[SROA] Fix a crash when trying to convert a memset...
2019-03-12 Sanjay Patel[x86] scalarize extractelement 0 of FP vselect
2019-03-12 Philip Reames[CodeGen] Add MMOs to statepoint nodes during SelectionDAG
2019-03-12 Teresa Johnson[SCEV] Use depth limit for trunc analysis
2019-03-12 Jinsong JiSet useful flags for vector imm setting instructions
2019-03-12 Craig Topper[SanitizerCoverage] Avoid splitting critical edges...
2019-03-12 Eli Friedman[RISCV][MC] Find matching pcrel_hi fixup in more cases.
2019-03-12 Jinsong Ji[NFC][PowerPC] Update testcases using utils/update_llc_...
2019-03-12 Jason LiuTest commit: add a blank line in test case ppc64-dq...
2019-03-12 James Henderson[yaml2obj]Allow explicit symbol indexes in relocations...
2019-03-12 Nikita Popov[SDAG] Expand pow2 mulo using shifts
2019-03-12 Craig Topper[X86] Arrange more CPU features to inherit from earlier...
2019-03-12 Simon PilgrimRegenerate sign_extend.ll test.
2019-03-12 Simon Pilgrim[DAGCombine] Pull out repeated demanded bitmask generat...
2019-03-12 Kristina Brooks[Docs] Add note about legacy PM to Ch4 of tutorial
2019-03-12 James Henderson[llvm-cxxfilt]Add test to show that empty lines can...
2019-03-12 James Henderson[FileCheck]Remove assertions that prevent matching...
2019-03-12 Tim NorthoverCodeGenPrep: preserve inbounds attribute when sinking...
2019-03-12 Liang Zou[format] \t => ' '
2019-03-12 Xing GUO[llvm-readobj] Print symbol version when dumping reloca...
2019-03-12 Fangrui Song[SimplifyLibCalls] Simplify optimizePuts
2019-03-12 Jinsong Ji[NFC][PowerPC]Assert when trying to generate directmove...
2019-03-12 Fangrui Song[XRay][docs] Fix option name
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.
next