Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Duraid Madina 6e02e6842a fix SREM/UREM, which gave incorrect results for x%y if x was zero. This is
an ugly hack, but it seems to work. I should fix this properly and add a test
as well.

fixes multisource/obsequi (maybe others)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21075 91177308-0d34-0410-b5e6-96231b3b80d8
2005-04-04 05:05:52 +00:00
autoconf
docs * Put command-line switches and function names in <tt> 2005-03-30 19:14:24 +00:00
examples
include/llvm a wise man once said: 2005-04-03 14:57:35 +00:00
lib fix SREM/UREM, which gave incorrect results for x%y if x was zero. This is 2005-04-04 05:05:52 +00:00
projects Rename createPromoteMemoryToRegister() to 2005-03-28 02:01:12 +00:00
runtime Fix grammar 2005-03-23 21:14:33 +00:00
test this has now been fixed 2005-04-02 16:17:57 +00:00
tools there is no reason to run -instcombine -instcombine! 2005-03-29 06:25:11 +00:00
utils
win32
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
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.