OSDN Git Service

android-x86/external-llvm.git
2018-08-16 Tom Stellardunittests: Don't install TestPlugin.so
2018-08-16 Benjamin Kramer[MC] Remove unused variable
2018-08-16 Nirav Dave[MC][X86] Enhance X86 Register expression handling...
2018-08-16 Zachary TurnerFix -Wmicrosoft-goto warnings.
2018-08-16 Zachary TurnerAdd support for AVX-512 CodeView registers.
2018-08-16 Zachary Turner[MS Demangler] Demangle string literals.
2018-08-16 Zachary Turner[MS Demangler] Don't fail on MD5-mangled names.
2018-08-16 Simon Pilgrim[TableGen] TypeSetByHwMode::operator== optimization
2018-08-16 Sanjay Patel[ConstantFolding] add tests for funnel shift intrinsics...
2018-08-16 Simon Pilgrim[TableGen] Avoid self getPredicates() != comparison...
2018-08-16 Evandro Menezes[InstCombine] Expand the simplification of pow(x, 0...
2018-08-16 Andrea Di Biagio[llvm-mca] Small refactoring in preparation for another...
2018-08-16 Simon Pilgrim[TableGen] Return ValueTypeByHwMode by const reference...
2018-08-16 Hans Wennborg[cmake] Prevent LLVMgold.so from being unloaded on...
2018-08-16 Sanjay Patel[InstCombine] move vector compare before same-shuffled ops
2018-08-16 George Rimar[yaml2obj] - Allow to use numeric sh_link (Link) value...
2018-08-16 George Rimar[yaml2elf] - Use check-next in test.
2018-08-16 Sam Parker[ARM] Ignore GEPs in ARMCodeGenPrepare
2018-08-16 George Rimar[yaml2elf] - Simplify code, add a test. NFC.
2018-08-16 Sam Parker[ARM] Allow zext in ARMCodeGenPrepare
2018-08-16 Alex Bradbury[RISCV][MC] Don't fold symbol differences if requiresDi...
2018-08-16 Simon Pilgrim[ADT] Replace APInt::WORD_MAX with APInt::WORDTYPE_MAX
2018-08-16 Sam Parker[ARM] Allow signed icmps in ARMCodeGenPrepare
2018-08-16 Simon Atanasyan[mips] Remove dead code from MipsPassConfig
2018-08-16 Max Kazantsev[NFC] Remove const modifier to allow further developmen...
2018-08-16 Max Kazantsev[NFC] Add missing const modifier
2018-08-16 Craig Topper[X86] Remove masking from the 512-bit padds and psubs...
2018-08-16 Craig Topper[X86] Remove the unused masked 128 and 256-bit masked...
2018-08-16 Craig Topper[X86] Correct some bad FileCheck prefixes in tests...
2018-08-16 Chandler Carruth[x86] Actually initialize the SLH pass with the x86...
2018-08-16 Easwaran Raman[BFI] Use rounding while computing profile counts.
2018-08-15 George Burgess IV[Metadata] Replace a SmallVector with an array; NFC
2018-08-15 Andrea Di Biagio[llvm-mca] Minor style changes. NFC
2018-08-15 Guozhi Wei[CodeGenPrepare] Add BothExtension type to PromotedInsts
2018-08-15 Matt ArsenaultAMDGPU: Fold fneg into fmed3
2018-08-15 Matt ArsenaultAMDGPU: Improve extract_vector_elt reduction combine
2018-08-15 Matt ArsenaultAMDGPU: Implement llvm.amdgcn.icmp/fcmp for i16/f16
2018-08-15 Craig Topper[X86] Improve AVX1 shuffle lowering for v8f32 shuffles...
2018-08-15 Matt ArsenaultAMDGPU: Stop producing icmp/fcmp intrinsics with invali...
2018-08-15 Matt ArsenaultAMDGPU: Address todo for handling 1/(2 pi)
2018-08-15 Matt ArsenaultDAG: Use getObjectOffset helper
2018-08-15 Simon Pilgrim[TableGen] Remove unnecessary TypeSetByHwMode -> ValueT...
2018-08-15 Matt ArsenaultDAG: Try to custom lower when promoting float operands
2018-08-15 Lang Hames[MCJIT] Fix a case of Error::success() being passed...
2018-08-15 Vitaly BukaRevert "[ARM] Allow signed icmps in ARMCodeGenPrepare"
2018-08-15 Lang Hames[Support] Add a basic C API for llvm::Error.
2018-08-15 Thomas Lively[WebAssembly][NFC] Standardize SIMD multiclass format
2018-08-15 Peter Collingbournellvm-readobj: Fix addend in relocations for android...
2018-08-15 Thomas Lively[WebAssembly] Test commit
2018-08-15 Amara Emerson[InstCombine] Fix IC trying to create a xor of pointer...
2018-08-15 Alina Sbirlea[MemorySSA] Expose the verify as a debug option.
2018-08-15 Sanjay Patel[AArch64] add tests for poor vector intrinsic lowering...
2018-08-15 Krzysztof Parzyszek[RegisterCoalescer] Ensure that both registers have...
2018-08-15 Sanjay Patel[x86] add fabs test for vector intrinsic to potential...
2018-08-15 Sanjay Patel[x86] add tests for poor vector intrinsic lowering...
2018-08-15 Krzysztof Parzyszek[RegisterCoalescer] Reset VNInfo def when copying segme...
2018-08-15 Derek Schuff[WebAssembly] SIMD replace_lane
2018-08-15 Krzysztof Parzyszek[RegAlloc] Check that subreg liveness tracking applies...
2018-08-15 Krzysztof Parzyszek[SystemZ] Add testcase for r339778
2018-08-15 Nemanja Ivanovic[PowerPC] Enhance the selection(ISD::VSELECT) of vector...
2018-08-15 Krzysztof Parzyszek[SystemZ] Replace subreg_r with subreg_h
2018-08-15 Marcello Maggioni[GVN] Fix typo in IsValueFullyAvailableInBlock. NFC.
2018-08-15 Jonas Paulsson[SystemZ] New CL option to enable subreg liveness
2018-08-15 Chijun Sima[SimplifyCFG] Remove pointer from SmallPtrSet before...
2018-08-15 George Rimar[yaml2obj] - Teach yaml2obj to produce SHT_GROUP sectio...
2018-08-15 Sam Parker[ARM] TypeSize lower bound for ARMCodeGenPrepare
2018-08-15 Nemanja Ivanovic[PowerPC] Don't run BV DAG Combine before legalization...
2018-08-15 Andrea Di Biagio[llvm-mca] Fix PR38575: Avoid an invalid implicit trunc...
2018-08-15 Simon PilgrimRemove lambda default argument to fix gcc pedantic...
2018-08-15 George Rimar[yaml2obj] - Teach tool to produce SHT_GROUP section...
2018-08-15 Simon Pilgrim[TargetLowering] Minor cleanup of TargetLowering::Build...
2018-08-15 David Green[UnJ] Rename hasInvariantIterationCount to hasIteration...
2018-08-15 Simon Pilgrim[X86][SSE] Add sdiv by nonuniform constant vector tests
2018-08-15 Aleksandr Urakov[X86] Add sibling-call test cases
2018-08-15 Simon Pilgrim[TargetLowering] Minor refactor to TargetLowering:...
2018-08-15 Simon Pilgrim[DagCombiner] Don't bother adding to the work list...
2018-08-15 Simon Pilgrim[TargetLowering] Add support for non-uniform vectors...
2018-08-15 Sam Parker[ARM] Allow signed icmps in ARMCodeGenPrepare
2018-08-15 Sam Parker[ARM] Allow pointer values in ARMCodeGenPrepare
2018-08-15 Max Kazantsev[AliasSetTracker] Do not treat experimental_guard intri...
2018-08-15 Max Kazantsev[NFC] Refactoring of LoopSafetyInfo, step 1
2018-08-15 Max Kazantsev[NFC] Add sanitizing assertion to ICF tracker
2018-08-15 Max Kazantsev[NFC][LICM] Make hoist method void
2018-08-15 Craig Topper[X86] Change legacy SSE scalar fp to integer intrinsics...
2018-08-15 Chandler Carruth[SDAG] Update the AVR backend for the SelectionDAG...
2018-08-15 Evgeniy Stepanov[hwasan] Add a basic API.
2018-08-15 Derek Schuff[WebAssembly] SIMD Splats
2018-08-14 Chandler Carruth[SDAG] Remove the reliance on MI's allocation strategy for
2018-08-14 Heejin Ahn[WebAssembly] Delete a specific push number from test...
2018-08-14 Cameron McInally[FPEnv] Scalarize StrictFP vector operations
2018-08-14 Eli Friedman[ARM] Make PerformSHLSimplify add nodes to the DAG...
2018-08-14 Matt Morehouse[SanitizerCoverage] Add associated metadata to PC guards.
2018-08-14 Stephen KellyRemove vestiges of configure buildsystem
2018-08-14 Alina SbirleaAdd proper headers in CFGUpdate.h and add CFGDiff.h...
2018-08-14 Anna ThomasNFC: Clarify comment in loop vectorization legality
2018-08-14 Adrian Prantl[DebugInfoMetadata] Added DIFlags interface in DIBasicType.
2018-08-14 Sanjay Patel[InstCombine] fix typos in tests; NFC
2018-08-14 Heejin Ahn[WebAssembly] SIMD encoding tests
2018-08-14 Sanjay Patel[InstCombine] add tests for pow->sqrt; NFC
2018-08-14 Heejin Ahn[WebAssembly] Fix encoding of non-SIMD vector-typed...
next