platform/upstream/llvm.git
2018-07-06 Craig Topper[X86] Implement _builtin_ia32_vfmaddss and _builtin_ia3...
2018-07-06 Craig Topper[X86] Remove FMA4 scalar intrinsics. Use llvm.fma intri...
2018-07-06 Hans Wennborg[ms] Fix mangling of string literals used to initialize...
2018-07-06 Simon Atanasyan[ELF][MIPS] Simplify `checkFlags` routine and inline...
2018-07-06 Simon Atanasyan[ELF][MIPS] Remove support for linking microMIPS 64...
2018-07-06 Sam McCall[Support] Make support types more easily printable.
2018-07-06 Dave LeeReapply: "objdump: Support newer ObjC image info flags"
2018-07-06 Max KazantsevRevert "[InstCombine] Delay foldICmpUsingKnownBits...
2018-07-06 Craig Topper[X86] Remove all of the avx512 masked packed fma intrin...
2018-07-06 Craig Topper[X86] Cleanup some of the avx512 masked fma tests to...
2018-07-06 Zachary Turner[llvm-pdbutil] Dump more info about globals.
2018-07-06 Stefan Pintilie[Power9] Add __float128 library call for frem
2018-07-06 Zachary Turner[PDB] Sort globals symbols by name in GSI hash buckets.
2018-07-06 Easwaran Raman[x86]Add a test case to show missed vfnmadd generation.
2018-07-06 Jim InghamRemove a bunch more references to _LIBCPP_INLINE_VISIBILITY
2018-07-06 Dave LeeRevert "objdump: Support newer ObjC image info flags"
2018-07-05 Mandeep Singh... [OpenEmbedded] Add OpenEmbedded vendor
2018-07-05 Maksim Panchenko[X86][Disassembler] Fix LOCK prefix disassembler support
2018-07-05 Dave Leeobjdump: Support newer ObjC image info flags
2018-07-05 Jim InghamAddress a few post facto review comments from Adrian.
2018-07-05 Jim InghamDon't muck with _LIBCPP_INLINE_VISIBILITY just to get...
2018-07-05 Alex Lorenz[Sema] -Wformat-pedantic only for NSInteger/NSUInteger...
2018-07-05 Alex Langford[CMake] Simplify a few framework build rules
2018-07-05 Michael ZolotukhinRevert r332168: "Reapply "[PR16756] Use SSAUpdaterBulk...
2018-07-05 Heejin Ahn[WebAssembly] Add missing _S opcodes of atomic stores...
2018-07-05 Heejin Ahn[ORC] Add BitReader/BitWriter to target_link_libraries
2018-07-05 Craig Topper[X86] Use shufflevector instead of a select with a...
2018-07-05 Sander de SmalenThis is a recommit of r336322, previously reverted...
2018-07-05 Marc-Andre... [clangd] Implementation of textDocument/documentSymbol
2018-07-05 Lang Hames[ORC] In CompileOnDemandLayer2, clone modules on to...
2018-07-05 Diogo N. SampaioTesting commit permision
2018-07-05 Craig Topper[X86] Remove the last of the 'x86.fma.' intrinsics...
2018-07-05 Louis DionneRevert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE...
2018-07-05 Marshall ClowFix HTML blunder
2018-07-05 Erich KeaneAdd PCH tests for R336379
2018-07-05 Erich Keane[clang-cl, PCH] Implement support for MS-style PCH...
2018-07-05 Rui UeyamaRemove redundnat call of makeArrayRef(). NFC.
2018-07-05 Raphael IsemannFixed redefinition warnings with LLVM_ENABLE_MODULES
2018-07-05 Craig Topper[X86] Add SHUF128 to target shuffle decoding.
2018-07-05 Matt ArsenaultFix asserts in AMDGCN fmed3 folding by handling more...
2018-07-05 Matt ArsenaultAMDGPU: Don't use spir_kernel in a test
2018-07-05 Matt ArsenaultAMDGPU/GlobalISel: Implement custom kernel arg lowering
2018-07-05 Rui UeyamaSimplify PPC64::calcEFlags().
2018-07-05 Simon Pilgrim[CostModel][X86] Add UDIV/UREM by pow2 costs
2018-07-05 Paul Semel[llvm-objdump] Removed archive-headers-disas test
2018-07-05 Louis Dionne[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBC...
2018-07-05 Louis Dionne[NFC] Add <initializer_list> to the synopsis of <utility>
2018-07-05 Andrea Di Biagio[llvm-mca] Fix RegisterFile debug prints. NFC
2018-07-05 Rui UeyamaMake a test more robust.
2018-07-05 Marco CastelluccioMake __gcov_flush flush counters for all shared libraries
2018-07-05 Erich KeaneFix __builtin_*_overflow when out-param isn't constexpr
2018-07-05 Paul Semel[llvm-objcopy] Fix timezone dependant tests
2018-07-05 Tobias Grosser[ScopInfo] Move foldSizeConstantsToRight() to isl++
2018-07-05 Lei Huang[Power9] Add lib calls for float128 operations with...
2018-07-05 Simon Pilgrim[X86][SSE] Add srem x, (1 << c) combine tests
2018-07-05 George Rimar[ELF] - Add test case for checking PT_INTERP behavior.
2018-07-05 Simon Marchi[clang-move] ClangMoveTests: Remove dots in output...
2018-07-05 Paul Semel[llvm-objdump] Add --archive-headers (-a) option
2018-07-05 George Rimar[ELF] - Eliminate dead "if". NFC.
2018-07-05 Gabor Buella[X86] Fix some vector cmp builtins - TRUE/FALSE predicates
2018-07-05 George Rimar[ELF] - Convert excessive dyn_cast -> cast. NFC.
2018-07-05 George Rimar[ELF] - Test we are able to assign version to symbols...
2018-07-05 Clement Courbet[llvm-exegesis] Add uop computation for more X87 instru...
2018-07-05 Simon PilgrimFix comment typo. NFCI.
2018-07-05 Michael Kruse[CodeGen] Fix potential null pointer dereference. NFC.
2018-07-05 George Rimar[ELF] - Check we do not assign version to undefined...
2018-07-05 Sanjay Patel[AArch64, PowerPC, x86] add tests for signbit bit hacks...
2018-07-05 Vladimir Stefanovic[mips] Add '-mcrc', '-mno-crc' options to enable/disabl...
2018-07-05 Gabor Buella[X86] NFC - add more test cases for vector cmp intrinsics
2018-07-05 George Rimar[ELF] - Add test to check we don't crash when tracing...
2018-07-05 Simon Pilgrim[SLPVectorizer] Begin abstracting InstructionsState...
2018-07-05 Clement Courbet[llvm-exegesis][NFC]clang-format
2018-07-05 George Rimar[ELF] - Test LLD creates empty .imports file.
2018-07-05 Yvan RouxRevert "[CMake] Run libFuzzer tests with check-all."
2018-07-05 George Rimar[ELF] - Add test to check we produce an error if unable...
2018-07-05 Ryan Taylor[AMDGPU] Add VALU to V_INTERP Instructions
2018-07-05 George Rimar[ELF] - Remove dead code. NFC.
2018-07-05 Chandler Carruth[ADT] Switch to indirect even the trivial case through...
2018-07-05 Krasimir GeorgievPartially revert r336268 in address-offsets.ll
2018-07-05 George Rimar[ELF] - Advance position in a memory region when change...
2018-07-05 Sander de Smalen[TableGen] Increase the number of supported decoder...
2018-07-05 Simon Pilgrim[X86][SSE] Add extra v16i16 shl x,c -> pmullw test
2018-07-05 Gabor Marton[ASTImporter] Fix import of objects with anonymous...
2018-07-05 Simon PilgrimTry to fix -Wimplicit-fallthrough warning. NFCI.
2018-07-05 Kirill Bobyrev[NFS] Wipe trailing whitespaces
2018-07-05 Simon PilgrimFix -Wunused-variable warning. NFCI.
2018-07-05 Aleksandar... [mips] Fix atomic operations at O0, v3
2018-07-05 Joachim ProtzeDropped non-supoorted "--no-as-needed" flag from OMPT...
2018-07-05 Joachim Protze[OMPT] Add synchronization to threads_nested.c testcase
2018-07-05 Ivan A. Kosarev[NEON] Fix combining of vldx_dup intrinsics with updati...
2018-07-05 Sander de SmalenReverting r336322 for now, as it causes an assert failure
2018-07-05 Mikael HolmenPartial revert of "NFC - Various typo fixes in tests"
2018-07-05 Sander de Smalen[AArch64][SVE] Asm: Support for predicated FP rounding...
2018-07-05 Eric Liu[clangd] Log sema completion context kind and query...
2018-07-05 Sam McCallRevert "[clangd] FileDistance: temporarily disable...
2018-07-05 Sjoerd Meijer[ARM] ParallelDSP: only support i16 loads for now
2018-07-05 Eric Liu[clangd] Treat class constructor as in the same scope...
2018-07-05 Sander de Smalen[AArch64][SVE] Asm: Support for signed/unsigned MIN...
2018-07-05 Lei Huang[Power9] Optimize codgen for conversions of int to...
2018-07-05 Craig Topper[X86] Remove X86 specific scalar FMA intrinsics and...
next