OSDN Git Service

android-x86/external-llvm.git
2017-06-12 Tony Jiang[Power9] Added support for the modsw, moduw, modsd...
2017-06-12 Reid Kleckner[llvm-ar] Fix AddNewMember typo in enum
2017-06-12 Sanjay Patel[utils] remove ability to generate llc check lines...
2017-06-12 Sanjay Patel[x86] regenerate checks with update_llc_test_checks.py
2017-06-12 Matt ArsenaultAMDGPU: Don't add same implicit use multiple times
2017-06-12 Geoff Berry[SelectionDAG] Allow sin/cos -> sincos optimization...
2017-06-12 Matt ArsenaultAMDGPU: Teach isLegalAddressingMode about flat offsets
2017-06-12 Sanjay Patel[x86] regenerate checks with update_llc_test_checks.py
2017-06-12 Matt ArsenaultAMDGPU: Start selecting flat instruction offsets
2017-06-12 Matt ArsenaultAMDGPU: Verify that flat offsets aren't used pre-GFX9
2017-06-12 Haicheng Wu[Falkor] Enable SW Prefetch.
2017-06-12 Matt ArsenaultAMDGPU: Start adding offset fields to flat instructions
2017-06-12 Than McIntoshStackColoring: smarter check for slot overlap
2017-06-12 Sanjay Patel[DAG] add helper to bind memop chains; NFCI
2017-06-12 Sanjay Patel[InstCombine] lshr (sext iM X to iN), N-M --> zext...
2017-06-12 Daniel NeilsonConst correctness for TTI::getRegisterBitWidth
2017-06-12 Francis Ricci[ADT] Don't use __used__ attribute on struct members...
2017-06-12 Simon Pilgrim[X86][SSE] Change memop fragment to inherit from vec128...
2017-06-12 Roger Ferrer... Export the required symbol from DynamicLibraryTests
2017-06-12 Craig Topper[AVX-512] Add VPCONFLICT and VPLZCNT to load folding...
2017-06-12 Yaron KerenAddress bugs.llvm.org/pr32207 by making BannerPrinted...
2017-06-12 Kamil RytarowskiInitialize SubArch in class Triple
2017-06-11 Sanjay Patel[x86] use vperm2f128 rather than vinsertf128 when there...
2017-06-11 Xinliang David Li[PartialInlining] Support shrinkwrap life_range markers
2017-06-11 Francis Ricci[ADT] Use LLVM_ATTRIBUTE_USED instead of __attribute__...
2017-06-11 Francis Ricci[ADT] Suppress unused attribute warning in unit test
2017-06-11 Simon PilgrimFix unused variable warning on non-debug EXPENSIVE_CHEC...
2017-06-11 Amaury Sechet[DAGCombine] Make sure we check the ResNo from UADDO...
2017-06-11 Davide Italiano[MemorySSA] preservesAll() implies preserves<MemorySSA...
2017-06-11 NAKAMURA TakumiTableGen.cmake: Try to fix build breakage introduce...
2017-06-10 Davide Italiano[SmallVector] Reinstate the typedefs.
2017-06-10 Davide Italiano[SmallVector] Remove unused typedefs, spotted by GCC...
2017-06-10 Brian Gesiak[opt-viewer] Include default values in help output
2017-06-10 Simon Pilgrim[X86][SSE] Extended PR32368 to SSE/AVX1/AVX2
2017-06-10 Simon Pilgrim[X86][AVX512] Added test case for PR32368
2017-06-10 David Blaikiedwarfdump: Handle relocs to zlib (.zdebug*) compressed...
2017-06-10 Simon Pilgrim[X86][SLM] Add SLM arithmetic vectorization tests
2017-06-10 Galina KistanovaBreak seems serve better here.
2017-06-10 Vedant KumarFix a ubsan failure introduced by r305092
2017-06-10 Geoff Berry[EarlyCSE] Add option to use MemorySSA for function...
2017-06-10 Galina KistanovaAdded llvm_unreachable to address warning: this stateme...
2017-06-10 Galina KistanovaAdded llvm_unreachable as ReportError cannot be specifi...
2017-06-10 Galina KistanovaAdded dependency on the TableGen executable file.
2017-06-10 Craig Topper[IR] Remove stale comment from HungoffOperandTraits...
2017-06-10 Craig Topper[IR] Delete operator new(size_t, unsigned) for ShuffleV...
2017-06-10 Craig Topper[IR] Put a comment back on a function it belongs to...
2017-06-10 Craig Topper[IR] Remove unnecessary override of operator new in...
2017-06-10 Wei DingAMDGPU : Fix ISA Version Definitions.
2017-06-09 Andrew Kaylor[InstSimplify] Don't constant fold or DCE calls that...
2017-06-09 Sanjay Patel[PowerPC] add memcmp test with one constant operand...
2017-06-09 Sanjay Patel[CGP] add a reference to DataLayout in MemCmpExpansion...
2017-06-09 I-Jui (Ray... [AArch64] Add fallback in FastISel fp16 conversions
2017-06-09 Vassil VassilevEnable c++1z experimental builds.
2017-06-09 Eugene Zelenko[Support] Fix some Clang-tidy modernize-use-using and...
2017-06-09 Craig Topper[LVI] Fix spelling error in comment. NFC
2017-06-09 Craig Topper[LVI] Const correct and rename the LVILatticeVal parame...
2017-06-09 Zachary Turner[pdb] Support CoffSymbolRVA debug subsection.
2017-06-09 Yaxun Liu[SROA] Fix APInt size when load/store have different...
2017-06-09 Zachary TurnerRename llvm-pdbdump -> llvm-pdbutil.
2017-06-09 Francis Ricci[ADT] Make iterable SmallVector template overrides...
2017-06-09 Keno Fischer[Sink] Fix predicate in legality check
2017-06-09 Benjamin KramerI guess /dev/null is a bad idea on windows. Use a temp...
2017-06-09 Stanislav Mekhanoshin[AMDGPU] Add intrinsics for alignbit and alignbyte...
2017-06-09 Benjamin Kramer[llvm-cvtres] Don't polute the test directory.
2017-06-09 Zachary TurnerFix -Wreorder-fields warning.
2017-06-09 Zachary TurnerAllow VarStreamArray to use stateful extractors.
2017-06-09 Eric BeckmannImplement COFF emission for parsed Windows Resource...
2017-06-09 Simon Pilgrim[X86][SSE] Add support for PACKSS nodes to faux shuffle...
2017-06-09 Vassil VassilevWe do not need google test utils if we disabled LLVM_IN...
2017-06-09 Craig Topper[LazyValueInfo] Don't run the more complex predicate...
2017-06-09 Krzysztof Parzyszek[Hexagon] Fixes and updates to the selection patterns
2017-06-09 Zvi RackoverSelectionDAG: Remove deleted nodes from legalized set...
2017-06-09 Simon DardisReland "[SelectionDAG] Enable target specific vector...
2017-06-09 Sanjay Patel[SimplifyLibCalls] fix formatting; NFC
2017-06-09 Sanjay Patel[ValueTracking] fix typo; NFC
2017-06-09 David Stuttard[AMDGPU] Fix for issue in alloca to vector promotion...
2017-06-09 Javed Absar[ARM] Custom machine-scheduler. NFCI.
2017-06-09 Nirav Dave[MC] Fix compiler crash in AsmParser::Lex
2017-06-09 Krzysztof Parzyszek[Hexagon] Add LLVM header to HexagonPatterns.td
2017-06-09 Serge Rogatch[XRay] Fix computation of function size subject to...
2017-06-09 Nirav DavePrevent RemoveDeadNodes from deleted already deleted...
2017-06-09 Oliver Stannard[ARM] Add scheduling info for VFMS
2017-06-09 NAKAMURA Takumillvm/test/DebugInfo/PDB/pdbdump-debug-subsections.test...
2017-06-09 Stefan MaksimovicTest commit: remove whitespace
2017-06-09 David Blaikiebugpoint: disabling symbolication of bugpoint-executed...
2017-06-09 Serguei Katkov[IndVars] Add an option to be able to disable LFTR
2017-06-09 George Burgess IV[LoopVectorize] Don't preserve nsw/nuw flags on shrunke...
2017-06-09 David BlaikieInliner: Don't touch indirect calls
2017-06-09 Rui UeyamaFix -Wunused-variable.
2017-06-09 Craig Topper[llvm-pdbdump] Fix -Wpessimizing-move warnings.
2017-06-09 Craig Topper[InstCombine] Pass a proper context instruction to...
2017-06-09 Bob Haarman[codeview] use 32-bit integer for RelocOffset in DebugL...
2017-06-09 Zachary Turner[pdb] Don't crash on unknown debug subsections.
2017-06-09 Saleem Abdulrasoolsink DebugCompressionType into MC for exposing to clang
2017-06-09 Zachary Turner[CodeView] Support remaining debug subsection types
2017-06-08 Zachary TurnerFix build by adding includes.
2017-06-08 Zachary Turner[llvm-pdbdump] Support native ordering of subsections...
2017-06-08 Zachary Turner[llvm-pdbdump] Improve consistency among subcommands.
2017-06-08 Evgeniy Stepanov[CFI] Remove LinkerSubsectionsViaSymbols.
2017-06-08 Craig Topper[ExtractGV] Fix the doxygen comment on the constructor...
next