refactor call operand handling to eliminate special cases from printOp.
[oota-llvm.git] / lib / Target / PowerPC / PPCAsmPrinter.cpp
2004-06-29 Misha BrukmanAssembly syntax/comment fixes by Nate Begeman.
2004-06-28 Misha BrukmanNo need to generate a lazy-linking stub for internal...
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