aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PIC16
AgeCommit message (Expand)Author
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
2009-05-30Untabification.Bill Wendling
2009-05-28Emit debug info for locals with proper scope.Sanjiv Gupta
2009-05-28Mark the branch insns correctly.Sanjiv Gupta
2009-05-28Fixing problems that got exposed after the refactoring of LegalizeDAG done in...Sanjiv Gupta
2009-05-23Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov
2009-05-22CMake: Use libpthread in tblgen when needed. Updated list of sourceOscar Fuentes
2009-05-22Emit debug information for globals (which include automatic variables as well...Sanjiv Gupta
2009-05-13Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling
2009-05-13Run through the list of globals once and sectionize all types of globlas incl...Sanjiv Gupta
2009-05-12Iterate over globals once and sectionize them into appropriate sections.Sanjiv Gupta