Fix cmake build, add TargetMachineRegistry.cpp that got restored in r75807
[oota-llvm.git] / lib / Target / PIC16 / PIC16InstrInfo.td
2009-07-08 Sanjiv GuptaMark sublw_cc and subfw_cc as Terminator insns so that...
2009-07-03 Sanjiv GuptaFor extended loads of type i1 to i8, we will need to...
2009-06-03 Sanjiv GuptaFrameIndex could be used as a value (addressof (arg...
2009-05-28 Sanjiv GuptaMark the branch insns correctly.
2009-05-12 Sanjiv GuptaMark mayLoad, mayStore for insns correctly and use...
2009-05-06 Sanjiv GuptaEmit banksel and movlp instructions.
2009-04-22 Sanjiv GuptaMake the function begin label start after ther data...
2009-04-14 Sanjiv GuptaHandle aggregate type arguments to direct and indirect...
2009-04-10 Sanjiv GuptaAdded code to handle spilling and reloading of FSRs.
2009-04-08 Sanjiv GuptaEmit .line debug directives for stoppoints. The debug...
2009-04-08 Sanjiv GuptaHandle indirect function calls.
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-10 Sanjiv GuptaMark the Defs and Uses of STATUS register correctly...
2009-01-30 Sanjiv GuptaFixed the comment. No functionality change.
2009-01-13 Sanjiv GuptaChecking in conditionals, function call, arrays and...
2008-11-26 Sanjiv GuptaEmit declaration for globals and externs.
2008-11-19 Sanjiv GuptaAdded a more function PIC16 backend. However to get...
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-05-14 Sanjiv GuptaDetabification. Fixed indentation and spacing.
2008-05-13 Sanjiv GuptaAdding files for Microchip's PIC16 target.