aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PIC16
AgeCommit message (Expand)Author
2009-07-15Reapply TargetRegistry refactoring commits.Daniel Dunbar
2009-07-15Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings
2009-07-15Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar
2009-07-15Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar
2009-07-15Add TargetInfo libraries for all targets.Daniel Dunbar
2009-07-14Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene
2009-07-14Reapply my previous asmprinter changes now with more testing and two Chris Lattner
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-14Revert r75615, which depended on 75610.Daniel Dunbar
2009-07-14Rename getValueName -> getMangledName.Chris Lattner
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-07-10Avoid compiler warnings when assertions are turned off.Duncan Sands
2009-07-09Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson
2009-07-08Implement changes from Chris's feedback.Torok Edwin
2009-07-08Convert more abort() calls to llvm_report_error().Torok Edwin
2009-07-08Mark sublw_cc and subfw_cc as Terminator insns so that they are part of the t...Sanjiv Gupta
2009-07-06Avoid directly relying on llvm.dbg.compile_unit and llvm.dbg.global_variables.Devang Patel
2009-07-06Add FIXMEs.Devang Patel
2009-07-06pic16 doesn't have a Data64bitsDirective. Set it NULL explicitly to tell the ...Sanjiv Gupta
2009-07-06pic16 isn't ready to handle llvm.metadata yet.Sanjiv Gupta
2009-07-06Implement _CONFIG macro to allow users to se to configuration settings on the...Sanjiv Gupta
2009-07-06Corrected the names description. Change in a comment. No functionality change.Sanjiv Gupta
2009-07-03Silence a warning when assertions are turned off.Duncan Sands
2009-07-03For extended loads of type i1 to i8, we will need to at least one byte from m...Sanjiv Gupta
2009-07-03Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...Tilmann Scheller
2009-07-01Update comments to make it clear that the function alignment is the Log2 of theBill Wendling
2009-07-01Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar
2009-06-30Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling
2009-06-26Fix may-be-used-uninitialized warning.Daniel Dunbar
2009-06-25Added floating point conditional operations support via libcalls.Sanjiv Gupta
2009-06-25Identify unconditional gotos and generate a page sel instructions before them.Sanjiv Gupta
2009-06-23Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson
2009-06-23Fold the add (ptr, offset) into ptr[offset] only if the offset is small enoug...Sanjiv Gupta
2009-06-19mv CodeGen/DebugLoc.h Support/DebugLoc.hDevang Patel
2009-06-16Introduce new headers whose inclusion forces linking andDouglas Gregor
2009-06-16Added missing libcalls for floating point to int conversions.Sanjiv Gupta
2009-06-16Code Restructuring. No functionality change.Sanjiv Gupta
2009-06-13The subprogram descriptor for a function may be missing (llvm-ld linking two ...Sanjiv Gupta
2009-06-11Generate libcalls for floating point arithmetic and casting operations.Sanjiv Gupta
2009-06-11More formatting.Sanjiv Gupta
2009-06-11Fixed source comments. No functionality change.Sanjiv Gupta
2009-06-09PIC16 emits auto variables as globals. When optimizer removes a function enti...Sanjiv Gupta
2009-06-05Lower i16/i32 sdiv/udiv/srem/urem using libcalls.Sanjiv Gupta
2009-06-04Remove unused code.Sanjiv Gupta
2009-06-04Custom lower SUB with two register operands.Sanjiv Gupta
2009-06-03Make the buildbot see green (to make it easier to spot the next personMike Stump
2009-06-03Emit file directives correctly in case of a .bc is generated by llvm-ld after...Sanjiv Gupta
2009-06-03FrameIndex could be used as a value (addressof (arg)) or as an address.Sanjiv Gupta
2009-06-03Fixed a bug in which signed comparisons were being used instead of unsigned c...Sanjiv Gupta
2009-06-01Comment grammaro/clarification.Dale Johannesen