aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCMachOWriterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-2/+2
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-2/+3
* Add <cstdio> include where needed by gcc-4.4.Duncan Sands2008-10-081-0/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* More Mach-O writer improvements.Nate Begeman2007-02-281-5/+15
* Fixed comments.Bill Wendling2007-02-081-3/+2
* Moved the MachOWriter and ELFWriter out of the Target/* files. Placed theBill Wendling2007-02-081-3/+3
* Moved the GetTargetRelocation method from PPCMachOWriter to here. It usesBill Wendling2007-02-031-0/+119
* New "TargetMachOWriterInfo" class. It holds target-specific informationBill Wendling2007-01-241-0/+22