summaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16MemSelOpt.cpp
Commit message (Expand)AuthorAge
* Reapply 85006 with a minor fix.Sanjiv Gupta2009-10-25
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Revert back 85006 for now as it breaks PIC16 tests.Sanjiv Gupta2009-10-24
* Adding support for placing global objects in shared data memory.Sanjiv Gupta2009-10-24
* Re-apply 84180 with the fixed test case.Sanjiv Gupta2009-10-15
* Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on newDaniel Dunbar2009-10-15
* Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section classSanjiv Gupta2009-10-15
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Identify unconditional gotos and generate a page sel instructions before them.Sanjiv Gupta2009-06-25
* Mark mayLoad, mayStore for insns correctly and use themSanjiv Gupta2009-05-12
* Detect calls to compiler intrinsics and emit an extern declarations Sanjiv Gupta2009-05-11
* Changed lowering and asmprinter to use ABI Names class called PAN.Sanjiv Gupta2009-05-10
* Moved pic16 naming functions to correct place.Sanjiv Gupta2009-05-08
* Emit banksel and movlp instructions.Sanjiv Gupta2009-05-06