Do not set the `link' bit when branching to the first BB of a function, as it
[oota-llvm.git] / lib / Target / PowerPC / PPCAsmPrinter.cpp
2004-06-28 Misha BrukmanDo not set the `link' bit when branching to the first...
2004-06-28 Misha BrukmanFix spacing around function arguments.
2004-06-25 Misha BrukmanCombine several if stmts with returns into an if-then...
2004-06-25 Misha Brukman* Be consistent about MachineBB labels and references...
2004-06-25 Misha Brukman* Initialize the entire array statically, not member...
2004-06-24 Misha Brukman* Lowercase the register names
2004-06-24 Misha Brukman* Tabs to spaces
2004-06-24 Misha Brukman* Order #includes
2004-06-21 Misha BrukmanType::getPrimitiveID() -> getTypeID()
2004-06-21 Misha BrukmanInitial revision