Add a big assert making sure 2 address instructions are formed right
[oota-llvm.git] / lib / CodeGen / RegAllocSimple.cpp
2002-12-15 Chris LattnerAdd a big assert making sure 2 address instructions...
2002-12-15 Chris LattnerFix a problem that occurs when PHI nodes have multiple...
2002-12-15 Chris LattnerGrab bag of minor cleanups. Export some statistics...
2002-12-15 Chris LattnerSimplify interfaces used by regalloc to insert code
2002-12-15 Chris Lattner* Simplify code a bit by breaking the PHI node handling...
2002-12-15 Chris Lattner* Remove some unneccesary instance variables
2002-12-15 Chris Lattnerpull inverse reg class mapping into a class that is...
2002-12-15 Chris LattnerPrune #includes
2002-12-15 Chris LattnerRemove extraneous #includes, perform FIXME
2002-12-15 Chris LattnerFix borkness with not using MachineBasicBlocks in PHI...
2002-12-13 Misha BrukmanFixed a bug where moves due to phis were being neglected.
2002-12-13 Misha BrukmanNeed to insert all moves due to PHI nodes before *ALL...
2002-12-13 Misha BrukmanThis should be more correct: invalidates physical regis...
2002-12-13 Misha BrukmanFixed bug with running out of registers. Also, reinstat...
2002-12-13 Misha BrukmanThis should handle register allocating PHI nodes.
2002-12-13 Misha BrukmanStart allocating stack space at [ebp-4] to not overwrit...
2002-12-12 Misha BrukmanTake advantage of our knowledge of 2-address X86 instru...
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.