Add a pass to do call graph analyis to overlay the autos and frame sections of
[oota-llvm.git] / lib / Target / PIC16 / PIC16.h
2009-08-21 Sanjiv GuptaAdd a pass to do call graph analyis to overlay the...
2009-08-20 Sanjiv GuptaImplement support for ISRs.
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-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-15 Daniel DunbarRegister AsmPrinter for XCore, MSP430, and PIC16 targets.
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
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-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-03 Sanjiv GuptaFixed a bug in which signed comparisons were being...
2009-05-12 Sanjiv GuptaWe do not need to create a label for external defs...
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 GuptaChanged lowering and asmprinter to use ABI Names class...
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-06 Sanjiv GuptaEmit banksel and movlp instructions.
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
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-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-01-21 Sanjiv GuptaImplement LowerOperationWrapper for legalizer.
2009-01-13 Sanjiv GuptaChecking in conditionals, function call, arrays and...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-11-19 Sanjiv GuptaAdded a more function PIC16 backend. However to get...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-05-14 Sanjiv GuptaFixed the file description header at the top to remove...
2008-05-13 Sanjiv GuptaAdding files for Microchip's PIC16 target.