summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/PIC16ISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid compiler warning (in -Asserts mode)Daniel Dunbar2009-08-041-2/+2
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-311-1/+1
* define target names for std libcalls.Sanjiv Gupta2009-07-311-5/+32
* Move types back to the 2.5 API.Owen Anderson2009-07-291-2/+2
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-2/+2
* Generate a libcall for i8 multiply.Sanjiv Gupta2009-07-271-0/+15
* fixed incorrect lowering of ISD::SUB node. SUB has only one result value.Sanjiv Gupta2009-07-271-5/+14
* Remove shift amount flavor. It isn't actually complete enough to Eli Friedman2009-07-211-1/+0
* Remove some unnecessary expansion markings. Add a few expansion Eli Friedman2009-07-171-24/+7
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-2/+2
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-1/+1
* Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson2009-07-091-2/+2
* Convert more abort() calls to llvm_report_error().Torok Edwin2009-07-081-2/+2
* 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
OpenPOWER on IntegriCloud