platform/upstream/llvm.git
2019-04-08 Eric FiselierMake reads and writes of the guard variable atomic.
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 Chandler CarruthMove the builtin headers to use the new license file...
2019-04-08 Shafik Yaghmour[ASTImporter] Call to HandleNameConflict in VisitEnumDe...
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 David GoldmanClean up ObjCPropertyDecl printing
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 Alexey Bataev[OPENMP] Sync __kmpc_alloc/_kmpc_free function with...
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 Jonathan Peyton[OpenMP] Implement 5.0 memory management
2019-04-08 Amy Huang[MS] Add metadata for __declspec(allocator)
2019-04-08 Jonathan Peyton[OpenMP] Clean up load balancing dynamic mode
2019-04-08 Peter CollingbourneELF: Move verneed tracking data structures out of Versi...
2019-04-08 Peter CollingbourneELF: De-template SharedFile. NFCI.
2019-04-08 Craig Topper[X86] Add some fp to integer conversion intrinsics...
2019-04-08 Alexey Bataev[OPENMP][NVPTX]Fixed processing of memory management...
2019-04-08 Alexander KornienkoRemove a bogus sed option in test.
2019-04-08 Alexander KornienkoRemove a useless assertion in clang-check.
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 PilgrimRevert rL357915 from cfe/trunk: Remove a useless assert...
2019-04-08 Rainer Orth[python, tests] Disable Clang Python tests on SPARC
2019-04-08 Eric Liu[clangd] Add fallback mode for code completion when...
2019-04-08 Alexander KornienkoRemove a useless assertion in clang-check.
2019-04-08 Simon Pilgrim[X86][AVX] Add PR34380 shuffle test cases
2019-04-08 Balazs KeriChanged every use of ASTImporter::Import to Import_New
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 Reuben Thomas[clang-format] Optionally insert a space after unary...
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 Pavel LabathMinidumpParser: parse SystemInfo stream via llvm
2019-04-08 Pavel LabathPDBFPO: add dyn_cast support
2019-04-08 Chen Zheng[InstCombine] add more testcases for sdiv exact flag...
2019-04-08 Pavel LabathFix signed-unsigned comparison warning in Driver.cpp
2019-04-08 Pavel Labath[Sanitizer] Make wcrtomb test posix-only
2019-04-08 Pavel Labathmodify-python-lldb.py: Remove ifdef SWIG-removing code
2019-04-08 Pavel Labath[Sanitizer] Fix a possible write to freed memory in...
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 Rui UeyamaFix -emit-reloc against local symbols.
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-08 Brad SmithIAS is now enabled for all OS on MIPS64
2019-04-07 Brad SmithEnable IAS for FreeBSD SPARC64.
2019-04-07 Owen Pan[clang-format] Fix bug https://bugs.llvm.org/show_bug...
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...
2019-04-07 Chris Lattnerlast changes for now
2019-04-07 Chris Lattnervarious improvements in wording, also unbreak the bot
2019-04-07 Fangrui Song[DWARF] DWARFDebugLine: delete unused parameter `Offset`
2019-04-07 Chris Lattnermake a bunch of cleanups in wording and tone
2019-04-07 Simon Pilgrim[CostModel][X86] Masked load legalization requires...
2019-04-07 Chris Lattnerremove some unhelpful language from the tutorial
2019-04-07 Chris LattnerCopy the C++ kaleidoscope tutorial into a subdirectory...
2019-04-07 Simon Pilgrim[DAG] Pull out ComputeNumSignBits call to make debuggin...
2019-04-07 Simon Pilgrim[X86][SSE] SimplifyDemandedBitsForTargetNode - Add...
2019-04-07 Fangrui Song[llvm-objdump] Fix split of source lines; don't ltrim...
2019-04-07 Fangrui Song[llvm-objdump] Simplify some ELF typename: ELFFile...
2019-04-07 Fangrui Song.
2019-04-07 Fangrui Song[llvm-objdump] Simplify Expected<T> handling with unwra...
2019-04-07 Marcello Maggioni[ConstantRange] Shl considers full-set shifting to...
2019-04-07 Fangrui Song[llvm-objdump] Simplify disassembleObject
2019-04-07 Fangrui SongChange some StringRef::data() reinterpret_cast to bytes...
2019-04-06 Owen Pan[clang-format] Fix Bug 41407
2019-04-06 Petr Hosek[gn] Support for per-target runtime directory layout
2019-04-06 Nick Lewycky[NFC] Fix typo in comment.
2019-04-06 Craig Topper[X86] When converting (x << C1) AND C2 to (x AND (C2...
2019-04-06 Simon Pilgrim[X86] combineBitcastvxi1 - provide dst VT and src SDVal...
2019-04-06 Craig Topper[X86] Use a signed mask in foldMaskedShiftToScaledMask...
2019-04-06 Craig Topper[X86] Add test cases to show missed opportunities to...
2019-04-06 Craig Topper[X86] Autogenerate complete checks. NFC
2019-04-06 Simon PilgrimFix spelling mistake. NFCI.
2019-04-06 Simon Pilgrim[X86] Add AVX-target expandload and compressstore tests
next