* Add spaces between words and numbers in comments printed out for longs/floats
[oota-llvm.git] / lib / Target / PowerPC / PPC32AsmPrinter.cpp
2004-07-16 Misha Brukman* Add spaces between words and numbers in comments...
2004-07-08 Misha Brukman* Fix header comment, excise references to X86
2004-07-06 Misha BrukmanUse the more compact `bl' instead of cryptic (but equiv...
2004-07-01 Misha BrukmanCheck if operand has an allocated reg before requesting it.
2004-06-30 Misha Brukman* Inquire about the number of operands from the instruc...
2004-06-29 Misha Brukman* Stop using BBNumbering, we don't really need it
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