platform/upstream/llvm.git
2016-10-24 Craig Topper[AVX-512] Replace 64-bit element and 512-bit vector...
2016-10-24 Craig Topper[AVX-512] Remove masked pmin/pmax intrinsics and autoup...
2016-10-23 Craig Topper[AVX-512] Replace masked 128/256-bit byte, word, and...
2016-10-23 Sanjay Patel[DAG] enhance computeKnownBits to handle SRL/SRA with...
2016-10-23 Eric FiselierBackout enabling -Wshadow until I have time to fix...
2016-10-23 Petr Hosek[libunwind] Add support for Fuchsia
2016-10-23 Petr Hosek[libcxx] Use C++14 when building libc++ with musl
2016-10-23 Simon PilgrimUse SDValue::getConstantOperandVal() helper. NFCI.
2016-10-23 Justin LebarRemove LLVM_CONSTEXPR.
2016-10-23 Eric FiselierFix breakage introduced by adding -Wshadow.
2016-10-23 Eric FiselierFix libc++ specific assertion in permissions(...) tests
2016-10-23 Eric FiselierTurn on -Wshadow so I find occurances before STL does
2016-10-23 Eric FiselierMake make_from_tuple tests more portable. Patch from...
2016-10-23 Eric FiselierFix unreferenced parameters. Patch from STL@microsoft.com
2016-10-23 Eric FiselierFix shadowing warning. Patch from STL@microsoft.com
2016-10-23 Simon Pilgrim[CostModel][X86] Added tests for current integer signed...
2016-10-23 Simon Pilgrim[X86][SSE] Add SSE41/AVX1 costs for vector shifts.
2016-10-23 Simon Pilgrim[CostModel][X86] Added tests for current integer trunc...
2016-10-23 Simon PilgrimUse APInt::isAllOnesValue instead of popcnt. NFCI.
2016-10-23 Craig Topper[AVX-512] Replace 512-bit pmovzx/sx builtins with nativ...
2016-10-23 Craig Topper[AVX-512] Remove masked 128/256-bit packss/packus built...
2016-10-23 Ekaterina RomanovaAdd more doxygen comments to emmintrin.h's intrinsics.
2016-10-23 Richard SmithFix mangling numbers for varargs lambdas; varargs and...
2016-10-23 Mandeep Singh... [compiler-rt] Remove redundant --check-prefix=CHECK...
2016-10-23 Mandeep Singh... [clang] Limit clang test to ARM and AArch64 only
2016-10-22 Dylan McKay[AVR] Add the machine code disassembler
2016-10-22 Craig Topper[AVX-512] Replace masked 128/256-bit pavg builtins...
2016-10-22 Craig Topper[AVX-512] Replace masked 128/256-bit saturating add...
2016-10-22 Craig Topper[AVX-512] Replace masked 128/256-bit vpmovzx/vpmovsx...
2016-10-22 Craig Topper[AVX-512] Remove duplicate test cases from the avx512vl...
2016-10-22 Craig Topper[AVX-512] Remove masked 128/256-bit pshufb builtins...
2016-10-22 Craig Topper[AVX-512] Remove builtins for 128/256-bit pabsb/pabsw...
2016-10-22 Craig Topper[AVX-512] Add typecasts to alignr intrinsics that were...
2016-10-22 Simon Pilgrim[X86][AVX512VL] Added support for combining target...
2016-10-22 Simon Pilgrim[X86][AVX512] Added support for combining target shuffl...
2016-10-22 Craig Topper[AVX-512] Remove masked 128/256-bit palignr builtins...
2016-10-22 Brian Gesiak[lit] Add more testing instructions to README
2016-10-22 James Molloy[ARM] Fix crash in ConstantIslands
2016-10-22 Zvi Rackover[X86] Apply the Update LLC Test Checks tool on the...
2016-10-22 Craig Topper[X86] Add support for printing shuffle comments for...
2016-10-22 Craig Topper[X86] Add support for lowering v4i64 and v8i64 shuffles...
2016-10-22 Craig Topper[X86] Remove unnecessary AVX2 check that was already...
2016-10-22 Craig Topper[X86] Remove 128-bit lane handling from the main loop...
2016-10-22 Simon Pilgrim[X86][SSE] Use getConstVector helper for VPERMV mask...
2016-10-22 Daniel BerlinNow that VS2013 is gone, make a memoryssa structure...
2016-10-22 Kostya Serebryany[libFuzzer] mutation: insert the size of the input...
2016-10-22 Gerolf Hoflehner[BasicAA] Fix - missed alias in GEP expressions
2016-10-22 Richard SmithMark P0012R1 as "Partial" since it's now substantially...
2016-10-22 Richard SmithAdd another testcase missed from r284905.
2016-10-22 Richard Smith[c++1z] P0012R1: Implement a few remaining pieces:...
2016-10-22 Davide Italiano[CtorUtils] Modernize. No functional changes intended.
2016-10-22 Kostya Serebryany[libFuzzer] typo in a test
2016-10-22 Kostya Serebryany[libFuzzer] add a test for asan's strict_string_checks=1
2016-10-21 Kostya Serebryany[sanitizers] support strict_string_checks for strncmp
2016-10-21 Jason MolendaAdd some additional logging to
2016-10-21 Manman RenModule: correctly set the module file kind when emittin...
2016-10-21 David L. JonesFix map insertion that is elided in release build.
2016-10-21 Manman RenModule: improve the diagnostic message for include...
2016-10-21 Sanjay Patel[x86] add test for missing vector SRA combine via compu...
2016-10-21 Richard SmithRemove unnecessary distinction between Ref_Compatible and
2016-10-21 Eugene Zelenko[Release notes] Mention removed Clang-tidy misc-pointer...
2016-10-21 Chris Bieneman[Test Suite] Allow overriding codesign identity
2016-10-21 Justin Lebar[ADT] Don't rely on string literals not being convertib...
2016-10-21 Konstantin... [AMDGPU] Perform uchar to float combine for ISD::SINT_TO_FP
2016-10-21 Richard SmithDR583, DR1512: Implement a rewrite to C++'s 'composite...
2016-10-21 Richard SmithRemove 'misc-pointer-and-integral-operation' clang...
2016-10-21 Justin LebarSwitch SmallSetVector to use DenseSet when it overflows...
2016-10-21 Richard SmithFix typo (ordered comparison between pointer and 0).
2016-10-21 Malcolm Parsons[Sema] Store a SourceRange for multi-token builtin...
2016-10-21 Justin BognerSupport: Annotate Error and Expected<> with LLVM_NODISCARD
2016-10-21 Mandeep Singh... [polly] Change SmallPtrSet which is being iterated...
2016-10-21 Justin Lebar[CUDA] Simplify some repeated diagnostic expectations...
2016-10-21 Tim Shen[libcxx] Support std::regex_constants::match_not_null
2016-10-21 Bob Haarmanfixed typo in InstrProf.h; NFC
2016-10-21 Artem BelevichDeclare H and H new/delete.
2016-10-21 Rafael EspindolaCompact SymbolBody from 56 to 48 bytes.
2016-10-21 Vassil VassilevRemove accidentally checked in assert.
2016-10-21 Justin Lebar[ADT] Get rid of use of LLVM_NOEXCEPT in CachedHashStri...
2016-10-21 Tom StellardAMDGPU/SI: Fix crash caused by r284267
2016-10-21 Sanjay Patel[DAG] enhance computeKnownBits to handle SHL with vecto...
2016-10-21 Justin Lebar[clang-tidy] Don't use a SmallSetVector of an enum.
2016-10-21 Justin Lebar[ADT] Compare strings' hashes first before comparing...
2016-10-21 Justin Lebar[ADT] Add CachedHashString.
2016-10-21 Justin Lebar[IR] Add DenseMapInfo<CallSite>.
2016-10-21 Justin Lebar[CUDA] Use FunctionDeclAndLoc for the Sema::LocsWithCUD...
2016-10-21 Li Huang[SCEV] Memoize visitMulExpr results in SCEVRewriteVisitor.
2016-10-21 Kevin EnderbyFix a bug in the code of llvm-cxxdump in dumpArchive...
2016-10-21 Kostya Serebryany[libFuzzer] mention one more trophie
2016-10-21 Peter CollingbourneAnalysis: Move llvm::getConstantRangeFromMetadata to...
2016-10-21 Peter CollingbourneX86: Improve BT instruction selection for 64-bit values.
2016-10-21 Simon Pilgrim[X86][AVX512BWVL] Added support for lowering v16i16...
2016-10-21 Rafael EspindolaUse a CachedHashString for comdats too.
2016-10-21 Bob Haarman[pdb] added support for dumping globals stream
2016-10-21 Simon Pilgrim[X86][AVX512BWVL] Added support for combining target...
2016-10-21 Haojian Wu[clang-move] Support moving template class forward...
2016-10-21 Simon Pilgrim[X86][AVX512] Added support for combining target shuffl...
2016-10-21 Krzysztof Parzyszek[RDF] Use RegisterId typedef more consistently, NFC
2016-10-21 Benjamin KramerRemove move constructors that are identical to the...
2016-10-21 Anna Thomas[StripGCRelocates] New pass to remove gc.relocates...
2016-10-21 Chris Bieneman[CMake] Fix standalone build
next