OSDN Git Service

android-x86/external-llvm.git
2019-04-09 Robert Widmann[LLVM-C] Add Section and Symbol Iterator Accessors...
2019-04-09 Craig Topper[X86] Fix a dangling StringRef issue introduced in...
2019-04-09 Amara Emerson[AArch64][GlobalISel] Add isel support for vector G_ICM...
2019-04-09 Amara Emerson[AArch64][GlobalISel] Legalize vector G_ICMP.
2019-04-09 Amara Emerson[AArch64][GlobalISel] Add legalization for some vector...
2019-04-09 Amara Emerson[GlobalISel][AArch64] Allow CallLowering to handle...
2019-04-09 Nikita Popov[InstCombine] Add with.overflow always overflow tests...
2019-04-09 Craig Topper[AArch64] Add test case to show missed opportunity...
2019-04-09 Craig Topper[X86] Add support for {vex2}, {vex3}, and {evex} to...
2019-04-09 Craig Topper[DAGCombiner][X86][SystemZ] Canonicalize SSUBO with...
2019-04-09 Nikita PopovRevert "[InstCombine] [InstCombine] Canonicalize (...
2019-04-09 Nikita Popov[InstCombine] Restructure OptimizeOverflowCheck; NFC
2019-04-09 Eric ChristopherRemove the unit at a time option
2019-04-09 Zachary Turner[PDB Docs] Clarifications and fixes for DBI Stream.
2019-04-09 Kristina BrooksUpdate modulemaps for Analysis/VecFuncs.def.
2019-04-09 Nikita Popov[ValueTracking] Use computeConstantRange() for signed...
2019-04-09 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - add ISD::INSERT...
2019-04-09 Chen Zheng[InstCombine] [InstCombine] Canonicalize (-X s/ Y)...
2019-04-09 Stanislav MekhanoshinRevert LIS handling in MachineDCE
2019-04-09 Nikita Popov[ValueTracking] Use computeConstantRange() in signed...
2019-04-09 Sanjay Patel[InstCombine] prevent possible miscompile with sdiv...
2019-04-09 Fangrui Song[DWARF] DWARFDebugLine: replace Sequence::orderByLowPC...
2019-04-09 Sanjay Patel[InstCombine] add tests for sdiv with negated dividend...
2019-04-09 Sanjay Patel[InstCombine] add tests for sdiv-by-int-min; NFC
2019-04-09 Sanjay Patel[InstCombine] auto-generate complete test checks; NFC
2019-04-09 Sanjay Patel[InstCombine] prevent possible miscompile with negate...
2019-04-09 Nico Webergn build: Fix Windows builds after r357797
2019-04-09 Sanjay Patel[InstCombine] add tests/comments for negate+sdiv; NFC
2019-04-09 Nemanja IvanovicNFC: Refactor library-specific mappings of scalar maths...
2019-04-09 Chen Zheng[InstCombine] add more testcases for canonicalize ...
2019-04-09 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - Remove GetDeman...
2019-04-09 Anton AfanasyevImprove hashing for time profiler
2019-04-09 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - call SimplifyDe...
2019-04-09 Simon Pilgrim[llvm-rtdyld] Fix missing include on MSVC builds.
2019-04-09 David Stenberg[DebugInfo] Pass all values in DebugLocEntry's construc...
2019-04-09 Simon PilgrimFix Wdocumentation warning. NFCI.
2019-04-09 Hiroshi Inoue[PowerPC] fix trivial typos in comment, NFC
2019-04-09 Martin Storsjo[CMake] Fix accidentally swapped input/output parameter...
2019-04-09 Justin Bogner[CMake] Move configuration of LLVM_CXX_STD to HandleLLV...
2019-04-09 David Stenberg[DebugInfo] Remove redundant DebugLocEntry::MergeValues...
2019-04-09 Craig Topper[X86] Remove check on isAsmParserOnly from EVEX2VEX...
2019-04-09 Craig Topper[X86] Have EVEX2VEX tablegenerator use HasVEX_L and...
2019-04-09 Craig Topper[X86] Use VEX_WIG for VPINSRB/W and VPEXTRB/W to match...
2019-04-09 Craig Topper[X86] Split the VEX_WPrefix in X86Inst tablegen class...
2019-04-09 Nikita Popov[ValueTracking] Use ConstantRange methods; NFC
2019-04-09 Nikita Popov[ValueTracking] Explicitly specify intersection type...
2019-04-09 Eric ChristopherInclude omitted word in comment.
2019-04-09 Fangrui Song[llvm-objdump] Migrate some functions from std::error_c...
2019-04-09 Tom StellardAMDGPU/GlobalISel: Implement call lowering for shaders...
2019-04-09 Chen Zheng[PowerPC] initialize SchedModel according to platform.
2019-04-09 Peter Collingbournehwasan: Enable -hwasan-allow-ifunc by default.
2019-04-09 Craig Topper[X86] Derive ssmem and sdmem from X86MemOperand. NFCI
2019-04-08 Sanjay Patel[InstCombine] add tests for negate+sdiv; NFC
2019-04-08 Lang Hames[RuntimeDyld] Fix an ambiguous make_unique call.
2019-04-08 Lang Hames[RuntimeDyld] Decouple RuntimeDyldChecker from RuntimeDyld.
2019-04-08 Shoaib Meenai[BinaryFormat] Update Mach-O ARM64E CPU subtype and...
2019-04-08 Sanjay Patel[InstCombine] peek through fdiv to find a squared sqrt
2019-04-08 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - use DemandedElt...
2019-04-08 Sanjay Patel[InstCombine] add extra-use tests for fmul+sqrt; NFC
2019-04-08 Nikita Popov[InstCombine] Add more tests for signed saturing math...
2019-04-08 Nico Weberllvm-undname: Fix more crashes and asserts on invalid...
2019-04-08 Craig Topper[X86] Fix a couple lowering functions that called Repla...
2019-04-08 Adrian PrantlAdd LLVM IR debug info support for Fortran COMMON blocks
2019-04-08 Steven WuRevert [ThinLTO] Fix ThinLTOCodegenerator to export...
2019-04-08 Steven Wu[ThinLTO] Fix ThinLTOCodegenerator to export llvm.used...
2019-04-08 Brian M. Rzycki[JumpThreading] Fix incorrect fold conditional after...
2019-04-08 Fangrui Song[llvm-objdump] Migrate relocation handling functions...
2019-04-08 Andrea Di Biagio[llvm-mca][scheduler-stats] Print issued micro opcodes...
2019-04-08 Simon Pilgrim[X86][AVX] Add PR34380 shuffle test cases
2019-04-08 Sanjay Patel[x86] make 8-bit shl undesirable
2019-04-08 Eugene LeviantUse llvm::crc32 instead of crc32. NFC
2019-04-08 Sanjay Patel[InstCombine] remove overzealous assert for shuffles...
2019-04-08 Simon Pilgrim[InstCombine][X86] Expand MOVMSK to generic IR (PR39927)
2019-04-08 Nico Webergn build: Merge r357905
2019-04-08 Nico Webergn-build: Re-run `git ls-files '*.gn' '*.gni' | xargs...
2019-04-08 Eugene LeviantAttempt to recommit r357901
2019-04-08 Chen Zheng[InstCombine] sdiv exact flag fixup.
2019-04-08 Xing GUO[llvm-readobj] Use `reinterpret_cast` instead of C...
2019-04-08 Eugene LeviantReverting r357901 as fails to build on some of the...
2019-04-08 Eugene Leviant[Support] Add zlib independent CRC32
2019-04-08 Roman Lebedev[llvm-exegesis] benchmarkMain(): less cryptic error...
2019-04-08 Justin Bogner[CMake] Replace LLVM_ENABLE_CXX1Y and friends with...
2019-04-08 Roman Lebedev[llvm-exegesis][X86] Randomize CMOVcc/SETcc OPERAND_CON...
2019-04-08 Pavel LabathObject/Minidump: Add support for reading the ModuleList...
2019-04-08 Chen Zheng[InstCombine] add more testcases for sdiv exact flag...
2019-04-08 Craig Topper[X86] Make LowerOperationWrapper more robust. Remove...
2019-04-08 Fangrui Song[ConstantRange] Delete redundnt {z,s}extOrSelf for...
2019-04-08 Chen Zheng[InstCombine] add testcases for sdiv exact flag fixing...
2019-04-08 Chen Zheng[InstCombine]add testcase for sdiv canonicalizetion...
2019-04-08 Craig Topper[X86] Split floating point tests out of atomic-mi.ll...
2019-04-08 Craig Topper[X86] Add avx and avx512f command lines to atomic-non...
2019-04-08 Fangrui Song[llvm-objdump] Fix MC/ARM/arm-macho-calls.s
2019-04-07 Nikita Popov[ConstantRange] Add signed/unsigned unionWith()
2019-04-07 Craig Topper[X86] Use (SUBREG_TO_REG (MOV32rm)) for extloadi64i8...
2019-04-07 Nikita Popov[ConstantRangeTest] Generalize intersection testing...
2019-04-07 Nikita Popov[ConstantRange] Add unsigned and signed intersection...
2019-04-07 Robert Widmann[LLVM-C] Allow Access to the Type of a Binary
2019-04-07 Nikita Popov[ConstantRange] Add isAllNegative() and isAllNonNegativ...
2019-04-07 Nikita PopovReapply [ValueTracking] Support min/max selects in...
2019-04-07 Fangrui Song[llvm-objdump] Split disassembleObject and simplify...
next