summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-111-88/+0
* I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename itDuncan Sands2010-05-111-1/+1
* Add const qualifiers to TargetLoweringObjectFile usage.Dan Gohman2010-04-171-3/+3
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-1/+0
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-041-2/+1
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-041-3/+3
* PIC16: Simplify code by using a std::set<std::string> instead of a sorted & u...Benjamin Kramer2010-03-201-1/+2
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-131-2/+1
* rename printMachineInstruction -> EmitInstructionChris Lattner2010-02-031-1/+1
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-021-1/+2
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-191-2/+2
* Reapply 85006 with a minor fix.Sanjiv Gupta2009-10-251-0/+1
* Revert back 85006 for now as it breaks PIC16 tests.Sanjiv Gupta2009-10-241-1/+0
* Adding support for placing global objects in shared data memory.Sanjiv Gupta2009-10-241-0/+1
* Add a pass to overlay pic16 data sections for function frame and automaticSanjiv Gupta2009-10-211-0/+1
* Cleaned up some code. No functionality change.Sanjiv Gupta2009-10-161-0/+3
* Re-apply 84180 with the fixed test case.Sanjiv Gupta2009-10-151-2/+6
* Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on newDaniel Dunbar2009-10-151-6/+2
* Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section classSanjiv Gupta2009-10-151-2/+6
* 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
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-1/+1
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-4/+3
* revert r79562 + r79563Chris Lattner2009-08-211-1/+0
* revert 79631Chris Lattner2009-08-211-1/+1
* Add a pass to do call graph analyis to overlay the autos and frame sections of Sanjiv Gupta2009-08-211-1/+1
* Implement support for ISRs. Sanjiv Gupta2009-08-201-0/+1
* Move PIC16 AsmPrinter to PIC16/AsmPrinter directory.Sanjiv Gupta2009-08-131-0/+79
OpenPOWER on IntegriCloud