GitXplorerGitXplorer
b

llvm-clang-PRETC

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
fdd3de583f7dae5acc5fccd214c28e39c70d85ea

Added parsing of catch statement, and limited semantic checking.

committed 16 years ago
Unverified
b54142267f579ae6e87722d7a7bfdf9d64dd687d

Added start to modifications to clang to support 'tryin' blocks

committed 16 years ago
Unverified
1a08a45682bcab2b7817eae96fdcb98ce41fc63b

Merge clang into llvm as base for modifications

committed 16 years ago
Unverified
8c8a0d0ac30c26a7f15f6ea880498aba1afac88e

Undef MemoryFence when compiling on MSVC.

committed 16 years ago
Unverified
01b8481c76a75185f090bd6de473e759d656d81d

Simplify assertion message to avoid confusion.

committed 16 years ago
Unverified
19b865ead5126a46cfbb42794a62b8ab1e667bd0

Update to in-place spilling framework. Includes live interval scaling and trivial rewriter.

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.