summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove type casts that are no longer neededChris Lattner2005-12-111-2/+3
* Teach the PPC backend about the ctor and dtor list when not using __main andChris Lattner2005-12-091-0/+34
* No longer track value types for asm printer operands, and remove them asNate Begeman2005-11-301-30/+17
* Use generic constant pool emission code in the AsmPrinter class.Chris Lattner2005-11-211-30/+4
* Use the FunctionNumber provided by the AsmPrinter classChris Lattner2005-11-211-19/+15
* Use CommentString where possible, fix a bug where aix mode wouldn't assembleChris Lattner2005-11-211-4/+4
* unify the darwin and aix constant pool printersChris Lattner2005-11-211-48/+28
* Adjust to capitalized AsmPrinter method namesChris Lattner2005-11-211-11/+11
* use PrivateGlobalPrefix for basic blocksChris Lattner2005-11-211-5/+6
* This is now implemented in common codegen codeChris Lattner2005-11-211-20/+0
* set PrivateGlobalPrefix on darwin, use it when printing out CP referencesChris Lattner2005-11-211-7/+9
* only use dyld stubs if not in ppc-static mode. This completes support forChris Lattner2005-11-171-15/+21
* refactor call operand handling to eliminate special cases from printOp.Chris Lattner2005-11-171-19/+17
* disentangle call operands from branch operands a bitChris Lattner2005-11-171-2/+5
* Patch to clean up function call pseudos and support the BLA instruction,Nate Begeman2005-11-161-0/+4
* Make sure to use SwitchSection to switch sections so that we don't accidental...Chris Lattner2005-11-151-2/+3
* Handle globals with explicit alignment requestsChris Lattner2005-11-141-4/+4
* Teach the PPC asmwriter to honor globals with explicit section requests.Chris Lattner2005-11-141-22/+32
* Make BB and CPI labels use the function number, not the function name as aChris Lattner2005-11-101-19/+18
* Darwin supports quoted labels. This implements:Chris Lattner2005-11-101-0/+3
* Make the aix asm printer interface properly with the parent classChris Lattner2005-11-101-3/+3
* Add a flag to enable a darwin linker optimizationChris Lattner2005-11-011-1/+7
* Make constant pool entries use private labels. This is important when you'reChris Lattner2005-10-311-3/+3
* Do not globalize internal symbolsChris Lattner2005-10-281-1/+2
* Fix the JIT encoding of LWA, LD, STD, and STDU.Chris Lattner2005-10-181-0/+4
* More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman2005-10-161-3/+3
* Rename PPC32*.h to PPC*.hChris Lattner2005-10-141-1/+1
* Rename PowerPC*.h to PPC*.hChris Lattner2005-10-141-0/+712
OpenPOWER on IntegriCloud