These should be expanded
[oota-llvm.git] / lib / Target / PIC16 /
2009-08-06 Devang PatelUse DebugInfoFinder
2009-08-06 Chris LattnerFix several fixmes and clean up code by sinking *all...
2009-08-06 Chris Lattnergo through PIC16TargetObjectFile to make sections inste...
2009-08-05 Dan GohmanFix a bug in the PIC16 backend.
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-08-04 Sanjiv GuptaLegalize i64 store operations generated by inst-combine.
2009-08-04 Daniel DunbarAvoid compiler warning (in -Asserts mode)
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
2009-08-02 Daniel DunbarNormalize Subtarget constructors to take a target tripl...
2009-08-02 Chris LattnerPIC16 TAI doesn't need TM
2009-08-02 Chris Lattnerremove TargetAsmInfo::TM, which is now dead. The basic...
2009-08-02 Daniel DunbarFix a possible crash on delete of an uninitialized...
2009-08-02 Dan GohmanDon't call SectionForGlobal for hasAvailableExternallyL...
2009-08-02 Chris Lattnerdon't call SectionForGlobal on declarations, you can...
2009-08-02 Chris LattnerMake SectionKind::get() private.
2009-08-01 Chris Lattnerfix a fixme by sinking various target-specific directiv...
2009-08-01 Chris Lattnerit turns out that isWeak() was basically dead anyway...
2009-08-01 Chris LattnerChange SectionKind to be a property that is true of...
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-31 Sanjiv Guptadefine target names for std libcalls.
2009-07-30 Sanjiv GuptaKeep track of references to mem(cpy,move,set) and then...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Chris Lattnerpass the mangler down into the various SectionForGlobal...
2009-07-28 Chris Lattnerfix a casting problem on the llvm-x86_64-linux tester
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-28 Chris Lattnerdon't copy TargetLowering.
2009-07-27 Sanjiv GuptaRemove duplicate entries while printing decls for exter...
2009-07-27 Chris LattnerEliminate getNamed/getUnnamedSection, adding a new...
2009-07-27 Chris LattnerEliminate SectionFlags, just embed a SectionKind into...
2009-07-27 Sanjiv GuptaGenerate a libcall for i8 multiply.
2009-07-27 Sanjiv Guptafixed incorrect lowering of ISD::SUB node. SUB has...
2009-07-26 Chris Lattnerreduce indentation
2009-07-26 Sanjiv GuptaFix the breakage caused by 76950.
2009-07-26 Daniel DunbarFactor commonality in triple match routines into helper...
2009-07-26 Daniel DunbarKill Target specific ModuleMatchQuality stuff.
2009-07-25 Chris Lattnermake SectionKind be a first-class pod struct instead...
2009-07-25 Chris Lattnerthis is (unfortunately) several changes mixed together:
2009-07-25 Daniel DunbarSimplify JIT target selection.
2009-07-25 Sanjiv GuptaMark attributes of return insn correctly. It was being...
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-24 Chris Lattnerwe already know the sectionkind when invoking SelectSec...
2009-07-24 Chris Lattnermake SectionForGlobal non-virtual, add a hook for pic16...
2009-07-24 Chris Lattnerstart refactoring pic16 section selection logic.
2009-07-24 Daniel DunbarSwitch to getNameStr().
2009-07-24 Chris Lattnersimplify code by making special case more obvious
2009-07-23 Sanjiv GuptaDo not call getMangledName on Intrinsics.
2009-07-22 Daniel DunbarSwitch some clients to Value::getName(), and other...
2009-07-21 Eli FriedmanRemove shift amount flavor. It isn't actually complete...
2009-07-21 Chris Lattnermake AsmPrinter::doFinalization iterate over the global...
2009-07-21 Chris Lattnermore random whitespace cleanup, eliminate #define,...
2009-07-21 Chris Lattnersome simple whitespace cleanup, avoid copying vectors...
2009-07-20 Chris Lattnerclean up some formatting, indent by 2 instead of 4.
2009-07-20 Chris Lattnerrename TargetAsmInfo::getASDirective -> getDataASDirective
2009-07-19 Daniel DunbarTweak cmake files for the four targets that don't split...
2009-07-19 Daniel DunbarAdd dependencies from TargetInfo onto .td generation.
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-17 Eli FriedmanRemove some unnecessary expansion markings. Add a...
2009-07-16 Daniel DunbarKill off <TARGET>MachineModule variables, and <TARGETAS...
2009-07-15 Daniel DunbarLift addAssemblyEmitter into LLVMTargetMachine.
2009-07-15 Daniel DunbarRegister AsmPrinter for XCore, MSP430, and PIC16 targets.
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarProvide TargetMachine implementations with reference...
2009-07-15 Daniel DunbarRegister Target's TargetMachine and AsmPrinter in the...
2009-07-15 Daniel DunbarAdd TargetInfo libraries for all targets.
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Daniel DunbarRevert r75615, which depended on 75610.
2009-07-14 Chris LattnerRename getValueName -> getMangledName.
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-10 Duncan SandsAvoid compiler warnings when assertions are turned...
2009-07-09 Owen AndersonThread LLVMContext through MVT and related parts of...
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-07-08 Sanjiv GuptaMark sublw_cc and subfw_cc as Terminator insns so that...
2009-07-06 Devang PatelAvoid directly relying on llvm.dbg.compile_unit and...
2009-07-06 Devang PatelAdd FIXMEs.
2009-07-06 Sanjiv Guptapic16 doesn't have a Data64bitsDirective. Set it NULL...
2009-07-06 Sanjiv Guptapic16 isn't ready to handle llvm.metadata yet.
2009-07-06 Sanjiv GuptaImplement _CONFIG macro to allow users to se to configu...
2009-07-06 Sanjiv GuptaCorrected the names description. Change in a comment...
2009-07-03 Duncan SandsSilence a warning when assertions are turned off.
2009-07-03 Sanjiv GuptaFor extended loads of type i1 to i8, we will need to...
2009-07-03 Tilmann SchellerAdd NumFixedArgs attribute to CallSDNode which indicate...
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-26 Daniel DunbarFix may-be-used-uninitialized warning.
2009-06-25 Sanjiv GuptaAdded floating point conditional operations support...
2009-06-25 Sanjiv GuptaIdentify unconditional gotos and generate a page sel...
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-23 Sanjiv GuptaFold the add (ptr, offset) into ptr[offset] only if...
2009-06-19 Devang Patelmv CodeGen/DebugLoc.h Support/DebugLoc.h
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-16 Sanjiv GuptaAdded missing libcalls for floating point to int conver...
2009-06-16 Sanjiv GuptaCode Restructuring. No functionality change.
2009-06-13 Sanjiv GuptaThe subprogram descriptor for a function may be missing...
2009-06-11 Sanjiv GuptaGenerate libcalls for floating point arithmetic and...
2009-06-11 Sanjiv GuptaMore formatting.
next