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.
 
descriptionSTM8 backend for LLVM
ownerplanche2k@googlemail.com
last changeSun, 10 Jul 2011 09:45:35 +0000 (10 09:45 +0000)
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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.
shortlog
2011-07-10 Chandler CarruthSilence -Wunused-variable in release builds.master
2011-07-10 Chandler CarruthMake the destructor virtual to silence GCC's -Wnon...
2011-07-10 Jakub StaszakUse BranchProbability instead of floating points in...
2011-07-10 Jakub Staszak- Make BranchProbability constructor public.
2011-07-10 Jakub StaszakDon't analyze block if it's not considered for ifcvt...
2011-07-10 Chris Lattnerfinish a thought.
2011-07-09 Rafael EspindolaMove the loads after the calls so that the fix for
2011-07-09 Rafael EspindolaUse CHECK-NEXT.
2011-07-09 Nick LewyckyRemove tests for APIs that were removed.
2011-07-09 Nick LewyckyUpdate OCaml bindings. Opaque types are gone, type...
2011-07-09 Chris Lattnerthe various ConstantExpr::get*Ty methods existed to...
2011-07-09 Chris Lattnerdon't load element before checking to see if it is...
2011-07-09 Chris LattnerEliminate the WriteTypeSymbolic function. Now that...
2011-07-09 Chris Lattnerstop using WriteTypeSymbolic.
2011-07-09 Chris Lattnerremove the DerivedType which isn't adding value anymore.
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
...
heads
12 years ago stm8
12 years ago master
13 years ago stm8.orig