aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/PIC16AsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* Second attempt:Bill Wendling2009-04-291-3/+3
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-3/+3
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-3/+3
* Emit the auto variables of a function into a different section than parameters.Sanjiv Gupta2009-04-201-0/+2
* Map stack based frameindices for spills to zero based indices that can be acc...Sanjiv Gupta2009-04-061-1/+3
* Params are not being generated as static globals now. The caller passes them ...Sanjiv Gupta2009-04-021-1/+0
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-3/+3
* Forgot to check-in this as part of 7761.Sanjiv Gupta2009-03-121-3/+2
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-2/+3
* Enable emitting of constant values in non-default address space as well. The ...Sanjiv Gupta2009-01-301-1/+0
* Checking in conditionals, function call, arrays and libcalls implementation.Sanjiv Gupta2009-01-131-5/+3
* Emit declaration for globals and externs.Sanjiv Gupta2008-11-261-0/+1
* Forgot to add this in the previous commit.Sanjiv Gupta2008-11-191-0/+62