OSDN Git Service

android-x86/external-llvm.git
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...
2019-06-28 David Green[ARM] Mark div and rem as expand for MVE
2019-06-28 David Green[ARM] Select MVE fp add and sub
2019-06-28 Sam Parker[HardwareLoops] Loop counter guard intrinsic
2019-06-28 David Green[ARM] Select MVE add and sub
2019-06-28 David Green[ARM] MVE vector shuffles
2019-06-28 Craig Topper[X86] Connect the output chain properly when combining...
2019-06-28 Mikael HolmenSilence gcc warning in testcase [NFC]
2019-06-28 Craig Topper[X86] Remove some duplicate patterns that already exist...
2019-06-28 Alex Brachet[Support] Fix add fs::getUmask() patch
2019-06-28 Alex Brachet[Support] Add fs::getUmask() function and change fs...
2019-06-28 Zi Xuan Wu[NFC][PowerPC] Move XS*QP series instruction apart...
2019-06-28 Stanislav Mekhanoshin[AMDGPU] Packed thread ids in function call ABI
2019-06-28 Matt ArsenaultGlobalISel: Use Register
2019-06-28 Kai Luo[PowerPC][NFC] Use `|=` to update `Simplified` flag
2019-06-28 Matt ArsenaultAMDGPU/GlobalISel: Convert to using Register
2019-06-28 Matt ArsenaultGlobalISel: Convert rest of MachineIRBuilder to using...
2019-06-27 Amara Emerson[GlobalISel][IRTranslator] Fix some PHI bugs related...
2019-06-27 Fedor Sergeev[InlineCost] make InlineCost assignable
2019-06-27 Rumeet DhindsaFix ASAN error caused by commit r364512.
2019-06-27 Amara Emerson[LangRef] Clarify codegen expectations for intrinsics...
next