llvm-6502/lib/CodeGen
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
..
InstrSched Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLiveVarInfo.h 2003-01-14 23:05:08 +00:00
InstrSelection Move sparc specific code into the Sparc backend 2003-01-15 21:36:50 +00:00
Mapping
ModuloScheduling Made the code readable: 2003-04-09 21:51:34 +00:00
PostOpts
PreOpts
RegAlloc Adjust to new interfaces 2003-01-15 21:14:01 +00:00
LiveVariables.cpp Rename MachineInstrInfo -> TargetInstrInfo 2003-01-14 22:00:31 +00:00
MachineCodeEmitter.cpp Add support for global address by string and constant pool values 2003-01-13 00:22:37 +00:00
MachineCodeForInstruction.cpp Move CallArgsDescriptor into this class instead of making it an 2002-10-29 19:38:46 +00:00
MachineFunction.cpp Print machine frame objects with the frame offset intrinsic to the machine 2003-01-16 18:35:57 +00:00
MachineInstr.cpp Remove obsolete ctor 2003-01-15 19:47:02 +00:00
MachineInstrAnnot.cpp Prune #includes 2003-01-15 19:48:13 +00:00
Makefile Initial checkin of codegen infrastructure for LLVM-JIT 2002-10-25 22:54:41 +00:00
PHIElimination.cpp Fix problems with empty basic blocks 2003-01-16 18:06:43 +00:00
PrologEpilogInserter.cpp Fix problems with empty basic blocks 2003-01-16 18:06:43 +00:00
RegAllocLocal.cpp Fix problems with empty basic blocks 2003-01-16 18:06:43 +00:00
RegAllocSimple.cpp Rename MachineInstrInfo -> TargetInstrInfo 2003-01-14 22:00:31 +00:00