aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachOWriter.h
AgeCommit message (Expand)Author
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands
2008-08-21Use raw_ostream throughout the AsmPrinter.Owen Anderson
2008-03-21Don't include <map> in Pass.h, which doesn't need it. This requiresDan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-11-05Eliminate the remaining uses of getTypeSize. ThisDuncan Sands
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-16Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov
2007-02-28More Mach-O writer improvements.Nate Begeman
2007-02-08Moved from include/llvm/CodeGen to lib/CodeGen.Bill Wendling