use jump table operand flags in asm printer instead of "magic predicates"
[oota-llvm.git] / lib / Target / PIC16 /
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.
2009-06-11 Sanjiv GuptaFixed source comments. No functionality change.
2009-06-09 Sanjiv GuptaPIC16 emits auto variables as globals. When optimizer...
2009-06-05 Sanjiv GuptaLower i16/i32 sdiv/udiv/srem/urem using libcalls.
2009-06-04 Sanjiv GuptaRemove unused code.
2009-06-04 Sanjiv GuptaCustom lower SUB with two register operands.
2009-06-03 Mike StumpMake the buildbot see green (to make it easier to spot...
2009-06-03 Sanjiv GuptaEmit file directives correctly in case of a .bc is...
2009-06-03 Sanjiv GuptaFrameIndex could be used as a value (addressof (arg...
2009-06-03 Sanjiv GuptaFixed a bug in which signed comparisons were being...
2009-06-01 Dale JohannesenComment grammaro/clarification.
2009-05-30 Bill WendlingUntabification.
2009-05-28 Sanjiv GuptaEmit debug info for locals with proper scope.
2009-05-28 Sanjiv GuptaMark the branch insns correctly.
2009-05-28 Sanjiv GuptaFixing problems that got exposed after the refactoring...
2009-05-23 Anton KorobeynikovPropagate CPU string out of SubtargetFeatures
2009-05-22 Oscar FuentesCMake: Use libpthread in tblgen when needed. Updated...
2009-05-22 Sanjiv GuptaEmit debug information for globals (which include autom...
2009-05-13 Bill WendlingChange MachineInstrBuilder::addReg() to take a flag...
2009-05-13 Sanjiv GuptaRun through the list of globals once and sectionize...
2009-05-12 Sanjiv GuptaIterate over globals once and sectionize them into...
2009-05-12 Sanjiv GuptaWe do not need to create a label for external defs...
2009-05-12 Sanjiv GuptaMark mayLoad, mayStore for insns correctly and use...
2009-05-11 Sanjiv GuptaFix more naming issues.
2009-05-11 Sanjiv GuptaDetect calls to compiler intrinsics and emit an extern...
2009-05-10 Sanjiv GuptaModule iterator contains list of filescope functions...
2009-05-10 Sanjiv GuptaChanged lowering and asmprinter to use ABI Names class...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-05-09 Sanjiv GuptaUse 16 bit arithmetic while retrieving the address...
2009-05-08 Nick LewyckyAdd missing #include for "strlen" which is used inline...
2009-05-08 Sanjiv GuptaMoved pic16 naming functions to correct place.
2009-05-07 Evan ChengEliminate compiler warnings.
2009-05-06 Oscar FuentesCMake: Updated lib/Target/PIC16/CMakeLists.txt.
2009-05-06 Sanjiv GuptaEmit banksel and movlp instructions.
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Sanjiv GuptaAdd a public method called getAddressSpace() to the...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Sanjiv GuptaGlobalValue is always pointer type, so an assert isn...
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-23 Sanjiv GuptaBanksel immediate constant will always immediately...
2009-04-22 Sanjiv GuptaMake the function begin label start after ther data...
2009-04-21 Sanjiv GuptaHandle direct aggregate type arguments.
2009-04-20 Daniel DunbarRemove unused variable.
2009-04-20 Sanjiv GuptaEmit the auto variables of a function into a different...
2009-04-14 Sanjiv GuptaHandle aggregate type arguments to direct and indirect...
2009-04-13 Sanjiv GuptaWhile passing arg of types larger than char only one...
2009-04-10 Sanjiv GuptaAdded code to handle spilling and reloading of FSRs.
2009-04-09 Sanjiv GuptaThe way we are trying to figure out banksel immediate...
2009-04-09 Sanjiv GuptaArguments to indirect calls were being passed incorrect...
2009-04-09 Sanjiv Guptar68576 unconverd a bug in PIC16 port (Thanks to Dan...
2009-04-08 Sanjiv GuptaEmit .line debug directives for stoppoints. The debug...
2009-04-08 Sanjiv GuptaHandle indirect function calls.
2009-04-06 Sanjiv GuptaMap stack based frameindices for spills to zero based...
2009-04-02 Sanjiv GuptaFixed build warnings.
2009-04-02 Sanjiv GuptaTo convert the StopPoint insn into an assembler directi...
2009-04-02 Sanjiv GuptaParams are not being generated as static globals now...
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-20 Sanjiv GuptaFixed comment for libcalls.
2009-03-20 Sanjiv GuptaReformatting. Inserted code comments. Cleaned interfaces.
2009-03-12 Sanjiv GuptaForgot to check-in this as part of 7761.
2009-03-12 Sanjiv GuptaBanksel optimization is now based on the section names...
2009-03-10 Sanjiv GuptaMark the Defs and Uses of STATUS register correctly...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-02-18 Bill WendlingPut code that generates debug labels into TableGen...
2009-02-13 Dale JohannesenRemove refs to non-DebugLoc version of BuildMI from...
2009-02-12 Bill WendlingMove debug loc info along when the spiller creates...
2009-02-10 Sanjiv GuptaFunction temporaries can not overlap with retval or...
2009-02-07 Dan GohmanConstify TargetInstrInfo::EmitInstrWithCustomInserter...
2009-02-07 Dale JohannesenGet rid of the last non-DebugLoc versions of getNode!
2009-02-06 Dale JohannesenRemove more non-DebugLoc getNode variants. Use
2009-02-06 Dale JohannesenRemove more non-DebugLoc versions of getNode.
2009-02-06 Sanjiv GuptaPrint globl directive for variables with external linka...
2009-02-06 Dale JohannesenGet rid of one more non-DebugLoc getNode and
2009-02-05 Dale JohannesenGet rid of 3 non-DebugLoc getNode variants.
2009-02-05 Dale JohannesenRemove non-DebugLoc versions of getMergeValues, ZeroExt...
2009-02-04 Dale JohannesenRemove a few non-DebugLoc versions of node creation
2009-02-02 Sanjiv GuptaMade the common case of default address space directive...
2009-01-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
2009-01-30 Sanjiv GuptaFixed the comment. No functionality change.
2009-01-30 Sanjiv GuptaUse sublw for comparison with literals instead of subwf.
2009-01-30 Sanjiv GuptaEnable emitting of constant values in non-default addre...
2009-01-21 Sanjiv GuptaFixed build warnings. Restoring changes done in 62600...
2009-01-21 Duncan SandsCleanup whitespace and comments, and tweak some
2009-01-21 Sanjiv GuptaImplement LowerOperationWrapper for legalizer.
2009-01-20 Evan ChengChange TargetInstrInfo::isMoveInstr to return source...
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2009-01-13 Sanjiv GuptaChecking in conditionals, function call, arrays and...
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
next