llvm-6502/lib
Chris Lattner 2f9b28e59a Convert RegisterAllocator interface to opaque pass type, so that users do not
need to know _anything_ about RegAlloc to use it.  Well in the end maybe.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1681 91177308-0d34-0410-b5e6-96231b3b80d8
2002-02-04 15:54:09 +00:00
..
Analysis Eliminate ModuleAnalyzer. It's old code that is not going to be used in the near future 2002-02-04 06:47:17 +00:00
AsmParser Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00
Bytecode Chuck fixed the GCC problems so this hack is now unneccesary 2002-01-21 23:17:07 +00:00
CodeGen Convert RegisterAllocator interface to opaque pass type, so that users do not 2002-02-04 15:54:09 +00:00
ExecutionEngine Implement the clock() function 2002-01-23 21:38:07 +00:00
Linker Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00
Support If an invalid alternative is listed for an argument, print the valid options 2002-01-31 00:42:56 +00:00
Target Convert RegisterAllocator interface to opaque pass type, so that users do not 2002-02-04 15:54:09 +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