Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Jakob Stoklund Olesen 75ccdbb1dc Remove unused MachineInstr constructors.
A MachineInstr can only ever be constructed by CreateMachineInstr() and
CloneMachineInstr(), and those factories don't use the removed
constructors.

llvm-svn: 169395
2012-12-05 18:27:39 +00:00
autoconf
bindings
cmake
docs docs: Explain plain preformatted text 2012-12-05 04:07:33 +00:00
examples
include Remove unused MachineInstr constructors. 2012-12-05 18:27:39 +00:00
lib Remove unused MachineInstr constructors. 2012-12-05 18:27:39 +00:00
projects
runtime
test Added a option to the disassembler to print immediates as hex. 2012-12-05 18:13:19 +00:00
tools Added a option to the disassembler to print immediates as hex. 2012-12-05 18:13:19 +00:00
unittests Copy clang/Driver/<Option parsing stuff> to llvm. 2012-12-05 00:29:32 +00:00
utils RegisterPressure API. Add support for physical register units. 2012-12-05 06:47:12 +00:00
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.