llvm-6502/lib/Analysis
Chris Lattner 0811f76860 This checkin represents some cleanup of the backend, implementing the following things:
1. The TargetMachine structure is free to decide the process a particular target uses to generate code.
2. All of the gooee details of the sparc backend are now localized in the lib/CodeGen/TargetMAchine/Sparc directory.  The Sparc.h file that is globally visible is just a stub.
3. The Sparc.h file that esxists now will dissapear entirely someday when we have multiple backends chosen by a factory of some sort.


NOTE! The BBLiveVar.cpp file dependant on the Sparc backend, and is therefore not generic/portale to other backends.  This needs to be fixed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@558 91177308-0d34-0410-b5e6-96231b3b80d8
2001-09-14 03:37:22 +00:00
..
LiveVar This checkin represents some cleanup of the backend, implementing the following things: 2001-09-14 03:37:22 +00:00
Expressions.cpp Handle subtract in expression classifier 2001-09-11 04:27:34 +00:00
Interval.cpp IntervalPartition & IntervalIterator classes have been split out into 2001-06-24 04:05:21 +00:00
IntervalPartition.cpp Moved inline/llvm/Tools/* to include/llvm/Support/* 2001-07-23 17:46:59 +00:00
LoopDepth.cpp Moved inline/llvm/Tools/* to include/llvm/Support/* 2001-07-23 17:46:59 +00:00
Makefile Added directory LiveVar/ 2001-08-28 23:29:31 +00:00
ModuleAnalyzer.cpp Module analyzer no longer has to iterate over constant pool 2001-09-07 16:31:23 +00:00
PostDominators.cpp Make sure noone branches to the entry node of the method 2001-08-24 14:56:34 +00:00
Writer.cpp IntervalPartition was changed to inherit from vector<Interval*> instead of 2001-07-03 15:28:35 +00:00