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
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
2
-0
/
+7
*
Revert back 85006 for now as it breaks PIC16 tests.
Sanjiv Gupta
2009-10-24
2
-7
/
+0
*
Adding support for placing global objects in shared data memory.
Sanjiv Gupta
2009-10-24
2
-0
/
+7
*
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
2
-3
/
+48
*
Cleaned up some code. No functionality change.
Sanjiv Gupta
2009-10-16
2
-43
/
+43
*
Re-apply 84180 with the fixed test case.
Sanjiv Gupta
2009-10-15
2
-95
/
+83
*
Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on new
Daniel Dunbar
2009-10-15
2
-83
/
+95
*
Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section class
Sanjiv Gupta
2009-10-15
2
-95
/
+83
*
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
*
the tblgen produced 'getRegisterName' method does not access
Chris Lattner
2009-09-13
1
-1
/
+1
*
make tblgen produce a function that returns the name for a physreg.
Chris Lattner
2009-09-13
1
-0
/
+2
*
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
*
Normalize makefile comments and sort cmake file lists.
Benjamin Kramer
2009-08-31
1
-1
/
+1
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
2
-17
/
+17
*
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
2
-7
/
+6
*
revert r79562 + r79563
Chris Lattner
2009-08-21
2
-45
/
+12
*
revert 79631
Chris Lattner
2009-08-21
2
-16
/
+6
*
Add a pass to do call graph analyis to overlay the autos and frame sections of
Sanjiv Gupta
2009-08-21
2
-6
/
+16
*
Implement support for ISRs.
Sanjiv Gupta
2009-08-20
2
-12
/
+45
*
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
4
-0
/
+584