summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* 1. In indirect load/store insns , the name of fsr should be emitted as INDF.Sanjiv Gupta2009-12-191-5/+13
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-131-1/+1
* Reapply 85006 with a minor fix.Sanjiv Gupta2009-10-252-0/+7
* Revert back 85006 for now as it breaks PIC16 tests.Sanjiv Gupta2009-10-242-7/+0
* Adding support for placing global objects in shared data memory.Sanjiv Gupta2009-10-242-0/+7
* fix warning.Chris Lattner2009-10-221-1/+1
* Add a pass to overlay pic16 data sections for function frame and automaticSanjiv Gupta2009-10-212-3/+48
* Cleaned up some code. No functionality change.Sanjiv Gupta2009-10-162-43/+43
* Re-apply 84180 with the fixed test case.Sanjiv Gupta2009-10-152-95/+83
* Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on newDaniel Dunbar2009-10-152-83/+95
* Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section classSanjiv Gupta2009-10-152-95/+83
* Instead of printing unnecessary basic block labels as labels inDan Gohman2009-10-061-1/+0
* Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel2009-10-061-3/+2
* Use MachineInstr as an processDebugLoc() argument.Devang Patel2009-09-301-1/+1
* Fix a comment typo.Bob Wilson2009-09-301-1/+1
* PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart.Chris Lattner2009-09-141-1/+1
* remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner2009-09-131-4/+1
* the tblgen produced 'getRegisterName' method does not accessChris Lattner2009-09-131-1/+1
* make tblgen produce a function that returns the name for a physreg.Chris Lattner2009-09-131-0/+2
* replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner2009-09-131-1/+1
* convert some uses of printBasicBlockLabel to use GetMBBSymbolChris Lattner2009-09-131-1/+2
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-091-0/+6
* Normalize makefile comments and sort cmake file lists.Benjamin Kramer2009-08-311-1/+1
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-222-17/+17
* revert 79764, my dependencies failed me again.Chris Lattner2009-08-221-1/+1
* remove dead member.Chris Lattner2009-08-221-1/+1
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-222-7/+6
* revert r79562 + r79563Chris Lattner2009-08-212-45/+12
* revert 79631Chris Lattner2009-08-212-16/+6
* Add a pass to do call graph analyis to overlay the autos and frame sections of Sanjiv Gupta2009-08-212-6/+16
* Implement support for ISRs. Sanjiv Gupta2009-08-202-12/+45
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-191-7/+8
* rename PIC16Section.h -> MCSectionPIC16.h for consistency withChris Lattner2009-08-151-1/+1
* Move PIC16 AsmPrinter to PIC16/AsmPrinter directory.Sanjiv Gupta2009-08-134-0/+584
OpenPOWER on IntegriCloud