llvm-6502/lib
Chris Lattner 5e5dfa307a * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
function in the one .cpp file that uses it.  Use ValueSet's instead.
* Prepare to delete LiveVarSet.h & LiveVarSet.cpp
* Eliminate the ValueSet class, making all old member functions into global
  templates that will eventually be moved to Support.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1711 91177308-0d34-0410-b5e6-96231b3b80d8
2002-02-05 02:51:01 +00:00
..
Analysis * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static 2002-02-05 02:51:01 +00:00
AsmParser
Bytecode
CodeGen * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static 2002-02-05 02:51:01 +00:00
ExecutionEngine Implement the clock() function 2002-01-23 21:38:07 +00:00
Linker
Support If an invalid alternative is listed for an argument, print the valid options 2002-01-31 00:42:56 +00:00
Target * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static 2002-02-05 02:51:01 +00:00
Transforms General cleanup 2002-02-01 04:53:48 +00:00
VMCore Switch from MachineCodeForVMInstr model that is built into the VMCore library to an annotation based MAchineCodeForInstruction model 2002-02-03 07:52:58 +00:00
Makefile Move stuff out of the Optimizations directories into the appropriate Transforms 2002-01-21 23:17:48 +00:00