aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/PIC16ISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* For extended loads of type i1 to i8, we will need to at least one byte from m...Sanjiv Gupta2009-07-031-1/+5
* Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...Tilmann Scheller2009-07-031-2/+3
* Added floating point conditional operations support via libcalls.Sanjiv Gupta2009-06-251-0/+29
* Fold the add (ptr, offset) into ptr[offset] only if the offset is small enoug...Sanjiv Gupta2009-06-231-2/+4
* Added missing libcalls for floating point to int conversions.Sanjiv Gupta2009-06-161-7/+59
* Generate libcalls for floating point arithmetic and casting operations.Sanjiv Gupta2009-06-111-1/+22
* Lower i16/i32 sdiv/udiv/srem/urem using libcalls.Sanjiv Gupta2009-06-051-0/+24
* Remove unused code.Sanjiv Gupta2009-06-041-10/+0
* Custom lower SUB with two register operands.Sanjiv Gupta2009-06-041-0/+1
* Make the buildbot see green (to make it easier to spot the next personMike Stump2009-06-031-1/+2
* FrameIndex could be used as a value (addressof (arg)) or as an address.Sanjiv Gupta2009-06-031-2/+25
* Fixed a bug in which signed comparisons were being used instead of unsigned c...Sanjiv Gupta2009-06-031-2/+2
* Comment grammaro/clarification.Dale Johannesen2009-06-011-2/+2
* Untabification.Bill Wendling2009-05-301-1/+1
* Fixing problems that got exposed after the refactoring of LegalizeDAG done in...Sanjiv Gupta2009-05-281-4/+2
* Fix more naming issues.Sanjiv Gupta2009-05-111-12/+44
* Changed lowering and asmprinter to use ABI Names class called PAN.Sanjiv Gupta2009-05-101-27/+20
* Use 16 bit arithmetic while retrieving the address of callee's frame during i...Sanjiv Gupta2009-05-091-7/+16
* Emit banksel and movlp instructions.Sanjiv Gupta2009-05-061-8/+8
* Add a public method called getAddressSpace() to the GlobalAddressSDNode.Sanjiv Gupta2009-04-291-2/+1
* GlobalValue is always pointer type, so an assert isn't required.Sanjiv Gupta2009-04-281-6/+1
* Make the function begin label start after ther data pointer.Sanjiv Gupta2009-04-221-7/+9
* Handle direct aggregate type arguments.Sanjiv Gupta2009-04-211-50/+30
* Handle aggregate type arguments to direct and indirect calls.Sanjiv Gupta2009-04-141-24/+71
* While passing arg of types larger than char only one byte at lower end was ge...Sanjiv Gupta2009-04-131-1/+1
* Added code to handle spilling and reloading of FSRs.Sanjiv Gupta2009-04-101-4/+5
* Arguments to indirect calls were being passed incorrectly. They are not fixed...Sanjiv Gupta2009-04-091-2/+6
* r68576 unconverd a bug in PIC16 port (Thanks to Dan Gohman) where we were cus...Sanjiv Gupta2009-04-091-5/+10
* Emit .line debug directives for stoppoints. The debug location is retrieved b...Sanjiv Gupta2009-04-081-14/+0
* Handle indirect function calls.Sanjiv Gupta2009-04-081-72/+258
* Map stack based frameindices for spills to zero based indices that can be acc...Sanjiv Gupta2009-04-061-18/+36
* Fixed build warnings.Sanjiv Gupta2009-04-021-2/+0
* To convert the StopPoint insn into an assembler directive by ISel, we need to...Sanjiv Gupta2009-04-021-0/+14
* Params are not being generated as static globals now. The caller passes them ...Sanjiv Gupta2009-04-021-13/+91
* Fixed comment for libcalls.Sanjiv Gupta2009-03-201-20/+23
* Reformatting. Inserted code comments. Cleaned interfaces.Sanjiv Gupta2009-03-201-98/+68
* Remove refs to non-DebugLoc version of BuildMI from XCore, PIC16.Dale Johannesen2009-02-131-2/+3
* Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman2009-02-071-1/+1
* Get rid of the last non-DebugLoc versions of getNode!Dale Johannesen2009-02-071-7/+7
* Remove more non-DebugLoc getNode variants. UseDale Johannesen2009-02-061-3/+5
* Remove more non-DebugLoc versions of getNode.Dale Johannesen2009-02-061-21/+28
* Get rid of one more non-DebugLoc getNode andDale Johannesen2009-02-061-3/+3
* Get rid of 3 non-DebugLoc getNode variants.Dale Johannesen2009-02-051-40/+51
* Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg.Dale Johannesen2009-02-051-2/+3
* Remove a few non-DebugLoc versions of node creationDale Johannesen2009-02-041-3/+3
* Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen2009-01-301-3/+4
* Use sublw for comparison with literals instead of subwf.Sanjiv Gupta2009-01-301-9/+11
* Cleanup whitespace and comments, and tweak someDuncan Sands2009-01-211-6/+8
* Implement LowerOperationWrapper for legalizer. Sanjiv Gupta2009-01-211-117/+131
* Checking in conditionals, function call, arrays and libcalls implementation.Sanjiv Gupta2009-01-131-127/+815