platform/upstream/llvm.git
2018-02-25 Craig Topper[InstSimplify] Add test cases for removal of vector...
2018-02-25 Craig Topper[InstSimplify] Remove unused parameter from test cases.
2018-02-25 Craig Topper[X86] Use SDNode instead of SDPatternOperator. NFC
2018-02-25 Yan Zhang[clang-tidy/google] Improve the Objective-C global...
2018-02-25 Mandeep Singh... [RISCV] Enable __int128_t and __uint128_t through clang...
2018-02-24 Simon Pilgrim[TargetLowering] SimplifyDemandedVectorElts - pass...
2018-02-24 Simon Pilgrim[TargetLowering] SimplifyDemandedVectorElts - pass...
2018-02-24 Craig Topper[X86] Add cvt tests to avx512vl-intrinsics-fast-isel.ll
2018-02-24 Craig Topper[X86] Allow int_x86_sse2_cvtps2dq and int_x86_avx_cvt_p...
2018-02-24 Craig Topper[X86] Remove GCCBuiltin from some intrinsics that are...
2018-02-24 Craig Topper[X86] Remove some masked cvt builtins that can be repla...
2018-02-24 Aaron BallmanAdd a C++11 and C2x spelling for the objc_bridge_relate...
2018-02-24 Adam NemetRevert "StructurizeCFG: Test for branch divergence...
2018-02-24 Aaron BallmanAdd a C++11 and C2x spelling for the availability attri...
2018-02-24 Scott Linder[DebugInfo] Fix buildbot failure on non-X86 targets
2018-02-24 Simon Pilgrim[X86][SSE] combineSubToSubus - support v8i64 handling...
2018-02-24 Simon Pilgrim[X86][SSE] combineSubToSubus - support v8i32 handling...
2018-02-24 Dan Liew[ubsan-minimal] Fix the ubsan_minimal debug build ...
2018-02-24 Simon Pilgrim[X86][SSE] combineSubToSubus - begun generalizing to...
2018-02-24 Simon PilgrimFix spelling in comment. NFCI.
2018-02-24 Jonas Paulsson[Sparc] Return true in enableMultipleCopyHints().
2018-02-24 Logan ChienCleanup __config indention NFC
2018-02-24 Craig Topper[X86] Remove GCCBuiltin from some intrinsics that are...
2018-02-24 Vitaly Buka[cfi] Lazy initialization of CFI interceptors
2018-02-24 Daniel JasperRemove unused variable. We should be warning-free.
2018-02-24 Daniel JasperMake module use diagnostics refer to the top-level...
2018-02-24 Craig Topper[X86] Remove __builtin_ia32_permvarsf256_mask and __bui...
2018-02-24 Artem Dergachev[CFG] Keep speculatively working around an MSVC compile...
2018-02-24 Craig Topper[X86] Use SelectionDAG::getNot instead of implementing...
2018-02-24 Artem Dergachev[CFG] Provide construction contexts for temporaries...
2018-02-24 Rui Ueyama[WebAssembly] Remove dead code.
2018-02-24 Rui Ueyama[WebAssembly] Remove dead code.
2018-02-24 Artem Dergachev[CFG] Provide construction contexts for temporaries...
2018-02-24 Artem Dergachev[CFG] Provide construction contexts for functional...
2018-02-24 Artem Dergachev[CFG] Provide construction contexts for lifetime-extend...
2018-02-24 Rui Ueyama[WebAssebmly] Minor simplification. NFC.
2018-02-24 Rui UeyamaDo not use `auto` for type that is not obvious in a...
2018-02-24 Stanislav Mekhanoshin[AMDGPU] Shrinking V_SUBBREV_U32
2018-02-24 Kamil RytarowskiCorrect ctype(3) functions with NLS on NetBSD
2018-02-24 Alex Shlyapnikov[Sanitizers] Increase allocated chunk limit for LargeMm...
2018-02-24 Pavel LabathFix build breakage from r326003
2018-02-24 Alexander Shaposhnikov[llvm-objcopy] Fix typo in setSymTab
2018-02-24 Heejin Ahn[WebAssembly] Add exception handling option and feature
2018-02-24 Pavel LabathImplement equal_range for the DWARF v5 accelerator...
2018-02-24 Vedant KumarDelete dead code in MachVMMemory.cpp, NFC
2018-02-24 Vedant Kumar[unittests] Disable lldb-server tests if an external...
2018-02-24 George Burgess IV[MemorySSA] Remove a redundant dyn_cast.
2018-02-24 Craig Topper[X86] Remove checks for '(scalar_to_vector (i8 (trunc...
2018-02-24 Richard SmithAdd another test for PR36157.
2018-02-23 Volodymyr Sapsai[ExprConstant] Fix crash when initialize an indirect...
2018-02-23 Yonghong Songbpf: Hook target feature "alu32" with LLVM
2018-02-23 Stanislav Mekhanoshin[AMDGPU] Fixed madak.ll test on VI, added GFX10. NFC.
2018-02-23 Alex Lorenz[Sema][ObjC] Process category attributes before checkin...
2018-02-23 Yonghong Songbpf: New disassembler testcases for 32-bit subregister...
2018-02-23 Yonghong Songbpf: New codegen testcases for 32-bit subregister support
2018-02-23 Yonghong Songbpf: New optimization pass for eliminating unnecessary...
2018-02-23 Yonghong Songbpf: New decoder namespace for 32-bit subregister load...
2018-02-23 Yonghong Songbpf: Enable 32-bit subregister support for -mattr=...
2018-02-23 Yonghong Songbpf: Support 32-bit subregister in various InstrInfo...
2018-02-23 Yonghong Songbpf: New instruction patterns for 32-bit subregister...
2018-02-23 Yonghong Songbpf: Support i32 in getScalarShiftAmountTy method
2018-02-23 Yonghong Songbpf: Support condition comparison on i32
2018-02-23 Yonghong Songbpf: Handle i32 for ALU operations without ISA support
2018-02-23 Yonghong Songbpf: New calling convention for 32-bit subregisters
2018-02-23 Yonghong Songbpf: New target attribute "alu32" for 32-bit subregiste...
2018-02-23 Yonghong Songbpf: Define instruction patterns for extensions and...
2018-02-23 Yonghong Songbpf: Tighten the immediate predication for 32-bit alu...
2018-02-23 Yonghong Songbpf: Use markSuperRegs to mark reserved registers
2018-02-23 Artem Dergachev[CFG] Try to narrow down MSVC compiler crash via binary...
2018-02-23 George Karpenkov[analyzer] Relax the assert used when traversing the...
2018-02-23 George Karpenkov[analyzer] mark returns of functions where the region...
2018-02-23 George Karpenkov[analyzer] Consider switch- and goto- labels when const...
2018-02-23 Vedant KumarFix a compiler warning in ModuleCacheTest.cpp, NFC
2018-02-23 Scott Linder[DebugInfo] Add remaining files to r325970
2018-02-23 Nemanja Ivanovic[PowerPC] Disable shrink-wrapping when getting PC addre...
2018-02-23 George Burgess IV[MemorySSA] Fix a cache invalidation bug with removed...
2018-02-23 Scott Linder[DebugInfo] Support DWARF v5 source code embedding...
2018-02-23 Artem Dergachev[CFG] NFC: Speculative attempt to fix MSVC internal...
2018-02-23 Sanjay Patel[InstCombine] simplify code for fabs(X) * fabs(X) ...
2018-02-23 Eric ChristopherSink the verification code around the assert where...
2018-02-23 Artem Dergachev[CFG] [analyzer] NFC: Allow more complicated constructi...
2018-02-23 Sanjay Patel[InstSimplify] sqrt(X) * sqrt(X) --> X
2018-02-23 Vedant Kumar[Utility] Simplify and generalize the CleanUp helper...
2018-02-23 Fangrui Song[ELF] Fix IsPreemptible comment and typo. NFC
2018-02-23 Sriraman TallamIntrinsics calls should avoid the PLT when "RtLibUseGOT...
2018-02-23 Sriraman TallamSet Module Metadata "RtLibUseGOT" when fno-plt is used.
2018-02-23 Sanjay Patel[InstCombine] allow fmul-sqrt folds with less than...
2018-02-23 Eric ChristopherSimplify a DEBUG statement to remove a set but not...
2018-02-23 Jim InghamFix breakpoint thread name conditionals after breakpoin...
2018-02-23 Craig Topper[X86] Add assembler/disassembler support for blendm...
2018-02-23 Stefan Pintilie[Power9] Add missing instructions to the Power 9 scheduler
2018-02-23 Rui UeyamaRemove dead code.
2018-02-23 Krzysztof Parzyszek[Hexagon] Recognize non-immediate constants in HexagonC...
2018-02-23 Rui UeyamaInline printHelp.
2018-02-23 Rui UeyamaHandle --version before handling --mllvm.
2018-02-23 Simon PilgrimFixed unused variable warning. NFCI.
2018-02-23 Craig Topper[X86] Add DAG combine to remove (and X, 1) from in...
2018-02-23 Rui UeyamaInline a trivial ctor.
2018-02-23 Benjamin Kramer[WebAssembly] Fix macro metaprogram to not duplicate...
2018-02-23 Eric ChristopherBecause of CVE-2018-6574, some compiler options and...
next