OSDN Git Service

android-x86/external-llvm.git
2017-10-10 Craig Topper[AVX512] Add patterns to commute integer comparison...
2017-10-10 Xinliang David Li Renable r314928
2017-10-10 Reid Kleckner[MC] Properly diagnose badly scoped .cfi_ directives
2017-10-10 Reid KlecknerGive a test a triple
2017-10-10 Reid Kleckner[SEH] Use reportError instead of report_fatal_error...
2017-10-10 Lang Hames[MC] Plumb unique_ptr<MCWasmObjectTargetWriter> through...
2017-10-10 Reid Kleckner[MC] Suppress .Lcfi labels when emitting textual assembly
2017-10-10 Reid KlecknerFix Wasm build after r315254
2017-10-10 Lang Hames[MC] Plumb unique_ptr<MCWinCOFFObjectTargetWriter>...
2017-10-09 Lang Hames[MC] Plumb unique_ptr<MCELFObjectTargetWriter> through...
2017-10-09 Adam NemetRename OptimizationDiagnosticInfo.* to OptimizationRema...
2017-10-09 Zachary Turner[llvm-rc] Try again to fix errors on big endian systems.
2017-10-09 Eugene ZemtsovFix LLDB build for Android.
2017-10-09 Lang Hames[MC] Plumb unique_ptr<MCMachObjectTargetWriter> through...
2017-10-09 Jonas Devlieghere[DWARF] DW_TAG_imported_unit is not a unit type.
2017-10-09 Francis Ricci[llvm-objdump] Use initializer list for scoped xar...
2017-10-09 Aditya Nandakumar[GISel]: Fix generation of illegal COPYs during CallLow...
2017-10-09 Aditya NandakumarAdd a helper to build Copy instructions in MachineIRBuilder
2017-10-09 Zvi Rackover[X86] Unsigned saturation subtraction canonicalization...
2017-10-09 Alexey Bataev[SLP] Add test for reversed load, NFC.
2017-10-09 Zachary TurnerFix some C++ value / reference semantics issues.
2017-10-09 Daniel Sanders[globalisel] Add support for ValueType operands in...
2017-10-09 Lang Hames[MC] Use a unique_ptr<MCAssembler> for MCObjectStreamer...
2017-10-09 Sanjay Patel[InstCombine] fix formatting; NFC
2017-10-09 Adrian McCarthyFix after r315079
2017-10-09 Francis Ricci[dsymutil] Emit valid debug locations when no symbol...
2017-10-09 Alexey Bataev[SLP] Test for wrongly vectorized set of extractelement...
2017-10-09 Javed Absar[TableGen] remove make_range where not necessary
2017-10-09 Zachary Turner[llvm-rc] Have the tokenizer discard single & block...
2017-10-09 Sanjay Patel[DAG] combine assertsexts around a trunc
2017-10-09 Amara Emerson[AArch64] Improve codegen for inverted overflow checkin...
2017-10-09 Sanjay Patel[x86] regenerate test checks; NFC
2017-10-09 Sanjay Patel[AArch64] fix typos in test assertions
2017-10-09 Craig Topper[X86] Remove a setLoadExtAction from the AVX512 section...
2017-10-09 Craig Topper[X86] Enable extended comparison predicate support...
2017-10-08 Benjamin KramerRemove unused variables. No functionality change.
2017-10-08 Simon Pilgrim[X86][SSE] Don't call combineTo inside combineX86Shuffl...
2017-10-08 Simon PilgrimTidyup with clang-format. NFCI.
2017-10-08 Simon Pilgrim[X86][SSE] Add test case for PR27708
2017-10-08 Benjamin KramerRemove unused variables. No functionality change.
2017-10-08 Craig Topper[X86] Regenerate fast-isel-select-pseudo-cmov.ll to...
2017-10-08 Javed Absar[TableGen] Simplify, add range_loop in CodeGenSchedule
2017-10-08 Simon Pilgrim[X86] getTargetConstantBitsFromNode - add support for...
2017-10-08 Craig Topper[X86] Prefer MOVSS/SD over BLENDI during legalization...
2017-10-08 Benjamin KramerMake more constructors constexpr or use =default.
2017-10-08 Amara Emerson[AArch64][GlobalISel] Add a test case for G_PHI of...
2017-10-08 Amara Emerson[AArch64][GlobalISel] Add a test case for G_PHI of...
2017-10-08 Amara Emerson[AArch64][GlobalISel] Make G_PHI of p0 types legal.
2017-10-08 Simon Pilgrim[X86][XOP] Add XOP oddshuffles tests
2017-10-08 Gadi Haber[X86][SKX] Adding the scheduling information for the...
2017-10-08 Ayman Musa[X86] Add missing entries in 'MemoryFoldTable2Addr...
2017-10-08 Ayman Musa[X86][TableGen] Recommitting the X86 memory folding...
2017-10-08 Craig Topper[X86] Stop LowerSIGN_EXTEND_AVX512 from creating v8i16...
2017-10-08 Ayman Musa[X86] Add new attribute to X86 instructions to enable...
2017-10-08 Craig Topper[X86] Simplify some code in getInsertVINSERTImmediate...
2017-10-08 Craig Topper[X86] If we see an insert of a bitcast into zero vector...
2017-10-08 Craig Topper[X86] Remove ISD::INSERT_SUBVECTOR handling from combin...
2017-10-08 Craig Topper[X86] Use getConstantOperandVal to simplify some code...
2017-10-07 Simon Pilgrim[X86][SSE] Match bitcasted BUILD_VECTOR of constants...
2017-10-07 Simon Pilgrim[X86][SSE] Match bitcasted v4i32 BUILD_VECTORS for...
2017-10-07 Craig Topper[SelectionDAG} Use KnownBits::isUnknown and hasConflict...
2017-10-07 Craig Topper[X86] Add X86ISD::CMOV to computeKnownBitsForTargetNode...
2017-10-07 Sanjay Patel[InstSimplify] add tests to show we can do better at...
2017-10-07 Simon Pilgrim[TableGen] Avoid repeated find calls in CodeGenDAGPatte...
2017-10-07 Simon Pilgrim[X86][SSE] Improve shuffling combining with horizontal...
2017-10-07 Simon Pilgrim[TableGen] Avoid unnecessary std::string creations
2017-10-07 Martin Storsjo[X86] Update an outdated comment about SjLj
2017-10-07 Craig Topper[X86] Correct result type for the flag result of RDSEED...
2017-10-07 Jessica Paquette[MachineOutliner] Disable outlining from LinkOnceODRs...
2017-10-06 Sanjay Patel[InstCombine] use correct type when propagating constan...
2017-10-06 Zachary Turner[llvm-rc] Fix some endianness errors.
2017-10-06 Sanjay Patel[InstCombine] rename SimplifyDivRemOfSelect to be clear...
2017-10-06 Cameron McInally[AVX512] Fix TERNLOG when folding broadcast
2017-10-06 Jonas Devlieghere[dwarfdump] Verify that unit type matches root DIE
2017-10-06 Zachary Turner[llvm-rc] Implement escape sequences in .rc files.
2017-10-06 Zachary Turner[llvm-rc] Serialize user-defined resources to .res...
2017-10-06 Zachary Turner[llvm-rc] Serialize STRINGTABLE statements to .res...
2017-10-06 Zachary Turner[llvm-rc] Serialize VERSIONINFO resources to .res files.
2017-10-06 Zachary Turner[llvm-rc] Serialize CURSOR and ICON resources to .res
2017-10-06 Reid KlecknerRevert "Roll forward r314928"
2017-10-06 Zachary Turner[llvm-rc] Add optional serialization support for DIALOG...
2017-10-06 Adrian PrantlUnify spelling.
2017-10-06 Adrian Prantlllvm-dwarfdump: Add an option to collect debug info...
2017-10-06 Amara Emerson[GlobalISel] Fix legalizer trying to process a deleted...
2017-10-06 Reid Kleckner[PEI] Remove required properties and use 'if' instead...
2017-10-06 Francis RicciRevert "[dsymutil] Emit valid debug locations when...
2017-10-06 Saleem AbdulrasoolBitcode: add an auto-upgrade for LTO section name
2017-10-06 Zachary Turner[lit] Improve tool substitution in lit.
2017-10-06 Zachary TurnerRun pyformat on lit code.
2017-10-06 Diana Picus[ARM] GlobalISel: Make tests less strict
2017-10-06 Francis Ricci[dsymutil] Emit valid debug locations when no symbol...
2017-10-06 Stanislav Mekhanoshin[AMDGPU] New 64 bit div/rem expansion
2017-10-06 Reid Kleckner[MC] Use unique_ptr to manage WinFrameInfos, NFC
2017-10-06 Peter CollingbourneSupport: Rewrite Windows implementation of sys::fs...
2017-10-06 Dehao ChenDirectly return promoted direct call instead of rely...
2017-10-06 Francis RicciGuard xar RAII behind HAVE_LIBXAR
2017-10-06 Diana Picus[ARM] GlobalISel: Select shifts
2017-10-06 Simon PilgrimStrip trailing whitespace
2017-10-06 Francis Ricci[llvm-objdump] Add RAII for xar apis
2017-10-06 Javed Absar[TableGen] Simplify SubtargetEmitter
next