summaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.h
Commit message (Expand)AuthorAge
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-11
* I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename itDuncan Sands2010-05-11
* Add const qualifiers to TargetLoweringObjectFile usage.Dan Gohman2010-04-17
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-17
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-04
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-04
* PIC16: Simplify code by using a std::set<std::string> instead of a sorted & u...Benjamin Kramer2010-03-20
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-13
* rename printMachineInstruction -> EmitInstructionChris Lattner2010-02-03
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-02
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-19
* 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
* 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
* 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
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)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
* Move PIC16 AsmPrinter to PIC16/AsmPrinter directory.Sanjiv Gupta2009-08-13