aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/PIC16ISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-021-3/+3
* revert r79562 + r79563Chris Lattner2009-08-211-1/+0
* Implement support for ISRs. Sanjiv Gupta2009-08-201-0/+1
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-1/+1
* Fixed more problems caused by 78142.Sanjiv Gupta2009-08-111-0/+1
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-2/+2
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-101-1/+1
* Major calling convention code refactoring.Dan Gohman2009-08-051-18/+38
* Generate a libcall for i8 multiply.Sanjiv Gupta2009-07-271-0/+1
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-011-1/+1
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-301-0/+5
* Untabification.Bill Wendling2009-05-301-1/+1
* Fix more naming issues.Sanjiv Gupta2009-05-111-1/+1
* 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