Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Chris Lattner 4ff2620742 rename TGLoc -> SMLoc.
llvm-svn: 73843
2009-06-21 03:39:35 +00:00
autoconf
bindings
cmake
docs Clarify that if the alignment is zero then an alignment 2009-06-20 13:26:06 +00:00
examples
include rename TGLoc -> SMLoc. 2009-06-21 03:39:35 +00:00
lib rename TGLoc -> SMLoc. 2009-06-21 03:39:35 +00:00
projects
runtime
test Expand this test to handle more cases (remainder and shifts) of zero. 2009-06-21 01:56:41 +00:00
tools fix build problem pointed out by John Thompson! 2009-06-18 23:46:04 +00:00
unittests
utils rename TGLoc -> SMLoc. 2009-06-21 03:39:35 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Since -Wno-long-long is ignored without -pedantic, 2009-06-19 12:40:30 +00:00
ModuleInfo.txt
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.