summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCMachOWriterInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* remove PPCMachOWriterInfo.Chris Lattner2010-02-021-152/+0
| | | | llvm-svn: 95111
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-2/+2
| | | | | | | | | This adds location info for all llvm_unreachable calls (which is a macro now) in !NDEBUG builds. In NDEBUG builds location info and the message is off (it only prints "UREACHABLE executed"). llvm-svn: 75640
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-2/+3
| | | | | | | | | Make llvm_unreachable take an optional string, thus moving the cerr<< out of line. LLVM_UNREACHABLE is now a simple wrapper that makes the message go away for NDEBUG builds. llvm-svn: 75379
* Add <cstdio> include where needed by gcc-4.4.Duncan Sands2008-10-081-0/+1
| | | | | | Patch by Samuel Tardieu. llvm-svn: 57291
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45418
* More Mach-O writer improvements.Nate Begeman2007-02-281-5/+15
| | | | llvm-svn: 34740
* Fixed comments.Bill Wendling2007-02-081-3/+2
| | | | llvm-svn: 34040
* Moved the MachOWriter and ELFWriter out of the Target/* files. Placed theBill Wendling2007-02-081-3/+3
| | | | | | | | definition of it into the CodeGen library. This is so that a backend doesn't necessarily add in these writers if it doesn't use them (like in the lli program). llvm-svn: 34034
* Moved the GetTargetRelocation method from PPCMachOWriter to here. It usesBill Wendling2007-02-031-0/+119
| | | | | | non-Mach-O-specific information. llvm-svn: 33819
* New "TargetMachOWriterInfo" class. It holds target-specific informationBill Wendling2007-01-241-0/+22
that the MachOWriter needs in order to do its writing stuff 'n things. llvm-svn: 33475
OpenPOWER on IntegriCloud