summaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16ISelLowering.h
Commit message (Expand)AuthorAge
* Allow targets to specify the return type of libcalls that are generated for f...Sanjiv Gupta2009-12-28
* Reapply 91904.Sanjiv Gupta2009-12-23
* Reverting back 91904.Sanjiv Gupta2009-12-23
* While converting one of the operands to a memory operand, we need to check if...Sanjiv Gupta2009-12-22
* Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng2009-09-18
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-02
* revert r79562 + r79563Chris Lattner2009-08-21
* Implement support for ISRs. Sanjiv Gupta2009-08-20
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-11
* Fixed more problems caused by 78142.Sanjiv Gupta2009-08-11
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-10
* Major calling convention code refactoring.Dan Gohman2009-08-05
* Generate a libcall for i8 multiply.Sanjiv Gupta2009-07-27
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-01
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-30
* Untabification.Bill Wendling2009-05-30
* Fix more naming issues.Sanjiv Gupta2009-05-11
* Handle direct aggregate type arguments.Sanjiv Gupta2009-04-21
* Handle aggregate type arguments to direct and indirect calls.Sanjiv Gupta2009-04-14
* Added code to handle spilling and reloading of FSRs.Sanjiv Gupta2009-04-10
* Emit .line debug directives for stoppoints. The debug location is retrieved b...Sanjiv Gupta2009-04-08
* Handle indirect function calls.Sanjiv Gupta2009-04-08
* Map stack based frameindices for spills to zero based indices that can be acc...Sanjiv Gupta2009-04-06
* To convert the StopPoint insn into an assembler directive by ISel, we need to...Sanjiv Gupta2009-04-02
* Params are not being generated as static globals now. The caller passes them ...Sanjiv Gupta2009-04-02
* Reformatting. Inserted code comments. Cleaned interfaces.Sanjiv Gupta2009-03-20
* Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman2009-02-07
* Get rid of the last non-DebugLoc versions of getNode!Dale Johannesen2009-02-07
* Get rid of 3 non-DebugLoc getNode variants.Dale Johannesen2009-02-05
* Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen2009-01-30
* Cleanup whitespace and comments, and tweak someDuncan Sands2009-01-21
* Implement LowerOperationWrapper for legalizer. Sanjiv Gupta2009-01-21
* Checking in conditionals, function call, arrays and libcalls implementation.Sanjiv Gupta2009-01-13
* Change the interface to the type legalization methodDuncan Sands2008-12-01
* Emit declaration for globals and externs.Sanjiv Gupta2008-11-26
* Added a more function PIC16 backend. However to get this working a patch inSanjiv Gupta2008-11-19
* Fix these enums' starting values to reflect the way thatDan Gohman2008-09-23
* Rename SDOperand to SDValue.Dan Gohman2008-07-27
* Detabification. Fixed indentation and spacing.Sanjiv Gupta2008-05-14
* Adding files for Microchip's PIC16 target.Sanjiv Gupta2008-05-13