llvm-6502/lib
Owen Anderson bd82277cbb Major think-o. Iterate over all live out-of-loop values, and perform the
other calculations on each individually, rather than trying to delay it and do
them all at the end.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28527 91177308-0d34-0410-b5e6-96231b3b80d8
2006-05-28 19:33:28 +00:00
..
Analysis Patches to make the LLVM sources more -pedantic clean. Patch provided 2006-05-24 17:04:05 +00:00
Archive When reading the symbol table, make sure to delete the ArchiveMember 2006-05-12 17:56:20 +00:00
AsmParser Regenerate 2006-05-19 21:28:53 +00:00
Bytecode Fix a bug in the bc reader/writer: we were not correctly encoding varargs 2006-05-26 18:42:34 +00:00
CodeGen Fix a nasty dag combiner bug that caused nondeterminstic crashes (MY FAVORITE!): 2006-05-27 00:43:02 +00:00
Debugger Add the README files to the distribution. 2006-04-13 06:39:24 +00:00
ExecutionEngine For PR786: 2006-05-24 19:21:13 +00:00
Linker
Support Patches to make the LLVM sources more -pedantic clean. Patch provided 2006-05-24 17:04:05 +00:00
System Bug noticed, by inspection. Filename can be null. 2006-05-14 19:00:53 +00:00
Target Ignore generated files 2006-05-27 01:23:30 +00:00
Transforms Major think-o. Iterate over all live out-of-loop values, and perform the 2006-05-28 19:33:28 +00:00
VMCore Patches to make the LLVM sources more -pedantic clean. Patch provided 2006-05-24 17:04:05 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00