aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16
Commit message (Expand)AuthorAgeFilesLines
...
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-183-4/+7
* Remove some unnecessary expansion markings. Add a few expansion Eli Friedman2009-07-171-24/+7
* Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLinkDaniel Dunbar2009-07-161-9/+0
* Lift addAssemblyEmitter into LLVMTargetMachine.Daniel Dunbar2009-07-152-14/+0
* Register AsmPrinter for XCore, MSP430, and PIC16 targets.Daniel Dunbar2009-07-154-7/+14
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-152-9/+14
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-152-14/+9
* Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar2009-07-152-7/+9
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-151-2/+5
* Add TargetInfo libraries for all targets.Daniel Dunbar2009-07-154-0/+77
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-147-11/+13
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-141-11/+11
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Edwin Török2009-07-145-11/+11
* Revert r75615, which depended on 75610.Daniel Dunbar2009-07-141-11/+11
* Rename getValueName -> getMangledName.Chris Lattner2009-07-141-11/+11
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-07-115-12/+15
* Avoid compiler warnings when assertions are turned off.Duncan Sands2009-07-101-4/+4
* 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