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.
 
descriptionAVR Backend for LLVM
ownerwesen@ruinwesen.com
last changeThu, 17 Sep 2009 18:49:52 +0000 (17 18:49 +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.
shortlog
2009-09-17 Chris Lattnerpass machinemoduleinfo down into getSymbolForDwarfGloba... master
2009-09-17 Dan GohmanTeach ScalarEvolution how to reason about no-wrap flags...
2009-09-17 Jim Grosbachgrammar
2009-09-17 Jim Grosbachgrammar
2009-09-17 Daniel DunbarAnother try at fixing compile warnings on 4.0
2009-09-17 Benjamin KramerInitialize HasMetadata to zero.
2009-09-17 Daniel DunbarRemove test cases using -regalloc=simple.
2009-09-17 Evan ChengRemove simple regalloc. It has bit rotted.
2009-09-17 Chris Lattneradd a version of the APFloat constructor that initializ...
2009-09-17 Evan ChengFix PR4910: Broken logic in coalescer means when a...
2009-09-17 Daniel DunbarSome platforms may need malloc.h for alloca.
2009-09-17 Daniel DunbarUpdate CMake.
2009-09-16 Sean CallananAdded the LODS (load byte into register, usually
2009-09-16 Daniel DunbarAdd StringRef::{rfind, rsplit}
2009-09-16 Sean CallananAdded the LAR (load segment access rights)
2009-09-16 Sean CallananAdded the LOOP family of instructions to the Intel
...
heads
15 years ago llvm-avr-backend
15 years ago master