aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/PIC16ISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* Handle direct aggregate type arguments.Sanjiv Gupta2009-04-211-1/+6
* Handle aggregate type arguments to direct and indirect calls.Sanjiv Gupta2009-04-141-0/+2
* Added code to handle spilling and reloading of FSRs.Sanjiv Gupta2009-04-101-1/+1
* Emit .line debug directives for stoppoints. The debug location is retrieved b...Sanjiv Gupta2009-04-081-2/+0
* Handle indirect function calls.Sanjiv Gupta2009-04-081-6/+36
* Map stack based frameindices for spills to zero based indices that can be acc...Sanjiv Gupta2009-04-061-0/+16
* To convert the StopPoint insn into an assembler directive by ISel, we need to...Sanjiv Gupta2009-04-021-0/+2
* Params are not being generated as static globals now. The caller passes them ...Sanjiv Gupta2009-04-021-6/+10
* Reformatting. Inserted code comments. Cleaned interfaces.Sanjiv Gupta2009-03-201-14/+0
* Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman2009-02-071-1/+1
* Get rid of the last non-DebugLoc versions of getNode!Dale Johannesen2009-02-071-1/+1
* Get rid of 3 non-DebugLoc getNode variants.Dale Johannesen2009-02-051-2/+2
* Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen2009-01-301-1/+1
* Cleanup whitespace and comments, and tweak someDuncan Sands2009-01-211-3/+3
* Implement LowerOperationWrapper for legalizer. Sanjiv Gupta2009-01-211-15/+14
* Checking in conditionals, function call, arrays and libcalls implementation.Sanjiv Gupta2009-01-131-11/+75
* Change the interface to the type legalization methodDuncan Sands2008-12-011-6/+11
* Emit declaration for globals and externs.Sanjiv Gupta2008-11-261-0/+1
* Added a more function PIC16 backend. However to get this working a patch inSanjiv Gupta2008-11-191-50/+73
* Fix these enums' starting values to reflect the way thatDan Gohman2008-09-231-1/+1
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-11/+11
* Detabification. Fixed indentation and spacing.Sanjiv Gupta2008-05-141-10/+10
* Adding files for Microchip's PIC16 target.Sanjiv Gupta2008-05-131-0/+92