summaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/AsmPrinter
Commit message (Expand)AuthorAge
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-19
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-17
* eliminate uses of mangler and simplify code.Chris Lattner2010-01-16
* get pic16 off CurrentFnNameChris Lattner2010-01-16
* remove the string form of printVisibility.Chris Lattner2010-01-16
* 1. In indirect load/store insns , the name of fsr should be emitted as INDF.Sanjiv Gupta2009-12-19
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-13
* Reapply 85006 with a minor fix.Sanjiv Gupta2009-10-25
* Revert back 85006 for now as it breaks PIC16 tests.Sanjiv Gupta2009-10-24
* Adding support for placing global objects in shared data memory.Sanjiv Gupta2009-10-24
* fix warning.Chris Lattner2009-10-22
* Add a pass to overlay pic16 data sections for function frame and automaticSanjiv Gupta2009-10-21
* Cleaned up some code. No functionality change.Sanjiv Gupta2009-10-16
* Re-apply 84180 with the fixed test case.Sanjiv Gupta2009-10-15
* Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on newDaniel Dunbar2009-10-15
* Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section classSanjiv Gupta2009-10-15
* Instead of printing unnecessary basic block labels as labels inDan Gohman2009-10-06
* Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel2009-10-06
* Use MachineInstr as an processDebugLoc() argument.Devang Patel2009-09-30
* Fix a comment typo.Bob Wilson2009-09-30
* PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart.Chris Lattner2009-09-14
* remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner2009-09-13
* the tblgen produced 'getRegisterName' method does not accessChris Lattner2009-09-13
* make tblgen produce a function that returns the name for a physreg.Chris Lattner2009-09-13
* replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner2009-09-13
* convert some uses of printBasicBlockLabel to use GetMBBSymbolChris Lattner2009-09-13
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-09
* Normalize makefile comments and sort cmake file lists.Benjamin Kramer2009-08-31
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22
* revert 79764, my dependencies failed me again.Chris Lattner2009-08-22
* remove dead member.Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* revert r79562 + r79563Chris Lattner2009-08-21
* revert 79631Chris Lattner2009-08-21
* Add a pass to do call graph analyis to overlay the autos and frame sections of Sanjiv Gupta2009-08-21
* Implement support for ISRs. Sanjiv Gupta2009-08-20
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-19
* rename PIC16Section.h -> MCSectionPIC16.h for consistency withChris Lattner2009-08-15
* Move PIC16 AsmPrinter to PIC16/AsmPrinter directory.Sanjiv Gupta2009-08-13