hanchenye-llvm-project/llvm/lib
Chris Lattner 70c2039b39 Hrm, this code was severely botched. As it turns out, this patch:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041018/019708.html

exposed ANOTHER latent bug in this xform, which caused Prolangs-C/bison to fill
the zion nightly tester disk up and make the tester barf.

This is obviously not a good thing, so lets fix this bug shall we? :)

llvm-svn: 17276
2004-10-27 05:57:15 +00:00
..
Analysis add support for UndefValue 2004-10-26 16:23:03 +00:00
AsmParser Plug a memory leak in the asmparser. It turns out that we were leaking 2004-10-26 18:26:14 +00:00
Bytecode Fix the previous bug the correct way. This fixes ptrdist/bc 2004-10-24 04:27:59 +00:00
CodeGen Move method bodies that depend on <algorithm> from MBB.h to MBB.cpp 2004-10-26 15:43:42 +00:00
Debugger
ExecutionEngine Fix the interpreter crash that Michael McCracken found 2004-10-26 05:35:14 +00:00
Support Patch to support MSVC, contributed by Morten Ofstad 2004-10-25 18:47:10 +00:00
System Add EXTRA_DIST for additional files to be distributed. 2004-10-26 03:12:11 +00:00
Target Fix the build by eliminating some more dead code. That'll learn me not to listen to Reid 2004-10-27 05:44:23 +00:00
Transforms Hrm, this code was severely botched. As it turns out, this patch: 2004-10-27 05:57:15 +00:00
VMCore Make this actually work. 2004-10-24 03:02:16 +00:00
Makefile