Breaking up the PowerPC target into 32- and 64-bit subparts, Part I: 32-bit.
[oota-llvm.git] / lib / Target / PowerPC / PPCAsmPrinter.cpp
2004-08-11 Misha BrukmanBreaking up the PowerPC target into 32- and 64-bit...
2004-08-10 Misha BrukmanRenamed PPC32 (namespace for regs, opcodes) to PPC...
2004-08-09 Misha BrukmanCodePrinter -> AsmPrinter
2004-08-04 Chris LattnergetValues does not exist
2004-07-28 Chris LattnerMinor corrections
2004-07-28 Misha BrukmanFind longs by type, not by their primitive size being...
2004-07-28 Misha BrukmanFix printing of immediate operands by looking at their...
2004-07-27 Misha BrukmanCorrectly print out long branches, assert on finding...
2004-07-26 Misha BrukmanIncrement the label number in runOnFunction() rather...
2004-07-23 Misha BrukmanSimplify boolean test.
2004-07-23 Misha Brukman* Codegen of GEPs dramatically improved by folding...
2004-07-21 Misha Brukman* Fix printing of signed immediate values (Nate Begeman)
2004-07-20 Misha BrukmanDifferentiate between global and weak symbol loads
2004-07-20 Misha Brukman* Fn args passed in registers are now recorded as used...
2004-07-18 Chris LattnerCPR Fixes
2004-07-16 Misha Brukman* Output non-lazy linking stubs for external global...
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