assert(0) -> LLVM_UNREACHABLE.
[oota-llvm.git] / lib / Target / PIC16 / PIC16AsmPrinter.cpp
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
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-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
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 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-03 Sanjiv GuptaEmit file directives correctly in case of a .bc is...
2009-05-28 Sanjiv GuptaEmit debug info for locals with proper scope.
2009-05-22 Sanjiv GuptaEmit debug information for globals (which include autom...
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-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-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-04-23 Sanjiv GuptaBanksel immediate constant will always immediately...
2009-04-22 Sanjiv GuptaMake the function begin label start after ther data...
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-09 Sanjiv GuptaThe way we are trying to figure out banksel immediate...
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 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-12 Sanjiv GuptaBanksel optimization is now based on the section names...
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-10 Sanjiv GuptaFunction temporaries can not overlap with retval or...
2009-02-06 Sanjiv GuptaPrint globl directive for variables with external linka...
2009-01-30 Sanjiv GuptaEnable emitting of constant values in non-default addre...
2009-01-13 Sanjiv GuptaChecking in conditionals, function call, arrays and...
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2008-11-26 Sanjiv GuptaEmit declaration for globals and externs.
2008-11-19 Sanjiv GuptaAdded a more function PIC16 backend. However to get...
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-09-24 Anton KorobeynikovRemove dead code for PIC16 (preparation to switch to...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-06-19 Evan ChengUnneeded include's.
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-05-14 Sanjiv GuptaDetabification. Fixed indentation and spacing.
2008-05-13 Sanjiv GuptaAdding files for Microchip's PIC16 target.