Skip to content

aeste/clang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

72f476d · Jul 2, 2012
Apr 13, 2012
Apr 15, 2012
May 15, 2012
Apr 13, 2012
May 12, 2012
May 12, 2012
Mar 5, 2012
May 12, 2012
Apr 25, 2012
Apr 18, 2012
Mar 23, 2012
Apr 17, 2012
Oct 24, 2011
Apr 16, 2012
Sep 13, 2009
Jan 1, 2012
Oct 6, 2011
Jul 11, 2007
Mar 30, 2012
Jul 2, 2012
Mar 6, 2012

Repository files navigation

AESTE CLANG Port

This is a port of the upstream Low-Level Virtual Machine (LLVM) CLANG C/C++ compiler to AESTE platforms.

The purpose of maintaining this port is as a record/archive of the upstream code. It will also be our main repository for any customisations made to the upstream code.

Historical Summary

  • 12.27: LLVM-3.1 release.

Code Organisation

This repository is organised using the structure proposed at nvie.com with two main public branches:

  • master - holds the tagged public release code. Track this branch if you only wish to receive hotfixes and work on stable code.

  • develop - holds the active development branch. Track this branch if you wish to stay updated with all the latest developments and work on unstable code.

If you wish to contribute to the development of this port, please fork this repository, make your changes and perform a pull request.

Upstream Repository

This repository is a fork of the upstream GIT repository hosted at http://llvm.org/git/clang.git

Reporting Bugs

Any bugs spotted in the upstream code should be reported to the upstream source. Any bugs for our custom code should be reported using the issues page at the github repository.