OSDN Git Service

android-x86/external-llvm.git
2017-10-29 Simon Pilgrim[SelectionDAG] Add SRA/SHL demanded elts support to...
2017-10-29 Simon Pilgrim[X86][SSE] ComputeNumSignBits tests showing missing...
2017-10-29 Craig Topper[X86] Add a slow-incdec command line to atomic-eflags...
2017-10-29 Craig Topper[X86] Remove combine that turns X86ISD::LSUB into X86IS...
2017-10-29 Craig Topper[X86] Fix typo in comment. NFC
2017-10-29 Craig Topper[X86] Use the extended vector register classes in fast...
2017-10-29 Craig Topper[X86] Add AVX512 support to X86FastISel::X86SelectFPExt...
2017-10-29 Craig Topper[X86] Use update_llc_test_checks.py to regenerate fast...
2017-10-29 Craig Topper[X86] Use update_llc_test_checks.py to regenerate fast...
2017-10-29 Craig Topper[X86] Add AVX512 support to X86FastISel::X86MaterializeFP
2017-10-28 Craig Topper[X86] Remove invalid code from LowerVSELECT.
2017-10-28 Simon Pilgrim[SelectionDAG] Add support for INSERT_SUBVECTOR to...
2017-10-28 Simon Pilgrim[X86][SSE] Combine 128-bit target shuffles to PACKSS...
2017-10-28 Simon Pilgrim[X86][SSE] Split off matchVectorShuffleWithPACK. NFCI.
2017-10-28 Craig Topper[X86] Fix a mistake in the X86ISelDAGToDAG.cpp code...
2017-10-28 Craig Topper[X86] Replace some default cases in X86SelectShift...
2017-10-28 Saleem AbdulrasoolADT: add a helper to check if the Triple is ARM64
2017-10-28 Sanjay Patel[SimplifyCFG] use pass options and remove the latesimpl...
2017-10-28 Simon Pilgrim[X86][SSE] Rename truncateVectorCompareWithPACKSS to...
2017-10-28 Craig Topper[X86] Correct the alignments on the aligned test cases...
2017-10-28 Simon Pilgrim[SelectionDAG] Support 'bit preserving' floating points...
2017-10-28 Craig Topper[X86] Add avx command lines to fast-isel-constpool...
2017-10-28 Craig Topper[X86] Use update_llc_test_checks.py to regenerate fast...
2017-10-28 Craig Topper[X86] Add a fast-isel test for the i8 pseudo cmov.
2017-10-28 Craig Topper[X86] Remove unneeded MVT::i1 related code from fast...
2017-10-28 Haicheng Wu[ConstantFold] Fix a crash when folding a GEP that...
2017-10-28 Craig Topper[X86] Add avx command lines to two fast-isel tests...
2017-10-28 Craig Topper[X86] Use update_llc_test_checks.py to regenerate fast...
2017-10-28 Craig Topper[PartialInlineLibCalls] Teach PartialInlineLibCalls...
2017-10-28 Eugene Zelenko[ADT] Fix some Clang-tidy modernize and Include What...
2017-10-27 Tom StellardAMDGPU/GlobalISel: Mark 32-bit G_FADD as legal
2017-10-27 Bob Haarman[support] remove tautological comparison in Support...
2017-10-27 Jake EhrlichRevert "Add support for writing 64-bit symbol tables...
2017-10-27 Jake EhrlichAdd support for writing 64-bit symbol tables for archiv...
2017-10-27 Krzysztof Parzyszek[Hexagon] Adjust patterns to reflect instruction select...
2017-10-27 David BlaikieAdd a few missing headers for modularization/IWYU/etc
2017-10-27 Guozhi Wei[DAGCombine] Don't combine sext with extload if sextloa...
2017-10-27 Jake EhrlichMake 32-bit member offset in Archive::Symbol::getMember...
2017-10-27 Rafael EspindolaHandle undefined weak hidden symbols on all architectures.
2017-10-27 Zachary TurnerForce #define GTEST_LANG_CXX11.
2017-10-27 Craig Topper[X86] Remove fast-isel code for handling i8 shifts...
2017-10-27 Craig Topper[X86] Add fast-isel tests for integer shifts. We defini...
2017-10-27 Artur GainullinImprove clamp recognition in ValueTracking.
2017-10-27 Craig Topper[X86] Teach fastisel to use VLX VMOVNTDQA for v4f64...
2017-10-27 Craig Topper[X86] Add avx512vl command line to fast-isel-nontemporal.ll
2017-10-27 Vlad TsyrklevichFix llvm-special-case-list-fuzzer regexp exception
2017-10-27 Krzysztof Parzyszek[Hexagon] Fix an incorrect assertion in HexagonConstExt...
2017-10-27 Simon Pilgrim[X86][SSE] Add tests for inserting all-bits (-1) into...
2017-10-27 Peter CollingbourneELF: Add support for emitting dynamic relocations in...
2017-10-27 Simon Pilgrim[X86][F16C] Fix btver2 AGU pipe scheduling
2017-10-27 Artur Pilipenko[LoopPredication] Handle the case when the guard and...
2017-10-27 Clement Courbet[CodeGen] Fix -Wunused-private-field warning on lld...
2017-10-27 Clement Courbet[CodeGen][ExpandMemCmp][NFC] Simplify load sequence...
2017-10-27 whitequark[LLVM-C] Publicly expose getters of MetadataType, TokenType
2017-10-27 George RimarFix BB after r316756 "[llvm-dwarfdump] - Teach verifier...
2017-10-27 George Rimar[llvm-dwarfdump] - Teach verifier to report broken...
2017-10-27 Matt ArsenaultDAG: Fold fma (fneg x), K, y -> fma x, -K, y
2017-10-27 Clement Courbet[CodeGen][ExpandMemcmp][NFC] Make tests more complete.
2017-10-27 Max Kazantsev[GVN][NFC] Refactor loop iteration with foreach
2017-10-27 NAKAMURA Takumillvm/CodeGen/GlobalISel/InstructionSelectorImpl.h:...
2017-10-27 Max KazantsevRevert rL316568 because of sudden performance drop...
2017-10-27 Sean FertileAdd subclass data to the FoldingSetNode for MemIntrinsi...
2017-10-27 Eugene Zelenko[Transforms] Fix some Clang-tidy modernize and Include...
2017-10-27 Reid Kleckner[PDB] Handle an empty globals hash table with no buckets
2017-10-27 Balaram MakamRevert "[CGP] Merge empty case blocks if no extra moves...
2017-10-27 Sam Clegg[WebAssembly] MC: Don't allow zero sized data segments
2017-10-26 David BlaikieInstructionSelectorImpl.h: Modularize/remove ODR violat...
2017-10-26 David BlaikieMCCodePadder.h: Include definition of type for use...
2017-10-26 Balaram Makam[CGP] Merge empty case blocks if no extra moves are...
2017-10-26 Philip Reames[SimplifyIndVars] Shorten code by using SCEV helper...
2017-10-26 Eli Friedman[ARM] Honor -mfloat-abi for libcall calling convention
2017-10-26 David BlaikieSupport/reg*: Roll some non-modular headers into their...
2017-10-26 Dehao ChenDo not add discriminator encoding for debug intrinsics.
2017-10-26 Craig Topper[X86] Improve handling of UDIVREM8_ZEXT_HREG/SDIVREM8_S...
2017-10-26 Craig Topper[X86] Teach the assembly parser to warn on duplicate...
2017-10-26 Philip Reames[LICM] Restructure implicit exit handling to be more...
2017-10-26 Craig Topper[TableGen] Use Twine instead of std::string concatenati...
2017-10-26 David BlaikieSupport/reg*.h: Make headers include their dependencies
2017-10-26 Aditya Nandakumar[GISel]: Missed checking if it's okay to create a G_CON...
2017-10-26 Martin Storsjo[COFF] Support ordinals in def files with space between...
2017-10-26 Sanjay Patel[x86] use an insert op to put one variable element...
2017-10-26 Vedant Kumar[docs] Fix a small typo
2017-10-26 Konstantin... AMDGPU: Commit missing fence-barrier test
2017-10-26 Yichao YuClear LastMappingSymbols and LastEMS(Info) when resetti...
2017-10-26 Keno Fischer[dsymutil] Check AttrInfo.Name validity before using it
2017-10-26 Keno Fischer[DynamicLibrary] Fix build on musl libc
2017-10-26 Mandeep Singh... [MachineModuleInfoImpls] Replace qsort with array_pod_sort
2017-10-26 Balaram MakamReapply r316582 [Local] Fix a bug in the domtree update...
2017-10-26 Sean FertileRepresent runtime preemption in the IR.
2017-10-26 Marek OlsakAMDGPU: Handle s_buffer_load_dword hazard on SI
2017-10-26 Bjorn Pettersson[LSV] Avoid adding vectors of pointers as candidates
2017-10-26 Bjorn Pettersson[LSV] Skip all non-byte sizes, not only less than eight...
2017-10-26 Simon Dardis[mips] Fix (dis)assembly of abs.fmt for micromips
2017-10-26 Andrew V. TischenkoIt's a test to demonstrate wrong disassembler with...
2017-10-26 Simon Dardis[mips] Fix PR35071
2017-10-26 Simon DardisUpdate my email addresses, NFC.
2017-10-26 Hiroshi Inoue[PowerPC] Use record-form instruction for Less-or-Equal...
2017-10-26 Hans WennborgTidy up CountingFunctionInserter a little. NFC.
2017-10-26 Craig Topper[AsmParser][TableGen] Add VariantID argument to the...
2017-10-26 Craig Topper[AsmParser][TableGen] Make the generated mnemonic spell...
next