aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/PIC16MemSelOpt.cpp
Commit message (Expand)AuthorAgeFilesLines
* fixes to pagesel/banksel inserter.Sanjiv Gupta2010-02-141-13/+92
* Reapply 85006 with a minor fix.Sanjiv Gupta2009-10-251-2/+6
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Revert back 85006 for now as it breaks PIC16 tests.Sanjiv Gupta2009-10-241-6/+2
* Adding support for placing global objects in shared data memory.Sanjiv Gupta2009-10-241-2/+6
* Re-apply 84180 with the fixed test case.Sanjiv Gupta2009-10-151-0/+1
* Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on newDaniel Dunbar2009-10-151-1/+0
* Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section classSanjiv Gupta2009-10-151-0/+1
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-1/+1
* Identify unconditional gotos and generate a page sel instructions before them.Sanjiv Gupta2009-06-251-4/+6
* Mark mayLoad, mayStore for insns correctly and use themSanjiv Gupta2009-05-121-3/+7
* Detect calls to compiler intrinsics and emit an extern declarations Sanjiv Gupta2009-05-111-0/+2
* Changed lowering and asmprinter to use ABI Names class called PAN.Sanjiv Gupta2009-05-101-1/+1
* Moved pic16 naming functions to correct place.Sanjiv Gupta2009-05-081-1/+1
* Emit banksel and movlp instructions.Sanjiv Gupta2009-05-061-0/+163