platform/upstream/llvm.git
2018-12-12 Craig Topper[X86] Don't emit MULX by default with BMI2
2018-12-12 David BlaikieFix for llvm-dwarfdump changes for subroutine types
2018-12-12 Michal Gorny[test] [depr.c.headers] XFAIL uchar.h on NetBSD
2018-12-12 Craig Topper[X86] Move stack folding test for MULX to a MIR test...
2018-12-12 Aakanksha Patil[AMDGPU] Support for "uniform-work-group-size" attribute
2018-12-12 Saleem AbdulrasoolSupport: use internal `call_once` on PPC64le
2018-12-12 Erich KeaneTeach __builtin_unpredictable to work through implicit...
2018-12-12 Michal Gorny[test] [filesystems] NetBSD can do symlink permissions too
2018-12-12 Michal Gorny[test] [filesystems] Extend FreeBSD tv_sec==-1 workarou...
2018-12-12 Simon Pilgrim[X86] Added missing constant pool checks. NFCI.
2018-12-12 David BlaikieDebugInfo/DWARF: Pretty print subroutine types
2018-12-12 Scott Linder[AMDGPU] Emit MessagePack HSA Metadata for v3 code...
2018-12-12 David BlaikieDebugInfo/DWARF: Improve dumping of pointers to members...
2018-12-12 David BlaikieDebugInfo/DWARF: Refactor type dumping to dump types...
2018-12-12 David BlaikieDebugInfo/DWARF: Refactor getAttributeValueAsReferenced...
2018-12-12 Craig Topper[X86] Emit SBB instead of SETCC_CARRY from LowerSELECT...
2018-12-12 Simon PilgrimFix Wdocumentation warning. NFCI.
2018-12-12 Florian Hahn[ConstantFold] Use getMinSignedBits for APInt in isInde...
2018-12-12 Simon Pilgrim[X86] Added missing constant pool checks. NFCI.
2018-12-12 David BlaikieUpdate for an llvm-dwarfdump change in output
2018-12-12 David Blaikiellvm-dwarfdump: Dump array dimensions in stringified...
2018-12-12 Simon Pilgrim[SelectionDAG] Add a generic isSplatValue function
2018-12-12 Artem Belevich[NVPTX] do not rely on cached subtarget info.
2018-12-12 Greg ClaytonNFC: fix compiler warning about code never being execut...
2018-12-12 Erich KeaneChange CallGraph print to show the fully qualified...
2018-12-12 Michael Kruse[LV] Fix signed/unsigned comparison warning.
2018-12-12 Nico Weber[gn build] Merge r348944
2018-12-12 Michael Kruse[docs] Use correct ending quotes.
2018-12-12 Sanjay Patel[x86] allow 8-bit adds to be promoted by convertToThree...
2018-12-12 Nico Weber[gn build] Add all non-test build files for lld
2018-12-12 Michael Kruse[Unroll/UnrollAndJam/Vectorizer/Distribute] Add followu...
2018-12-12 Steven Wu[Driver] Add support for -fembed-bitcode for assembly...
2018-12-12 Erich KeaneMake clang::CallGraph look into template instantiations
2018-12-12 Zachary Turner[ast] CreateParameterDeclaration should use an appropri...
2018-12-12 Wei Mi[SampleFDO] Extend profile-sample-accurate option to...
2018-12-12 Saleem AbdulrasoolBasic: make `int_least64_t` and `int_fast64_t` match...
2018-12-12 Hubert Tong[ExprConstant] Improve memchr/memcmp for type mismatch...
2018-12-12 Neil Henning[AMDGPU] Extend the SI Load/Store optimizer to combine...
2018-12-12 Pavel LabathELF: Clean up section type computation
2018-12-12 Simon Atanasyan[mips] Enable using of integrated assembler in all...
2018-12-12 Simon Atanasyan[mips] Enable using of integrated assembler in all...
2018-12-12 Sanjay Patel[AggressiveInstCombine] add tests for rotates with...
2018-12-12 Erich KeaneRemove TODO leftover from my devleopment branch
2018-12-12 Mikael NilssonRevert "[OpenCL] Add generic AS to 'this' pointer"
2018-12-12 Alexey Bataev[CUDA][OPENMP][NVPTX]Improve logic of the debug info...
2018-12-12 Alex Bradbury[clang-fuzzer] Add explicit dependency on clangSerializ...
2018-12-12 Pavel LabathELF: Simplify program header iteration
2018-12-12 Mikael Nilsson[OpenCL] Add generic AS to 'this' pointer
2018-12-12 Simon Pilgrim[TargetLowering] Add ISD::AND handling to SimplifyDeman...
2018-12-12 Simon PilgrimRegenerate knownbits test. NFCI.
2018-12-12 Pavel Labathlldb-test: Add ability to dump subsections
2018-12-12 Gabor Marton[ASTImporter] Remove import of definition from GetAlrea...
2018-12-12 Piotr Sobczak[AMDGPU] Set metadata access for explicit section
2018-12-12 James Henderson[lit]Add llvm-readelf to tool substitutions
2018-12-12 Diana Picus[ARM GlobalISel] Select load/store for Thumb2
2018-12-12 Andrew Savonichev[OpenCL] Fix for TBAA information of pointer after...
2018-12-12 Pavel Labathbuild.py: Implement "gcc" builder
2018-12-12 Jonas Paulsson[SystemZ] Minor cleanup of SchedModels
2018-12-12 Fangrui SongAdd explicit dependency on clangSerialization after...
2018-12-12 Fangrui SongAdd explicit dependency on clangSerialization for a...
2018-12-12 Simon Atanasyan[mips] Use llvm-mc -triple option instead of combinatio...
2018-12-12 Mikael HolmenFix compiler warning about unused variable [NFC]
2018-12-12 Leonard Chan[Intrinsic] Signed Fixed Point Multiplication Intrinsic
2018-12-12 Fangrui Song[CodeGen] Fix -DBUILD_SHARED_LIBS=on build after rC348907
2018-12-12 Craig Topper[X86] Combine vpmovdw+vpacksswb into vpmovdb.
2018-12-12 Craig Topper[X86] Add a few more fptosi test cases to demonstrate...
2018-12-12 Nico Weber[gn build] Add build files for DebugInfo/{DWARF,PDB...
2018-12-12 Richard TrieuMove PCHContainerOperations from Frontend to Serialization
2018-12-12 Florian Hahn[ConstantInt] Check active bits before calling getZExtV...
2018-12-12 Nico Weber[gn build] Add build files for lib/LTO, lib/Linker...
2018-12-12 Nathan LanzaImplement IMAGE_REL_AMD64_SECREL for RuntimeDyldCOFFX86_64
2018-12-12 Nico Weber[gn build] Add build files for Target/X86/... and for...
2018-12-11 Reid Kleckner[codeview] Look through typedefs in getCompleteTypeIndex
2018-12-11 Jonas DevlieghereRemove unused file
2018-12-11 Craig Topper[GISel] Add parentheses to an assert because gcc is...
2018-12-11 Erich KeaneReplace Const-Member checking with non-recursive version.
2018-12-11 Jordan Rupprecht Revert "debuginfo: Use symbol difference for CU length...
2018-12-11 Gor Nishanov[coroutines] Improve suspend point simplification
2018-12-11 Wolfgang Pieb[Debuginfo] Prevent CodeGenPrepare from dropping debugi...
2018-12-11 Nikita Popov[ConstantFolding] Handle leading zero-size elements...
2018-12-11 Jonas Devlieghere[Driver] Simplify OptionData. NFC
2018-12-11 Aditya Nandakumar[GISel]: Add MachineIRBuilder support for passing in...
2018-12-11 Aaron BallmanRevert r348889; it fails some tests.
2018-12-11 Aaron BallmanStop stripping comments from AST matcher example code.
2018-12-11 Jim InghamAdd ObjectFileBreakpad.{cpp,h} to the Xcode project.
2018-12-11 Aaron BallmanEmit -Wformat properly for bit-field promotions.
2018-12-11 David Carlier[Sanitizer] Expand FSEEK interception to FreeBSD
2018-12-11 Fedor Sergeev[NewPM] fixing asserts on deleted loop in -print-after-all
2018-12-11 Michal Gorny[runtime] Disable KMP_HAVE_QUAD on NetBSD gcc
2018-12-11 Michal Gorny[runtime] Use getloadavg() on NetBSD as well
2018-12-11 David Carlier[analyzer][CStringChecker] evaluate explicit_bzero
2018-12-11 Mandeep Singh... [COFF, ARM64] Emit COFF function header
2018-12-11 Kamil RytarowskiImplement __kmp_is_address_mapped() for NetBSD
2018-12-11 Kamil RytarowskiImplement __kmp_gettid() for NetBSD
2018-12-11 Michal Gorny[test] Permit NetBSD in filesystem_dynamic_test_helper.py
2018-12-11 Louis Dionne[libcxx] Only enable the availability LIT feature when...
2018-12-11 Vedant Kumar[HotColdSplitting] Disable outlining landingpad instruc...
2018-12-11 Fangrui Song[XRay] Add a helper function sortByKey to simplify...
2018-12-11 Louis Dionne[libcxx] Remove the no_default_flags LIT configuration
2018-12-11 Louis Dionne[NFC] Fix incorrect (but unreachable) LIT error message
next