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
/
PIC16InstrInfo.h
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
-76
/
+0
*
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-16
1
-4
/
+0
*
Replace copyRegToReg with copyPhysReg for PIC16.
Jakob Stoklund Olesen
2010-07-11
1
-6
/
+4
*
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-06-17
1
-1
/
+2
*
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
1
-1
/
+2
*
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-05-06
1
-2
/
+4
*
Remove unnecessary gotos to fall-thru successors.
Sanjiv Gupta
2009-10-27
1
-1
/
+4
*
FrameIndex could be used as a value (addressof (arg)) or as an address.
Sanjiv Gupta
2009-06-03
1
-0
/
+5
*
Mark mayLoad, mayStore for insns correctly and use them
Sanjiv Gupta
2009-05-12
1
-19
/
+1
*
Emit banksel and movlp instructions.
Sanjiv Gupta
2009-05-06
1
-0
/
+17
*
Fixed build warnings. Restoring changes done in 62600, they were lost in 62655.
Sanjiv Gupta
2009-01-21
1
-2
/
+2
*
Implement LowerOperationWrapper for legalizer.
Sanjiv Gupta
2009-01-21
1
-2
/
+2
*
Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...
Evan Cheng
2009-01-20
1
-2
/
+2
*
Fixed build warnings.
Sanjiv Gupta
2008-11-19
1
-2
/
+4
*
Added a more function PIC16 backend. However to get this working a patch in
Sanjiv Gupta
2008-11-19
1
-33
/
+22
*
Add more const qualifiers. This fixes build breakage from r59540.
Dan Gohman
2008-11-18
1
-2
/
+4
*
Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...
Owen Anderson
2008-08-14
1
-1
/
+1
*
Change target-specific classes to use more precise static types.
Dan Gohman
2008-05-14
1
-1
/
+1
*
Adding files for Microchip's PIC16 target.
Sanjiv Gupta
2008-05-13
1
-0
/
+78