llvm with tablegen backend for capstone disassembler
Go to file
Richard Dzenis b3e6ff3319
[clang-cl] Add support for [[msvc::constexpr]] C++11 attribute (#71300)
This commit introduces support for the MSVC-specific C++11-style
attribute `[[msvc::constexpr]]`, which was introduced in MSVC 14.33.
The semantics of this attribute are enabled only under
MSVC compatibility (`-fms-compatibility-version`) 14.33 and higher.
Additionally, the default value of `_MSC_VER` has been raised to 1433.

The current implementation lacks support for:
- `[[msvc::constexpr]]` constructors (see #72149);
  at the time of this implementation, such support would have required
  an unreasonable number of changes in Clang.
- `[[msvc::constexpr]] return ::new` (constexpr placement new) from
  non-std namespaces (see #74924).

Relevant to: #57696
2023-12-09 14:35:38 +04:00
.ci [CI] Add check-mlir-python to MLIR pre-merge checks (#72847) 2023-11-25 09:55:32 +00:00
.github Update CODEOWNERS 2023-12-08 16:40:57 +01:00
bolt [BOLT] [Passes] Fix two compile warnings in BOLT (#73086) 2023-12-06 11:19:07 -08:00
clang [clang-cl] Add support for [[msvc::constexpr]] C++11 attribute (#71300) 2023-12-09 14:35:38 +04:00
clang-tools-extra [clang] NFC: Remove OptionalDirectoryEntryRefDegradesToDirectoryEntryPtr (#74900) 2023-12-08 18:22:53 -08:00
cmake
compiler-rt [ORC-RT][ORC][MachO] Fix build after 437b4f1c 2023-12-08 18:09:44 -08:00
cross-project-tests [cross-project-tests] Fix struct-dse example so that it fails again (#73566) 2023-11-27 13:14:10 -08:00
flang [Flang][OpenMP][Semantics] Modify errors to warnings for semantic checks in IS_DEVICE_PTR related to list-items being dummy arguments. (#74370) 2023-12-08 16:06:03 -06:00
libc Revert "[libc] Make BigInt bit_cast-able to compatible types" (#74887) 2023-12-08 22:10:57 +01:00
libclc [LIBCLC] Teach prepare-builtins how to handle text based IR (#66993) 2023-10-03 14:28:01 +02:00
libcxx [libc++][test] Adds transcode option. (#73395) 2023-12-08 18:25:54 +01:00
libcxxabi [libc++abi] Fix lpStart adjustment for exceptions table (#72727) 2023-12-06 20:54:21 -08:00
libunwind [libunwind][WebAssembly] Omit unused parts of libunwind.cpp for Wasm (#73196) 2023-11-29 18:03:58 -08:00
lld [AMDGPU][NFC] Improve testing for AMDHSA ABI Version (#74300) 2023-12-08 18:09:45 +05:30
lldb [lldb][test] Disable image lookup colour test on Mac OS 2023-12-08 13:44:06 +00:00
llvm [SelectionDAG] Fix typo in comment 2023-12-09 10:12:32 +00:00
llvm-libgcc [llvm-libgcc][CMake] Refactor llvm-libgcc (#65455) 2023-09-18 22:56:03 -07:00
mlir [mlir][sparse] fix uninitialized dense tensor out in conv2d test (#74884) 2023-12-08 12:44:57 -08:00
openmp [OpenMP][Fix] Fix test initialization (#74801) 2023-12-07 22:20:32 -05:00
polly [polly][NFC] Refactor reduction detection code for modularity (#72343) 2023-12-07 14:04:52 -08:00
pstl
runtimes [CMake] Always define runtimes-test-depends (#73629) 2023-11-28 15:30:52 -08:00
third-party [gtest] Disable new posix::FOpen Windows implementation for now 2023-09-28 21:11:09 +02:00
utils Revert "[libc] Make BigInt bit_cast-able to compatible types" (#74887) 2023-12-08 22:10:57 +01:00
.arcconfig
.arclint
.clang-format
.clang-tidy
.git-blame-ignore-revs [libc++][NFC] Add _VSTD renaming commit to git-blame-ignore-revs 2023-12-08 09:59:15 -05:00
.gitignore Revert accidental .gitignore change from 9b7763821a 2023-09-07 22:42:05 -07:00
.mailmap [mailmap] Add my entry 2023-12-07 10:26:36 +08:00
CODE_OF_CONDUCT.md [llvm] Add CODE_OF_CONDUCT.md (#65816) 2023-09-09 10:55:31 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md to remove the not about not accepting PR 2023-09-10 15:21:06 -07:00
LICENSE.TXT
README.md Add Scorecard Action (#69933) 2023-11-01 11:08:26 -07:00
SECURITY.md

The LLVM Compiler Infrastructure

OpenSSF Scorecard

Welcome to the LLVM project!

This repository contains the source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments.

The LLVM project has multiple components. The core of the project is itself called "LLVM". This contains all of the tools, libraries, and header files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer.

C-like languages use the Clang frontend. This component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode -- and from there into object files, using LLVM.

Other components include: the libc++ C++ standard library, the LLD linker, and more.

Getting the Source Code and Building LLVM

Consult the Getting Started with LLVM page for information on building and running LLVM.

For information on how to contribute to the LLVM project, please take a look at the Contributing to LLVM guide.

Getting in touch

Join the LLVM Discourse forums, Discord chat, LLVM Office Hours or Regular sync-ups.

The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.