aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16MemSelOpt.cpp
AgeCommit message (Expand)Author
2010-10-11Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-07-12Convert some tab stops into spaces.Duncan Sands
2010-02-14fixes to pagesel/banksel inserter.Sanjiv Gupta
2009-10-25Reapply 85006 with a minor fix.Sanjiv Gupta
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-10-24Revert back 85006 for now as it breaks PIC16 tests.Sanjiv Gupta
2009-10-24Adding support for placing global objects in shared data memory.Sanjiv Gupta
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
2009-06-25Identify unconditional gotos and generate a page sel instructions before them.Sanjiv Gupta
2009-05-12Mark mayLoad, mayStore for insns correctly and use themSanjiv Gupta
2009-05-11Detect calls to compiler intrinsics and emit an extern declarations Sanjiv Gupta
2009-05-10Changed lowering and asmprinter to use ABI Names class called PAN.Sanjiv Gupta
2009-05-08Moved pic16 naming functions to correct place.Sanjiv Gupta
2009-05-06Emit banksel and movlp instructions.Sanjiv Gupta