llvm-project/clang
Philip Reames a4a29438f4 [RISCV][MC] Add minimal support for Ztso extension
This is a minimalist implementation which simply adds the extension (in the experimental namespace since its not ratified), and wires up the setting of the required ELF header flag. Future changes will include codegen changes to exploit the stronger memory model.

This is intended to implement v0.1 of the proposed specification which can be found in Chapter 25 of https://github.com/riscv/riscv-isa-manual/releases/download/draft-20220723-10eea63/riscv-spec.pdf.

Differential Revision: https://reviews.llvm.org/D133239
2022-09-07 09:30:57 -07:00
..
bindings Fixed a number of typos 2022-08-01 13:13:18 -04:00
cmake [Fuchsia][CMake] Disable LLVM plugin support 2022-08-29 07:26:01 +00:00
docs [clang][doc] Do not keep a copy of ClangCommandLineReference.rst in tree 2022-09-07 09:06:47 +02:00
examples
include Enforce module decl-use restrictions and private header restrictions in textual headers 2022-09-06 17:12:57 -07:00
lib [Sema] Move Diags.isIgnored() checks off hot paths, it's not free. NFC 2022-09-07 16:18:31 +02:00
runtime Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too" 2022-08-18 22:46:32 -04:00
test [RISCV][MC] Add minimal support for Ztso extension 2022-09-07 09:30:57 -07:00
tools [cmake] do not set execution permission to regular files. 2022-09-07 11:04:12 +08:00
unittests [clang-format] Change heuristic for locating lambda template arguments 2022-09-06 12:24:19 +02:00
utils Use llvm::count_if (NFC) 2022-09-03 11:17:35 -07:00
www [DOC][Clang] Update cxx_status.html after the 15 release and fix a broken link in release notes 2022-09-06 21:59:27 +03:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [cmake] do not set execution permission to regular files. 2022-09-07 11:04:12 +08:00
CodeOwners.rst Update the clang and clang-tools-extra code owners files 2022-09-06 08:28:03 -04:00
INSTALL.txt
LICENSE.TXT
ModuleInfo.txt
NOTES.txt
README.txt

README.txt

//===----------------------------------------------------------------------===//
// C Language Family Front-end
//===----------------------------------------------------------------------===//

Welcome to Clang.  This is a compiler front-end for the C family of languages
(C, C++, Objective-C, and Objective-C++) which is built as part of the LLVM
compiler infrastructure project.

Unlike many other compiler frontends, Clang is useful for a number of things
beyond just compiling code: we intend for Clang to be host to a number of
different source-level tools.  One example of this is the Clang Static Analyzer.

If you're interested in more (including how to build Clang) it is best to read
the relevant web sites.  Here are some pointers:

Information on Clang:             http://clang.llvm.org/
Building and using Clang:         http://clang.llvm.org/get_started.html
Clang Static Analyzer:            http://clang-analyzer.llvm.org/
Information on the LLVM project:  http://llvm.org/

If you have questions or comments about Clang, a great place to discuss them is
on the Clang forums:
  https://discourse.llvm.org/c/clang/

If you find a bug in Clang, please file it in the LLVM bug tracker:
  http://llvm.org/bugs/