llvm-6502/lib/Target
Misha Brukman 8baa01c1d7 Made the code readable:
* Lines must be wrapped at 80 chars. This is a hard limit.
* Consistent style on functions, braces, if, for, etc. Code must be readable.

No functional changes have been made, even though I added a new typedef.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5768 91177308-0d34-0410-b5e6-96231b3b80d8
2003-04-09 21:51:34 +00:00
..
CBackend Fixed alloca declaration problem on sun. 2003-02-12 20:45:00 +00:00
SparcV9 Made the code readable: 2003-04-09 21:51:34 +00:00
X86 Rename -no-* to -disable-* 2003-02-26 20:00:41 +00:00
Makefile X86 target builds fine now 2002-11-20 20:17:03 +00:00
MRegisterInfo.cpp Capture more information in ctor 2002-12-28 20:34:18 +00:00
TargetData.cpp Remove wierd case that can never happen 2003-02-25 20:27:09 +00:00
TargetInstrInfo.cpp Rename MachineInstrInfo -> TargetInstrInfo 2003-01-14 22:00:31 +00:00
TargetMachine.cpp Rename MachineOptInfo to TargetoptInfo 2002-12-29 02:50:35 +00:00
TargetSchedInfo.cpp More renamings of Target/Machine*Info to Target/Target*Info 2002-12-29 03:13:05 +00:00