OSDN Git Service

android-x86/external-llvm.git
2018-01-30 Krzysztof Parzyszek[Hexagon] Handle truncates in polynomial multiply idiom...
2018-01-30 Craig Topper[X86] Remove redundant check for hasAVX512 before calli...
2018-01-30 Paul RobinsonTurn two static functions into methods, to simplify...
2018-01-30 Robert Widmann[LLVM-C] Add Accessors For A Module's Source File Name
2018-01-30 Vitaly Buka[ThinLTO/gold] Write empty imports even for modules...
2018-01-30 Evandro Menezes[AArch64] Expand testing of zero cycle zeroing
2018-01-30 Alexey Bataev[SLP] Add extra test for extractelement shuffle, NFC.
2018-01-30 Teresa JohnsonTeach ValueMapper to use ODR uniqued types when available
2018-01-30 Jonas Devlieghere[dsymutil] Enable -minimize feature.
2018-01-30 Martin Storsjo[GlobalISel] Bail out on calls to dllimported functions
2018-01-30 Martin Storsjo[AArch64] Properly handle dllimport of variables when...
2018-01-30 Artem Belevich[TableGen] Make sure !if is evaluated throughout class...
2018-01-30 Sanjay Patel[LoopStrengthReduce] add test to show potential macro...
2018-01-30 Wolfgang Pieb[DWARF] Recommitting a test that was removed with r3235...
2018-01-30 Martin Pelikan[XRay] fix 99th percentile lookups by sorting the array...
2018-01-30 Krzysztof Parzyszek[Hexagon] Handle non-aligned offsets in globals in...
2018-01-30 Krzysztof ParzyszekRevert: [Hexagon] Make sure that offset on globals...
2018-01-30 Simon Pilgrim[X86][XOP] Update isVectorShiftByScalarCheap with cases...
2018-01-30 Geoff Berry[AMDGPU] isRenamable fixes to support copy forwarding
2018-01-30 Mark Searles[AMDGPU] Revert "[AMDGPU] Add options for waitcnt pass...
2018-01-30 Zachary Turner[CodeView] Micro-optimizations to speed up type merging.
2018-01-30 Mark Searles[AMDGPU] Add options for waitcnt pass debugging; add...
2018-01-30 Changpeng FangAMDGPU/SI: Add decoding in the GFX80_UNPACKED decoding...
2018-01-30 Petar Jovanovic[DeadArgumentElimination] Preserve llvm.dbg.values...
2018-01-30 Saleem AbdulrasoolCodeGen: support an extension to pass linker options...
2018-01-30 Evandro Menezes[AArch64] Add new target feature to fuse address genera...
2018-01-30 Simon Dardis[mips] Fix incorrect sign extension for fpowi libcall
2018-01-30 Zaara SyedaRe-commit : [PowerPC] Add handling for ColdCC calling...
2018-01-30 Daniel SandersAdd more initializers to quiet a clang warning
2018-01-30 Simon Pilgrim[X86][AVX512] Add VBMI target shuffle-trunc tests
2018-01-30 Evandro Menezes[AArch64] Update test cases for Exynos M3
2018-01-30 Evandro Menezes[AArch64] Add new target feature to handle cheap as...
2018-01-30 Evandro Menezes[AArch64] Add pipeline model for Exynos M3
2018-01-30 Daniel Neilson[RS4GC] Handle call/invoke instructions as base definin...
2018-01-30 Andrei Elovikov[X86FixupBWInsts] mir-simplify fixup-bw-inst.mir test...
2018-01-30 Eric LiuRevert "[X86] Avoid using high register trick for test...
2018-01-30 Simon Pilgrim[X86] Add test case for PR32690
2018-01-30 Sanjay Patel[DSE] make sure memory is not modified before partial...
2018-01-30 Martin Pelikan[XRay] clarify error messages when parsing broken traces
2018-01-30 Jonas Devlieghere[AccelTable] Move print methods to implementation. NFC
2018-01-30 Brock WymaTest commit.
2018-01-30 Simon PilgrimSpelling mistake in comment. NFCI.
2018-01-30 Amaury SechetChange simple-register-allocation-read-undef.mir so...
2018-01-30 Diana Picus[ARM GlobalISel] Add inst selector tests for G_SITOFP...
2018-01-30 Diana Picus[ARM GlobalISel] Map G_SITOFP and G_UITOFP
2018-01-30 Diana Picus[ARM GlobalISel] Legalize G_SITOFP and G_UITOFP
2018-01-30 Diana Picus[ARM GlobalISel] Add inst selector tests for G_FPTOSI...
2018-01-30 Diana Picus[ARM GlobalISel] Map G_FPTOSI and G_FPTOUI
2018-01-30 Diana Picus[ARM GlobalISel] Legalize G_FPTOSI and G_FPTOUI
2018-01-30 Craig Topper[X86] Auto-generate complete checks. NFC
2018-01-30 Wolfgang Pieb[DWARF] Corrected test committed in r323670 to use...
2018-01-30 Fangrui Song[utils] De-duplicate utils/update_{llc_,}test_checks.py
2018-01-30 Sanjay Patel[InstSimplify] (X * Y) / Y --> X for relaxed floating...
2018-01-30 Dan Gohman[SelectionDAG]: Ignore "returned" in the presence of...
2018-01-29 Daniel Sanders[globalisel][legalizer] Fix a fallthrough case in the...
2018-01-29 Quentin Colombet[RAFast] Don't dereference MBB::end
2018-01-29 Tom StellardAMDGPU: Move ADDRIndirect complex pattern into R600Inst...
2018-01-29 Craig Topper[X86] Use VMOVDQA64 for aligned vXi32 stores.
2018-01-29 Marek OlsakAMDGPU: Allow a SGPR for the conditional KILL operand
2018-01-29 Rafael EspindolaFix some regular expressions in llvm-mode.el.
2018-01-29 Sanjay Patel[DSE] add test for PR36129; NFC
2018-01-29 Matthias BraunLiveInterval: Print weight in print() function.
2018-01-29 Paul RobinsonStop tracking .debug_line_str in DWARFUnit. NFC.
2018-01-29 Craig Topper[X86] Add FeaturePOPCNTFalseDeps to skylake server...
2018-01-29 Brian M. Rzycki[JumpThreading][NFC] Rename LoadInst variables
2018-01-29 Simon Pilgrim[X86] Emit 11-byte or 15-byte NOPs on recent AMD target...
2018-01-29 Daniel Sanders[ARM][GISel] PR35965 Constrain RegClasses of nested...
2018-01-29 Paul Robinson[DWARFv5] Re-enable dumping a line table with no CU.
2018-01-29 Amaury Sechet[X86] Avoid using high register trick for test instruction
2018-01-29 Daniel Sanders[globalisel][legalizer] Change identity() to changeTo...
2018-01-29 Shoaib Meenai[CodeGen] Simplify conditional. NFC
2018-01-29 Amaury Sechet[X86] Add test case to ensure testw is generated when...
2018-01-29 Evandro Menezes[AArch64] Change the filename of the Exynos M1 scheduli...
2018-01-29 Jun Bum LimRevert "AArch64: Omit callframe setup/destroy when...
2018-01-29 Daniel Sanders[globalisel][legalizer] Adapt LegalizerInfo to support...
2018-01-29 Rafael EspindolaImprove testcase.
2018-01-29 Geoff Berry[MachineVerifier] Add check that renamable operands...
2018-01-29 Geoff Berry[AMDGPU][X86][Mips] Make sure renamable bit not set...
2018-01-29 Rafael EspindolaMove getPlatformFlags to ELFObjectFileBase and simplify.
2018-01-29 Craig Topper[X86] Don't create SHRUNKBLEND when the condition is...
2018-01-29 Craig Topper[X86] Add test case for pr34592
2018-01-29 Wolfgang Pieb[DWARF] Recommitting a test reverted in r323560. Moved...
2018-01-29 Daniel Sanders[globalisel] Make LegalizerInfo::LegalizeAction availab...
2018-01-29 Jonas Devlieghere[AccelTable] Workaround for MSVC bug
2018-01-29 Tony JiangAdd myself to CREDITS.txt
2018-01-29 Amaury SechetAdd test case for truncated and promotion to test. NFC
2018-01-29 Alexey Bataev[SLP] Fix for PR32086: Count InsertElementInstr of...
2018-01-29 Alexey Bataev[SLP] Add a test with extract for PR32086, NFC.
2018-01-29 Jonas Devlieghere[AccelTable] Try making MSVC happy
2018-01-29 Jonas Devlieghere[AccelTable] Fix undefined reference
2018-01-29 Jonas Devlieghere[dsymutil] Generate Apple accelerator tables
2018-01-29 Jonas Devlieghere[NFC] Rename DwarfAccelTable and move header.
2018-01-29 Jonas Devlieghere[NFC] Refactor Apple Accelerator Tables
2018-01-29 Dmitry Preobrazhensky[AMDGPU][MC] Corrected parsing of image opcode modifier...
2018-01-29 Pavel LabathFix windows test failure caused by r323638
2018-01-29 Sander de Smalen[AArch64][AsmParser] NFC: Generalize LogicalImm[Not...
2018-01-29 Mikael Holmen[DebugInfo] Fix fragment offset emission order for...
2018-01-29 Jonas Devlieghere[Sparc] Account for bias in stack readjustment
2018-01-29 Pavel LabathFix build broken by r323641
2018-01-29 Pavel LabathRefactor dwarfdump -apple-names output
next