summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/PIC16AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-4/+4
* Emit banksel and movlp instructions.Sanjiv Gupta2009-05-061-121/+47
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-1/+1
* Second attempt:Bill Wendling2009-04-291-2/+3
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-3/+2
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-2/+3
* Banksel immediate constant will always immediately follow the GA/ES, so scan ...Sanjiv Gupta2009-04-231-18/+20
* Make the function begin label start after ther data pointer.Sanjiv Gupta2009-04-221-1/+1
* Remove unused variable.Daniel Dunbar2009-04-201-1/+0
* Emit the auto variables of a function into a different section than parameters.Sanjiv Gupta2009-04-201-24/+44
* Handle aggregate type arguments to direct and indirect calls.Sanjiv Gupta2009-04-141-3/+10
* The way we are trying to figure out banksel immediate operand may yield diffe...Sanjiv Gupta2009-04-091-2/+3
* Emit .line debug directives for stoppoints. The debug location is retrieved b...Sanjiv Gupta2009-04-081-1/+16
* Handle indirect function calls.Sanjiv Gupta2009-04-081-2/+4
* 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