summaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)Author
2018-12-21AMDGPU/GlobalISel: RegBankSelect for amdgcn.wqm.voteMatt Arsenault
2018-12-21AMDGPU/GlobalISel: RegBankSelect for some fp opsMatt Arsenault
2018-12-21GlobalISel: Correct example PartialMapping tableMatt Arsenault
2018-12-21AMDGPU/GlobalISel: Redo legality for build_vectorMatt Arsenault
2018-12-21[memcpyopt] Add debug logs when forwarding memcpy src to dstReid Kleckner
2018-12-21[LoopUnroll] Don't verify domtree by default with +Asserts.Eli Friedman
2018-12-21[X86] Autogenerate complete checks. NFCCraig Topper
2018-12-21[X86] Refactor hasNoCarryFlagUses and hasNoSignFlagUses in X86ISelDAGToDAG.cp...Craig Topper
2018-12-21[X86] Add memory forms of some SETCC instructions to hasNoCarryFlagUses.Craig Topper
2018-12-20[ARM] Complete the Thumb1 shift+and->shift+shift transforms.Eli Friedman
2018-12-20[InstCombine] [NFC] testcases for canonicalize MUL with NEG operandChen Zheng
2018-12-20Fix Windows build failures caused by r349839Tom Stellard
2018-12-20cmake: Remove add_llvm_loadable_module()Tom Stellard
2018-12-20[gn check] Unbreak check-lld if llvm_install_binutils_symlinks is falseNico Weber
2018-12-20[gn build] Add build file for clang/lib/CodeGen and llvm/lib/ProfileData/Cove...Nico Weber
2018-12-20[gn build] Add build files for clang/lib/{Frontend,Frontend/Rewrite,Serializa...Nico Weber
2018-12-20[gn build] Add build file for clang/lib/DriverNico Weber
2018-12-20[gn build] Add build file for clang/lib/ParseNico Weber
2018-12-20[gn build] Add build files for clang-format and lib/{Format,Rewrite,Tooling/C...Nico Weber
2018-12-20[llvm-objcopy] [COFF] Avoid memcpy() with null parameters in more places. NFC.Martin Storsjo
2018-12-20[GlobalISel][AArch64] Add G_FCEIL to isPreISelGenericFloatingPointOpcodeJessica Paquette
2018-12-20DebugInfo: Fix for missing comp_dir handling with r349207David Blaikie
2018-12-20[llvm-objcopy] [COFF] Don't call memcpy() with a null argument. NFC.Martin Storsjo
2018-12-20[ConstantFolding] Consolidate and extend bitcount intrinsic tests; NFCNikita Popov
2018-12-20[ConstantFolding] Add undef tests for overflow intrinsics; NFCNikita Popov
2018-12-20[ConstantFolding] Regenerate test checks; NFCNikita Popov
2018-12-20[ConstantFolding] Add tests for funnel shifts with undef operands; NFCNikita Popov
2018-12-20[ConstantFolding] Add tests for sat add/sub with undefs; NFCNikita Popov
2018-12-20[ConstantFolding] Split up saturating add/sub tests; NFCNikita Popov
2018-12-20[MC] [AArch64] Correctly resolve ":abs_g1:3" etc.Eli Friedman
2018-12-20[MC] [AArch64] Support resolving fixups for abs_g0 etc.Eli Friedman
2018-12-20[X86] Auto upgrade XOP/AVX512 rotation intrinsics to generic funnel shift int...Simon Pilgrim
2018-12-20[LAA] Avoid generating RT checks for known deps preventing vectorization.Florian Hahn
2018-12-20Add missing -oso-prepend-path to dsymutil test.Adrian Prantl
2018-12-20[CMake] Add libunwind when 'all' is being passed as LLVM_ENABLE_PROJECTSLouis Dionne
2018-12-20Add PLATFORM constants for iOS, tvOS, and watchOS simulatorsMichael Trent
2018-12-20[BPF] Disable relocation for .BTF.ext sectionYonghong Song
2018-12-20[CodeView] Emit global variables within lexical scopes to limit visibilityBrock Wyma
2018-12-20[InstCombine] Preserve access-group metadata.Michael Kruse
2018-12-20[x86] add test to show missed movddup load fold; NFCSanjay Patel
2018-12-20Test commitAmilendra Kodithuwakku
2018-12-20[Hexagon] Add patterns for funnel shiftsKrzysztof Parzyszek
2018-12-20[SelectionDAGBuilder] Enable funnel shift building to custom rotatesSimon Pilgrim
2018-12-20[RISCV] Properly evaluate fixup_riscv_pcrel_lo12Alex Bradbury
2018-12-20[X86][AVX512] Don't custom lower v16i8 rotations.Simon Pilgrim
2018-12-20[SystemZ] "Generic" vector assembler instructions shoud clobber CCUlrich Weigand
2018-12-20Fix gcc7 -Wdangling-else warning. NFCI.Simon Pilgrim
2018-12-20[InstCombine] Make x86 PADDS/PSUBS constant folding tests genericSimon Pilgrim
2018-12-20[gn build] Add build files for clang/lib/{Analysis,Edit,Sema}Nico Weber
2018-12-20[gn build] Add build files for clang/lib/Lex and clang/lib/ASTNico Weber