aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* eliminate extra space.Edwin Török2009-07-141-2/+2
* Rename getValueName -> getMangledName.Chris Lattner2009-07-141-5/+4
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-07-111-2/+2
* Implement changes from Chris's feedback.Edwin Török2009-07-081-12/+7
* simplify some logic by using isWeakForLinker(). Thanks to Anton forChris Lattner2009-07-021-5/+2
* Fix codegen for references to available_externally symbols. This fixesChris Lattner2009-07-011-5/+8
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-011-14/+8
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-301-2/+2
* Let's ignore MDStrings also!Devang Patel2009-06-261-1/+1
* Add missing dependencies to the CMake build system.Douglas Gregor2009-06-251-0/+1
* No need to code gen MDNodesDevang Patel2009-06-251-0/+3
* sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c...Chris Lattner2009-06-241-20/+3
* sink dwarf finalization out of each target into AsmPrinter::doFinalizationChris Lattner2009-06-241-9/+0
* eliminate the ExtWeakSymbols set from AsmPrinter. This eliminatesChris Lattner2009-06-241-19/+0
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-231-5/+2
* Eliminate object-relinking support from CMake. Fixes PR 4429 andDouglas Gregor2009-06-231-5/+1
* Initialize MMIDevang Patel2009-06-201-0/+4
* Move up dwarf writer initialization in common AsmPrinter class.Devang Patel2009-06-191-16/+0
* move mangler quote handling from asm printers to TargetAsmInfo.Chris Lattner2009-06-181-6/+0
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-161-0/+6
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-2/+2
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-4/+8
* Second attempt:Bill Wendling2009-04-291-12/+14
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-14/+12
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-12/+14
* Pass in the std::string parameter instead of returning it by value.Bill Wendling2009-04-101-1/+2
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-9/+9
* Do not emit comments unless -asm-verbose.Evan Cheng2009-03-241-15/+32
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-111-4/+2
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-13/+23
* Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman2009-03-031-1/+1
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-18/+22
* GV with null value initializer shouldn't go to BSS if it's meant for a mergea...Evan Cheng2009-02-181-1/+2
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-281-4/+4
* Private linkage support for PPC / Darwin.evancheng2009-01-251-0/+2
* Add the private linkage.Rafael Espindola2009-01-151-4/+6
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-2/+2
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-091-3/+3
* Convert DwarfWriter into a pass.Devang Patel2009-01-081-19/+19
* Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are...Evan Cheng2008-12-051-24/+71
* Temporarily revert r60519. It was causing a bootstrap failure:Bill Wendling2008-12-041-3/+2
* Visibility hidden GVs do not require extra load of symbol address from the GO...Evan Cheng2008-12-041-2/+3
* A step towards geting linux ppc to work (see PR 3099)Dale Johannesen2008-12-031-0/+2
* Fix comments.Matthijs Kooijman2008-11-241-2/+2
* 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