Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Chris Lattner e1368aef23 Fix InstCombine/load.ll & PR347.
This code hadn't been updated after the "structs with more than 256 elements"
related changes to the GEP instruction.  Also it was not handling the
ConstantAggregateZero class.

Now it does!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13834 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-27 17:30:27 +00:00
autoconf Only give warnings if the user doesn't have mmap(). This is pretty much 2004-05-27 00:57:50 +00:00
docs Continue the exposition 2004-05-27 05:52:10 +00:00
examples/ModuleMaker Configure script for ModuleMaker. 2003-11-25 20:02:07 +00:00
include Beta-test moving a header from include/Support into the llvm hierarchy: 2004-05-27 05:42:33 +00:00
lib Fix InstCombine/load.ll & PR347. 2004-05-27 17:30:27 +00:00
projects Header moved 2004-05-27 05:37:32 +00:00
runtime Continue the implementation 2004-05-27 05:51:31 +00:00
test Add another testcase 2004-05-27 17:28:55 +00:00
tools Re-introduce the -q option and make opt always return 0, even if the 2004-05-27 16:28:54 +00:00
utils Header file moved 2004-05-27 05:41:36 +00:00
.cvsignore Ok, try #2, this time I'll not be stupid 2003-08-03 18:33:24 +00:00
configure Only give warnings if the user doesn't have mmap(). This is pretty much 2004-05-27 00:57:50 +00:00
CREDITS.TXT Just testing the "Reid has CVS commit access" system 2004-05-06 18:06:18 +00:00
LICENSE.TXT Added obsequi. 2004-05-11 19:29:59 +00:00
llvm.spec RPM spec file for LLVM tools and libraries. 2004-02-10 03:57:51 +00:00
llvm.spec.in RPM spec file for LLVM tools and libraries. 2004-02-10 03:57:51 +00:00
Makefile Change the install-includes target to completely ignore the llvm/Internal 2004-05-25 20:01:25 +00:00
Makefile.common Standardize header comments of top-level Makefiles. 2004-04-24 00:10:56 +00:00
Makefile.config.in Standardize header comments of top-level Makefiles. 2004-04-24 00:10:56 +00:00
Makefile.rules Pass the Makefile flags to recursive makes in {PARALLEL,OPTIONAL}_DIRS targets. 2004-05-21 23:21:11 +00:00
README.txt This file has been superseded by docs/index.html . 2004-05-12 02:48:30 +00:00

This file is a placeholder; see docs/index.html for documentation.