OSDN Git Service

android-x86/external-llvm.git
2017-11-24 Craig TopperRevert 318963 "[APInt] Don't print debug messages from...
2017-11-24 Craig Topper[APInt] Don't print debug messages from the APInt knuth...
2017-11-24 Simon Dardis[CodeGenPrepare] Check that erased sunken address are...
2017-11-24 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Added v_interp_p2_f16 and v_interp_p...
2017-11-24 Dylan McKay[AVR] Use the short form of 'clr <reg>'
2017-11-24 Benjamin KramerMake helpers static. NFC.
2017-11-24 Javed Absar[SCEV] : Simplify loop to range-loop.NFC.
2017-11-24 John Brawn[CGP] Make optimizeMemoryInst able to combine more...
2017-11-24 Aleksandar... [mips] Set microMIPS ASE flag
2017-11-24 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Added support of 'inst_offset' modif...
2017-11-23 Benjamin Kramer[YAMLParser] Fix unused variable warning.
2017-11-23 Benjamin Kramer[YAMLParser] Don't crash on null keys in KeyValueNodes.
2017-11-23 Craig Topper[X86] Don't invert NewCC variable while processing...
2017-11-23 Craig Topper[X86] Teach isel that X86ISD::CMPM_RND zeros the upper...
2017-11-23 Craig Topper[X86] Remove some unneeded opcodes from getVectorMaskin...
2017-11-23 Craig Topper[X86] Add X86ISD::CMPM_RND to getVectorMaskingNode...
2017-11-23 Craig Topper[X86] Remove some dead code leftover from when i1 was...
2017-11-23 Craig Topper[X86] Remove some dead code. NFC
2017-11-23 Alexander PotapenkoMSan: remove an unnecessary cast. NFC for userspace...
2017-11-23 Simon Pilgrim[X86][SSE] Use (V)PHMINPOSUW for vXi16 SMAX/SMIN/UMAX...
2017-11-23 Diana Picus[ARM GlobalISel] Support G_FDIV for s32 and s64
2017-11-23 Ying YiReverted rL318911 since it broke the sanitizer-windows.
2017-11-23 Ying Yi[lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ...
2017-11-23 Diana Picus[ARM GlobalISel] Support G_FMUL for s32 and s64
2017-11-23 Simon Dardis[mips] Use the delay slot filler to convert branches...
2017-11-23 Coby Tayree[x86][icelake]BITALG
2017-11-23 Alexander Potapenko[MSan] Move the access address check before the shadow...
2017-11-23 George RimarRevert r318822 "[llvm-tblgen] - Stop using std::string...
2017-11-23 Max Kazantsev[IRCE][NFC] Add no wrap flags to no-wrapping SCEV calcu...
2017-11-23 Leslie ZhaiAdd backend name to AVR Target to enable runtime info...
2017-11-23 Craig Topper[X86] Turn an if condition that should always be true...
2017-11-23 Craig Topper[X86] Remove unnecessary check for is128BitVector. NFC
2017-11-23 Craig Topper[X86] Simplify some bitmasking and use llvm_unreachable...
2017-11-23 Craig Topper[X86] Remove a ternary operator that can only ever...
2017-11-23 Yaxun Liu[NFC] CodeGen: Handle shift amount type in DAGTypeLegal...
2017-11-23 David BlaikieInstrumentation.h: Remove dead/untested code for DFSan...
2017-11-22 Craig Topper[X86] Regenerate the vector-popcnt and vector-tzcnt...
2017-11-22 Evandro Menezes[AArch64] Adjust the cost model for Exynos M1 and M2
2017-11-22 Fedor SergeevIR printing improvement for loop passes
2017-11-22 Krzysztof Parzyszek[Hexagon] Implement buildVector32 and buildVector64...
2017-11-22 Krzysztof Parzyszek[Hexagon] Add patterns to select A2_combine_ll and...
2017-11-22 Krzysztof Parzyszek[Hexagon] Remove trailing spaces, NFC
2017-11-22 Paul RobinsonAdd a missing include found by modules bot.
2017-11-22 Craig Topper[X86] Support v32i16/v64i8 CTLZ using lookup table.
2017-11-22 Craig Topper[X86] Move the BITALG setOperationAction code into...
2017-11-22 Craig Topper[X86] Sink the MGATHER setOperationActions for AVX2...
2017-11-22 Rafael EspindolaRemove unnecessary code.
2017-11-22 Rafael EspindolaAllow TempFile::discard to be called twice.
2017-11-22 Paul RobinsonRemove unnecessary include.
2017-11-22 Peter CollingbourneCachePruning: Allow limiting the number of files in...
2017-11-22 Paul Robinson[DwarfDump] -debug-line=offset applies to .dwo too.
2017-11-22 Craig Topper[X86] Spell penryn correctly in some comments. NFC
2017-11-22 Yaxun Liu[AMDGPU] Fix SITargetLowering::LowerCall for pointer...
2017-11-22 Paul Robinson[DebugInfo] Dump a .debug_line section, including line...
2017-11-22 Dmitry Preobrazhensky[AMDGPU][mc][tests] Updated generated lit tests for...
2017-11-22 Paul Robinson[DWARFv5] Support DW_FORM_strp in the .debug_line.dwo...
2017-11-22 Paul Robinson[DWARF] Fix handling of extended line-number opcodes
2017-11-22 Nicolai HaehnleAMDGPU: Consider memory dependencies with moved instruc...
2017-11-22 Jonas Paulsson[DAGCombiner] Bugfix in isAlias().
2017-11-22 Craig Topper[X86] Add an X86ISD::MSCATTER node for consistency...
2017-11-22 George Rimar[llvm-tblgen] - Stop using std::string in RecordKeeper.
2017-11-22 Craig Topper[X86] Lower all ISD::MGATHER nodes to X86ISD:MGATHER.
2017-11-22 Craig Topper[SelectionDAG] Add a isel matcher op to check the type...
2017-11-22 Max Kazantsev[SCEV] Strengthen variance condition in calculateLoopDi...
2017-11-22 Davide Italiano[SCCP] Pick the right lattice value for constants.
2017-11-21 Craig Topper[X86] Move the information about the feature bits used...
2017-11-21 Krzysztof Parzyszek[Hexagon] Add HexagonSubtarget::getVectorLength()
2017-11-21 Peter CollingbourneObject: Improve COFF irsymtab comdat representation.
2017-11-21 Evandro Menezes[TableGen] Improve error reporting
2017-11-21 Krzysztof Parzyszek[Hexagon] Make sure that RDF does not remove EH_LABELs
2017-11-21 Craig Topper[X86] Allow vpclmulqdq instructions to be commuted...
2017-11-21 Craig Topper[X86] Add BITALG, VAES, VBMI2, VNNI, VPCLMULQDQ, and...
2017-11-21 Nirav DaveAvoid unecessary opsize byte in segment move to memory
2017-11-21 Craig Topper[X86] Sort bits in getHostCPUFeatures again.
2017-11-21 Chad Rosier[AArch64] Mark mrs of TPIDR_EL0 (thread pointer) as...
2017-11-21 Hans WennborgFix r318786
2017-11-21 Nuno Lopesremoved unused private method decl. NFC
2017-11-21 Hans WennborgRename test/Transforms/CountingFunctionInserter ->...
2017-11-21 Hans WennborgEntryExitInstrumenter: support __cyg_profile_func_enter...
2017-11-21 Oliver Stannard[ARM] Remove pre-UAL FLDM/FSTM aliases
2017-11-21 Alina SbirleaAdd MemorySSA as loop dependency, disabled by default...
2017-11-21 Oliver Stannard[ARM] Don't omit non-default predication code
2017-11-21 Oliver Stannard[Asm] Improve "too few operands" errors
2017-11-21 Oliver Stannard[Asm] Finish matching once end of formal and actual...
2017-11-21 Sander de SmalenRevert r318759 due to make check-all failure on Windows
2017-11-21 Oliver Stannard[ARM] Add diagnostics for SPR/DPR lists
2017-11-21 Alexey Bataev[InstCombine] Test for PR35354: unable to vectorize...
2017-11-21 Sam Kolton[AMDGPU] SDWA: remove omod src operand for VOP2b instru...
2017-11-21 Alex Bradbury[RISCV][NFC] Remove unnecessary {} around single statem...
2017-11-21 Sander de Smalen[TableGen] AsmMatcher: Fix bug with reported diagnostic...
2017-11-21 Simon Pilgrim[X86][XOP] Add missing scheduler classes to XOP instruc...
2017-11-21 Alex Bradbury[RISCV][NFC] Clean up RISCVDAGToDAGISel::Select
2017-11-21 Martell Malone[ARM] Use SEH exceptions on thumbv7-windows
2017-11-21 Simon Pilgrim[X86][LWP] Add missing LWP itinerary class to lwpins...
2017-11-21 Eugene Leviant[MI scheduler] Fix VADD and VSUB in cortex-a57 model
2017-11-21 Coby Tayree[x86][icelake]BITALG
2017-11-21 Diana Picus[ARM GlobalISel] Add comment for r318398. NFC.
2017-11-21 Coby Tayree[x86][icelake]VNNI
2017-11-21 Coby Tayree[x86][icelake]vbmi2
2017-11-21 NAKAMURA TakumiSLPVectorizer.cpp: Avoid std::stable_sort(properlyDomin...
next