OSDN Git Service

android-x86/external-llvm.git
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...
2019-06-27 Peter Collingbournehwasan: Use llvm.read_register intrinsic to read the...
2019-06-27 Lang HamesRevert "[JITLink][MachO/x86-64] Add a testcase for...
2019-06-27 Roman Lebedev[CodeGen] [SelectionDAG] More efficient code for X...
2019-06-27 Roman Lebedev[NFC][APInt] Add (exhaustive) test for multiplicativeIn...
2019-06-27 Lang Hames[JITLink][MachO/x86-64] Add a testcase for X86_64_RELOC...
2019-06-27 Cameron McInally[NFC][GVNSink] Pre-commit unary FNeg test to fpmath.ll
2019-06-27 Heejin Ahn[WebAssembly] Enable an atomic.notify MC test
2019-06-27 Cameron McInally[GVN] Add support for unary FNeg to GVN pass
2019-06-27 Reid Kleckner[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*
2019-06-27 Alexandre GaneaConvert line endings to LF.
2019-06-27 Sanjay Patel[x86] remove whitespace; NFC
2019-06-27 Cameron McInally[NFC][GVN] Pre-commit unary FNeg tests to fpmath.ll
2019-06-27 Sanjay Patel[x86] prevent crashing from select narrowing with AVX512
2019-06-27 Vitaly Buka[GN] Update build file
2019-06-27 Vitaly Buka[GN] Set exit code to 1 if changes are needed
2019-06-27 Jinsong Ji[PowerPC][NFC] Remove unused (and unsupported) fusion...
2019-06-27 Johannes DoerfertUse "willreturn" in isGuaranteedToTransferExecutionToSu...
2019-06-27 Philip ReamesUpdate -analyze -scalar-evolution output for multiple...
2019-06-27 Roman Lebedev[NFC][CodeGen] Add negative test for X u% C == 0 fold...
2019-06-27 Michael LiaoCorrect the file path. NFC.
2019-06-27 Wouter van... [WebAssembly] AsmParser: better atomic inst detection
2019-06-27 Yuanfang Chen[llvm-objdump] Update the doc for --disassemble-functions.
2019-06-27 Djordje TodorovicRevert "[LiveDebugValues] Emit the debug entry values"
2019-06-27 Wouter van... [WebAssembly] Fix p2align in assembler.
2019-06-27 Simon Pilgrim[X86] combineX86ShufflesRecursively - merge shuffles...
2019-06-27 Roman LebedevRevert "[CodeGen] [SelectionDAG] More efficient code...
2019-06-27 Nicolai HaehnleAMDGPU: Make fixing i1 copies robust against re-ordering
2019-06-27 David Green[ARM] Move low overhead loop codegen tests into a separ...
2019-06-27 Simon PilgrimUse getConstantOperandAPInt instead of getConstantOpera...
2019-06-27 Roman Lebedev[CodeGen] [SelectionDAG] More efficient code for X...
2019-06-27 Simon Pilgrim[X86] getTargetVShiftByConstNode - reduce variable...
2019-06-27 Sam Tebbs[ARM] Fix formatting issue in ARMISelLowering.cpp
2019-06-27 Chris Jackson[llvm-nm] Fix for BZ41711 - Class character for a symbo...
2019-06-27 Roland FroeseRecommit [PowerPC] Update P9 vector costs for insert...
2019-06-27 Paul Robinson[debug-info] Make a couple of tests more robust.
2019-06-27 Johannes Doerfert[Attr] Add "willreturn" function attribute
2019-06-27 Djordje Todorovic[LiveDebugValues] Emit the debug entry values
2019-06-27 James Henderson[docs][llvm-nm][llvm-objdump] Improve "See Also" section
2019-06-27 Tim NorthoverBitcode: derive all types used from records instead...
2019-06-27 Djordje Todorovic[LiveRangeEdit] Fix build failure caused by the rL364536
2019-06-27 Simon Pilgrim[TargetLowering] SimplifyDemandedVectorElts - add shift...
2019-06-27 Sanjay Patel[InstCombine] remove 'tmp' names and regenerate checks...
2019-06-27 Jinsong Ji[PowerPC][HTM] Fix disassembling buffer overflow for...
2019-06-27 Hans WennborgRevert r363658 "[SVE][IR] Scalable Vector IR Type with...
2019-06-27 Djordje Todorovic[DWARF] Handle the DW_OP_entry_value operand
2019-06-27 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - use DemandedElt...
2019-06-27 Simon Atanasyan[mips] Mark pseudo select instructions by the `hasNoSch...
2019-06-27 Simon Atanasyan[mips] Add new items to the list of features unsupporte...
next