aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16MCAsmInfo.cpp
AgeCommit message (Expand)Author
2010-10-11Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner
2010-07-14Don't pass StringRef by reference.Benjamin Kramer
2010-01-26Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner
2010-01-20revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner
2010-01-19give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner
2009-10-15Re-apply 84180 with the fixed test case.Sanjiv Gupta
2009-10-15Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on newDaniel Dunbar
2009-10-15Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section classSanjiv Gupta
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner