OSDN Git Service

android-x86/external-llvm.git
2018-04-16 Zachary TurnerRevert "Fix some incorrect fields in our generated...
2018-04-16 Brock Wyma[CodeView] Initial support for emitting S_THUNK32 symbo...
2018-04-16 Zachary TurnerFix some incorrect fields in our generated PDBs.
2018-04-16 Sanjay Patel[InstCombine] simplify getBinOpsForFactorization()...
2018-04-16 David BlaikieSmallVectorMemoryBuffer: Fix some comments
2018-04-16 Sanjay Patel[InstCombine] simplify fneg+fadd folds; NFC
2018-04-16 Sanjay Patel[InstCombine] fix formatting; NFC
2018-04-16 Dmitry Preobrazhensky[AMDGPU][MC][VI][GFX9] Added support of SDWA/DPP for...
2018-04-16 Pavel Labath[test] Avoid spurious failure in debug-names-find.s...
2018-04-16 Sander de Smalen[AArch64][SVE] Asm: Support for structured LD4 (scalar...
2018-04-16 Roman Lebedev[LatencyPriorityQueue] Fix build: missing override
2018-04-16 Stefan Pintilie[LatencyPriorityQueue] The LatencyPriorityQueue class...
2018-04-16 Sander de Smalen[AArch64][SVE] Asm: Support for structured LD3 (scalar...
2018-04-16 Puyan Lotfi[MIR-Canon] Fixing a test failure caused by COPY Folding.
2018-04-16 Stefan Maksimovic[mips] Restrict certain trap instructions for micromipsr6
2018-04-16 Puyan Lotfi[MIR-Canon] Adding ISA-Agnostic COPY Folding.
2018-04-16 Puyan Lotfi[NFC][MIR-Canon] clang-format cleanup of Mir Canonicali...
2018-04-16 Gabor Buella[X86] Introduce archs: goldmont-plus & tremont
2018-04-16 Sander de Smalen[AArch64][SVE] Asm: Support for structured LD2 (scalar...
2018-04-16 Weiming ZhaoRename ObjectMemoryBuffer to SmallVectorMemoryBuffer...
2018-04-16 Shiva Chen[BasicAA] Return MayAlias for the pointer plus variable...
2018-04-15 Craig Topper[X86] Use APInt::isSubsetof instead of APInt::intersect...
2018-04-15 Craig Topper[X86] Use uint32_t instead of unsigned in GetLo32XForm...
2018-04-15 Roman Lebedev[InstCombine] Simplify 'xor' to 'or' if no common bits...
2018-04-15 Roman Lebedev[SelectionDAG][NFC] haveNoCommonBitsSet(): add FIXME...
2018-04-15 Roman Lebedev[InstCombine] Simplify 'add' to 'or' if no common bits...
2018-04-15 Roman Lebedev[NFC] ConstantOffsetExtractor::CanTraceInto(): add...
2018-04-15 Andrea Di Biagio[MC] Moved all the remaining logic that computed instru...
2018-04-15 Sanjay Patel[DAGCombiner, PowerPC] allow X - (fpext(-Y) --> X ...
2018-04-15 Sanjay Patel[InstCombine] simplify more code for distributive prope...
2018-04-15 Sanjay Patel[InstCombine] simplify code for distributive property...
2018-04-15 Jonas Devlieghere[Support] Extend WithColor helpers
2018-04-15 Weiming ZhaoNFC: Move ObjectMemoryBuffer to support
2018-04-14 Jonas Devlieghere[DebugInfo] Use WithColor to print errors/warnings
2018-04-14 Jonas Devlieghere[Support] Add convenience functions to WithColor. NFC.
2018-04-14 Artur Gainullin[X86] Tests for unsigned saturation downconvert detection.
2018-04-14 Warren Ristow[InstCombine] Enable Add/Sub simplifications with only...
2018-04-14 Artur Gainullin[X86] Tests for unsigned saturation downconvert detection.
2018-04-14 Sanjay Patel[InstCombine] add shift+logic tests (PR37098); NFC
2018-04-14 Simon Pilgrim[X86][MMX] Set PAVG/PHADD/PMIN/PMAX/PSIGN instructions...
2018-04-14 Hiroshi Inoue[NFC] fix trivial typos in document and comments
2018-04-14 Tony Tye[AMDGPU] Add gfx902 product names
2018-04-14 Heejin Ahn[WebAssembly] Fix a bug in MachineBasicBlock::findDebug...
2018-04-13 Craig Topper[X86] Add the bizarro movsww and movzww mnemonics for...
2018-04-13 Tim NorthoverMachO: trap unreachable instructions
2018-04-13 Roman Lebedev[InstCombine][NFC] masked-merge: add 'and' tests, too.
2018-04-13 Roman Tereshin[DebugInfo][OPT] NFC follow-up on "Fixing a couple...
2018-04-13 Roman Tereshin[DebugInfo][OPT] Fixing a couple of DI duplication...
2018-04-13 Krzysztof Parzyszek[Hexagon] Initial instruction cost model for auto-vecto...
2018-04-13 Peter CollingbourneRevert r329956, "AArch64: Introduce a DAG combine for...
2018-04-13 Krzysztof Parzyszek[LV] Introduce TTI::getMinimumVF
2018-04-13 Mandeep Singh... [DebugInfo] Change std::sort to llvm::sort in response...
2018-04-13 Stefan Pintilie[Power9] Add the TLS store instructions to the Power...
2018-04-13 Mandeep Singh... [Transforms] Change std::sort to llvm::sort in response...
2018-04-13 Mandeep Singh... [MC] Change std::sort to llvm::sort in response to...
2018-04-13 Mandeep Singh... [ProfileData] Change std::sort to llvm::sort in respons...
2018-04-13 Simon Pilgrim[CostModel][X86] Add some specific cpu targets to the...
2018-04-13 Simon Pilgrim[CostModel][X86] Split fma arith costs tests from other...
2018-04-13 Mandeep Singh... [LTO] Change std::sort to llvm::sort in response to...
2018-04-13 Simon Pilgrim[CostModel][X86] Regenerate latency/codesize cost tests
2018-04-13 Simon Pilgrim[CostModel][X86] Regenerate cast conversion cost tests
2018-04-13 Simon Pilgrim[CostModel][X86] Regenerate masked intrinsic cost tests
2018-04-13 Rui UeyamaDefine InitLLVM to do common initialization all at...
2018-04-13 Andrey Konovalovhwasan: add -fsanitize=kernel-hwaddress flag
2018-04-13 Roman Lebedev[InstCombine][NFC] masked-merge: commutativity tests...
2018-04-13 Sean FertileAdd PPC64_GLINK dynamic tag.
2018-04-13 Simon Dardis[mips] Materialize constants for multiplication
2018-04-13 Simon Pilgrim[X86] Remove remaining itinerary support from instructi...
2018-04-13 Sjoerd Meijer[ARM] FP16 vmaxnm/vminnm scalar instructions
2018-04-13 Clement CourbetRevert r330027: "[llvm-exegesis] re-enable failing...
2018-04-13 Andrea Di Biagio[llvm-mca] Ensure that instructions with a schedule...
2018-04-13 Yan Luo[ARC] Add LImm support for J/JL
2018-04-13 Simon Pilgrim[X86] Generalize X86FixupLEAs to work with TargetSchedModel
2018-04-13 Mircea Trofin[profile] Fix binary format reader error propagation.
2018-04-13 Clement Courbet[llvm-exegesis] re-enable failing tests after r330026.
2018-04-13 Clement Courbet[llvm-exegesis] Fix use after free.
2018-04-13 Simon PilgrimRemove comment reference to itineraries. NFCI.
2018-04-13 Sander de Smalen[AArch64][SVE] Asm: Support for contiguous LD1 (scalar...
2018-04-13 Simon Pilgrim[X86][AVX512] UNPCKL/H PS and PD should be scheduled...
2018-04-13 Simon Pilgrim[X86] Remove remaining OpndItins/SizeItins from all...
2018-04-13 Simon PilgrimRemove comment references to itineraries. NFCI.
2018-04-13 Clement Courbet[llvm-exegesis][NFC] Add more logging in case target...
2018-04-13 Simon PilgrimRemove out of data comment. NFCI.
2018-04-13 Jun Bum Lim[PostRASink]Add register dependency check for implicit...
2018-04-13 Roman Lebedev[InstCombine][NFC] Regenerate logical-select.ll test
2018-04-13 Clement Courbet[llvm-exegesis] Create test files in temporary directory.
2018-04-13 Sander de Smalen[AArch64][SVE] Asm: Support for contiguous ST1 (scalar...
2018-04-13 Simon Pilgrim[X86] Remove OpndItins/SizeItins from all sse instructi...
2018-04-13 Ivan A. Kosarev[NEON] Support intrinsic for scalar and vector versions...
2018-04-13 Clement CourbetPartially revert r330008.
2018-04-13 Clement Courbet[llvm-exegesis] Run unit tests on more platforms.
2018-04-13 Roman Lebedev[InstCombine][NFC] Add last few tests with constant...
2018-04-13 Hiroshi Inoue[NFC] fix trivial typos in comments
2018-04-13 Roman Lebedev[InstCombine][NFC] Add tests for masked merge folding.
2018-04-13 Roman Lebedev[InstCombine]: foldSelectICmpAndAnd(): and is commutative
2018-04-13 Sander de Smalen[AArch64][SVE] Asm: Add support for parsing and printin...
2018-04-13 Gabor Buella[X86] Introduce cldemote instruction
2018-04-13 Martin Storsjo[Support] Fix building for Windows on ARM
2018-04-13 Craig Topper[X86] Remove the pmuldq/pmuldq intrinsics and replace...
2018-04-13 Yunlian JiangEnable debug fission for thinLTO linked via gold-plugin
next