This project is a fork of the clang.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/clang.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionSilly little changes required for the ZPU backend
homepage URLhttp://opensource.zylin.com/zpu.htm
owneroyvind.harboe@zylin.com
last changeSun, 7 Nov 2010 21:21:46 +0000 (7 22:21 +0100)
content tags
add:
README.txt
//===----------------------------------------------------------------------===//
// C Language Family Front-end
//===----------------------------------------------------------------------===//

Welcome to Clang.  This is a compiler front-end for the C family of languages
(C, C++, Objective-C, and Objective-C++) which is built as part of the LLVM
compiler infrastructure project.

Unlike many other compiler frontends, Clang is useful for a number of things
beyond just compiling code: we intend for Clang to be host to a number of
different source level tools.  One example of this is the Clang Static Analyzer.

If you're interested in more (including how to build Clang) it is best to read
the relevant web sites.  Here are some pointers:

Information on Clang:              http://clang.llvm.org/
Building and using Clang:          http://clang.llvm.org/get_started.html
Clang Static Analyzer:             http://clang-analyzer.llvm.org/
Information on the LLVM project:   http://llvm.org/

If you have questions or comments about Clang, a great place to discuss them is
on the Clang development mailing list:
  http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev

If you find a bug in Clang, please file it in the LLVM bug tracker:
  http://llvm.org/bugs/
shortlog
2010-11-07 Øyvind Harboezpu wip: enough to recognize the zpu-none-none target... zpu
2010-11-07 Øyvind Harboezpu: info thingy
2010-11-03 Nick LewyckyMake this error less specific but also less likely...
2010-11-03 Douglas GregorWhen producing overload candidates for binary built...
2010-11-03 David ChisnallSome fixes for synthesized ivar metadata (GNU runtime).
2010-11-03 David ChisnallAdded cursor visitor that takes a block as an argument...
2010-11-03 Zhongxing Xufix test case.
2010-11-03 Zhongxing XuDo not add elidable CXXConstructExpr as block-level...
2010-11-03 Marcin SwiderskiAdded generating destructors for temporary objects...
2010-11-03 Rafael EspindolaRevert while I debug test failures :-(
2010-11-03 Rafael EspindolaSwitch clang to run ld directly on linux. I tested...
2010-11-03 Anders CarlssonWhen setting a tied check if it's already tied. If...
2010-11-03 Anders CarlssonA number in an input constraint can't point to a read...
2010-11-03 Sean HuntProvide an error when a non-identifier name (such as...
2010-11-03 Douglas GregorImprove source-location information for CXXConstructExp...
2010-11-02 Ted KremenekDon't add Decls with an invalid location to DeclsInCont...
...
heads
13 years ago zpu