GitXplorerGitXplorer
b

llvm-clang-PRETC

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
a30385a90a4d1663c15a6784cef128bad32ceeca

Missing file for __builtin_unwind_init support.

committed 16 years ago
Unverified
858c729fcce63e8b450ca67bbfad2451b9077391

Add support for __builtin_unwind_init.

committed 16 years ago
Unverified
1ed4b7b6d0a3750a9f9b7d4b52b650a2660bf956

PR4142: Add %m format string specifier.

committed 16 years ago
Unverified
239ff43786e8189d2b709d9ac6510966ac7beeba

A couple minor corrections to the "GCC extensions not implemented yet"

committed 16 years ago
Unverified
792d60b485b6ce795f93d3fa8a717160bf405b37

PR4288: Make -dD (dump macros with preprocessed source) play nicely with

committed 16 years ago
Unverified
680c2ed3bfb2619b9bb888d66cff6ae5ff20d934

Fix a silly typo in my previous objc_gc merging patch.

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.