This project is a fork of the llvm-complete.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/llvm-complete.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionSandbox for LLVM development
ownerojomojo@gmail.com
last changeTue, 2 Feb 2010 12:53:04 +0000 (2 12:53 +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
2010-02-02 Duncan SandsAdding missing methods for creating Add, Mul, Neg and... master
2010-02-02 Zhongxing XuReturn value on every path.
2010-02-02 Zhongxing Xusimplify code.
2010-02-02 Zhongxing XuMore logic correction: RemoveOverlap should always...
2010-02-02 Zhongxing XuAdd a lookup method to the IntervalMap. The difference...
2010-02-02 Devang PatelApparently gdb is not amused by empty lines in pubtypes...
2010-02-02 Devang PatelNULL terminate name in pubtypes sections.
2010-02-02 Chris Lattnerdon't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0...
2010-02-02 Zhongxing XuFix a bunch of errors in the old logic.
2010-02-02 Chris Lattnerfix a crash in loop unswitch on a loop invariant vector...
2010-02-02 Chris Lattnerremove an unreduced testcase, rename another.
2010-02-02 Evan ChengPerform sibcall in some cases when arguments are passes...
2010-02-02 Sean CallananRemoved an unnecessary class from the EDDisassembler
2010-02-02 Dale JohannesenMake local RA smarter about reusing input register...
2010-02-02 Zhongxing Xu11.8p1: A nested class is a member and as such has...
2010-02-02 Dan GohmanLangRef.html says that inttoptr and ptrtoint always...
...
heads
14 years ago lda-work
14 years ago master