Added code generation for function prologues and epilogues.
[oota-llvm.git] / lib / CodeGen / RegAllocSimple.cpp
2002-12-04 Misha BrukmanAdded code generation for function prologues and epilogues.
2002-12-04 Misha BrukmanFun arithmetic with iterators aimed at fixing a bug...
2002-12-03 Misha BrukmanThis should fix the bug seen with some registers not...
2002-12-02 Misha Brukman* Abstracted out stack space allocation into its own...
2002-11-22 Misha BrukmanA simple (spilling) register allocator.