aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16
Commit message (Expand)AuthorAgeFilesLines
* Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson2009-07-091-2/+2
* Implement changes from Chris's feedback.Edwin Török2009-07-081-0/+2
* Convert more abort() calls to llvm_report_error().Edwin Török2009-07-081-2/+2
* Mark sublw_cc and subfw_cc as Terminator insns so that they are part of the t...Sanjiv Gupta2009-07-081-2/+4
* Avoid directly relying on llvm.dbg.compile_unit and llvm.dbg.global_variables.Devang Patel2009-07-061-27/+29
* Add FIXMEs.Devang Patel2009-07-061-0/+3
* pic16 doesn't have a Data64bitsDirective. Set it NULL explicitly to tell the ...Sanjiv Gupta2009-07-061-0/+1
* pic16 isn't ready to handle llvm.metadata yet.Sanjiv Gupta2009-07-061-0/+2
* Implement _CONFIG macro to allow users to se to configuration settings on the...Sanjiv Gupta2009-07-064-26/+233
* Corrected the names description. Change in a comment. No functionality change.Sanjiv Gupta2009-07-061-1/+1
* Silence a warning when assertions are turned off.Duncan Sands2009-07-031-0/+1
* For extended loads of type i1 to i8, we will need to at least one byte from m...Sanjiv Gupta2009-07-032-2/+6
* Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...Tilmann Scheller2009-07-031-2/+3
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-011-1/+1
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-014-10/+7
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-301-0/+5
* Fix may-be-used-uninitialized warning.Daniel Dunbar2009-06-261-1/+1
* Added floating point conditional operations support via libcalls.Sanjiv Gupta2009-06-251-0/+29
* Identify unconditional gotos and generate a page sel instructions before them.Sanjiv Gupta2009-06-251-4/+6
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-231-4/+2
* Fold the add (ptr, offset) into ptr[offset] only if the offset is small enoug...Sanjiv Gupta2009-06-231-2/+4
* mv CodeGen/DebugLoc.h Support/DebugLoc.hDevang Patel2009-06-191-1/+1
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-161-0/+5
* Added missing libcalls for floating point to int conversions.Sanjiv Gupta2009-06-161-7/+59
* Code Restructuring. No functionality change.Sanjiv Gupta2009-06-164-188/+352
* The subprogram descriptor for a function may be missing (llvm-ld linking two ...Sanjiv Gupta2009-06-133-78/+134
* Generate libcalls for floating point arithmetic and casting operations.Sanjiv Gupta2009-06-111-1/+22
* More formatting.Sanjiv Gupta2009-06-111-3/+13
* Fixed source comments. No functionality change.Sanjiv Gupta2009-06-111-5/+15
* PIC16 emits auto variables as globals. When optimizer removes a function enti...Sanjiv Gupta2009-06-093-1/+40
* 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
* Emit file directives correctly in case of a .bc is generated by llvm-ld after...Sanjiv Gupta2009-06-033-11/+34
* FrameIndex could be used as a value (addressof (arg)) or as an address.Sanjiv Gupta2009-06-034-6/+62
* Fixed a bug in which signed comparisons were being used instead of unsigned c...Sanjiv Gupta2009-06-032-2/+4
* Comment grammaro/clarification.Dale Johannesen2009-06-011-2/+2
* Untabification.Bill Wendling2009-05-302-2/+2
* Emit debug info for locals with proper scope.Sanjiv Gupta2009-05-285-70/+195
* Mark the branch insns correctly.Sanjiv Gupta2009-05-281-1/+2
* Fixing problems that got exposed after the refactoring of LegalizeDAG done in...Sanjiv Gupta2009-05-281-4/+2
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-231-1/+2
* CMake: Use libpthread in tblgen when needed. Updated list of sourceOscar Fuentes2009-05-221-0/+1
* Emit debug information for globals (which include automatic variables as well...Sanjiv Gupta2009-05-224-0/+282
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-131-2/+2
* Run through the list of globals once and sectionize all types of globlas incl...Sanjiv Gupta2009-05-134-38/+72
* Iterate over globals once and sectionize them into appropriate sections.Sanjiv Gupta2009-05-124-78/+111
* We do not need to create a label for external defs and decls,Sanjiv Gupta2009-05-122-17/+4
* Mark mayLoad, mayStore for insns correctly and use themSanjiv Gupta2009-05-123-24/+14