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 SystemZ backend development
ownerasl@math.spbu.ru
last changeThu, 16 Jul 2009 09:40:30 +0000 (16 13:40 +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-07-16 Anton KorobeynikovMerge branch 'master' into systemzmaster
2009-07-16 Anton KorobeynikovUnbreak
2009-07-16 Anton KorobeynikovTemporary disable 16 bit bswap
2009-07-16 Chris Lattneruse SUBREG_TO_REG instead of INSERT_SUBREG, this way...
2009-07-16 Bruno Cardoso... Fix coding style issues pointed by Bill.
2009-07-16 Chris Lattneradd a knob to turn off PrettyStackTrace globally. ...
2009-07-16 Chris Lattnerimplement .include in the lexer/parser instead of passi...
2009-07-16 Chris Lattnerfix some casts that I improperly refactored, patch...
2009-07-16 Daniel DunbarRemove unused header.
2009-07-16 Daniel DunbarKill off last uses of TargetMachineRegistry class.
2009-07-16 Daniel DunbarFix gcc 4.0 build failure, can't rely on access inside...
2009-07-16 Daniel DunbarSwitch llc and createJIT to use simpler command line...
2009-07-16 Daniel DunbarAdd registered target list to --version output.
2009-07-16 Daniel DunbarMake sure targets are initialized before we do anything...
2009-07-16 Daniel DunbarKill off <TARGET>MachineModule variables, and <TARGETAS...
2009-07-16 Dan Gohmanformatted_raw_ostream both is-a raw_ostream and has...
...
heads
14 years ago master