summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/PIC16AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Map stack based frameindices for spills to zero based indices that can be acc...Sanjiv Gupta2009-04-061-12/+3
* To convert the StopPoint insn into an assembler directive by ISel, we need to...Sanjiv Gupta2009-04-021-0/+8
* Params are not being generated as static globals now. The caller passes them ...Sanjiv Gupta2009-04-021-31/+28
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-2/+2
* Banksel optimization is now based on the section names of symbols, since the ...Sanjiv Gupta2009-03-121-44/+52
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-2/+5
* Put code that generates debug labels into TableGen so that it can be used byBill Wendling2009-02-181-3/+4
* Function temporaries can not overlap with retval or args.See the comment in s...Sanjiv Gupta2009-02-101-8/+20
* Print globl directive for variables with external linkage (global variables).Sanjiv Gupta2009-02-061-0/+2
* Enable emitting of constant values in non-default address space as well. The ...Sanjiv Gupta2009-01-301-39/+2
* Checking in conditionals, function call, arrays and libcalls implementation.Sanjiv Gupta2009-01-131-82/+70
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-4/+4
* Emit declaration for globals and externs.Sanjiv Gupta2008-11-261-12/+49
* Added a more function PIC16 backend. However to get this working a patch inSanjiv Gupta2008-11-191-411/+285
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-4/+4
* Remove dead code for PIC16 (preparation to switch to new section handling stuff)Anton Korobeynikov2008-09-241-11/+1
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-3/+4
* Unneeded include's.Evan Cheng2008-06-191-1/+0
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-141-1/+1
* Detabification. Fixed indentation and spacing.Sanjiv Gupta2008-05-141-145/+113
* Adding files for Microchip's PIC16 target.Sanjiv Gupta2008-05-131-0/+569
OpenPOWER on IntegriCloud