Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Meador Inge 9d6c54b477 instcombine: Migrate toascii optimizations
This patch migrates the toascii optimizations from the simplify-libcalls
pass into the instcombine library call simplifier.

llvm-svn: 168580
2012-11-26 03:38:52 +00:00
autoconf
bindings
cmake Removing SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG 2012-11-26 02:02:08 +00:00
docs Documentation: convert SourceLevelDebugging.html to reST 2012-11-22 11:56:02 +00:00
examples Fix gcc's -Wunused-but-set-variable warnings. 2012-11-26 00:56:44 +00:00
include Code Custodian: 2012-11-25 15:23:39 +00:00
lib instcombine: Migrate toascii optimizations 2012-11-26 03:38:52 +00:00
projects
runtime
test instcombine: Migrate toascii optimizations 2012-11-26 03:38:52 +00:00
tools libLTO: Add a utility method to initialize the disassemblers. 2012-11-24 16:59:10 +00:00
unittests
utils
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT Added me as the owner of the Sparc backend 2012-11-22 22:14:48 +00:00
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.