This project is a fork of the llvm.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/llvm.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionFork for MSP430 backend development
ownerasl@math.spbu.ru
last changeSun, 17 May 2009 09:49:34 +0000 (17 13:49 +0400)
content tags
add:
README.txt
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.
shortlog
2009-05-17 Anton KorobeynikovMerge branch 'master' into msp430master
2009-05-15 Jay FoadWork around the fact that GNU libstdc++'s debug mode...
2009-05-15 Anton KorobeynikovUnbreak mingw build
2009-05-15 Owen AndersonImprove compatibility with older versions of Windows.
2009-05-15 Bill WendlingSplit out the DwarfDebug module from the DwarfWriter...
2009-05-15 Owen AndersonFactor out some common code, fix more typoes, and add...
2009-05-15 Owen AndersonFix an unfortunate typo.
2009-05-15 Bill WendlingMark class as hidden.
2009-05-15 Owen Anderson(Hopefully) unbreak Apple-style builds.
2009-05-15 Evan ChengFix PR4210. Rewritter should track and update kills...
2009-05-15 Owen AndersonDon't #include OSAtomic.h unless we really need it.
2009-05-15 Nick LewyckyFix warning.
2009-05-15 Nick LewyckyAdd extra parenthesis around || statements to pacify...
2009-05-15 Bill WendlingMove c'tor/d'tor to top of file.
2009-05-15 Bill WendlingSplit out the DwarfException class into its own file...
2009-05-15 Bill WendlingSplit out the Dwarf writer stuff into separate files...
...
heads
15 years ago master