1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
Go to file
Chris Lattner 13354d7bbc implement support for 32-bit address operands in 64-bit mode, which
are defined to emit the 0x67 prefix byte.  rdar://8482675

llvm-svn: 115021
2010-09-29 03:33:25 +00:00
autoconf
bindings
cmake Simplified LLVMConfig. 2010-09-28 22:38:39 +00:00
docs
examples
include implement rdar://8456378 and PR7557 - support for the fstsw, 2010-09-29 01:50:45 +00:00
lib implement support for 32-bit address operands in 64-bit mode, which 2010-09-29 03:33:25 +00:00
projects
runtime
test implement support for 32-bit address operands in 64-bit mode, which 2010-09-29 03:33:25 +00:00
tools
unittests Make ConstantRange::makeICmpRegion handle all the edge cases properly. This 2010-09-28 18:18:36 +00:00
utils add basic avx support to the disassembler, also teach it about ssmem/sdmem 2010-09-29 02:57:56 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt Added library LLVMPIC16passes to CMake build. 2010-09-28 14:02:45 +00:00
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.