OSDN Git Service

android-x86/external-llvm.git
2019-02-05 Vedant Kumar[HotColdSplit] Do not split out `resume` instructions
2019-02-05 David BlaikieOrc: Simplify RPC naming system by using function-local...
2019-02-05 Douglas YungFixup test on Windows with a case-insensitive filesyste...
2019-02-05 Lang Hames[ADT] Add a fallible_iterator wrapper.
2019-02-05 Heejin Ahn[WebAssembly] Add a comment about why v128.const test...
2019-02-05 Sanjay Patel[InstCombine] limit extracting shuffle transform based...
2019-02-05 Heejin Ahn[WebAssembly] Disable a v128.const test line temporarily
2019-02-05 Sanjay Patel[InstCombine] split shuffle test to show extra use...
2019-02-05 Rong Xu[PGO] Use a function for creating variable for profile...
2019-02-05 Petar Jovanovic[elfabi] Fix the type of the variable formated for...
2019-02-05 Aditya Nandakumar[NFC][GlobalISel]: Add a convenience method to MachineI...
2019-02-05 Craig Topper[X86] Regenerate tests missed in r353061. NFC
2019-02-05 Reid Kleckner[MC] Don't error on numberless .file directives on...
2019-02-05 Matt Davis[llvm-readobj] Display sections that do not belong...
2019-02-05 Thomas Lively[WebAssembly] Lower memmove to memory.copy
2019-02-05 Evandro Menezes[TargetLibraryInfo] Regroup run time functions for...
2019-02-05 Matt ArsenaultMove some llvm-mc tests where they belong
2019-02-05 Matt ArsenaultGlobalISel: Verify G_GEP
2019-02-05 Scott Linder[AMDGPU] Consider XOR in waterfall loop as a terminator
2019-02-05 Alexey Bataev[DEBUG_INFO][NVPTX] Generate DW_AT_address_class to...
2019-02-05 Matt ArsenaultAMDGPU: Fix assert on trunc from bitcast of build_vector
2019-02-05 Simon Pilgrim[X86][SSE] Disable ZERO_EXTEND shuffle combining
2019-02-05 Petar Jovanovic[PGO] Fix the type of the formated variable
2019-02-05 Robert Widmann[LLVM-C] Add Bindings to GlobalIFunc
2019-02-05 Anton KorobeynikovEnable integrated assembler on MSP430 by default.
2019-02-05 Oliver Stannard[AArch64][Outliner] Don't outline BTI instructions
2019-02-05 Simon Pilgrim[X86][AVX] Attempt to combine shuffles to subvector...
2019-02-05 Matt ArsenaultAArch64/GlobalISel: Don't clamp from 2 to 2
2019-02-05 Sam Clegg[WebAssembly] Object: Remove redundant method. NFC.
2019-02-05 Simon Pilgrim[X86][AVX] Add PR34041 subvector broadcast test cases
2019-02-05 Sanjay Patel[CGP] add test for unsigned subtract of 1 with overflow...
2019-02-05 Sanjay Patel[AArch64][x86] add tests for unsigned subtract with...
2019-02-05 Nico Webergn build: BUILD.gn files for clang-tidy and clang-apply...
2019-02-05 Krasimir GeorgievFix typo in comment, NFCI
2019-02-05 Nico Webergn build: Merge r353072
2019-02-05 Thomas Preud... Recommit: Detect incorrect FileCheck variable CLI defin...
2019-02-05 Thomas Preud... Recommit: Add support for prefix-only CLI options
2019-02-05 Simon Pilgrim[X86][SSE] Rename SimplifyDemandedVectorElts BLENDV...
2019-02-05 Andrea Di Biagio[MCA] Moved the logic that updates register dependencie...
2019-02-05 Serge Gueltongn build: Fix Python 3 write_vcsrevision script compati...
2019-02-05 Simon Pilgrim[X86][SSE] Add SimplifyDemandedVectorElts support for...
2019-02-05 Simon Pilgrim[X86][SSE] Add tests showing missing SimplifyDemandedVe...
2019-02-05 Andrea Di Biagio[MCA] Simplify the logic in method WriteState::addUser...
2019-02-05 Jeremy Morse[DebugInfo][NFCI] Split salvageDebugInfo into helper...
2019-02-05 Hans WennborgFix format string in bindings/go/llvm/ir_test.go (PR40561)
2019-02-05 Simon Pilgrim[X86][AVX] Attempt to share broadcasts of different...
2019-02-05 Simon Pilgrim[CostModel][X86] Add UMUL fixed point cost tests
2019-02-05 Florian Hahn[CGP] Add support for sinking operands to their users...
2019-02-05 Diana Picus[ARM GlobalISel] Support G_GEP for Thumb2
2019-02-05 Dan LiewPreviously if the user configured their build but then...
2019-02-05 Hiroshi Inoue[NFC] fix trivial typos in comments
2019-02-05 Clement Courbet[DAG][NFC] Add unit tests.
2019-02-05 Clement Courbet[DAG] BaseIndexOffset: FrameIndexSDNodes with the same...
2019-02-05 Craig Topper[X86] Connect the default fpsr and dirflag clobbers...
2019-02-05 Peter Collingbournegn build: Upgrade to NDK r19.
2019-02-05 Craig Topper[X86] Add test case from PR40529. NFC
2019-02-05 Max Kazantsev[LSR] Check SCEV on isZero() after extend. PR40514
2019-02-05 Teresa Johnson[SamplePGO] More pipeline changes when flattened profil...
2019-02-05 Richard TrieuFix narrowing issue from r353129
2019-02-05 Heejin Ahn[WebAssembly] Fix indentation after adding IsCanonical...
2019-02-05 Wouter van... [WebAssembly] Make disassembler always emit most canoni...
2019-02-05 Wei Mi[SamplePGO][NFC] Minor improvement to replace a tempora...
2019-02-05 Matt ArsenaultGlobalISel: Fix verifier crashing on non-register operands
2019-02-05 Thomas Lively[WebAssembly] memory.copy
2019-02-05 Matt ArsenaultGlobalISel: Consolidate load/store legalization
2019-02-05 Craig Topper[DAGCombiner] Discard pointer info when combining extra...
2019-02-05 Teresa Johnson[SamplePGO] Minor efficiency improvement in samplePGO ICP
2019-02-05 Matt ArsenaultGlobalISel: Implement narrowScalar for select
2019-02-04 Matt ArsenaultGlobalISel: Combine g_extract with g_merge_values
2019-02-04 Julian Lettner[Sanitizers] UBSan unreachable incompatible with Kernel...
2019-02-04 Sam Clegg[llvm-readobj] Fix readobj test expectation broken...
2019-02-04 Evandro MenezesRevert "[PATCH] [TargetLibraryInfo] Update run time...
2019-02-04 Evandro Menezes[ADT] Refactor the Windows query functions (NFC)
2019-02-04 Evandro Menezes[PATCH] [TargetLibraryInfo] Update run time support...
2019-02-04 Matt ArsenaultGlobalISel: Enforce operand types for constants
2019-02-04 Matt ArsenaultGlobalISel: Verify g_select
2019-02-04 Matt ArsenaultMachineVerifier: Move verification of G_* instructions...
2019-02-04 Sam Clegg[WebAssembly] MC: Mark more function aliases as functions
2019-02-04 Matt ArsenaultMIR: Validate LLT types when parsing
2019-02-04 Sanjay Patel[CGP] fix bogus test names/comments; NFC
2019-02-04 Sam Clegg[llvm-readobj] Report more WebAssembly symbol info
2019-02-04 Sanjay Patel[CGP] add tests for usubo; NFC
2019-02-04 Matt ArsenaultGlobalISel: Fix not calling observer when legalizing...
2019-02-04 Matt ArsenaultAMDGPU: Don't rematerialize mov with implicit operands
2019-02-04 Julian Lettner[SanitizerCoverage] Clang crashes if user declares...
2019-02-04 David Majorgn build: Windows: use a more standard format for PDB...
2019-02-04 David Majorgn build: Revert r353094 (bad merge)
2019-02-04 Nicolai Haehnle[InstCombine] Cleanup the TFE/LWE check in AMDGPU Simpl...
2019-02-04 Craig Topper[X86] Add test case for report_fatal_error added in...
2019-02-04 Craig Topper[CodeGen][ARC][SystemZ][WebAssembly] Use MachineInstr...
2019-02-04 David Majorgn build: Windows: use a more standard format for PDB...
2019-02-04 David Majorgn build: Windows: write PDBs when is_debug
2019-02-04 Aditya Nandakumar[Tablegen][DAG]: Fix build breakage when LLVM_ENABLE_DA...
2019-02-04 Philip Pfaffe[NewPM][MSan] Add Options Handling
2019-02-04 Wolfgang Pieb[DEBUGINFO] Reposting r352642: Handle restore instructi...
2019-02-04 Scott Linder[AMDGPU] Support emitting GOT relocations for function...
2019-02-04 Michael Kruse[WarnMissedTransforms] Do not warn about already vector...
2019-02-04 Matt ArsenaultGlobalISel: Fix CheckMachineFunction passing if ReadChe...
2019-02-04 Matt ArsenaultGlobalISel: Allow constructing SrcOp/DstOp from Machine...
2019-02-04 Matt ArsenaultGlobalISel: Fix parameter name in documentation
next