OSDN Git Service

android-x86/external-llvm.git
2019-04-30 Diana Picus[ARM GlobalISel] Be more careful about bailing out
2019-04-30 Sjoerd Meijer[TargetLowering] Change getOptimalMemOpType to take...
2019-04-30 Alexander PotapenkoMSan: handle llvm.lifetime.start intrinsic
2019-04-30 Markus Lavin[DebugInfo] DW_OP_deref_size in PrologEpilogInserter.
2019-04-30 Kang Zhang[NFC][PowerPC] Use -check-prefixes to simplify the...
2019-04-30 Zi Xuan Wu[DAGCombiner] Do not generate ISD::ADDE node if adde...
2019-04-30 Lang Hames[ORC] Fix an ambiguous call in a unit test.
2019-04-30 Vitaly Buka[clangd] Fix GN build
2019-04-30 Don Hinton[CommandLine} Wire-up cl::list::setDefault() so it...
2019-04-30 Lang Hames[ORC] Allow JITDylib definition generators to return...
2019-04-29 David Bolvansky[PDB] Fixed null pointer dereference
2019-04-29 Alina Sbirlea[MemorySSA] Invalidate MemorySSA if AA or DT are invali...
2019-04-29 Ahsan SaghirAdd __builtin_dcbf support for PPC
2019-04-29 Nico Weber[PDB] Fix hash function used to write /src/headerblock
2019-04-29 Nico Webergn build: Merge r359252
2019-04-29 Lang Hames[ORC] Replace the LLJIT/LLLazyJIT Create methods with...
2019-04-29 Lang Hames[JITLink] Move a typedef.
2019-04-29 Dan Gohman[WebAssembly] Make an assertion message prettier. NFC.
2019-04-29 Steven Wu[ThinLTO] Adding architecture name into saved object...
2019-04-29 Dan Gohman[WebAssembly] Define the signature for __stack_chk_fail
2019-04-29 Roland Froese[PowerPC] Try harder to avoid load/move-to VSR for...
2019-04-29 Jessica Paquette[GlobalISel][AArch64] Select llvm.aarch64.crypto.sha1h
2019-04-29 Martin Storsjo[UpdateTestChecks] Allow Lbegin_func without a leading...
2019-04-29 Martin Storsjo[X86] Run CFIInstrInserter on Windows if Dwarf is used
2019-04-29 Don HintonFix one more case of passing options with too many...
2019-04-29 Petr Hosek[gn] Use label_name rather than target_output_name...
2019-04-29 Reid KlecknerFix string UAF in new FileCheck test
2019-04-29 Simon Pilgrim[X86][SSE] isHorizontalBinOp - add support for target...
2019-04-29 Simon Pilgrim[llvm-pdbutil] FunctionDumper::dump(PDBSymbolTypeFuncti...
2019-04-29 Simon PilgrimcomputePolynomialFromPointer - add missing early-out...
2019-04-29 Sanjay Patel[InstCombine] reduce code duplication; NFC
2019-04-29 Don HintonFix additional cases of more that two dashes for option...
2019-04-29 Simon PilgrimRemove duplicate line. NFCI.
2019-04-29 Simon Pilgrim[InstCombine] visitFCmpInst - appease copy+paste patter...
2019-04-29 Daniel Sanders[globalisel] Improve Legalizer debug output
2019-04-29 Don Hinton[CommandLine] Don't allow unlimitted dashes for options...
2019-04-29 Simon Pilgrim[X86] scaleShuffleMask - avoid potential signed overflo...
2019-04-29 Simon Pilgrim[TextAPI] Fix Symbol::dump which was failing to append...
2019-04-29 Simon Pilgrim[llvm-mca][x86] Fix MMX PMOVMSKB test
2019-04-29 Bjorn Pettersson[DAG] Refactor DAGCombiner::ReassociateOps
2019-04-29 Thomas Preud... FileCheck [3/12]: Stricter parsing of @LINE expressions
2019-04-29 Simon Pilgrim[TableGen] Fix null pointer dereferencing.
2019-04-29 Simon PilgrimAvoid "checking a pointer after dereferencing" warning...
2019-04-29 Simon PilgrimMove if() to newline to stop ambiguity over whether...
2019-04-29 Simon PilgrimFix operator precedence warning. NFCI.
2019-04-29 Simon PilgrimRemove superfluous break from switch statement. NFCI.
2019-04-29 Quentin Colombet[llvm-extract] Expose the group extraction feature...
2019-04-29 Quentin Colombet[BlockExtractor] Expose a constructor for the group...
2019-04-29 Quentin Colombet[BlockExtractor] Change the basic block separator from...
2019-04-29 Kevin P. NealAdd AVX support to this test.
2019-04-29 Simon Pilgrim[X86] Remove duplicate string comparison
2019-04-29 Cullen Rhodes[AArch64][SVE] Asm: add aliases for unpredicated bitwis...
2019-04-29 Simon Pilgrim[X86][SSE] Add scalar horizontal add/sub tests for...
2019-04-29 Thomas Preud... FileCheck [2/12]: Stricter parsing of -D option
2019-04-29 Yevgeny Rouban[LoopSimplifyCFG] Suppress expensive DomTree verification
2019-04-29 George Rimar[yaml2obj] - Simplify and reduce the code. NFC.
2019-04-29 George Rimar[yaml2obj] - Replace a loop with write_zeros(). NFCI.
2019-04-29 George Rimar[yaml2obj] - Cleanup and simplify the code. NFCI.
2019-04-29 Simon Pilgrim[X86][SSE] Moved haddps test from phaddsub.ll to haddsu...
2019-04-29 Simon Pilgrim[InstCombine][X86] Add PACKSS tests for truncation...
2019-04-29 Diogo N. Sampaio[ARM] Add bitcast/extract_subvec. of fp16 vectors
2019-04-29 Diogo N. Sampaio[ARM] Add v4f16 and v8f16 types to the CallingConv
2019-04-29 Russell Gallopvs integration: Use llvm-lib for librarian
2019-04-29 Hans Wennborggn: Fix check-clang build after r359179
2019-04-29 David ChisnallTry to use /proc on FreeBSD for getExecutablePath
2019-04-29 Jeremy Morse[DebugInfo] Terminate more location-list ranges at...
2019-04-29 Fangrui Song[DWARF] Fix dump of local/foreign TU lists in .debug_names
2019-04-29 Fangrui Song[DWARF] Delete a redundant check in getFileNameByIndex()
2019-04-29 Craig Topper[X86] Remove some intel syntax aliases on (v)cvtpd2...
2019-04-29 Fangrui Song[llvm-nm] -print-size => --print-size
2019-04-29 Fangrui Song[llvm-nm] Simplify and fix a buffer overflow
2019-04-29 Nico Weberllvm-cvtres: Attempt to make llvm-cvtres/duplicate...
2019-04-28 Simon Pilgrim[X86] Add PR39921 HADD pairwise reduction test and...
2019-04-28 Simon Pilgrim[X86][AVX] Add fast-hops target for add/fadd reduction...
2019-04-28 Simon Pilgrim[X86] Add PR39936 HADD Tests
2019-04-28 Simon Pilgrim[X86][SSE] combineExtractVectorElt - add early-out...
2019-04-28 Nikita Popov[ConstantRange] Add makeExactNoWrapRegion()
2019-04-28 Simon Pilgrim[X86][AVX] Enabled AVX512F tests and add PR40815 test...
2019-04-28 Simon Pilgrim[X86][AVX] Combine non-lane crossing binary shuffles...
2019-04-28 Sanjay Patel[SelectionDAG] include FP min/max variants as binary...
2019-04-28 Sanjay Patel[DAGCombiner] try repeated fdiv divisor transform befor...
2019-04-28 Andrea Di Biagio[MCA] Fix typo in AVX2 gather tests. NFC
2019-04-28 Simon Pilgrim[X86][SSE] Optimize llvm.experimental.vector.reduce...
2019-04-28 Simon Pilgrim[X86][AVX] Add AVX512DQ coverage for masked memory...
2019-04-28 Craig Topper[X86] Remove (V)MOV64toSDrr/m and (V)MOVDI2SSrr/m....
2019-04-27 Simon PilgrimRevert rL359389: [X86][SSE] Add support for <64 x i1...
2019-04-27 Simon Pilgrim[X86][AVX] Add additional SSE/AVX expandload and compre...
2019-04-27 Simon Pilgrim[X86][SSE] Add support for <64 x i1> bool reduction
2019-04-27 Simon Pilgrim[X86][AVX] Cleanup and add additional expandload and...
2019-04-27 Simon Pilgrim[X86][AVX512] Improve vector bool reductions
2019-04-27 Simon Pilgrim[X86] Add vector boolean reduction tests (PR38840)
2019-04-27 Lang Hames[lli] Fix a typo in a cl::opt description.
2019-04-27 Fangrui Song[llvm-nm][llvm-readelf] Avoid single-dash -long-option...
2019-04-27 Simon PilgrimFix check-prefixes typo
2019-04-27 Fangrui Song[DJB] Fix variable case after D61178
2019-04-27 Fangrui Song[llvm-nm] Support section type 'u': STB_GNU_UNIQUE
2019-04-27 Simon Pilgrim[X86][SSE] Add initial test case for subvector insert...
2019-04-27 Simon Pilgrim[X86][AVX] Merge mask select with shuffles across extra...
2019-04-27 Andrea Di Biagio[MCA] Add field `IsEliminated` to class Instruction...
2019-04-27 Simon Atanasyan[cmake] Disable a GCC optimization when building LLVM...
next