summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-16[InstCombine]Avoid introduction of unaligned mem accesslinaro-local/ci/tcwg_kernel/llvm-master-arm-next-allmodconfiglinaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-allnoconfigSerguei Katkov
2019-01-16[SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03linaro-local/ci/tcwg_kernel/llvm-master-arm-next-defconfiglinaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allyesconfiglinaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-defconfiglinaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allyesconfiglinaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allnoconfigEric Fiselier
2019-01-16gn build: Merge r351283.Peter Collingbourne
2019-01-16Attempt to make test_macros.h even more minimallinaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allmodconfigEric Fiselier
2019-01-16Fix feature test macros for atomics/mutexes without threadinglinaro-local/ci/tcwg_kernel/llvm-master-arm-lts-defconfigEric Fiselier
2019-01-16Fix PR40230 - std::pair may have padding on FreeBSD.Eric Fiselier
2019-01-16Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.Eric Fiselier
2019-01-16[TSan] Use switches when dealing with enumsJulian Lettner
2019-01-16[WebAssembly] Store section alignment as a power of 2Sam Clegg
2019-01-16Implement feature test macros using a script.linaro-local/ci/tcwg_kernel/llvm-master-aarch64-next-allyesconfigEric Fiselier
2019-01-16[WebAssembly] Store section alignment as a power of 2Sam Clegg
2019-01-16[EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfpEli Friedman
2019-01-16[GISel]: Add support for CSEing continuously during GISel passes.Aditya Nandakumar
2019-01-16Revert "[Tooling] Make clang-tool find libc++ dir on mac when running on a fi...Vlad Tsyrklevich
2019-01-16[EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfpMandeep Singh Grang
2019-01-16[clangd] XPC transport layerJan Korous
2019-01-16[LangRef] Fix typo adress->address. NFCCraig Topper
2019-01-16[X86] Rename SHRUNKBLEND ISD node to BLENDV.Craig Topper
2019-01-16gn build: Add check-hwasan target.Peter Collingbourne
2019-01-16[lldb-mi] Remove use of dialog boxAlex Langford
2019-01-15[X86] Add avx512 scatter intrinsics that use a vXi1 mask instead of a scalar ...Craig Topper
2019-01-15Remove redundant check.Adrian Prantl
2019-01-15AMDGPU: Raise the priority of MAD24 in instruction selection.linaro-local/ci/tcwg_kernel/llvm-master-arm-lts-allmodconfigChangpeng Fang
2019-01-15Re-order type param children of ObjC nodesStephen Kelly
2019-01-15NFC: Some cleanups that I missed in the previous commitStephen Kelly
2019-01-15compiler-rt/test: Bring back -pie on Android.linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-defconfiglinaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-allyesconfigPeter Collingbourne
2019-01-15Re-order overrides in FunctionDecl dumpStephen Kelly
2019-01-15NFC: Replace iterator loop with cxx_range_forStephen Kelly
2019-01-15[VFS] Add getter for mapping entries.Jonas Devlieghere
2019-01-15[VFS] Move RedirectingFileSystem interface into header (NFC)Jonas Devlieghere
2019-01-15Simplify code by using Optional::getValueOr()Adrian Prantl
2019-01-15[debugserver][CMake] Remove commented out lineAlex Langford
2019-01-15[libFuzzer] Remove unstable edge handlingJonathan Metzman
2019-01-15[clang-tidy] add options documentation to readability-identifier-naming checkerlinaro-local/ci/tcwg_kernel/llvm-master-arm-next-allyesconfigPaul Hoad
2019-01-15compiler-rt/test: Add a couple of convenience features for Android.Peter Collingbourne
2019-01-15[libObject] Tweak expected error output from llvm-arJordan Rupprecht
2019-01-15gn build: Add a stage2 host toolchain and make the hwasan runtime buildable o...Peter Collingbourne
2019-01-15[profile] Sync up InstrProfData.inc with llvm copy /NFCRong Xu
2019-01-15[llvm-ar] Resubmit recursive thin archive test with fix for full path names a...Jordan Rupprecht
2019-01-15gn build: Add a resource_dir.gni file.Peter Collingbourne
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