Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add <cstdio> include where needed by gcc-4.4. | Duncan Sands | 2008-10-08 | 1 | -0/+1 |
| | | | | | | Patch by Samuel Tardieu. llvm-svn: 57291 | ||||
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45418 | ||||
* | More Mach-O writer improvements. | Nate Begeman | 2007-02-28 | 1 | -5/+15 |
| | | | | llvm-svn: 34740 | ||||
* | Fixed comments. | Bill Wendling | 2007-02-08 | 1 | -3/+2 |
| | | | | llvm-svn: 34040 | ||||
* | Moved the MachOWriter and ELFWriter out of the Target/* files. Placed the | Bill Wendling | 2007-02-08 | 1 | -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 uses | Bill Wendling | 2007-02-03 | 1 | -0/+119 |
| | | | | | | non-Mach-O-specific information. llvm-svn: 33819 | ||||
* | New "TargetMachOWriterInfo" class. It holds target-specific information | Bill Wendling | 2007-01-24 | 1 | -0/+22 |
that the MachOWriter needs in order to do its writing stuff 'n things. llvm-svn: 33475 |