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