summaryrefslogtreecommitdiff
path: root/clang/lib
AgeCommit message (Expand)Author
2019-01-16[MSP430] Improve support of 'interrupt' attributeAnton Korobeynikov
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-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[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-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[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-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-14[Sema] Change std::sort to llvm::sortMandeep Singh Grang
2019-01-14[COFF, ARM64] Add __nop intrinsicMandeep Singh Grang
2019-01-14[ASTDump] NFC: Move dumping of QualType node to TextNodeDumperStephen Kelly
2019-01-14[ASTDump] NFC: Canonicalize handling of TypeLocInfoStephen Kelly
2019-01-14[ASTDump] NFC: Move Type Visit implementation to TextNodeDumperStephen Kelly
2019-01-14NFC: Fix nits I missed beforeStephen Kelly
2019-01-14Improve a -Wunguarded-availability noteErik Pilkington
2019-01-14[clang][UBSan] Sanitization for alignment assumptions.Roman Lebedev
2019-01-14[analyzer] [PR39792] false positive on strcpy targeting struct membersGeorge Karpenkov
2019-01-14[analyzer] [NFC] Remove unused undefined method.George Karpenkov
2019-01-14[WebAssembly] Remove old builtinsDan Gohman
2019-01-14[OpenCL] Set generic addr space of 'this' in special class members.Anastasia Stulova
2019-01-14[AST] RecursiveASTVisitor visits lambda classes when implicit visitation is on.Sam McCall
2019-01-14[X86] Remove mask parameter from avx512 pmultishiftqb intrinsics. Use select ...Craig Topper
2019-01-14[X86] Remove mask parameter from vpshufbitqmb intrinsics. Change result to a ...Craig Topper
2019-01-12[ASTDump] NFC: Move dump of individual Stmts to TextNodeDumperStephen Kelly