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
/
PIC16InstrInfo.cpp
Age
Commit message (
Expand
)
Author
2010-10-11
Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if
Chris Lattner
2010-07-16
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-11
Replace copyRegToReg with copyPhysReg for PIC16.
Jakob Stoklund Olesen
2010-06-17
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-05-06
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-04-17
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
2010-04-07
Fix memory leaks for external symbol name strings.
Sanjiv Gupta
2010-04-02
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-04-02
Teach AnalyzeBranch, RemoveBranch and the branch
Dale Johannesen
2009-10-27
Remove unnecessary gotos to fall-thru successors.
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-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-06-03
FrameIndex could be used as a value (addressof (arg)) or as an address.
Sanjiv Gupta
2009-05-13
Change MachineInstrBuilder::addReg() to take a flag instead of a list of
Bill Wendling
2009-05-10
Changed lowering and asmprinter to use ABI Names class called PAN.
Sanjiv Gupta
2009-05-06
Emit banksel and movlp instructions.
Sanjiv Gupta
2009-04-10
Added code to handle spilling and reloading of FSRs.
Sanjiv Gupta
2009-04-06
Map stack based frameindices for spills to zero based indices that can be acc...
Sanjiv Gupta
2009-02-12
Move debug loc info along when the spiller creates new instructions.
Bill Wendling
2009-01-21
Fixed build warnings. Restoring changes done in 62600, they were lost in 62655.
Sanjiv Gupta
2009-01-21
Implement LowerOperationWrapper for legalizer.
Sanjiv Gupta
2009-01-20
Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...
Evan Cheng
2009-01-13
Checking in conditionals, function call, arrays and libcalls implementation.
Sanjiv Gupta
2008-11-28
Add include files needed when building with
Duncan Sands
2008-11-19
Fixed build warnings.
Sanjiv Gupta
2008-11-19
Added a more function PIC16 backend. However to get this working a patch in
Sanjiv Gupta
2008-11-18
Add more const qualifiers. This fixes build breakage from r59540.
Dan Gohman
2008-10-08
Add <cstdio> include where needed by gcc-4.4.
Duncan Sands
2008-10-03
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-08-14
Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...
Owen Anderson
2008-05-14
Detabification. Fixed indentation and spacing.
Sanjiv Gupta
2008-05-13
Adding files for Microchip's PIC16 target.
Sanjiv Gupta