platform/upstream/llvm.git
2017-10-30 Craig Topper[X86] Regenerate test using update_llc_test_checks.py
2017-10-30 Krasimir Georgiev[clang-format] Handle CRLF correctly when formatting...
2017-10-30 Yaxun LiuCodeGen: Fix insertion position of addrspace cast for...
2017-10-30 Sanjay Patel[PassManager, SimplifyCFG] add test for PR34603 / D3856...
2017-10-30 Yaxun Liu[AMDGPU] Emit metadata for hidden arguments for kernel...
2017-10-30 Krasimir GeorgievKeep MSVC2015 happy after r316903
2017-10-30 Clement Courbet[CodeGen][ExpandMemcmp] Allow memcmp to expand to vecto...
2017-10-30 Krzysztof Parzyszek[Hexagon] Allow the RDF optimizations to be run in...
2017-10-30 Krasimir Georgiev[clang-format] Format raw string literals
2017-10-30 Javed Absar[GlobalISel|ARM] : Allow legalizing G_FSUB
2017-10-30 Gabor Horvath[analyzer] Use the signature of the primary template...
2017-10-30 Gabor Horvath[analyzer] Make issue hash related tests more concise
2017-10-30 Andrew V. TischenkoInvalid used of 'w' suffix on push and pop using 64...
2017-10-30 Diana Picus[ARM GlobalISel] Fixup r316572. NFC
2017-10-30 Ivan A. Kosarev[CodeGen] Generate TBAA info for reference loads
2017-10-30 Haojian Wu[refactor] Fix a clang-tidy warning.
2017-10-30 Jina NahiasRevert "[X86][AVX512] Adding a pattern for broadcastm...
2017-10-30 George Rimar[ELF] - Stop sorting input sections in createSections().
2017-10-30 Gabor Horvath[analyzer] lock_guard and unique_lock extension for...
2017-10-30 Florian HahnRecommit r315288: [SCCP] Propagate integer range info...
2017-10-30 Jina Nahias[X86][AVX512] Adding a pattern for broadcastm intrinsic.
2017-10-30 Max Kazantsev[IRCE][NFC] Store Length as SCEV in RangeCheck instead...
2017-10-30 Florian HahnRevert r316887 to fix buildbot failures.
2017-10-30 Florian HahnRecommit r315288: [SCCP] Propagate integer range info...
2017-10-30 Gabor HorvathAdd missing expected-no-diagnostics comment to test.
2017-10-30 Gabor Horvath[analyzer] Handle ObjC messages conservatively in CallD...
2017-10-30 Max Kazantsev[GVN][NFC] Mark instruction for deletion instead of...
2017-10-30 Craig Topper[X86] Rearrange code in X86InstrInfo.cpp to put all...
2017-10-30 Craig Topper[X86] Simplify code by removing an unnecessary temporar...
2017-10-30 Craig Topper[X86] Move some EVEX->VEX code to a helper function...
2017-10-29 Rui UeyamaRemove unnecessary code.
2017-10-29 Rui UeyamaMove "Assigned" bit from SectionBase to InputSectionBase.
2017-10-29 Rui UeyamaRemove an obscure comment.
2017-10-29 Peter CollingbourneELF: Correctly set edata if there are no .bss sections.
2017-10-29 Rui UeyamaInitialize members not by assignment but by the member...
2017-10-29 Simon Pilgrim[SelectionDAG] Add SEXT/AND/XOR/Or demanded elts suppor...
2017-10-29 Marshall ClowInitial triage
2017-10-29 Marshall ClowUpdate status of 2950
2017-10-29 Philip Pfaffe[Acc] Do not statically dispatch into IslNodeBuilder...
2017-10-29 Simon Pilgrim[X86][SSE] Split ComputeNumSignBits SEXT/AND/XOR/OR...
2017-10-29 Philip PfaffeFix two testcases. NFC intended.
2017-10-29 Sanjay Patel[(new) Pass Manager] instantiate SimplifyCFG with the...
2017-10-29 Simon Pilgrim[X86][SSE] ComputeNumSignBits tests showing missing...
2017-10-29 Marshall ClowIssues to be voted on in ABQ
2017-10-29 Simon Pilgrim[SelectionDAG] Add SRA/SHL demanded elts support to...
2017-10-29 Simon Pilgrim[X86][SSE] ComputeNumSignBits tests showing missing...
2017-10-29 Craig Topper[X86] Add a slow-incdec command line to atomic-eflags...
2017-10-29 Rui UeyamaFix ubsan error that shift amount 64 is too large.
2017-10-29 Rui UeyamaRemove a redundant temporary variable.
2017-10-29 Craig Topper[X86] Remove combine that turns X86ISD::LSUB into X86IS...
2017-10-29 Craig Topper[X86] Fix typo in comment. NFC
2017-10-29 Saleem AbdulrasoolDriver: default to `unsigned int` `wchar_t` for ARM
2017-10-29 Craig Topper[X86] Use the extended vector register classes in fast...
2017-10-29 Craig Topper[X86] Add AVX512 support to X86FastISel::X86SelectFPExt...
2017-10-29 Craig Topper[X86] Use update_llc_test_checks.py to regenerate fast...
2017-10-29 Craig Topper[X86] Use update_llc_test_checks.py to regenerate fast...
2017-10-29 Craig Topper[X86] Add AVX512 support to X86FastISel::X86MaterializeFP
2017-10-28 Peter Szecsi[analyzer] MisusedMovedObjectChecker: More precise...
2017-10-28 Craig Topper[X86] Remove invalid code from LowerVSELECT.
2017-10-28 Peter Szecsi[analyzer] MisusedMovedObjectChecker: Fix false positiv...
2017-10-28 Rui UeyamaFix ubsan error.
2017-10-28 Rui UeyamaReduce sizeof(Symbol) from 104 bytes to 88 bytes.
2017-10-28 Simon Pilgrim[SelectionDAG] Add support for INSERT_SUBVECTOR to...
2017-10-28 Rui UeyamaDo not handle DefinedCommon symbols in the MapFile...
2017-10-28 Simon Pilgrim[X86][SSE] Combine 128-bit target shuffles to PACKSS...
2017-10-28 Simon Pilgrim[X86][SSE] Split off matchVectorShuffleWithPACK. NFCI.
2017-10-28 Martin StorsjoRestore arch specific lastDwarfRegNum in builds without...
2017-10-28 Rui UeyamaRename V -> Ver for readability.
2017-10-28 Rui UeyamaPass symbol attributes instead of ElfSym to Shared...
2017-10-28 Craig Topper[X86] Fix a mistake in the X86ISelDAGToDAG.cpp code...
2017-10-28 Craig Topper[X86] Replace some default cases in X86SelectShift...
2017-10-28 Saleem AbdulrasoolADT: add a helper to check if the Triple is ARM64
2017-10-28 Richard SmithPR35039: Materialize temporary objects before wrapping...
2017-10-28 Sanjay Patel[SimplifyCFG] use pass options and remove the latesimpl...
2017-10-28 Simon Pilgrim[X86][SSE] Rename truncateVectorCompareWithPACKSS to...
2017-10-28 Craig Topper[X86] Correct the alignments on the aligned test cases...
2017-10-28 Benjamin Kramer[clangd] Fix clang-tidy warnings.
2017-10-28 Simon Pilgrim[SelectionDAG] Support 'bit preserving' floating points...
2017-10-28 Peter Szecsi[analyzer] LoopUnrolling: check the bitwidth of the...
2017-10-28 Craig Topper[X86] Add avx command lines to fast-isel-constpool...
2017-10-28 Craig Topper[X86] Use update_llc_test_checks.py to regenerate fast...
2017-10-28 Craig Topper[X86] Add a fast-isel test for the i8 pseudo cmov.
2017-10-28 Saleem AbdulrasoolBasic: improve coverage for Darwin targets and fix ABI
2017-10-28 Craig Topper[X86] Remove unneeded MVT::i1 related code from fast...
2017-10-28 Haicheng Wu[ConstantFold] Fix a crash when folding a GEP that...
2017-10-28 Craig Topper[X86] Add avx command lines to two fast-isel tests...
2017-10-28 Craig Topper[X86] Use update_llc_test_checks.py to regenerate fast...
2017-10-28 Martin Pelikan[XRay] [compiler-rt] fix build by including errno.h...
2017-10-28 Richard SmithNever try to instantiate a deduction guide's "definitio...
2017-10-28 Craig Topper[PartialInlineLibCalls] Teach PartialInlineLibCalls...
2017-10-28 Eugene Zelenko[ADT] Fix some Clang-tidy modernize and Include What...
2017-10-28 Rui UeyamaSimplify error handling.
2017-10-27 Dean Michael... [XRay][compiler-rt] Remove more STL dependenices from...
2017-10-27 Tom StellardAMDGPU/GlobalISel: Mark 32-bit G_FADD as legal
2017-10-27 Bob Haarman[support] remove tautological comparison in Support...
2017-10-27 Jake EhrlichRevert "Add support for writing 64-bit symbol tables...
2017-10-27 Rui UeyamaRemove unnecessary namespace specifiers.
2017-10-27 Rui UeyamaInline trivial symbol constructors.
2017-10-27 Saleem AbdulrasoolARM: centralise SizeType, PtrDiffType, and IntPtrType
2017-10-27 Rui UeyamaRename isInCurrentDSO -> isInCurrentOutput.
next