summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachOWriter.h
Commit message (Expand)AuthorAge
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-21
* Don't include <map> in Pass.h, which doesn't need it. This requiresDan Gohman2008-03-21
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Eliminate the remaining uses of getTypeSize. ThisDuncan Sands2007-11-05
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* More Mach-O writer improvements.Nate Begeman2007-02-28
* Moved from include/llvm/CodeGen to lib/CodeGen.Bill Wendling2007-02-08