index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
PIC16
/
PIC16MemSelOpt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if
Chris Lattner
2010-10-11
1
-254
/
+0
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-1
/
+1
*
Convert some tab stops into spaces.
Duncan Sands
2010-07-12
1
-1
/
+1
*
fixes to pagesel/banksel inserter.
Sanjiv Gupta
2010-02-14
1
-13
/
+92
*
Reapply 85006 with a minor fix.
Sanjiv Gupta
2009-10-25
1
-2
/
+6
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
1
-1
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-1
/
+1
*
Revert back 85006 for now as it breaks PIC16 tests.
Sanjiv Gupta
2009-10-24
1
-6
/
+2
*
Adding support for placing global objects in shared data memory.
Sanjiv Gupta
2009-10-24
1
-2
/
+6
*
Re-apply 84180 with the fixed test case.
Sanjiv Gupta
2009-10-15
1
-0
/
+1
*
Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on new
Daniel Dunbar
2009-10-15
1
-1
/
+0
*
Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section class
Sanjiv Gupta
2009-10-15
1
-0
/
+1
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
1
-1
/
+1
*
Identify unconditional gotos and generate a page sel instructions before them.
Sanjiv Gupta
2009-06-25
1
-4
/
+6
*
Mark mayLoad, mayStore for insns correctly and use them
Sanjiv Gupta
2009-05-12
1
-3
/
+7
*
Detect calls to compiler intrinsics and emit an extern declarations
Sanjiv Gupta
2009-05-11
1
-0
/
+2
*
Changed lowering and asmprinter to use ABI Names class called PAN.
Sanjiv Gupta
2009-05-10
1
-1
/
+1
*
Moved pic16 naming functions to correct place.
Sanjiv Gupta
2009-05-08
1
-1
/
+1
*
Emit banksel and movlp instructions.
Sanjiv Gupta
2009-05-06
1
-0
/
+163