index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PIC16
/
PIC16MemSelOpt.cpp
Age
Commit message (
Expand
)
Author
2010-10-11
Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if
Chris Lattner
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-07-12
Convert some tab stops into spaces.
Duncan Sands
2010-02-14
fixes to pagesel/banksel inserter.
Sanjiv Gupta
2009-10-25
Reapply 85006 with a minor fix.
Sanjiv Gupta
2009-10-25
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-24
Revert back 85006 for now as it breaks PIC16 tests.
Sanjiv Gupta
2009-10-24
Adding support for placing global objects in shared data memory.
Sanjiv Gupta
2009-10-15
Re-apply 84180 with the fixed test case.
Sanjiv Gupta
2009-10-15
Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on new
Daniel Dunbar
2009-10-15
Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section class
Sanjiv Gupta
2009-08-22
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-06-25
Identify unconditional gotos and generate a page sel instructions before them.
Sanjiv Gupta
2009-05-12
Mark mayLoad, mayStore for insns correctly and use them
Sanjiv Gupta
2009-05-11
Detect calls to compiler intrinsics and emit an extern declarations
Sanjiv Gupta
2009-05-10
Changed lowering and asmprinter to use ABI Names class called PAN.
Sanjiv Gupta
2009-05-08
Moved pic16 naming functions to correct place.
Sanjiv Gupta
2009-05-06
Emit banksel and movlp instructions.
Sanjiv Gupta