OSDN Git Service

android-x86/external-llvm.git
2016-11-06 Craig Topper[AVX-512] Remove intrinsics for 128/256-bit masked...
2016-11-06 Simon Pilgrim[SelectionDAG] Add support for vector demandedelts...
2016-11-06 Craig Topper[AVX-512] Remove intrinsics for 128/256-bit masked...
2016-11-06 Craig Topper[AVX-512] Remove a 512-bit test cases from the avx512vl...
2016-11-06 Simon Pilgrim[X86] Add knownbits vector or test
2016-11-06 Simon Pilgrim[X86][SSE] Reuse zeroable element mask in lowerVectorSh...
2016-11-06 Benjamin Kramer[BitcodeWriter] Replace a manual byteswap with read32be.
2016-11-06 Craig Topper[X86] Add a few more fptoui test cases to the vec_fp_to...
2016-11-06 Amaury SechetKill deprecated attribute API
2016-11-06 Tim Shen[APFloat] Make functions that produce APFloaat objects...
2016-11-06 Craig Topper[AVX-512] Add missing EVEX version of pattern for ...
2016-11-06 Craig Topper[AVX-512] Add avx512vl command line to the fpext test...
2016-11-06 Craig Topper[AVX-512] Lower AVX cvtpd2ps intrinsic to ISD::FP_ROUND...
2016-11-06 Craig Topper[AVX-512] Lower SSE/AVX cvtdq2ps intrinsics directly...
2016-11-06 Craig Topper[AVX-512] Add -show-mc-encoding to legacy vector intrin...
2016-11-05 Krzysztof Parzyszek[Hexagon] Relocate pattern-related bits to proper places
2016-11-05 Krzysztof Parzyszek[Hexagon] Round 1 of selection pattern simplifications
2016-11-05 Boris Ulasevichtest commit
2016-11-05 Simon Pilgrim[X86][SSE] Reuse zeroable element mask in lowerVectorSh...
2016-11-05 Simon Pilgrim[X86][SSE] Reuse zeroable element mask in lowerVectorSh...
2016-11-05 Simon Pilgrim[X86][SSE] Reuse zeroable element mask in SSE4A EXTRQ...
2016-11-05 Simon Pilgrim[X86][SSE] Reuse zeroable element mask in PSHUFB vector...
2016-11-05 Simon Pilgrim[X86][SSE] Reuse zeroable element mask in lowerVectorSh...
2016-11-05 Simon Pilgrim[X86][SSE] Reuse zeroable element mask in lowerVectorSh...
2016-11-05 Justin Lebar[LoopStrengthReduce] Don't use a DenseSet<int64_t>...
2016-11-05 Simon Pilgrim[X86][SSE] Reuse zeroable element mask instead of regen...
2016-11-05 Krzysztof Parzyszek[Hexagon] Split all selection patterns into a separate...
2016-11-05 Simon PilgrimStrip trailing whitespace. NFCI.
2016-11-05 Craig Topper[AVX-512] Use an equality compare instead of StringRef...
2016-11-05 Alina SbirleaCorrect mprotect page boundries to round up end page...
2016-11-05 Craig Topper[X86] Remove broken support for autoupgrading llvm...
2016-11-04 NAKAMURA TakumiAppend a (uint32_t)pad into arm_thread_state64_t. Impli...
2016-11-04 Lang Hames[ExecutionEngine] Document the insane ownership contrac...
2016-11-04 Justin Bognercmake: When using LLVM_DISTRIBUTION_COMPONENTS, adjust...
2016-11-04 Krzysztof Parzyszek[Hexagon] Account for <def,read-undef> when validating...
2016-11-04 Weiming ZhaoFix 24560: assembler does not share constant pool...
2016-11-04 NAKAMURA Takumillvm/test/Transforms/DCE/calls-errno.ll: Suppress check...
2016-11-04 Ahmed Bougacha[docs] Add initial Global ISel documentation.
2016-11-04 Zvi Rackover[X86] Broadcast from memory intructions aren't unfoldable
2016-11-04 Zvi RackoverAdd bugpoint-reduced reproducer for pr30693
2016-11-04 Tom StellardRevert "AMDGPU: Add VI i16 support"
2016-11-04 Jonas PaulssonComment rewording in MachineScheduler.cpp.
2016-11-04 Chandler CarruthAdd a missing return to the move assignment operator for
2016-11-04 Chandler CarruthRemove dead code trying to handle when the amount of...
2016-11-04 Chandler CarruthOnly log the visit of a return instruction if we in...
2016-11-04 Chandler CarruthHoist check for TLI above all of the attempts to use...
2016-11-04 Xinliang David LiFix typo
2016-11-03 Justin BognerX86: Move a non-null assert to before the pointer is...
2016-11-03 Brian Gesiak[lit] Remove TODO
2016-11-03 Chandler CarruthSink all of the code relying on the MachO MachineModule...
2016-11-03 Lang Hames[Support] Fix a segfault in llvm::Expected.
2016-11-03 Weiming Zhao[Cortex-M0] Atomic lowering
2016-11-03 Kevin EnderbyAdd support for the ARM_THREAD_STATE64 and
2016-11-03 Tony JiangNFC - Test commit.
2016-11-03 Rafael EspindolaDon't error in the ELFFile constructor.
2016-11-03 Adrian PrantlAdd DWARF debug info support for C++11 inline namespaces.
2016-11-03 Kostya Serebryany[libFuzzer] fix -error_exitcode=N, now with a test
2016-11-03 Michael LeMay[ADT] IntervalMap: fix setStart and setStop
2016-11-03 Rafael EspindolaRemove the last use of report_fatal_error from ELF.h.
2016-11-03 Justin BognerPDB: Fix some APIs to avoid use-after-frees
2016-11-03 Rafael EspindolaAdd error handling to getEntry.
2016-11-03 Tom StellardAMDGPU/SI: Re add VIInstructions.td to unbreak bots
2016-11-03 Chandler CarruthRemove a redundant condition found by PVS-Studio.
2016-11-03 Rafael EspindolaReplace another report_fatal_error with an ErrorOr.
2016-11-03 Rafael EspindolaReplace a report_fatal_error with an ErrorOr.
2016-11-03 Rafael EspindolaDelete dead code.
2016-11-03 Tom StellardAMDGPU: Add VI i16 support
2016-11-03 Chandler CarruthDelete some dead code and add a missing "0x" prefix...
2016-11-03 Chandler CarruthDelete a dead store found by PVS-Studio.
2016-11-03 Rafael EspindolaDelete dead code.
2016-11-03 Rafael EspindolaAdd lower level versions of some functions.
2016-11-03 Davide ItalianoMake this test Windows-only (try to placate buildbots).
2016-11-03 Chandler CarruthFix a bug found by inspection by PVS-Studio.
2016-11-03 Rafael EspindolaMove function out of line. NFC.
2016-11-03 Rafael EspindolaInline function into only use.
2016-11-03 Saleem Abdulrasoolvim: special case the CHECK prefix
2016-11-03 Rafael EspindolaReturn existing error code.
2016-11-03 Rafael EspindolaMove a free function out of ELFFile.
2016-11-03 Alexander Timofeev[AMDGPU][CodeGen] To improve CGEMM performance: combine...
2016-11-03 Zvi RackoverRefactor creation of X86ISD::SETCC nodes to a helper...
2016-11-03 Nicolai HaehnleDAGCombiner: fix use-after-free when merging consecutiv...
2016-11-03 Rafael EspindolaSplit out a getSectionIndex.
2016-11-03 James MolloyRevert "[Thumb] Teach ISel how to lower compares of...
2016-11-03 Rafael Espindolareplace a report_fatal_error with a ErrorOr.
2016-11-03 John Brawn[CMake] Make CMAKE_INSTALL_RPATH work again
2016-11-03 Rafael EspindolaReplace a report_fatal_error with an ErrorOr.
2016-11-03 Rafael EspindolaSplit getStringTableForSymtab.
2016-11-03 Rafael EspindolaSplit getSHNDXTable in two.
2016-11-03 James Molloy[Thumb] Teach ISel how to lower compares of AND bitmask...
2016-11-03 George Rimar[tools/obj2yaml] - Update after LLVM change r285886
2016-11-03 George Rimar[Object/ELF] - Make getSymbol() return Error.
2016-11-03 Jonas Hahnfeld[CMake] Disable rpath for UnitTests
2016-11-03 Craig Topper[AVX-512] Use 'vnot' instead of 'not' in patterns invol...
2016-11-03 Elena DemikhovskyExpandload and Compressstore intrinsics
2016-11-03 Rafael EspindolaSplit getSection in two.
2016-11-03 Teresa Johnson[ThinLTO] Handle distributed backend case when doing...
2016-11-02 Greg BedwellRevert "[InstCombine] allow splat vector folds in adjus...
2016-11-02 Rafael EspindolaSimplify some typedefs. NFC.
2016-11-02 Adrian McCarthyEmit S_COMPILE3 record once per TU rather than once...
2016-11-02 Kevin EnderbyAdd the rest of the additional error checks for invalid...
next