llvm-capstone/clang
Michael Maitland 63f742c15f
[RISCV] Add sifive-p670 processor (#79015)
This is an OOO core that has a vector unit. For more information see
https://www.sifive.com/cores/performance-p650-670.

Scheduler model and other tuning will come in separate patches.
2024-01-23 21:45:24 -05:00
..
bindings [libclang/python] Bump minimum compatibility to Python 3.6 (#77228) 2024-01-17 01:02:54 -08:00
cmake [CMake][Release] Add option for enabling PGO to release cache file. (#78823) 2024-01-23 11:32:37 -08:00
docs [AMDGPU] Change default AMDHSA Code Object version to 5 (#79038) 2024-01-23 17:08:18 +05:30
examples
include [Clang][Driver] Fix --save-temps for OpenCL AoT compilation (#78333) 2024-01-23 17:08:04 -05:00
lib [Modules] [HeaderSearch] Don't reenter headers if it is pragma once (#76119) 2024-01-24 10:22:35 +08:00
runtime
test [RISCV] Add sifive-p670 processor (#79015) 2024-01-23 21:45:24 -05:00
tools [Format] Fix detection of languages when reading from stdin (#79051) 2024-01-23 13:32:41 -07:00
unittests [Format] Fix detection of languages when reading from stdin (#79051) 2024-01-23 13:32:41 -07:00
utils [Clang][AArch64] Add diagnostics for builtins that use ZT0. (#79140) 2024-01-23 17:41:12 +01:00
www [c++20] P1907R1: Support for generalized non-type template arguments of scalar type. (#78041) 2024-01-21 21:28:57 +01:00
.clang-format
.clang-tidy [Clang] Revert inintentional changes to cmake committed in 33e5db6e0 2024-01-12 10:59:46 +01:00
.gitignore
CMakeLists.txt Revert "Reland [Clang][CMake] Support perf, LBR, and Instrument CLANG_BOLT options (#69133)" 2024-01-22 14:56:43 -08:00
CodeOwners.rst
INSTALL.txt
LICENSE.TXT
NOTES.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/