GitXplorerGitXplorer
b

llvm-clang-PRETC

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
77fe8b96e8f1c1f368cd376526d07540aca1953c

If we recognize alloca, treat it as a builtin. This fixes uses of

committed 16 years ago
Unverified
b410c3194cfbb52ef662647340b43fa352641ee3

Add builtin declarations for the variants of sin and cos.

committed 16 years ago
Unverified
37c3148521cf4bde6247272587bc21071c1b5b5a

Add aliases for a couple of SSE intrinsics. Patch by Ed Schouten.

committed 16 years ago
Unverified
03e05fdc040ff865ebc80eea1ef724208e3c77d2

Add --shared option.

committed 16 years ago
Unverified
416a88f204195af71735468c05a4180381c60210

Cleaned-up version of gc attribute type merging. I still don't like it

committed 16 years ago
Unverified
eb1674393a2f8ff94b686c638e0a7793cfa4be13

Remove test which doesn't pass with gcc.

committed 16 years ago

README

The README file for this repository.

Low Level Virtual Machine (LLVM)

This directory and its subdirectories contain source code for the Low Level Virtual Machine, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.

Please see the HTML documentation provided in docs/index.html for further assistance with LLVM.