llvm-6502/lib/CodeGen
Brian Gaeke 277aad2655 Factory methods for function passes now return type FunctionPass *.
Get rid of RegisterLLC, which can't handle FunctionPasses anyway.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7836 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-14 06:04:49 +00:00
..
InstrSched Be const correct 2003-07-26 23:23:41 +00:00
InstrSelection Factory methods for function passes now return type FunctionPass *. 2003-08-14 06:04:49 +00:00
ModuloScheduling Remove #include 2003-07-26 23:01:04 +00:00
PostOpts Peephole optimization pass on final machine code. 2002-09-20 00:42:11 +00:00
PreOpts Moving these files from Code/PreSelection to here. 2002-09-20 00:29:28 +00:00
RegAlloc For instructions in a delay slot of another instruction, 2003-08-12 22:22:24 +00:00
SelectionDAG Initial checkin of SelectionDAG implementation. This is still rough and 2003-08-11 14:57:33 +00:00
LiveVariables.cpp (1) Added special register class containing (for now) %fsr. 2003-05-27 00:05:23 +00:00
MachineCodeEmitter.cpp Pass through the emitConstantPool() call to the real emitter. 2003-06-03 20:00:49 +00:00
MachineCodeForInstruction.cpp Move CallArgsDescriptor into this class instead of making it an 2002-10-29 19:38:46 +00:00
MachineFunction.cpp Factory methods for FunctionPasses now return type FunctionPass *. 2003-08-13 18:18:15 +00:00
MachineInstr.cpp Fix assertion in MachineInstr::substituteValue(). 2003-08-07 15:01:48 +00:00
MachineInstrAnnot.cpp Values stored in CallArgsDescriptor cannot be const. 2003-07-10 19:46:15 +00:00
Makefile Mapping directory no longer exists 2003-08-13 02:37:24 +00:00
PHIElimination.cpp Const correctness fixes 2003-07-26 23:24:56 +00:00
PrologEpilogInserter.cpp Factory methods for FunctionPasses now return type FunctionPass *. 2003-08-13 18:18:15 +00:00
RegAllocLocal.cpp Factory methods for FunctionPasses now return type FunctionPass *. 2003-08-13 18:18:15 +00:00
RegAllocSimple.cpp Factory methods for FunctionPasses now return type FunctionPass *. 2003-08-13 18:18:15 +00:00