platform/upstream/llvm.git
2019-01-15 George Rimar[llvm-objdump] - Cleanup the code. NFCI.
2019-01-15 Kadir Cetinkaya[clangd] Fix updated file detection logic in indexing
2019-01-15 Dan LiewExplicitly set C++ standard for `Posix/no-fd.cc` ASan...
2019-01-15 Peter Collingbournegn build: Rename llvm_host_triple to llvm_current_tripl...
2019-01-15 Peter Collingbournegn build: Make a couple of improvements to the unix...
2019-01-15 Peter Collingbournegn build: Switch to using current_os in lib/Support...
2019-01-15 Craig Topper[X86] Upgrade some avx512bw shift intrinsics that were...
2019-01-15 Dan Gohman[WebAssembly] Support multilibs for wasm32 and add...
2019-01-15 Dan Gohman[WebAssembly] Support multilibs for wasm32 and add...
2019-01-15 Craig Topper[X86] Add test cases for D56695. NFC
2019-01-15 Craig Topper[X86] Switch the triple on avx2-intrinsics-x86.ll to...
2019-01-15 Craig Topper[X86] Make _xgetbv/_xsetbv on non-windows platforms
2019-01-15 Vlad TsyrklevichRevert alignment assumptions changes
2019-01-15 David L. Jones[LLDB] Remove the unused variable oso_dwarf.
2019-01-15 Peter Collingbournegn build: Split no-RTTI flag into a config.
2019-01-15 Peter Collingbournegn build: Stop defining LLVM_ON_UNIX globally.
2019-01-15 Vlad TsyrklevichSilence failing tests
2019-01-15 Jonathan Metzman[libFuzzer][MSVC] Use alternatename for ext functions
2019-01-15 Thomas Lively[WebAssembly] Expand SIMD shifts while V8's implementat...
2019-01-15 Marek OlsakAMDGPU: Add a fast path for icmp.i1(src, false, NE)
2019-01-15 Evandro Menezes[AArch64] Adjust the feature set for Exynos
2019-01-15 Casey Carter[test] Fix logic error in <compare> tests; enable for...
2019-01-15 Mandeep Singh... [COFF, ARM64] Add __byteswap intrinsics
2019-01-15 Reid Kleckner[X86] Avoid clobbering ESP/RSP in the epilogue.
2019-01-15 Petr Hosek[CMake][Fuchsia] Synchronize first and second stage...
2019-01-15 Evandro Menezes[AArch64] Fix typo (NFC)
2019-01-15 Evandro Menezes[AArch64] Fix typo (NFC)
2019-01-15 Eli Friedman[EarlyIfConversion] Don't if-convert unconditional...
2019-01-15 Eli Friedman[AArch64] Explicitly use v1i64 type for llvm.aarch64...
2019-01-15 Marshall ClowGeneralize the comparison test structure to support...
2019-01-14 Evandro Menezes[AArch64] Add new target feature to fuse arithmetic...
2019-01-14 Lang Hames[ORC] Move ORC Core symbol map and set types into their...
2019-01-14 Mandeep Singh... [Sema] Change std::sort to llvm::sort
2019-01-14 Benjamin Kramer[X86] Fix unused variable warning in Release builds...
2019-01-14 Mandeep Singh... [COFF, ARM64] Add __nop intrinsic
2019-01-14 Roman Lebedev[compiler-rt] UBSan: just completely disable two alignm...
2019-01-14 Zachary Turner[SymbolFile] Remove SymbolContext parameter from FindTypes.
2019-01-14 Zachary Turner[SymbolFile] Remove the SymbolContext parameter from...
2019-01-14 Zachary Turner[SymbolFile] Rename ParseFunctionBlocks to ParseBlocksR...
2019-01-14 James Y KnightUpdate GettingStarted guide to recommend that people...
2019-01-14 Nikita PopovRevert "[CodeGen][X86] Expand USUBSAT to UMAX+SUB,...
2019-01-14 Lang Hames[Object] Return a symbol_iterator, rather than a basic_...
2019-01-14 Thomas Lively[WebAssembly][FastISel] Do not assume naive CmpInst...
2019-01-14 Jordan Rupprecht[llvm-ar] Temporarily remove failing test which is...
2019-01-14 Nikita Popov[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for...
2019-01-14 James Y Knight[opaque pointer types] Update GetElementPtr creation...
2019-01-14 James Y Knight[opaque pointer types] Update LoadInst creation APIs...
2019-01-14 James Y Knight[opaque pointer types] Update InvokeInst creation APIs...
2019-01-14 James Y Knight[opaque pointer types] Update CallInst creation APIs...
2019-01-14 Jordan Rupprecht[llvm-ar] Flatten thin archives.
2019-01-14 Roman Lebedev[compiler-rt] UBSan: Disable 3 of the new alignment...
2019-01-14 Jonathan Metzman[SanitizerCoverage][NFC] Use appendToUsed instead of...
2019-01-14 Shoaib Meenai[compiler-rt] Add option to disable libc++ build
2019-01-14 Stephen Kelly[ASTDump] NFC: Move dumping of QualType node to TextNod...
2019-01-14 Stephen Kelly[ASTDump] NFC: Canonicalize handling of TypeLocInfo
2019-01-14 Stephen Kelly[ASTDump] NFC: Move Type Visit implementation to TextNo...
2019-01-14 George Karpenkov[lit] llvm-lit.in: specify file encoding to UTF-8
2019-01-14 Stephen KellyNFC: Fix nits I missed before
2019-01-14 Craig Topper[X86] Silence a -Wparentheses warning on gcc. NFC
2019-01-14 Roman Lebedev[compiler-rt] Update ubsan_interface.inc with alignment...
2019-01-14 Michal Gorny[test] Disable sunrpc tests when rpc/xdr.h is missing
2019-01-14 Erik PilkingtonImprove a -Wunguarded-availability note
2019-01-14 David Callahanexpand DIContext interface a bit
2019-01-14 Roman Lebedev[compiler-rt][UBSan] Sanitization for alignment assumpt...
2019-01-14 Roman Lebedev[clang][UBSan] Sanitization for alignment assumptions.
2019-01-14 Roman Lebedev[llvm][IRBuilder] Introspection for CreateAlignmentAssu...
2019-01-14 Simon Pilgrim[X86][SSSE3] Bailout of lowerVectorShuffleAsPermuteAndU...
2019-01-14 David CallahanIgnore PhiNodes when mapping sample profile data
2019-01-14 Nico Weberlld-link: Spelling fixes in comments and minor style...
2019-01-14 Amara EmersonRevert r351051 "[clangd] Unlink VFS working dir from...
2019-01-14 Martin Storsjo[llvm-objcopy] [COFF] Remove unreferenced undefined...
2019-01-14 Martin Storsjo[llvm-objcopy] [COFF] Test absolute symbols wrt --strip...
2019-01-14 George Karpenkov[analyzer] [PR39792] false positive on strcpy targeting...
2019-01-14 George Karpenkov[analyzer] [NFC] Remove unused undefined method.
2019-01-14 David CallahanRevert "Merge branch 'arcpatch-D55094'"
2019-01-14 Nirav Dave[MC][X86] Add test case for invalid use of "(%dx)"...
2019-01-14 Sanjay Patel[x86] lower extracted add/sub to horizontal vector...
2019-01-14 David CallahanMerge branch 'arcpatch-D55094'
2019-01-14 Amara EmersonRevert "[VFS] Allow multiple RealFileSystem instances...
2019-01-14 Nico Webergn build: Unbreak mac build after r350977
2019-01-14 Dan Gohman[WebAssembly] Remove old builtins
2019-01-14 Nico Webergn build: Fix path to gn.py in docs
2019-01-14 Tom Stellardcmake: Don't install plugins used for examples or tests
2019-01-14 Dan Gohman[WebAssembly] Remove tests for old intrinsics.
2019-01-14 Nico Webergn build: svn propset svn:executable on utils/gn/gn.py
2019-01-14 Dan Gohman[WebAssembly] Remove old intrinsics
2019-01-14 Dan Gohman[WebAssembly] Add a release notes blurb
2019-01-14 Kristina Brooks[Sema] Expose a control flag for integer to pointer...
2019-01-14 Haojian Wu[clangd] Add Limit parameter for xref.
2019-01-14 Stella Stamenova[lldbsuite] Skip two more flaky tests on Windows
2019-01-14 Sam McCall[VFS] Disable unix-assuming VFS test on windows
2019-01-14 Simon Pilgrim[X86] Add PR40306 shuffle test case
2019-01-14 Adrian PrantlReapply r345008 "Split MachinePipeliner code into heade...
2019-01-14 James Y KnightRemove NameLen argument from newly-introduced IR C...
2019-01-14 Sam McCall[AST] Fix double-traversal of code in top-level lambdas...
2019-01-14 Nirav DaveReland "Refactor GetRegistersForValue. NFCI."
2019-01-14 Simon Pilgrim[DAGCombiner] Add (sub_sat x, x) -> 0 combine
2019-01-14 Simon Pilgrim[DAGCombiner] Enable sub saturation constant folding
2019-01-14 Simon Pilgrim[X86] Add sub saturation constant folding and self...
2019-01-14 Simon Pilgrim[DAGCombiner] Add add/sub saturation undef handling
next