aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/PIC16ISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on newDaniel Dunbar2009-10-151-1/+0
* Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section classSanjiv Gupta2009-10-151-0/+1
* Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b...Evan Cheng2009-09-191-2/+11
* Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng2009-09-181-1/+2
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-021-3/+3
* Add comments detailing a known bug, so that people writing otherDan Gohman2009-08-261-0/+8
* revert r79562 + r79563Chris Lattner2009-08-211-5/+1
* Implement support for ISRs. Sanjiv Gupta2009-08-201-1/+5
* Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson2009-08-121-3/+3
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-189/+189
* Fixed more problems caused by 78142.Sanjiv Gupta2009-08-111-2/+4
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-199/+199
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-101-1/+2
* Fix a bug in the PIC16 backend.Dan Gohman2009-08-051-1/+1
* Major calling convention code refactoring.Dan Gohman2009-08-051-162/+87
* Legalize i64 store operations generated by inst-combine.Sanjiv Gupta2009-08-041-2/+20
* 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