aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RegAllocSimple.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Added code generation for function prologues and epilogues.Misha Brukman2002-12-041-17/+32
* Fun arithmetic with iterators aimed at fixing a bug: inserting instructionsMisha Brukman2002-12-041-2/+4
* This should fix the bug seen with some registers not being allocatedMisha Brukman2002-12-031-6/+45
* * Abstracted out stack space allocation into its own functionMisha Brukman2002-12-021-34/+36
* A simple (spilling) register allocator.Misha Brukman2002-11-221-0/+219