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