OSDN Git Service

android-x86/external-llvm.git
2019-07-01 Diana PicusFixup r364512
2019-07-01 Jinsong Ji[UpdateTestChecks][PowerPC] Avoid empty string when...
2019-07-01 Roman Lebedev[NFC][InstCombine] Better commutative tests for "shift...
2019-07-01 Krzysztof Parzyszek[Hexagon] Rework VLCR algorithm
2019-07-01 Matt ArsenaultAMDGPU: Convert some places to Register
2019-07-01 Matt ArsenaultAMDGPU/GlobalISel: Fix RegBankSelect for G_FCANONICALIZE
2019-07-01 Matt ArsenaultAMDGPU/GlobalISel: Fix RegBankSelect for G_BUILD_VECTOR
2019-07-01 Matt ArsenaultAMDGPU/GlobalISel: Fail on store to 32-bit address...
2019-07-01 Matt ArsenaultAMDGPU/GlobalISel: Improve icmp selection coverage.
2019-07-01 Roman Lebedev[NFC][InstCombine] Improve test coverage for ((~x...
2019-07-01 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for WWM/WQM
2019-07-01 Matt ArsenaultAMDGPU/GlobalISel: Use vcc reg bank for amdgcn.wqm...
2019-07-01 Matt ArsenaultAMDGPU/GlobalISel: Fix scc->vcc copy handling
2019-07-01 Matt ArsenaultAMDGPU/GlobalISel: Use and instead of BFE with inline...
2019-07-01 Matt ArsenaultGlobalISel: Add GINodeEquiv for min/max
2019-07-01 Matt ArsenaultGlobalISel: Add DAG compat for G_FCANONICALIZE
2019-07-01 Simon Atanasyan[mips] Add missing schedinfo for MSA and ASE instructions
2019-07-01 Simon Atanasyan[mips] Add missing schedinfo for atomic instructions
2019-07-01 Simon Atanasyan[mips] Add missing schedinfo for ADJCALLSTACKDOWN,...
2019-07-01 Florian Hahn[AMDGPU] Call isLoopExiting for blocks in the loop.
2019-07-01 Roman Lebedev[NFC][InstCombine] Tests for ((~x) + y) + 1 -> y ...
2019-07-01 Fangrui Song[RISCV] Add break; to the last switch case
2019-07-01 Simon Pilgrim[X86] CombineShuffleWithExtract - updated description...
2019-07-01 Benjamin Kramer[SelectionDAG] Do minnum->minimum at legalization time...
2019-07-01 Andrew Ng[benchmark] Disable CMake get_git_version
2019-07-01 Roman Lebedev[NFC][InstCombine] Tests for x - ~(y) -> x + y +...
2019-07-01 Roman Lebedev[InstCombine] Omit 'urem' where possible
2019-07-01 Roman Lebedev[NFC][InstCombine] Copy test for omit urem when possibl...
2019-07-01 Jeremy Morse[DebugInfo] Avoid adding too much indirection to pointe...
2019-07-01 Yevgeny Rouban[SimpleLoopUnswitch] Implement handling of prof branch_...
2019-07-01 Sam Parker[ARM] WLS/LE Code Generation
2019-07-01 Craig Topper[X86] Add more load folding tests for vcvt(t)ps2(u...
2019-07-01 Craig Topper[X86] Improve the type checking fast-isel handling...
2019-07-01 Craig Topper[X86] Add a DAG combine to replace vector loads feeding...
2019-07-01 Craig Topper[X86] Add some additional load folding tests to vec_int...
2019-07-01 Craig Topper[X86] Add MOVHPDrm/MOVLPDrm patterns that use VZEXT_LOAD.
2019-06-30 Mike SpertusClean up MSVC visualization of LLVM pointer types
2019-06-30 Sanjay Patel[InstCombine] canonicalize fcmp+select to minnum/maxnum...
2019-06-30 Fangrui SongCleanup: llvm::bsearch -> llvm::partition_point after...
2019-06-30 Fangrui Song[ADT] Implement llvm::bsearch() with std::partition_point()
2019-06-30 Craig Topper[X86] Custom lower AVX masked loads to masked load...
2019-06-30 Craig Topper[SelectionDAG] Use the memory VT instead of result...
2019-06-29 Nikita Popov[LFTR] Rephrase getLoopTest into "based-on" check;...
2019-06-29 Sanjay Patel[InstCombine] canonicalize fmin/fmax to LLVM intrinsics...
2019-06-29 Nikita Popov[LFTR] Remove unnecessary latch check; NFCI
2019-06-29 Roman Lebedev[InstCombine] Shift amount reassociation (PR42391)
2019-06-29 Roman Lebedev[IR][Patternmatch] Add m_SpecificInt_ULT() predicate
2019-06-29 Dmitry Venikov[APInt] Fix getBitsNeeded for INT_MIN values
2019-06-29 Nikita Popov[LFTR] Fix post-inc pointer IV with truncated exit...
2019-06-29 Sam CleggPartial revert of "[llvm-ar] Document response file...
2019-06-29 Matt ArsenaultAMDGPU/GlobalISel: Add some more tests for icmp select
2019-06-29 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for update.dpp
2019-06-29 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for atomic.inc/atomic.dec
2019-06-29 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for some DS intrinsics
2019-06-29 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for some easy intrinsics
2019-06-29 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for icmp/fcmp intrinsics
2019-06-29 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for amdgcn.div.fmas
2019-06-29 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for some simple leaf...
2019-06-29 Philip Reames[IndVars] Remove a bit of manual constant folding ...
2019-06-28 Matt ArsenaultAMDGPU: Add baseline test for packed shufflevector
2019-06-28 Wouter van... [WebAssembly] Assembler: support .int16/32/64 directives.
2019-06-28 Wouter van... [WebAssembly] Allow @object in .type directives.
2019-06-28 Sanjay Patel[x86] remove stale comment about cmov; NFC
2019-06-28 Cameron McInally[NFC][NewGVN] Explicitly check fpmath metadata in fpmath.ll
2019-06-28 Sanjay Patel[Lanai] auto-generate complete test checks; NFC
2019-06-28 Wouter van... [WebAssembly] Assembler: Allow offsets and p2align...
2019-06-28 Wouter van... [WebAssembly] Assembler: Improve section parsing.
2019-06-28 Cameron McInally[NewGVN] Add unary FNeg support to NewGVN pass
2019-06-28 Cameron McInally[GVNSink] Add unary FNeg support to GVNSink pass
2019-06-28 Erik Pilkington[demangle] Support for C++2a char8_t
2019-06-28 Brad SmithDefault to Secure PLT on PPC for musl libc.
2019-06-28 Sam Clegg[llvm-ar] Document response file support in --help
2019-06-28 Lang HamesRe-apply r364600 with fixes.
2019-06-28 Rainer Orth[unittests][Support] Fix LLVM-Unit :: Support/./Support...
2019-06-28 Jinsong Ji[UpdateChecks] Add support for armv7-apple-darwin
2019-06-28 Simon Pilgrim[X86] CombineShuffleWithExtract - recurse through EXTRA...
2019-06-28 Peter Collingbournehwasan: Remove the old frame descriptor mechanism.
2019-06-28 Roman Lebedev[NFC][Codegen] Revisit test coverage for X % C == 0...
2019-06-28 Wouter van... [WebAssembly] Added visibility and ident directives...
2019-06-28 Roman Lebedev[NFC][InstCombine] Shift amount reassociation: revisit...
2019-06-28 Dmitry Preobrazhensky[AMDGPU][MC] Fix 2 for sanitizer failure in 364645
2019-06-28 Sam Tebbs[ARM] Add support for the MVE long shift instructions
2019-06-28 Max Moroz[llvm-cov[ Fix lcov coverage report contains functions...
2019-06-28 Roman Lebedev[NFC][InstCombine] Shift amount reassociation: add...
2019-06-28 Dmitry Preobrazhensky[AMDGPU][MC] Fix for sanitizer failure in 364645
2019-06-28 Cameron McInally[NFC][Float2Int] Pre-commit unary FNeg test to basic.ll
2019-06-28 Cameron McInally[NFC][NewGVN] Pre-commit unary FNeg test to fpmath.ll
2019-06-28 Dmitry Preobrazhensky[AMDGPU][MC] Enabled constant expressions as operands...
2019-06-28 Simon Pilgrim[X86] CombineShuffleWithExtract - only require 1 source...
2019-06-28 David Green[ARM] Add MVE mul patterns
2019-06-28 Roman Lebedev[NFC][Codegen] Revisit test coverage for X % C == 0...
2019-06-28 David Green[ARM] Mark math routines as non-legal for MVE
2019-06-28 David Green[ARM] MVE patterns for VABS and VNEG
2019-06-28 Fangrui Song[DebugInfo] Fix setStartAddress after r364637
2019-06-28 Fangrui Song[DebugInfo] Simplify GSYM::AddressRange and GSYM::Addre...
2019-06-28 David Green[ARM] Widening loads and narrowing stores
2019-06-28 Simon Tatham[ARM] Fix integer UB in MVE load/store immediate handling.
2019-06-28 Fangrui Song[DebugInfo] GSYM cleanups after D63104/r364427
2019-06-28 David Green[ARM] MVE loads and stores
2019-06-28 Dylan McKay[AVR] Don't look for the TargetFrameLowering in the...
next