llvm-6502/lib
Nate Begeman 486ebfd704 Fix Shootout-C++/wc, which was broken by my recent changes to emit fewer
reg-reg copies.  The necessary conditions for this bug are a GEP that is
used outside the basic block in which it is defined, whose components
other than the pointer are all constant zero, and where the use is
selected before the definition (backwards branch to successsor block).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18084 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-21 05:14:06 +00:00
..
Analysis Mission accomplished! 2004-11-19 16:22:24 +00:00
Archive Distinguish between BSD4.4 and SVR4 symbol tables 2004-11-20 07:29:40 +00:00
AsmParser Make sure that the yacc and lex output are specified as BUILT_SOURCES. 2004-10-28 00:43:24 +00:00
Bytecode Distinguish between BSD4.4 and SVR4 symbol tables 2004-11-20 07:29:40 +00:00
CodeGen Adjust to changed interfaces 2004-11-20 23:53:26 +00:00
Debugger Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ExecutionEngine Clean up DEBUG output 2004-11-21 03:44:32 +00:00
Linker Eliminate unsightly ;; 2004-11-19 03:27:05 +00:00
Support Fixed assertion from triggering. We need to check if the commandline map is empty before checking if an arg exists. 2004-11-20 23:35:20 +00:00
System Cast the void* handle data member to HMODULE* to keep the VC++ compiler 2004-11-20 23:30:55 +00:00
Target Fix Shootout-C++/wc, which was broken by my recent changes to emit fewer 2004-11-21 05:14:06 +00:00
Transforms Allow constructor parameter to override aggregating args; fix spacing 2004-11-20 02:20:27 +00:00
VMCore Fix memory leaks, patch contributed by Morten Ofstad! 2004-11-19 17:09:48 +00:00
Makefile Add the Linker library 2004-11-14 21:54:41 +00:00