aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix warningChris Lattner2004-08-211-1/+1
* Move XForm instructions over to the auto-generated asm writerNate Begeman2004-08-211-0/+6
* Clean up floating point instruction selection.Nate Begeman2004-08-191-11/+14
* Rename varChris Lattner2004-08-181-3/+3
* Start using alignment output routines from AsmPrinter.Chris Lattner2004-08-171-12/+12
* Print comments with ;Chris Lattner2004-08-171-0/+1
* Use the emitGlobalConstant defined in AsmPrinterChris Lattner2004-08-171-163/+2
* New, more general, interface.Chris Lattner2004-08-171-1/+1
* PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC*Misha Brukman2004-08-171-18/+16
* Print float constants as 4 byte values.Chris Lattner2004-08-171-22/+25
* Make sure to put an _ prefix on all identifiers!Chris Lattner2004-08-171-16/+29
* More changes to make PPC32 and X86 more similarChris Lattner2004-08-161-11/+9
* Minor changes to make the diff be nothing against the X86 versionChris Lattner2004-08-161-19/+4
* Finegrainify namespacificationChris Lattner2004-08-161-109/+15
* Zimm16 is now dead. Its entry is not removed from the enum, to avoid havingChris Lattner2004-08-151-2/+0
* Convert all of the DForm_6* operations, which makes all of the Zimm16 usersChris Lattner2004-08-151-0/+2
* Convert the DForm_4 over to the asmprintergenChris Lattner2004-08-151-0/+5
* Remove dead codeNate Begeman2004-08-151-8/+0
* Print mflr using the asmwriter generatorChris Lattner2004-08-141-0/+12
* Add initial support for using the generated asm writer. Also, fix FP constan...Nate Begeman2004-08-141-61/+73
* Fix siod by switching BoolTy to byte rather than int until CFE changes forNate Begeman2004-08-131-26/+27
* Breaking up the PowerPC target into 32- and 64-bit subparts, Part I: 32-bit.Misha Brukman2004-08-111-7/+7
* Renamed PPC32 (namespace for regs, opcodes) to PPC to include 64-bit targetsMisha Brukman2004-08-101-23/+23
* CodePrinter -> AsmPrinterMisha Brukman2004-08-091-3/+3
* getValues does not existChris Lattner2004-08-041-7/+5
* Minor correctionsChris Lattner2004-07-281-2/+2
* Find longs by type, not by their primitive size being 64. Patch by Nate Begeman.Misha Brukman2004-07-281-1/+1
* Fix printing of immediate operands by looking at their operand types inMisha Brukman2004-07-281-15/+26
* Correctly print out long branches, assert on finding pseudo instr COND_BRANCHMisha Brukman2004-07-271-1/+12
* Increment the label number in runOnFunction() rather than while printing outMisha Brukman2004-07-261-11/+10
* Simplify boolean test.Misha Brukman2004-07-231-1/+1
* * Codegen of GEPs dramatically improved by folding multiplies and addsMisha Brukman2004-07-231-25/+31
* * Fix printing of signed immediate values (Nate Begeman)Misha Brukman2004-07-211-7/+29
* Differentiate between global and weak symbol loadsMisha Brukman2004-07-201-6/+3
* * Fn args passed in registers are now recorded as used by the call instructionMisha Brukman2004-07-201-6/+18
* CPR FixesChris Lattner2004-07-181-2/+2
* * Output non-lazy linking stubs for external global variablesMisha Brukman2004-07-161-46/+29
* * Add spaces between words and numbers in comments printed out for longs/floatsMisha Brukman2004-07-161-2/+8
* * Fix header comment, excise references to X86Misha Brukman2004-07-081-15/+23
* Use the more compact `bl' instead of cryptic (but equivalent) `bcl 20,31'Misha Brukman2004-07-061-2/+2
* Check if operand has an allocated reg before requesting it.Misha Brukman2004-07-011-0/+1
* * Inquire about the number of operands from the instruction directlyMisha Brukman2004-06-301-2/+4
* * Stop using BBNumbering, we don't really need itMisha Brukman2004-06-291-10/+2
* Assembly syntax/comment fixes by Nate Begeman.Misha Brukman2004-06-291-33/+54
* No need to generate a lazy-linking stub for internal functions, they can beMisha Brukman2004-06-281-1/+3
* Do not set the `link' bit when branching to the first BB of a function, as itMisha Brukman2004-06-281-2/+2
* Fix spacing around function arguments.Misha Brukman2004-06-281-5/+4
* Combine several if stmts with returns into an if-then-elseif-else chain.Misha Brukman2004-06-251-12/+4
* * Be consistent about MachineBB labels and references to them in instr streamMisha Brukman2004-06-251-22/+6
* * Initialize the entire array statically, not member-at-a-timeMisha Brukman2004-06-251-20/+9