aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCMachOWriterInfo.cpp
AgeCommit message (Expand)Author
2010-02-02remove PPCMachOWriterInfo.Chris Lattner
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2008-10-08Add <cstdio> include where needed by gcc-4.4.Duncan Sands
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-02-28More Mach-O writer improvements.Nate Begeman
2007-02-08Fixed comments.Bill Wendling
2007-02-08Moved the MachOWriter and ELFWriter out of the Target/* files. Placed theBill Wendling
2007-02-03Moved the GetTargetRelocation method from PPCMachOWriter to here. It usesBill Wendling
2007-01-24New "TargetMachOWriterInfo" class. It holds target-specific informationBill Wendling