OSDN Git Service

android-x86/external-llvm.git
2018-07-05 Ivan A. Kosarev[NEON] Fix combining of vldx_dup intrinsics with updati...
2018-07-05 Sander de SmalenReverting r336322 for now, as it causes an assert failure
2018-07-05 Mikael HolmenPartial revert of "NFC - Various typo fixes in tests"
2018-07-05 Sander de Smalen[AArch64][SVE] Asm: Support for predicated FP rounding...
2018-07-05 Sjoerd Meijer[ARM] ParallelDSP: only support i16 loads for now
2018-07-05 Sander de Smalen[AArch64][SVE] Asm: Support for signed/unsigned MIN...
2018-07-05 Lei Huang[Power9] Optimize codgen for conversions of int to...
2018-07-05 Craig Topper[X86] Remove X86 specific scalar FMA intrinsics and...
2018-07-05 Lei Huang[Power9][NFC] add back-end tests for passing homogeneou...
2018-07-05 Lei Huang[Power9] Add tests for passing float128 in VSX reg...
2018-07-05 Serge Pavlov[demangler] Avoid alignment warning
2018-07-05 Lei Huang[Power9] Ensure float128 in non-homogenous aggregates...
2018-07-05 Lei Huang[Power9]Legalize and emit code for quad-precision conve...
2018-07-05 Lei Huang[Power9] Implement float128 parameter passing and retur...
2018-07-05 Craig Topper[X86] Remove some isel patterns for X86ISD::SELECTS...
2018-07-05 Craig Topper[X86] Add support for combining FMSUB/FNMADD/FNMSUB...
2018-07-05 Craig Topper[X86] Remove some of the packed FMA3 intrinsics since...
2018-07-04 Lei Huang[Power9]Legalize and emit code for round & convert...
2018-07-04 Aaron BallmanSilence an MSVC C4189 warning about a local variable...
2018-07-04 Vladimir Stefanovic[mips] Warn when crc, ginv, virt flags are used with...
2018-07-04 Stefan Pintilie[PowerPC] Replace the Post RA List Scheduler with the...
2018-07-04 Jakub Kuderski[Dominators] Add DomTreeUpdater constructor from DT...
2018-07-04 Sanjay Patel[InstCombine] allow narrowing of min/max/abs
2018-07-04 Roman Lebedev[X86][BtVer2][MCA][NFC] Add CMPEQ dependency-breaking...
2018-07-04 Simon PilgrimFix some irregular whitespace/indentation. NFCI.
2018-07-04 Sanjay Patel[InstCombine] add value names to test; NFC
2018-07-04 Volodymyr Turanskyy[ARM] [Assembler] Support negative immediates: cover...
2018-07-04 Yvan Roux[MachineOutliner] Fix typo in getOutliningCandidateInfo...
2018-07-04 Paul Semel[llvm-objdump] Add --file-headers (-f) option
2018-07-04 Simon Pilgrim[X86][SSE] Add v16i16 shl x,c -> pmullw test
2018-07-04 Andrew Ng[ThinLTO] Update ThinLTO cache file atimes when on...
2018-07-04 Sander de Smalen[AArch64][SVE] Asm: Support for reversed subtract ...
2018-07-04 Simon Pilgrim[X86][SSE] Add SSE2 target to some shift tests
2018-07-04 Gabor BuellaNFC - Various typo fixes in tests
2018-07-04 Sander de Smalen[AArch64][SVE] Asm: Support for instructions to set...
2018-07-04 Clement Courbet[llvm-exegesis] Remove dead comment.
2018-07-04 Sander de Smalen[AArch64][SVE] Asm: Support for FP conversion instructions.
2018-07-04 Max Kazantsev[NFC] Add test that shows that InstCombine can do better
2018-07-04 Anastasis Grammenos[DebugInfo][LoopVectorize] Preserve DL in generated...
2018-07-04 Anastasis Grammenos[DebugInfo][InstCombine] Preserve DI after combining...
2018-07-04 Simon Pilgrim[X86][SSE] Blend any v8i16/v4i32 shift with 2 shift...
2018-07-04 Simon Pilgrim[X86][SSE] Add reduced crash test case for r336113...
2018-07-04 Sander de Smalen[AArch64][SVE] Asm: Support for SVE condition code...
2018-07-04 Max Kazantsev[ImplicitNullChecks] Check for rewrite of register...
2018-07-03 Fangrui Song[Support] Remove SaveOr which is no longer used
2018-07-03 Jacques Pienaar[lanai] Handle atomic load of i8 like regular load.
2018-07-03 Fangrui Song[X86][AsmParser] Fix inconsistent declaration parameter...
2018-07-03 Benjamin Kramer[NVPTX] Expand v2f16 INSERT_VECTOR_ELT
2018-07-03 Craig Topper[X86] Remove repeated 'the' from multiple comments...
2018-07-03 Roman Lebedev[X86] Add tests for low/high bit clearing with differen...
2018-07-03 Fangrui Song[ARM] Fix inconsistent declaration parameter name in...
2018-07-03 Fangrui Song[AArch64] Make function parameter names in declarations...
2018-07-03 Sanjay Patel[InstCombine] add tests for shuffle+binop with constant...
2018-07-03 Craig Topper[X86][AsmParser] Rework the in/out (%dx) hack one more...
2018-07-03 Craig Topper[X86][AsmParser] Don't consider %eip as a valid registe...
2018-07-03 Vladimir StefanovicFix typo in lib/Support/Path.cpp to test commit access
2018-07-03 Sanjay Patel[Constants] add identity constants for fadd/fmul
2018-07-03 Sanjay Patel[Reassociate] add tests for binop with identity constan...
2018-07-03 Sanjay Patel[Reassociate] regenerate checks; NFC
2018-07-03 Sander de Smalen[AArch64][SVE] Asm: Support for FP Complex ADD/MLA.
2018-07-03 Amara Emerson[AArch64][GlobalISel] Fix fallbacks introduced in r3361...
2018-07-03 Sanjay Patel[Reassociate] add test for missing FP constant analysis...
2018-07-03 Teresa JohnsonRename lazy initialization functions to reflect behavio...
2018-07-03 Sander de Smalen[AArch64][SVE] Asm: Support for FMUL (indexed)
2018-07-03 Sander de Smalen[AArch64][SVE] Asm: Support for predicated unary operat...
2018-07-03 Simon Pilgrim[DAGCombiner] visitSDIV - Permit MIN_SIGNED_VALUE in...
2018-07-03 Sanjay Patel[InstCombine] fold shuffle-with-binop and common value
2018-07-03 Sam Parker[ARM][NFC] Refactor sequential access for DSP
2018-07-03 Bjorn Pettersson[IR] Strip trailing whitespace. NFC
2018-07-03 Sjoerd Meijer[AArch64] Armv8.4-A: system registers
2018-07-03 Hans Wennborgbuild_llvm_package.bat: Re-try the build steps
2018-07-03 Bjorn Pettersson[DebugInfo] Corrections for salvageDebugInfo
2018-07-03 Benjamin KramerRevert "[X86][SSE] Blend any v8i16/v4i32 shift with...
2018-07-03 John Brawn[llvm-exegesis] Adjust AArch64 unit test
2018-07-03 John Brawn[llvm-exegesis] Add an AArch64 target
2018-07-03 Sander de Smalen[AArch64][SVE] Asm: Support for saturing ADD/SUB instru...
2018-07-03 Petar Jovanovic[MIPS GlobalISel] Lower arguments using stack
2018-07-03 Chandler Carruth[PM/LoopUnswitch] Fix PR37651 by correctly invalidating...
2018-07-03 Sander de Smalen[AArch64][SVE] Asm: Support for vector element FP compare.
2018-07-03 Chandler Carruth[ADT] Disable the single callback optimization on Windows.
2018-07-03 Shiva Chen[DebugInfo] Fix PR37395.
2018-07-03 Chandler Carruth[Support] This sanity check in the test only works...
2018-07-03 Max Kazantsev[InstCombine] Delay foldICmpUsingKnownBits until simple...
2018-07-03 Clement Courbet[llvm-exegesis] ExegisX86Target::setRegToConstant(...
2018-07-03 Chandler Carruth[ADT] Try to work around a crash in MSVC.
2018-07-03 Craig Topper[X86] Add avx512vl command line to break-false-dep.ll
2018-07-03 Chandler Carruth[ADT] Switch another place to `llvm::is_trivially_move_...
2018-07-03 Jakub KuderskiReappl "[Dominators] Add the DomTreeUpdater class"
2018-07-03 Erik PilkingtonRevert r336159, r336157. Some bots failed on qualified...
2018-07-03 Chandler Carruth[Support] Fix llvm::unique_function when building with...
2018-07-03 Teresa Johnson[ThinLTO] Fix printing of aliases for distributed backe...
2018-07-03 Erik PilkingtonSome buildbots were choking on std::max_align_t, try...
2018-07-03 Erik Pilkington[demangler] Fix a MSVC alignment warning.
2018-07-02 Chandler Carruth[ADT] Add llvm::unique_function which is like std:...
2018-07-02 Teresa JohnsonRemove absolute path in test
2018-07-02 Lang Hames[ORC] Verify modules when running LLLazyJIT in LLI...
2018-07-02 Teresa Johnson[ThinLTO] Fix printing of module paths for distributed...
2018-07-02 Heejin Ahn[WebAssembly] Support for atomic stores
2018-07-02 Vadzim Dambrouski[ARM] Fix PR37382: Don't optimize mul.with.overflow...
2018-07-02 Andrea Di Biagio[llvm-mca] Clear the content of map VariantDescriptors...
next