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 work
ownergrosser@fim.uni-passau.de
last changeThu, 7 Jan 2010 23:50:41 +0000 (7 23:50 +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-01-07 grosserAdd assert to check dominance dfs numbers.master
2010-01-07 grosserRemove workaround in PostDominators
2010-01-07 grosserFix DFS number calculation for postdominators
2010-01-07 lattnerteach ComputeNumSignBits to look through PHI nodes.
2010-01-07 lattnerfilecheckize
2010-01-07 lattnerEnhance instcombine to reason more strongly about promo...
2010-01-07 Chris LattnerFix rdar://7517201, a regression introduced by r92849.
2010-01-07 Chris Lattnerfactor this code better and reduce nesting at the same
2010-01-07 David GreeneRevert r92939. These intrinsics get matched to LLVM...
2010-01-07 Evan ChengAPInt'fy TargetLowering::SimplifySetCC to fix PR5963.
2010-01-07 David GreeneAdd some "missing" instrinsics to make the SSE intrinsi...
2010-01-07 Benjamin KramerSimplify code. No intended functionality/performance...
2010-01-07 Eric ChristopherIf the data requires a relocation then don't attempt to
2010-01-07 Eric ChristopherWe need to put any kind of data with a relocation into a
2010-01-07 Devang PatelUse separate namespace for named metadata.
2010-01-07 Kovarththanan... Fix occurrence typo
...
heads
14 years ago region_3
14 years ago region_2
14 years ago region
14 years ago master