summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PowerPCAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * Lowercase the register namesMisha Brukman2004-06-241-11/+11
* * Tabs to spacesMisha Brukman2004-06-241-96/+100
* * Order #includesMisha Brukman2004-06-241-5/+7
* Type::getPrimitiveID() -> getTypeID()Misha Brukman2004-06-211-2/+2
* Initial revisionMisha Brukman2004-06-211-0/+694
OpenPOWER on IntegriCloud