summaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)Author
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
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[Sema] Expose a control flag for integer to pointer ext warningKristina Brooks
2019-01-14[AST] Fix double-traversal of code in top-level lambdas in RAV(implicit = yes).Sam McCall
2019-01-14clang-cl: Fix help text for /O<flags>: '/O2y-' means '/O2 /Oy-', not '/O2 /y-'Nico Weber
2019-01-14clang-cl: Align help texts for /O1 and O2Nico Weber
2019-01-14[OpenCL] Set generic addr space of 'this' in special class members.Anastasia Stulova