aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Make a convenient helper for printing offsets.Anton Korobeynikov2008-11-221-4/+1
* Adds extern "C" ints to the .cpp files that use RegisterTarget, asOscar Fuentes2008-11-151-0/+3
* Temporary revert my last commit: it seems it's triggering some subtle bug in ...asl2008-11-081-1/+4
* Factor out offset printing code into generic AsmPrinter.Anton Korobeynikov2008-11-081-4/+1
* Flush the raw_ostream after emitting the assembly for a function.Dan Gohman2008-11-071-0/+2
* CMake: Turned some libraries into partially linked objects. CorrectedOscar Fuentes2008-10-221-1/+1
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-13/+13
* Remove OptimizeForSize global. Use function attribute optsize.Devang Patel2008-10-011-1/+1
* Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands2008-09-291-2/+2
* CMake: Builds all targets.Oscar Fuentes2008-09-261-0/+9
* If we have a function with an unreachable statement such that the ending debugBill Wendling2008-09-261-2/+2
* Get rid of duplicate char*/Section* TextSectionAnton Korobeynikov2008-09-241-2/+2
* Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.Anton Korobeynikov2008-09-241-6/+4
* Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov2008-09-241-16/+2
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-5/+6
* Factor out asmprinter out of ppcAnton Korobeynikov2008-08-172-0/+1142