summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-15[X86] Add the GCCBuiltin name back to the deprecated avx512 gather intrinsics...linaro-local/ci/tcwg_kernel/llvm-master-arm-stable-allnoconfigCraig Topper
2019-01-15X86DAGToDAGISel::matchBitExtract() with truncation (PR36419)Roman Lebedev
2019-01-15compiler-rt/test: Clean up Android specific workarounds in lit.common.cfg.Peter Collingbourne
2019-01-15treat invoke like callDavid Callahan
2019-01-15Simplify Value::GetValueByteSize()Adrian Prantl
2019-01-15[clang-cl] Alias /Zc:alignedNew[-] to -f[no-]aligned-allocationReid Kleckner
2019-01-15gn build: Move target flags from toolchain to a .gni file.Peter Collingbourne
2019-01-15[SanitizerCoverage] Don't create comdat for interposable functions.Matt Morehouse
2019-01-15gn build: Add build files for compiler-rt/lib/{hwasan,interception,sanitizer_...linaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-defconfigPeter Collingbourne
2019-01-15Enable IAS for OpenBSD SPARC.Brad Smith
2019-01-15Simplify codeAdrian Prantl
2019-01-15Add Doxygen comments.Adrian Prantl
2019-01-15gn build: Merge r351216, r351228.Peter Collingbourne
2019-01-15CodeGen: Remove debug printf unintentionally added in r351228.Peter Collingbourne
2019-01-15[SLP] Added test for PR40310, NFC.Alexey Bataev
2019-01-15Implement BlockDecl::Capture dump in terms of visitorsStephen Kelly
2019-01-15llvm-objdump -m -D should disassemble all text segmentsMichael Trent
2019-01-15Replace auto -> llvm::Optional<uint64_t>Adrian Prantl
2019-01-15NFC: Implement OMPClause dump in terms of visitorsStephen Kelly
2019-01-15Implement CXXCtorInitializer dump in terms of VisitorStephen Kelly
2019-01-15[X86] Add versions of the avx512 gather intrinsics that take the mask as a vX...Craig Topper
2019-01-15[MSP430] Recognize '{' as a line separatorAnton Korobeynikov
2019-01-15[MSVC Compat] Fix typo correction for inclusion directives.Volodymyr Sapsai
2019-01-15[Nios2] Remove Nios2 backendCraig Topper
2019-01-15[Nios2] Remove Nios2 backendCraig Topper
2019-01-15[Tooling] Fix broken compliation databse tests.Haojian Wu
2019-01-15[MSP430] Provide a toolchain descriptionAnton Korobeynikov
2019-01-15[OpenMP] Fix for nested proc_bind affinity bugJonathan Peyton
2019-01-15Fix size_t/off_t mixup in std::filesystem.linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allnoconfigDan Albert
2019-01-15Add large file support to create_file for 32-bit.Dan Albert
2019-01-15[OpenMP] Add lock function definitions to fix Bug 40042Jonathan Peyton
2019-01-15[OpenMP][Cmake] Allowed OpenMP testing detect test compiler with same generatorJonathan Peyton
2019-01-15[Tooling] Make clang-tool find libc++ dir on mac when running on a file witho...Haojian Wu
2019-01-15[OpenMP] Fix performance regression in SPEC kdtree testJonathan Peyton
2019-01-15[libc++] Support different libc++ namespaces in the iterator testPetr Hosek
2019-01-15Reapply "[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors"Nikita Popov
2019-01-15Do not emit a corrupt symbol table entry for .rela_iplt_{start,end}.Rui Ueyama
2019-01-15[Solaris] Move enabling IAS for SPARC from the Solaris toolchain to Generic_GCC.Brad Smith
2019-01-15[WebAssembly] Fix updating/moving DBG_VALUEs in RegStackifyYury Delendik
2019-01-15Silence compiler warningsAdrian Prantl
2019-01-15Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl
2019-01-15[WebAssembly] Update release notesDerek Schuff
2019-01-15Fix cpu-dispatch MV regression caused by r347812Erich Keane
2019-01-15We can improve the performance (generally) by memo-izing the action to map a ...David Callahan
2019-01-15Revert "[X86] Make _xgetbv/_xsetbv on non-windows platforms"linaro-local/ci/tcwg_kernel/llvm-master-aarch64-next-defconfigBenjamin Kramer
2019-01-15Revert "Correct the source range returned from preprocessor callbacks."Benjamin Kramer
2019-01-15Revert "Update clang-tools-extra for r350891 from Clang."Benjamin Kramer
2019-01-15[SelectionDAG] Check membership of register in class for singleNirav Dave
2019-01-15[X86] Fix register class for assembly constraints to ST(7). NFCI.Nirav Dave
2019-01-15[llvm-readelf] Allow single-letter flags to be merged.Jordan Rupprecht