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
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