llvm-6502/lib
Reid Spencer 186a43f1ad For PR1248:
Eliminate support for type planes in numbered values. This simplifies the
data structures involved in managing forward definitions, etc. Instead of
requiring maps from type to value, we can now just use a vector of values.
These changes also required rewrites of some support functions such as
InsertValue, getBBVal, and ResolveDefinitions. Some other cosmetic changes
were made as well.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35173 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-19 18:39:36 +00:00
..
Analysis
Archive
AsmParser For PR1248: 2007-03-19 18:39:36 +00:00
Bytecode
CodeGen Remove -reduce-joining-phys-regs options. Make it on by default. 2007-03-19 18:08:26 +00:00
Debugger
ExecutionEngine Unbreak C++ build. 2007-03-12 17:57:00 +00:00
Linker
Support Revert the last patch as it violates the conditions of sext/zext. 2007-03-12 18:37:25 +00:00
System Unbreak mingw32 build 2007-03-09 11:53:34 +00:00
Target Fix naming inconsistencies. 2007-03-19 07:48:02 +00:00
Transforms fix ScalarRepl/2007-03-19-CanonicalizeMemcpy.ll 2007-03-19 18:25:57 +00:00
VMCore For PR1258: 2007-03-19 18:32:53 +00:00
Makefile