Don't use PassInfo* as a type identifier for passes. Instead, use the address of...
[oota-llvm.git] / lib / Target / PIC16 / PIC16MemSelOpt.cpp
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-02-14 Sanjiv Guptafixes to pagesel/banksel inserter.
2009-10-25 Sanjiv GuptaReapply 85006 with a minor fix.
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-24 Sanjiv GuptaRevert back 85006 for now as it breaks PIC16 tests.
2009-10-24 Sanjiv GuptaAdding support for placing global objects in shared...
2009-10-15 Sanjiv GuptaRe-apply 84180 with the fixed test case.
2009-10-15 Daniel DunbarRevert "Complete Rewrite of AsmPrinter, TargetObjectFil...
2009-10-15 Sanjiv GuptaComplete Rewrite of AsmPrinter, TargetObjectFile based...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-06-25 Sanjiv GuptaIdentify unconditional gotos and generate a page sel...
2009-05-12 Sanjiv GuptaMark mayLoad, mayStore for insns correctly and use...
2009-05-11 Sanjiv GuptaDetect calls to compiler intrinsics and emit an extern...
2009-05-10 Sanjiv GuptaChanged lowering and asmprinter to use ABI Names class...
2009-05-08 Sanjiv GuptaMoved pic16 naming functions to correct place.
2009-05-06 Sanjiv GuptaEmit banksel and movlp instructions.