index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PIC16
/
PIC16InstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary gotos to fall-thru successors.
Sanjiv Gupta
2009-10-27
1
-0
/
+22
*
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
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-2
/
+2
*
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-11
1
-2
/
+3
*
FrameIndex could be used as a value (addressof (arg)) or as an address.
Sanjiv Gupta
2009-06-03
1
-0
/
+28
*
Change MachineInstrBuilder::addReg() to take a flag instead of a list of
Bill Wendling
2009-05-13
1
-2
/
+2
*
Changed lowering and asmprinter to use ABI Names class called PAN.
Sanjiv Gupta
2009-05-10
1
-4
/
+2
*
Emit banksel and movlp instructions.
Sanjiv Gupta
2009-05-06
1
-4
/
+4
*
Added code to handle spilling and reloading of FSRs.
Sanjiv Gupta
2009-04-10
1
-6
/
+31
*
Map stack based frameindices for spills to zero based indices that can be acc...
Sanjiv Gupta
2009-04-06
1
-2
/
+4
*
Move debug loc info along when the spiller creates new instructions.
Bill Wendling
2009-02-12
1
-4
/
+11
*
Fixed build warnings. Restoring changes done in 62600, they were lost in 62655.
Sanjiv Gupta
2009-01-21
1
-2
/
+3
*
Implement LowerOperationWrapper for legalizer.
Sanjiv Gupta
2009-01-21
1
-3
/
+2
*
Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...
Evan Cheng
2009-01-20
1
-2
/
+3
*
Checking in conditionals, function call, arrays and libcalls implementation.
Sanjiv Gupta
2009-01-13
1
-2
/
+11
*
Add include files needed when building with
Duncan Sands
2008-11-28
1
-0
/
+1
*
Fixed build warnings.
Sanjiv Gupta
2008-11-19
1
-2
/
+2
*
Added a more function PIC16 backend. However to get this working a patch in
Sanjiv Gupta
2008-11-19
1
-87
/
+86
*
Add more const qualifiers. This fixes build breakage from r59540.
Dan Gohman
2008-11-18
1
-2
/
+2
*
Add <cstdio> include where needed by gcc-4.4.
Duncan Sands
2008-10-08
1
-0
/
+1
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-5
/
+5
*
Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...
Owen Anderson
2008-08-14
1
-1
/
+1
*
Detabification. Fixed indentation and spacing.
Sanjiv Gupta
2008-05-14
1
-4
/
+4
*
Adding files for Microchip's PIC16 target.
Sanjiv Gupta
2008-05-13
1
-0
/
+143