summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-15[llvm-obdump] - Fix the help lines for -stop-address and -z.linaro-local/ci/tcwg_kernel/llvm-master-arm-next-allnoconfiglinaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-allnoconfiglinaro-local/ci/tcwg_kernel/llvm-master-aarch64-next-allmodconfigGeorge Rimar
2019-01-15Revert little bad rebasing.David Carlier
2019-01-15[Sanitizer] Intercept sl_add api on FreeBSD/NetBSDlinaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-allyesconfigDavid Carlier
2019-01-15[OpenCL] opencl-c.h: read_image*(): sampler-less, and image{1,2}d_array_t var...Roman Lebedev
2019-01-15[InstCombine] Don't undo 0 - (X * Y) canonicalization when combining subs.Florian Hahn
2019-01-15[ELF][AArch64] Add missing PLT relocations to isStaticLinkTimeConstantPeter Smith
2019-01-15[NFC] Remove some code duplicationMax Kazantsev
2019-01-15[compiler-rt] alignment-assumption-blacklist.cpp test apparently passes on an...Roman Lebedev
2019-01-15[NFC] Remove obsolete enum RangeCheckKindMax Kazantsev
2019-01-15[NFC][X86] extract-bits.ll: add test with truncation with extra-use.Roman Lebedev
2019-01-15[compiler-rt] fuzzer-alignment-assumption.test: fixup the expected column numberRoman Lebedev
2019-01-15[NFC] Decrease if nestMax Kazantsev
2019-01-15[NFC] Move some functions to LoopUtilsMax Kazantsev
2019-01-15[compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev
2019-01-15[clang][UBSan] Sanitization for alignment assumptions.Roman Lebedev
2019-01-15[llvm][IRBuilder] Introspection for CreateAlignmentAssumption*() functionsRoman Lebedev
2019-01-15NFC: Move Decl node handling to TextNodeDumperStephen Kelly
2019-01-15[llvm-objcopy] [COFF] Implement --strip-all[-gnu] for symbolsMartin Storsjo
2019-01-15[llvm-objcopy] [COFF] Remove pointless comment chars from .test files. NFC.Martin Storsjo
2019-01-15[ASTDump] NFC: Move dump of type nodes to NodeDumperStephen Kelly
2019-01-15[llvm-objdump] - Cleanup the code. NFCI.George Rimar
2019-01-15[clangd] Fix updated file detection logic in indexingKadir Cetinkaya
2019-01-15Explicitly set C++ standard for `Posix/no-fd.cc` ASan test.Dan Liew
2019-01-15gn build: Rename llvm_host_triple to llvm_current_triple and have it use curr...Peter Collingbourne
2019-01-15gn build: Make a couple of improvements to the unix toolchain.Peter Collingbourne
2019-01-15gn build: Switch to using current_os in lib/Support/BUILD.gn.Peter Collingbourne
2019-01-15[X86] Upgrade some avx512bw shift intrinsics that were removed a while ago. NFCCraig Topper
2019-01-15[WebAssembly] Support multilibs for wasm32 and add a wasm OS that uses itDan Gohman
2019-01-15[WebAssembly] Support multilibs for wasm32 and add a wasm OS that uses itDan Gohman
2019-01-15[X86] Add test cases for D56695. NFCCraig Topper
2019-01-15[X86] Switch the triple on avx2-intrinsics-x86.ll to be -unknown-unknown inst...Craig Topper
2019-01-15[X86] Make _xgetbv/_xsetbv on non-windows platformsCraig Topper
2019-01-15Revert alignment assumptions changesVlad Tsyrklevich
2019-01-15[LLDB] Remove the unused variable oso_dwarf.David L. Jones
2019-01-15gn build: Split no-RTTI flag into a config.Peter Collingbourne
2019-01-15gn build: Stop defining LLVM_ON_UNIX globally.Peter Collingbourne
2019-01-15Silence failing testsVlad Tsyrklevich
2019-01-15[libFuzzer][MSVC] Use alternatename for ext functionsJonathan Metzman
2019-01-15[WebAssembly] Expand SIMD shifts while V8's implementation disagreesThomas Lively
2019-01-15AMDGPU: Add a fast path for icmp.i1(src, false, NE)Marek Olsak
2019-01-15[AArch64] Adjust the feature set for ExynosEvandro Menezes
2019-01-15[test] Fix logic error in <compare> tests; enable for MSVC Dev16Casey Carter
2019-01-15[COFF, ARM64] Add __byteswap intrinsicsMandeep Singh Grang
2019-01-15[X86] Avoid clobbering ESP/RSP in the epilogue.Reid Kleckner
2019-01-15[CMake][Fuchsia] Synchronize first and second stage buildsPetr Hosek
2019-01-15[AArch64] Fix typo (NFC)Evandro Menezes
2019-01-15[AArch64] Fix typo (NFC)Evandro Menezes
2019-01-15[EarlyIfConversion] Don't if-convert unconditional branches.Eli Friedman
2019-01-15[AArch64] Explicitly use v1i64 type for llvm.aarch64.neon.abs.i64 .Eli Friedman
2019-01-15Generalize the comparison test structure to support cross-type comparisons. N...Marshall Clow