Rename PaddedSize to AllocSize, in the hope that this
[oota-llvm.git] / lib / Target / PIC16 /
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
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-12-01 Duncan SandsChange the interface to the type legalization method
2008-11-28 Duncan SandsAdd include files needed when building with
2008-11-27 Evan ChengEliminate a compile time warning.
2008-11-26 Evan ChengCosmetic.
2008-11-26 Sanjiv GuptaEmit declaration for globals and externs.
2008-11-24 Evan ChengMove target independent td files from lib/Target/ to...
2008-11-19 Oscar FuentesCMake: Removed source file from lib/Target/PIC16/CMakeL...
2008-11-19 Sanjiv GuptaForgot to add this in the previous commit.
2008-11-19 Sanjiv GuptaFixed build warnings.
2008-11-19 Sanjiv GuptaAdded a more function PIC16 backend. However to get...
2008-11-18 Dan GohmanAdd more const qualifiers. This fixes build breakage...
2008-11-15 Oscar FuentesAdds extern "C" ints to the .cpp files that use Registe...
2008-11-03 Dan GohmanRefactor various TargetAsmInfo subclasses' TargetMachin...
2008-10-27 David GreeneHave TableGen emit setSubgraphColor calls under control...
2008-10-16 Dan GohmanTrim #includes.
2008-10-16 Chris Lattnermark some targets as experimental. Andrew, if you...
2008-10-14 Evan ChengRename LoadX to LoadExt.
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-10-08 Duncan SandsAdd <cstdio> include where needed by gcc-4.4.
2008-10-03 Dan GohmanAvoid creating two TargetLowering objects for each...
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-09-26 Oscar FuentesCMake: Builds all targets.
2008-09-24 Anton KorobeynikovRemove dead code for PIC16 (preparation to switch to...
2008-09-23 Dan GohmanFix these enums' starting values to reflect the way...
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-08-26 Gabor Greifdisallow direct access to SDValue::ResNo, provide a...
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-23 Dan GohmanMove the point at which FastISel taps into the Selectio...
2008-08-21 Dan GohmanSimplify SelectRoot's interface, and factor out some...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-14 Owen AndersonConvert uses of std::vector in TargetInstrInfo to Small...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-11 Dan GohmanTrim unnecessary #includes.
2008-07-07 Dan GohmanPool-allocation for MachineInstrs, MachineBasicBlocks...
next