platform/upstream/llvm.git
2017-10-18 Richard Smith[modules] When finding the owning module of an instanti...
2017-10-18 Jatin Bhateja[ScalarEvolution] Handling for ICmp occuring in the...
2017-10-18 Petr Hosek[CMake] Build Fuchsia toolchain as -O3
2017-10-18 Adrian PrantlVerifier: Ignore CUs pulled in by ODR-uniqued types.
2017-10-18 Rafael EspindolaBring back the rest of r315721.
2017-10-18 Adrian PrantlRevert "Verifier: Ignore CUs pulled in by ODR-uniqued...
2017-10-18 Adrian PrantlVerifier: Ignore CUs pulled in by ODR-uniqued types.
2017-10-18 Marco CastelluccioUse O_BINARY when opening GCDA file on Windows
2017-10-18 Daniel Sanders[aarch64][globalisel] Register banks and classes should...
2017-10-18 Saleem AbdulrasoolBasic: fix __{,U}INTPTR_TYPE__ on ARM
2017-10-17 Michael Zolotukhin[GlobalDCE] Use DenseMap instead of unordered_multimap...
2017-10-17 Peter Collingbournelit: Improve %: normalization.
2017-10-17 Zachary TurnerResubmit "[lit] Raise the logic for enabling clang...
2017-10-17 Saleem AbdulrasoolBasic: fix `__INTPTR_TYPE__` for Windows ARM
2017-10-17 George Karpenkov[Analyzer] Always use non-reference types when creating...
2017-10-17 Pavel LabathSilence some "implicit conversion of string literal...
2017-10-17 Wei DingAMDGPU : Fix an error for the llvm.cttz implementation.
2017-10-17 Matthias BraunAArch64: Enable AES instruction fusion on Cyclone.
2017-10-17 Tim NorthoverAArch64: account for possible frame index operand in...
2017-10-17 Eugene Zelenko[Transforms] Fix some Clang-tidy modernize and Include...
2017-10-17 Simon Pilgrim[X86][SSE] Tests packuswb/truncation codegen from PR34773
2017-10-17 Nico WeberFix PR34981, a crash-on-invalid merging dllimport to...
2017-10-17 Jessica Paquette[MachineOutliner][NFC] Clean up prune logic a bit
2017-10-17 Erich Keane[CFG] Relax Wexceptions warning on rethrow
2017-10-17 Vassil VassilevRevert "[cmake] Use find_package to discover zlib"
2017-10-17 Aaron BallmanThis test case was missing -fsyntax-only, so I've added...
2017-10-17 Jessica PaquetteFix typo in checkTwoLevelHintsCommand
2017-10-17 Aaron BallmanEnable support for the [[nodiscard]] attribute from...
2017-10-17 Vassil Vassilev[cmake] Use find_package to discover zlib
2017-10-17 Konstantin... AMDGPU: Start generating metadata for MaxFlatWorkGroupSize
2017-10-17 Evgeniy StepanovRevert "[asan] Deflake one test by running it 3 times."
2017-10-17 Vassil VassilevExpose ConsumeAnyToken interface to external clients.
2017-10-17 Eric FiselierRefactor std::list node allocation logic.
2017-10-17 Jessica Paquette[MachineOutliner][NFC] Move decrement logic to Outlined...
2017-10-17 Jessica Paquette[MachineOutliner][NFC] Move end index calculation into...
2017-10-17 Vitaly BukaFix signed overflow detected by ubsan
2017-10-17 Simon Pilgrim[DAGCombine] Add SCALAR_TO_VECTOR undef handling to...
2017-10-17 Bruno Cardoso... [OpenCL] Restrict swizzle length check to OpenCL mode
2017-10-17 Erich KeaneReplace use of SmallVector::back + pop_back with pop_ba...
2017-10-17 Matt Morehouse[llvm-special-case-list-fuzzer] Add fuzz target.
2017-10-17 Saleem AbdulrasoolSema: use new `getNS{,U}IntegerType` for NS{,U}Integer
2017-10-17 Sanjay Patel[ARM, AArch64] adjust tests trying to maintain their...
2017-10-17 Alexey Bataev[OPENMP] Fix capturing of boolean variables in debug...
2017-10-17 Pavel Labathlldb-server tests: Add support for testing debugserver
2017-10-17 Eric Fiselierfix shadowing warnings in new tests, try 2
2017-10-17 Sanjay Patel[SimplifyCFG] add test for part of PR34471 (switch...
2017-10-17 Pavel LabathRemove shared_pointer from NativeThreadProtocol
2017-10-17 Sanjay Patel[SimplifyCFG] update test to use auto-generated FileChe...
2017-10-17 Sam McCallFix pthread_[gs]etname_np detection
2017-10-17 Rafael EspindolaBring back part of r315721.
2017-10-17 Simon Atanasyan[mips] Provide more detailed comment. NFC
2017-10-17 George Rimar[ELF] - Simplify. NFC.
2017-10-17 Jonas Hahnfeld[OpenMP] Implement omp_is_initial_device() as builtin
2017-10-17 Yaxun LiuCodeGen: Fix invalid bitcasts for atomic builtins
2017-10-17 Haojian Wu[clang-rename] Rename enum.
2017-10-17 Gadi Haber[X86][Broadwell] Added the broadwell cpu to the schedul...
2017-10-17 Eric Fiselierfix shadowing warnings in new tests
2017-10-17 Jonas Hahnfeld[CMake][OpenMP] Customize default offloading arch
2017-10-17 Eric FiselierRefactor _LIBCPP_<LITTLE|BIG>_ENDIAN
2017-10-17 Eric Fiselier[libc++] Fix PR34898 - vector iterator constructors...
2017-10-17 George Rimar[ELF] - Removed unused class from Options.td. NFC.
2017-10-17 Nikolai BozhenovImprove clamp recognition in ValueTracking.
2017-10-17 Yichao YuFix implicit null check with negative offset
2017-10-17 Yichao YuFix `FaultMaps` crash when the out streamer is reused
2017-10-17 Ivan A. Kosarev[CodeGen] Refine generation of TBAA info for bit-field...
2017-10-17 Alexander RichardsonFix shared build of liblldCommon.so on Linux
2017-10-17 Dean Michael... [XRay][compiler-rt] Always place the CPU record first...
2017-10-17 Ivan A. Kosarev[CodeGen] Pass TBAA info along with lvalue base info...
2017-10-17 Gadi Haber[X86][Skylake] fixed/updated regression test mmx-schedu...
2017-10-17 Ivan A. Kosarev[CodeGen] EmitPointerWithAlignment() to generate TBAA...
2017-10-17 Andrew V. TischenkoMore tests with x86 prefixes which work after rL315899...
2017-10-17 Vedant Kumar[Coverage] Discard deferred region in closing if-else
2017-10-17 Vedant Kumar[Coverage] Explicitly mark the l.h.s of && and || ...
2017-10-17 Gadi Haber[X86][SKL] Updated scheduling information for the Skyla...
2017-10-17 Max KazantsevRemove a test after revert of rL315440
2017-10-17 Max Kazantsev[NFC] Add test from bug 34937
2017-10-17 Philip ReamesRevert 315440 on behalf of mkazantsev
2017-10-17 Daniel Sanders[globalisel][tablegen] Add a GIM_CheckIsSameOperand...
2017-10-17 Craig Topper[X86] Add masked palignr tests to vector-shuffle-masked.ll
2017-10-17 Craig Topper[X86] Add AVX512BW to the vector-shuffle-masked test...
2017-10-17 Craig Topper[X86] Fix typo in comment. NFC
2017-10-17 Saleem AbdulrasoolBasic: make the nan family pure
2017-10-17 Jason MolendaReverting r315966 - it caused a build failure on an...
2017-10-17 Jason MolendaCommitting this for Larry D'Anna:
2017-10-17 Justin BognerFuzzMutate: Fix arch parsing in FuzzerCLI
2017-10-17 Shoaib Meenai[ExecutionEngine] Correct the size of a write in a...
2017-10-17 Vedant Kumar[llvm-cov] Add one correction to r315960 (PR34962)
2017-10-17 Sanjoy DasRevert "[SCEV] Maintain and use a loop->loop invalidati...
2017-10-17 Reid KlecknerTry to make crlf portable to other printf implementations
2017-10-16 Vedant Kumar[llvm-cov] Remove workaround in line execution count...
2017-10-16 Jonathan Coe[libclang] Add support for querying cursor availability
2017-10-16 Jonathan Coe[libclang] Visit attributes for function and class...
2017-10-16 Mark SearlesUse the return value of UpdateNodeOperands(); in some...
2017-10-16 Erich KeaneFix usage in TableGen of getValueAsString
2017-10-16 Simon Pilgrim[X86][AVX] Add v4x64 vector shuffle test for <0,2,1...
2017-10-16 Peter CollingbourneCOFF: Add resource files to linkrepro instead of the...
2017-10-16 Reid KlecknerDon't print end-of-directive tokens in -E output
2017-10-16 Matthias Brauncmake: BSD: Mark /usr/local/include as system include...
2017-10-16 George Burgess IVMake __builtin_types_compatible_p more like GCC's
2017-10-16 Erich KeaneReplace usage of std::stringstream with raw_string_ostream
next