llvm-6502/lib
Misha Brukman d71295a684 Reorganized the Sparc backend to be more modular -- each different
implementation of a Target{RegInfo, InstrInfo, Machine, etc} now has a separate
header and a separate implementation file.

This means that instead of a massive SparcInternals.h that forces a
recompilation of the whole target whenever a minor detail is changed, you should
only recompile a few files.

Note that SparcInternals.h is still around; its contents should be minimized.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10500 91177308-0d34-0410-b5e6-96231b3b80d8
2003-12-17 22:04:00 +00:00
..
Analysis Finegrainify namespacification 2003-12-14 21:35:53 +00:00
Archive Make getObjectType() smarter about ranlibbed Mac OS X archives. 2003-12-17 00:18:18 +00:00
AsmParser
Bytecode Make getObjectType() smarter about ranlibbed Mac OS X archives. 2003-12-17 00:18:18 +00:00
CodeGen Change preserve all claim to just preserve live variables and phielimination. 2003-12-15 04:55:38 +00:00
ExecutionEngine Finegrainify namespacification 2003-12-14 23:25:48 +00:00
Linker
Support Finegrainify namespacification 2003-12-14 21:35:53 +00:00
Target Reorganized the Sparc backend to be more modular -- each different 2003-12-17 22:04:00 +00:00
Transforms Fix for PR185 & IndVarsSimplify/2003-12-15-Crash.llx 2003-12-15 17:34:02 +00:00
VMCore Finegrainify namespacification 2003-12-14 21:35:53 +00:00
Makefile