Skip to content

Releases: GRAPHISOFT/llvm-project

r5

18 Aug 12:50
Compare
Choose a tag to compare
Disable more options from the CI configure script

r4

16 Aug 15:27
Compare
Choose a tag to compare
r4
Add missing `LikelyFunctionDef` call for comments

This was accidentally removed.

r3

05 Jul 12:49
Compare
Choose a tag to compare
r3
Add missing `LikelyFunctionDef` call for comments

This was accidentally removed.

r2

04 Jul 14:02
Compare
Choose a tag to compare
r2
Adjust Graphisoft style due to feedback

Structs and unions usually don't inherit from anything in our codebase,
so these should always have their starting brace on the same line as the
struct/union keyword.

The desired line length was increased to 150 as well, due to complaints
in code reviews about 120 resulting in less readable code.

r1

16 Dec 08:46
Compare
Choose a tag to compare
r1
Add a release workflow using GitHub Actions

This workflow builds clang-format for Window x86, x86_64 and arm64, and
Linux x86_64, and MacOS x86_64 and arm64, then creates a GitHub release
for them.

clang-tblgen and llvm-tblgen also must be compiled for the host system
if cross-compiling before building clang-format.