summaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)Author
2019-01-16Add a REQUIRES: darwin line for a mac test.Jeremy Morse
2019-01-16Added test cases for dumping variadic-like functions; NFC.Aaron Ballman
2019-01-16Added a test case for dumping blocks that capture 'this'; NFC.Aaron Ballman
2019-01-16[MSP430] Improve support of 'interrupt' attributeAnton Korobeynikov
2019-01-16[MSP430] Fix msp430-toolchain.c on Windows (added in r351228)Anton Korobeynikov
2019-01-16Set '-target' flag in the test checking the MacOS include dirlinaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allmodconfigIlya Biryukov
2019-01-16Bump the trunk version to 9.0.0svnHans Wennborg
2019-01-16[Support] Remove error return value from one overload of fs::make_absolutePavel Labath
2019-01-16Reapply [Tooling] Make clang-tool find libc++ dir on mac when running on a fi...Sam McCall
2019-01-16[NewPM][TSan] Reiterate the TSan portlinaro-local/ci/tcwg_kernel/llvm-master-arm-stable-defconfigPhilip Pfaffe
2019-01-16UsersManual.rst: Update the clang-cl flags sectionHans Wennborg
2019-01-16[test] Disable Python binding tests w/ LLVM_ENABLE_PIC=OFFMichal Gorny
2019-01-16[SEH] Pass the frame pointer from SEH finally to finally functionslinaro-local/ci/tcwg_kernel/llvm-master-arm-stable-allyesconfigSanjin Sijaric
2019-01-16[X86] Correct the type string for __builtin_ia32_gathersiv16sf to make the in...Craig Topper
2019-01-16[WebAssembly] COWS has been renamed to WASI.Dan Gohman
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-16[EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfpEli Friedman
2019-01-16Revert "[Tooling] Make clang-tool find libc++ dir on mac when running on a fi...Vlad Tsyrklevich
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-15Re-order overrides in FunctionDecl dumpStephen Kelly
2019-01-15NFC: Replace iterator loop with cxx_range_forStephen Kelly
2019-01-15[clang-cl] Alias /Zc:alignedNew[-] to -f[no-]aligned-allocationReid Kleckner
2019-01-15Enable IAS for OpenBSD SPARC.Brad Smith
2019-01-15CodeGen: Remove debug printf unintentionally added in r351228.Peter Collingbourne
2019-01-15Implement BlockDecl::Capture dump in terms of visitorsStephen Kelly
2019-01-15NFC: Implement OMPClause dump in terms of visitorsStephen Kelly
2019-01-15Implement CXXCtorInitializer dump in terms of VisitorStephen Kelly
2019-01-15[MSVC Compat] Fix typo correction for inclusion directives.Volodymyr Sapsai
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[Tooling] Make clang-tool find libc++ dir on mac when running on a file witho...Haojian Wu
2019-01-15[Solaris] Move enabling IAS for SPARC from the Solaris toolchain to Generic_GCC.Brad Smith
2019-01-15Fix cpu-dispatch MV regression caused by r347812Erich Keane
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-15Remove irrelevant references to legacy git repositories fromJames Y Knight
2019-01-15Reduce ASTMatchers stack footprint. Addresses http://llvm.org/PR38851Alexander Kornienko
2019-01-15Update year in license filesHans Wennborg
2019-01-15[OpenCL] opencl-c.h: read_image*(): sampler-less, and image{1,2}d_array_t var...Roman Lebedev
2019-01-15[clang][UBSan] Sanitization for alignment assumptions.Roman Lebedev
2019-01-15NFC: Move Decl node handling to TextNodeDumperStephen Kelly
2019-01-15[ASTDump] NFC: Move dump of type nodes to NodeDumperStephen Kelly
2019-01-15[WebAssembly] Support multilibs for wasm32 and add a wasm OS that uses itDan Gohman
2019-01-15[X86] Make _xgetbv/_xsetbv on non-windows platformsCraig Topper
2019-01-15Revert alignment assumptions changesVlad Tsyrklevich
2019-01-15[COFF, ARM64] Add __byteswap intrinsicsMandeep Singh Grang
2019-01-15[CMake][Fuchsia] Synchronize first and second stage buildsPetr Hosek
2019-01-14[Sema] Change std::sort to llvm::sortMandeep Singh Grang