aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PowerPCAsmPrinter.cpp
AgeCommit message (Expand)Author
2004-08-11Breaking up the PowerPC target into 32- and 64-bit subparts, Part III: the rest.Misha Brukman
2004-08-10Renamed PPC32 (namespace for regs, opcodes) to PPC to include 64-bit targetsMisha Brukman
2004-08-09CodePrinter -> AsmPrinterMisha Brukman
2004-08-04getValues does not existChris Lattner
2004-07-28Minor correctionsChris Lattner
2004-07-28Find longs by type, not by their primitive size being 64. Patch by Nate Begeman.Misha Brukman
2004-07-28Fix printing of immediate operands by looking at their operand types inMisha Brukman
2004-07-27Correctly print out long branches, assert on finding pseudo instr COND_BRANCHMisha Brukman
2004-07-26Increment the label number in runOnFunction() rather than while printing outMisha Brukman
2004-07-23Simplify boolean test.Misha Brukman
2004-07-23* Codegen of GEPs dramatically improved by folding multiplies and addsMisha Brukman
2004-07-21* Fix printing of signed immediate values (Nate Begeman)Misha Brukman
2004-07-20Differentiate between global and weak symbol loadsMisha Brukman
2004-07-20* Fn args passed in registers are now recorded as used by the call instructionMisha Brukman
2004-07-18CPR FixesChris Lattner
2004-07-16* Output non-lazy linking stubs for external global variablesMisha Brukman
2004-07-16* Add spaces between words and numbers in comments printed out for longs/floatsMisha Brukman
2004-07-08* Fix header comment, excise references to X86Misha Brukman
2004-07-06Use the more compact `bl' instead of cryptic (but equivalent) `bcl 20,31'Misha Brukman
2004-07-01Check if operand has an allocated reg before requesting it.Misha Brukman
2004-06-30* Inquire about the number of operands from the instruction directlyMisha Brukman
2004-06-29* Stop using BBNumbering, we don't really need itMisha Brukman
2004-06-29Assembly syntax/comment fixes by Nate Begeman.Misha Brukman
2004-06-28No need to generate a lazy-linking stub for internal functions, they can beMisha Brukman
2004-06-28Do not set the `link' bit when branching to the first BB of a function, as itMisha Brukman
2004-06-28Fix spacing around function arguments.Misha Brukman
2004-06-25Combine several if stmts with returns into an if-then-elseif-else chain.Misha Brukman
2004-06-25* Be consistent about MachineBB labels and references to them in instr streamMisha Brukman
2004-06-25* Initialize the entire array statically, not member-at-a-timeMisha Brukman
2004-06-24* Lowercase the register namesMisha Brukman
2004-06-24* Tabs to spacesMisha Brukman
2004-06-24* Order #includesMisha Brukman
2004-06-21Type::getPrimitiveID() -> getTypeID()Misha Brukman
2004-06-21Initial revisionMisha Brukman