platform/upstream/llvm.git
2017-12-16 Craig Topper[X86] Implement kand/kandn/kor/kxor/kxnor/knot intrinsi...
2017-12-16 Craig Topper[X86] Remove GCCBuiltin from kand/kandn/kor/kxor/kxnor...
2017-12-16 Craig Topper[X86] Remove unneeded code for handling the old kunpck...
2017-12-16 Craig Topper[X86] Add the two files I forgot to commit in r320915.
2017-12-16 Craig Topper[X86] Add builtins and tests for 128 and 256 bit vpopcntdq.
2017-12-16 Hal FinkelMove Transforms/LoopVectorize/consecutive-ptr-cg-bug...
2017-12-16 Hal Finkel[LV] Extend InstWidening with CM_Widen_Recursive
2017-12-16 Galina KistanovaFixed warning 'function declaration isn’t a prototype...
2017-12-16 Hal Finkel[PowerPC, AsmParser] Enable the mnemonic spell corrector
2017-12-16 Craig Topper[X86] Add 128 and 256-bit VPOPCNTDQ instructions. Adjus...
2017-12-16 Vitaly Buka[LTO] Update tests for r320905
2017-12-16 Hal Finkel[VerifyDiagnosticConsumer] support -verify=<prefixes>
2017-12-16 Vitaly BukaRemove trailing whitespace
2017-12-16 Sam Clegg[WebAssembly] Return ArrayRef's rather than const std...
2017-12-16 Vitaly Buka[LTO] Make processing of combined module more consistent
2017-12-16 Hal Finkel[TextDiagnosticBuffer] Fix diagnostic note emission...
2017-12-16 Teresa JohnsonAdd another missing -enable-import-metadata to test
2017-12-16 Vedant Kumar[CodeGen] Specialize mixed-sign mul-with-overflow ...
2017-12-16 Hal Finkel[SimplifyLibCalls] Inline calls to cabs when it's safe...
2017-12-16 Hal Finkel[LV] NFC patch for moving VP*Recipe class definitions...
2017-12-16 Teresa JohnsonAdd -enable-import-metadata to test
2017-12-16 Craig Topper[X86] Add back the assert from r320830 that was reverte...
2017-12-16 Teresa JohnsonFix NDEBUG build problem in r320895
2017-12-16 Shoaib Meenai[COFF] Clean up debug option handling
2017-12-16 Teresa Johnson[ThinLTO] Enable importing of aliases as copy of aliasee
2017-12-15 Shoaib Meenai[COFF] Update an outdated comment. NFC
2017-12-15 David BlaikieFix WebAssembly backend for some LLVM API changes
2017-12-15 Shoaib Meenai[COFF] Simplify hasArgs calls. NFC
2017-12-15 Davide Italiano[CMake] darwin-debug is an hard dependency for tests...
2017-12-15 Quentin Colombet[TableGen][GlobalISel] Make the different Matcher compa...
2017-12-15 Quentin Colombet[TableGen][GlobalISel] Fix unused variable warning...
2017-12-15 Paul RobinsonRevert "Recommit "[DWARFv5] Dump an MD5 checksum in...
2017-12-15 Quentin Colombet[TableGen][GlobalISel] Have the predicate directly...
2017-12-15 Paul RobinsonRecommit "[DWARFv5] Dump an MD5 checksum in the line...
2017-12-15 Matthias BraunFix unused variable in non-assert builds
2017-12-15 Matthias BraunMachineFunction: Return reference from getFunction...
2017-12-15 Davide Italiano[MacOSX/Queues] Relax an overly aggressive assertion...
2017-12-15 Matthias BraunMachineFunction: Slight refactoring; NFC
2017-12-15 Matthias BraunMachineModuleInfo: Remove unused function; NFC
2017-12-15 Sam Clegg[WebAssembly] Don't include lazy symbols in import...
2017-12-15 Galina KistanovaFixed the gcc 'enumeral and non-enumeral type in condit...
2017-12-15 Krzysztof Parzyszek[Hexagon] Remove recursion in visitUsesOf, replace...
2017-12-15 Krzysztof Parzyszek[Hexagon] Handle concat_vectors of all allowed HVX...
2017-12-15 Craig Topper[X86] Use AND32ri8 instead of AND64ri8 in Asan code...
2017-12-15 Craig Topper[X86] In LowerVectorCTPOP use ISD::ZERO_EXTEND/ISD...
2017-12-15 Craig Topper[X86] Remove unnecessary TODO.
2017-12-15 Martin Storsjo[MinGW] Ignore the --no-seh flag
2017-12-15 Martin Storsjo[COFF] Set the IMAGE_DLL_CHARACTERISTICS_NO_SEH flag...
2017-12-15 Vitaly Buka[LTO] Remove unused RegularLTOState::HasModule
2017-12-15 Jun Bum LimRe-commit : [LICM] Allow sinking when foldable in loop
2017-12-15 Paul RobinsonRevert "[DWARFv5] Dump an MD5 checksum in the line...
2017-12-15 Jake Ehrlich[llvm-objcopy] Reformat everything using clang-format -i
2017-12-15 Krzysztof Parzyszek[Hexagon] Fix operand-swapping PatFrag for atomic stores
2017-12-15 Alex Lorenz__is_target_environment: Check the environment after...
2017-12-15 Alex Lorenz__is_target_arch: Check the arch and subarch instead...
2017-12-15 Paul Robinson[DWARFv5] Dump an MD5 checksum in the line-table header.
2017-12-15 Rui UeyamaDo not add .dynamic entries that don't have to be added...
2017-12-15 Craig Topper[X86] Remove assert in X86MCCodeEmitter.cpp that was...
2017-12-15 Craig Topper[SelectionDAG][X86] Fix insert_vector_elt lowering...
2017-12-15 Sean Fertile[Memcpy Loop Lowering] Insert loop BB inbetween the...
2017-12-15 Sam Clegg[WebAssembly] Base imports on Symtab. NFC.
2017-12-15 Craig Topper[X86] Add 'Requires<[In64BitMode]>' to a bunch of instr...
2017-12-15 Craig Topper[X86] Change BNDLDX to use anymem instead of i64mem...
2017-12-15 Craig Topper[X86] Remove the 'Requires' In64BitMode/Not64BitMode...
2017-12-15 Craig Topper[X86] Remove the 'Requires<[In64BitMode]>' from SHSTK...
2017-12-15 Sanjay Patel[TargetLibraryInfo] fix documentation comment; NFC
2017-12-15 Julie Hockett[clang-tidy] Adding Fuchsia checker for virtual inheritance
2017-12-15 Sanjay Patel[CodeGen] fix documentation comments; NFC
2017-12-15 Evandro Menezes[AArch64] Fix typo in the ASIMD instruction optimizatio...
2017-12-15 Sanjay Patelfix typo in comment and remove inaccurate comment; NFC
2017-12-15 Andrew V. TischenkoFix for bug PR35549 - Repeated schedule comments.
2017-12-15 Jun Bum LimRevert "Re-commit : [LICM] Allow sinking when foldable...
2017-12-15 Sanjay Patel[CodeGen] fix documentation comments; NFC
2017-12-15 Jun Bum LimRe-commit : [LICM] Allow sinking when foldable in loop
2017-12-15 Michael TrentUpdated llvm-objdump to display local relocations in...
2017-12-15 Filipe Cabecinhas[ubsan-minimal] Add a path for non-POSIX (and bare...
2017-12-15 Craig Topper[X86] Fix XSAVE64 and similar instructions to not be...
2017-12-15 Erich KeaneRemove "FunctionName -" from docs on FunctionDecl(NFC)
2017-12-15 Jun Bum LimRevert "[LICM] Allow sinking when foldable in loop"
2017-12-15 Francis Visoiu... [CodeGen] Print stack object references as %(fixed...
2017-12-15 Alexey Bataev[OPENMP] Codegen `declare simd` for function declarations.
2017-12-15 Eugene Leviant[ThinLTO] Disallow multiple prevailing defs
2017-12-15 Craig Topper[X86] Widen (v2i32 (fp_to_uint v2f64)) to (v8i32 (fp_to...
2017-12-15 Jun Bum Lim[LICM] Allow sinking when foldable in loop
2017-12-15 Sam Parker[ARM] Some DAG combine tests
2017-12-15 Peter Smith[ELF] Reduce size of ELF file produced by test
2017-12-15 Pavel Labathllgs-tests: Add support for "exit" stop-reply packets
2017-12-15 Francis Visoiu... [MIR] Add support for missing CFI directives
2017-12-15 Rafael EspindolaDelete a really large test output.
2017-12-15 Rafael EspindolaHandle a VersymIndex of 0 as an error.
2017-12-15 Pavel LabathFix 32-bit builds broken by 320813
2017-12-15 Simon Pilgrim[X86] Add RTM schedule tests
2017-12-15 Haicheng Wu[InlineCost] Find repeated loads in the callee
2017-12-15 Pavel LabathObjectFileELF: Add support for compressed sections
2017-12-15 Simon Pilgrim[X86] Add MWAITX/MONITORX schedule tests
2017-12-15 Nemanja IvanovicFix the second build bot break introduced by r320791.
2017-12-15 Simon Pilgrim[X86] Add XOP schedule tests
2017-12-15 Pavel Labathllgs-tests: Make addition of new tests easier
2017-12-15 Ilya BiryukovAdded a separate install target for compilert-rt-headers
2017-12-15 Eric Liu[clangd] Build in-memory index on symbols in files.
next