1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
Go to file
Nicolas Geoffray 0cd17db516 Output the new StructType constructor, which takes the context of the
module as first argument.

llvm-svn: 78340
2009-08-06 21:31:35 +00:00
autoconf
bindings
cmake
docs Add note about msys perl needed for windows/mingw32 builds. 2009-08-06 12:54:58 +00:00
examples
include Get rid of RegScavenger::backwards() before the bitrot spreads. 2009-08-06 21:19:03 +00:00
lib Output the new StructType constructor, which takes the context of the 2009-08-06 21:31:35 +00:00
projects
runtime
test Implement Neon VST[234] operations. 2009-08-06 18:47:44 +00:00
tools llvm-ld has a new option called -b to specify the name of bitcode output file, use that. 2009-08-06 04:09:26 +00:00
unittests Update unit test. 2009-08-05 23:28:57 +00:00
utils Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs. 2009-08-05 23:16:16 +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 Add executable suffix for the tool. This is needed e.g. for 'make install' on mingw32. 2009-08-05 09:37:43 +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.