OSDN Git Service

android-x86/external-llvm.git
2018-01-25 Aditya NandakumarAdd support for pattern matching MachineInsts.
2018-01-25 Lang Hames[ORC] Refactor the various lookupFlags methods to retur...
2018-01-25 Aditya Nandakumar[GISel]: Fix modules build by including <cassert>
2018-01-25 Lang Hames[ORC] Try to silence compiler error at
2018-01-25 Aditya Nandakumar[GISel]: Implement GlobalISel combiner API.
2018-01-25 Volkan Keles[GlobalISel][TableGen] Fix the statistics for emitted...
2018-01-24 Lang Hames[ORC] Add helpers for building orc::SymbolResolvers...
2018-01-24 Amara Emerson[GlobalISel] Add a requires: asserts to a test.
2018-01-24 Benjamin Kramer[TableGen] Add a way of getting the number of generic...
2018-01-24 Sanjay Patel[InstCombine] fix datalayout in test file
2018-01-24 Lang Hames[ORC] Add a LambdaSymbolResolver convenience class...
2018-01-24 Krzysztof Parzyszek[Hexagon] Replace EmitFunctionEntryCode with a DAG...
2018-01-24 Daniel Sanders[globalisel] Fix long lines from r323342
2018-01-24 Amara Emerson[AArch64][GlobalISel] Fall back during AArch64 isel...
2018-01-24 Amara Emerson[GlobalISel] Don't fall back to FastISel.
2018-01-24 Simon Pilgrim[X86][SSE] Aggressively use PMADDWD for v4i32 multiplie...
2018-01-24 Rafael EspindolaSimplify. NFC.
2018-01-24 Simon Pilgrim[X86][SSE] Add slow-pmulld attribute (silvermont-style...
2018-01-24 Alexey BataevRevert "[SLP] Fix for PR32086: Count InsertElementInstr...
2018-01-24 Easwaran RamanRevert "[ThinLTO] Add call edges' relative block freque...
2018-01-24 Paul RobinsonFix up and document controlling ccache via CMake options.
2018-01-24 Geoff Berry[AMDGPU] Make sure all super regs of reserved regs...
2018-01-24 Nicolai HaehnleRevert r321751, "StructurizeCFG: Fix broken backedge...
2018-01-24 Weiming Zhao[ARM] Expand long shifts for Thumb1 to __aeabi_ calls
2018-01-24 Craig Topper[X86] Fix some inconsistencies in the itineraries and...
2018-01-24 Craig Topper[X86] Adjust names of PINSRW/PEXTRW intructions between...
2018-01-24 Craig Topper[X86] Remove '(_REV)?' from a bunch of scheduler regula...
2018-01-24 Easwaran Raman[ThinLTO] Add call edges' relative block frequency...
2018-01-24 Alexey Bataev[SLP] Fix for PR32086: Count InsertElementInstr of...
2018-01-24 Krzysztof Parzyszek[Hexagon] Run late copy propagation and dead code elimi...
2018-01-24 Rafael EspindolaHandle R_386_PLT32 in RuntimeDyldELF.
2018-01-24 Zvi RackoverInstSimplify: If divisor element is undef simplify...
2018-01-24 Daniel Sanders[globalisel] Introduce LegalityQuery to better encapsul...
2018-01-24 Jonas Devlieghere[NFC] Make magic number for DJB hash function customizable.
2018-01-24 Jonas Devlieghere[dsymutil] Make NonRelocatableStringPool a wrapper...
2018-01-24 Sanjay Patel[ValueTracking] add recursion depth param to matchSelec...
2018-01-24 Zvi RackoverX86 Tests: Add more sdiv combine cases. NFC
2018-01-24 Simon PilgrimRegenerate shuffle sink test
2018-01-24 Amjad AboudReverted 323321.
2018-01-24 Pablo Barrio[AArch64] Avoid unnecessary vector byte-swapping in...
2018-01-24 Krzysztof Parzyszek[Hexagon] Remove unused HexagonISD opcodes, NFC
2018-01-24 Sander de Smalen[DebugInfo] Emit DWARF reference for DIVariable 'count...
2018-01-24 Amjad Aboud[InstCombine] Introducing Aggressive Instruction Combin...
2018-01-24 Simon Pilgrim[X86][SSE] Avoid calls to combineX86ShufflesRecursively...
2018-01-24 Malcolm ParsonsFix typos of occurred and occurrence
2018-01-24 Sander de SmalenFixes Sphinx issue ('undefined label') introduced in...
2018-01-24 Igor Laevsky[llvm-opt-fuzzer] Add couple of popular passes
2018-01-24 Sander de Smalen[Metadata] Extend 'count' field of DISubrange to take...
2018-01-24 Sven van Haastregt[DAGCombiner] Bail out if vector size is not a multiple
2018-01-24 David Chisnall[Doc] Guideline on adding exception handling support...
2018-01-24 Max Kazantsev[NFC] Remove overconfident assert from IRCE
2018-01-24 Martin Storsjo[ARM] Call __chkstk for dynamic stack allocation in...
2018-01-24 Martin Storsjo[GlobalMerge] Don't merge dllexport globals
2018-01-24 Craig Topper[X86] Move 'Y' to correct place in FMA4 regular express...
2018-01-24 Craig Topper[X86] Rename 256-bit VFRCZ instructions to have the...
2018-01-24 Craig Topper[X86] Remove redundant regular expression from the...
2018-01-24 Hiroshi Inoue[NFC] fix trivial typos in comments
2018-01-24 Craig Topper[X86] Use ISD::SIGN_EXTEND instead of X86ISD::VSEXT...
2018-01-24 Jakub Kuderski[Dominators] Introduce DomTree verification levels
2018-01-24 Rafael EspindolaDon't assume a null GV is local for ELF and MachO.
2018-01-24 Eric ChristopherRemove set but unused variable IsUndef.
2018-01-24 Zvi RackoverX86: Update isVectorShiftByScalarCheap with cases cover...
2018-01-24 Aditya Nandakumar[GISel]: Remove redundant copies at the end of ISel
2018-01-24 Sam Clegg[WebAssembly] Add minor helper functions to WasmObjectFile
2018-01-24 Matthias BraunAArch64: Cyclone: Remove SlowMisaligned128Store tuning...
2018-01-23 Reid Kleckner[llvm-readobj] Fix double 0x prefix in RVA table printi...
2018-01-23 Benjamin Kramer[TableGen] Optimize the regex search.
2018-01-23 Benjamin Kramer[TblGen] Inline an (almost) trivial accessor. No functi...
2018-01-23 Sam Clegg[WebAssembly] MC: Use inline triple in test bitcode...
2018-01-23 Volkan KelesAdd missing include to fix the failure caused by r323266
2018-01-23 Sam Clegg[WebAssembly] Add to test expectations for test/MC...
2018-01-23 Volkan KelesBlockExtractor: Remove unused variable. NFC.
2018-01-23 Tim Shen[PPC] Avoid incorrect fp-i128-fp lowering.
2018-01-23 Sanjay Patel[SLPVectorizer] add test for PR13837; NFC
2018-01-23 Simon PilgrimAdd bdver shuffle sink tests.
2018-01-23 Volkan Keles[llvm-extract] Support extracting basic blocks
2018-01-23 Simon PilgrimRegenerate select test. NFCI.
2018-01-23 Simon PilgrimRegenerate shuffle sink test. NFCI.
2018-01-23 Craig Topper[X86] Merge some regular expressions in Zen scheduler...
2018-01-23 Craig Topper[X86] Remove 'Int_' from instregexs in Zen scheduler...
2018-01-23 Craig Topper[X86] Move 'Int_' to the end of the name of the VCOMISS...
2018-01-23 Simon Pilgrim[X86][AVX] LowerBUILD_VECTORAsVariablePermute - add...
2018-01-23 Evgeniy Stepanov[safestack] Inline safestack pointer access when possible.
2018-01-23 Simon PilgrimFix MSVC "result of 32-bit shift implicitly converted...
2018-01-23 Vedant Kumar[Debugify] Add a mode to opt to enable faster testing
2018-01-23 Vedant Kumardocs: Remove reference to a deprecated flag
2018-01-23 Alexey BataevRevert "[SLP] Fix for PR32086: Count InsertElementInstr...
2018-01-23 Krzysztof Parzyszek[Hexagon] Add patterns for sext_inreg of HVX vector...
2018-01-23 Volkan KelesAdd a utility to reduce GlobalISel tests
2018-01-23 Alexey Bataev[SLP] Fix for PR32086: Count InsertElementInstr of...
2018-01-23 Zvi RackoverX86 Tests: Add AVX512BW config to CodeGenPrepare test...
2018-01-23 Krzysztof Parzyszek[Hexagon] Implement hasLoadFromStackSlot and hasStoreTo...
2018-01-23 Nico WeberIntroduce errorToBool() helper and use it.
2018-01-23 Sam Clegg[WebAssembly] Remove "name" section of object wasm...
2018-01-23 Krzysztof Parzyszek[Hexagon] Fix unused variable warning in release build
2018-01-23 Krzysztof Parzyszek[Hexagon] Implement basic vector operations on vectors...
2018-01-23 Simon Pilgrim[X86][SSE] LowerBUILD_VECTORAsVariablePermute - extract...
2018-01-23 Dan Gohman[WebAssembly] Add mem.* intrinsics.
2018-01-23 Dan Gohman[WebAssembly] Switch to *-wasm as the default target...
2018-01-23 Yaxun LiuVerifier: fix bug treating debug info issue as non...
next