aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16ISelLowering.h
AgeCommit message (Expand)Author
2009-08-21revert r79562 + r79563Chris Lattner
2009-08-20Implement support for ISRs. Sanjiv Gupta
2009-08-11Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson
2009-08-11Fixed more problems caused by 78142.Sanjiv Gupta
2009-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson
2009-08-10Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson
2009-08-05Major calling convention code refactoring.Dan Gohman
2009-07-27Generate a libcall for i8 multiply.Sanjiv Gupta
2009-07-01Update comments to make it clear that the function alignment is the Log2 of theBill Wendling
2009-06-30Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling
2009-05-30Untabification.Bill Wendling
2009-05-11Fix more naming issues.Sanjiv Gupta
2009-04-21Handle direct aggregate type arguments.Sanjiv Gupta
2009-04-14Handle aggregate type arguments to direct and indirect calls.Sanjiv Gupta
2009-04-10Added code to handle spilling and reloading of FSRs.Sanjiv Gupta
2009-04-08Emit .line debug directives for stoppoints. The debug location is retrieved b...Sanjiv Gupta
2009-04-08Handle indirect function calls.Sanjiv Gupta
2009-04-06Map stack based frameindices for spills to zero based indices that can be acc...Sanjiv Gupta
2009-04-02To convert the StopPoint insn into an assembler directive by ISel, we need to...Sanjiv Gupta
2009-04-02Params are not being generated as static globals now. The caller passes them ...Sanjiv Gupta
2009-03-20Reformatting. Inserted code comments. Cleaned interfaces.Sanjiv Gupta
2009-02-07Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman
2009-02-07Get rid of the last non-DebugLoc versions of getNode!Dale Johannesen
2009-02-05Get rid of 3 non-DebugLoc getNode variants.Dale Johannesen
2009-01-30Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen
2009-01-21Cleanup whitespace and comments, and tweak someDuncan Sands
2009-01-21Implement LowerOperationWrapper for legalizer. Sanjiv Gupta
2009-01-13Checking in conditionals, function call, arrays and libcalls implementation.Sanjiv Gupta
2008-12-01Change the interface to the type legalization methodDuncan Sands
2008-11-26Emit declaration for globals and externs.Sanjiv Gupta
2008-11-19Added a more function PIC16 backend. However to get this working a patch inSanjiv Gupta
2008-09-23Fix these enums' starting values to reflect the way thatDan Gohman
2008-07-27Rename SDOperand to SDValue.Dan Gohman
2008-05-14Detabification. Fixed indentation and spacing.Sanjiv Gupta
2008-05-13Adding files for Microchip's PIC16 target.Sanjiv Gupta