aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-2/+1
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-171-1/+4
* prune some #includes.Chris Lattner2010-04-051-2/+0
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-041-4/+3
* streamerize the rest of PIC16 asm printer.Chris Lattner2010-04-041-41/+63
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-041-5/+5
* PIC16: Simplify code by using a std::set<std::string> instead of a sorted & u...Benjamin Kramer2010-03-201-19/+4
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-131-1/+1
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-131-4/+3
* inline GetGlobalValueSymbol into the rest its callers andChris Lattner2010-03-121-6/+7
* Reapply things reverted back in 97220, with the fixed test case.Sanjiv Gupta2010-02-261-12/+10
* Revert r97211 and r97213 to get the build green again.Chandler Carruth2010-02-261-10/+10
* Currently in LLVM, names of libcalls are assigned during TargetLoweringSanjiv Gupta2010-02-261-10/+10
* The code section for an ISR has a specific address.Sanjiv Gupta2010-02-161-2/+3
* print all the newlines at the end of instructions withChris Lattner2010-02-101-1/+1
* rename printMachineInstruction -> EmitInstructionChris Lattner2010-02-031-7/+2
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-021-2/+3
* add a new MachineBasicBlock::getSymbol method, replacingChris Lattner2010-01-261-1/+1
* don't bother setting the AsmPrinter::MF ivar, now thatChris Lattner2010-01-261-2/+0
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-171-17/+9
* eliminate uses of mangler and simplify code.Chris Lattner2010-01-161-25/+22
* get pic16 off CurrentFnNameChris Lattner2010-01-161-14/+13
* remove the string form of printVisibility.Chris Lattner2010-01-161-2/+4
* 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-251-0/+6
* Revert back 85006 for now as it breaks PIC16 tests.Sanjiv Gupta2009-10-241-6/+0
* Adding support for placing global objects in shared data memory.Sanjiv Gupta2009-10-241-0/+6
* fix warning.Chris Lattner2009-10-221-1/+1
* Add a pass to overlay pic16 data sections for function frame and automaticSanjiv Gupta2009-10-211-3/+47
* Cleaned up some code. No functionality change.Sanjiv Gupta2009-10-161-43/+40
* Re-apply 84180 with the fixed test case.Sanjiv Gupta2009-10-151-93/+77
* Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on newDaniel Dunbar2009-10-151-77/+93
* Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section classSanjiv Gupta2009-10-151-93/+77
* 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
* 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
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-16/+16
* 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-221-3/+3
* revert r79562 + r79563Chris Lattner2009-08-211-44/+12
* revert 79631Chris Lattner2009-08-211-15/+5
* Add a pass to do call graph analyis to overlay the autos and frame sections of Sanjiv Gupta2009-08-211-5/+15