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
/
AsmPrinter
/
PIC16AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
1. In indirect load/store insns , the name of fsr should be emitted as INDF.
Sanjiv Gupta
2009-12-19
1
-5
/
+13
*
Move DebugInfo checks into EmitComments and remove them from
David Greene
2009-11-13
1
-1
/
+1
*
Reapply 85006 with a minor fix.
Sanjiv Gupta
2009-10-25
1
-0
/
+6
*
Revert back 85006 for now as it breaks PIC16 tests.
Sanjiv Gupta
2009-10-24
1
-6
/
+0
*
Adding support for placing global objects in shared data memory.
Sanjiv Gupta
2009-10-24
1
-0
/
+6
*
fix warning.
Chris Lattner
2009-10-22
1
-1
/
+1
*
Add a pass to overlay pic16 data sections for function frame and automatic
Sanjiv Gupta
2009-10-21
1
-3
/
+47
*
Cleaned up some code. No functionality change.
Sanjiv Gupta
2009-10-16
1
-43
/
+40
*
Re-apply 84180 with the fixed test case.
Sanjiv Gupta
2009-10-15
1
-93
/
+77
*
Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on new
Daniel Dunbar
2009-10-15
1
-77
/
+93
*
Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section class
Sanjiv Gupta
2009-10-15
1
-93
/
+77
*
Instead of printing unnecessary basic block labels as labels in
Dan Gohman
2009-10-06
1
-1
/
+0
*
Update processDebugLoc() so that it can be used to process debug info before ...
Devang Patel
2009-10-06
1
-3
/
+2
*
Use MachineInstr as an processDebugLoc() argument.
Devang Patel
2009-09-30
1
-1
/
+1
*
Fix a comment typo.
Bob Wilson
2009-09-30
1
-1
/
+1
*
PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart.
Chris Lattner
2009-09-14
1
-1
/
+1
*
remove all but one reference to TargetRegisterDesc::AsmName.
Chris Lattner
2009-09-13
1
-4
/
+1
*
replace printBasicBlockLabel with EmitBasicBlockStart,
Chris Lattner
2009-09-13
1
-1
/
+1
*
convert some uses of printBasicBlockLabel to use GetMBBSymbol
Chris Lattner
2009-09-13
1
-1
/
+2
*
remove DebugLoc from MCInst and eliminate "Comment printing" from
Chris Lattner
2009-09-09
1
-0
/
+6
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
1
-16
/
+16
*
revert 79764, my dependencies failed me again.
Chris Lattner
2009-08-22
1
-1
/
+1
*
remove dead member.
Chris Lattner
2009-08-22
1
-1
/
+1
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
1
-3
/
+3
*
revert r79562 + r79563
Chris Lattner
2009-08-21
1
-44
/
+12
*
revert 79631
Chris Lattner
2009-08-21
1
-15
/
+5
*
Add a pass to do call graph analyis to overlay the autos and frame sections of
Sanjiv Gupta
2009-08-21
1
-5
/
+15
*
Implement support for ISRs.
Sanjiv Gupta
2009-08-20
1
-12
/
+44
*
eliminate AsmPrinter::SwitchToSection and just have clients
Chris Lattner
2009-08-19
1
-7
/
+8
*
rename PIC16Section.h -> MCSectionPIC16.h for consistency with
Chris Lattner
2009-08-15
1
-1
/
+1
*
Move PIC16 AsmPrinter to PIC16/AsmPrinter directory.
Sanjiv Gupta
2009-08-13
1
-0
/
+481