Split EVT into MVT and EVT, the former representing _just_ a primitive type, while
[oota-llvm.git] / lib / Target / PIC16 / PIC16ISelLowering.h
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-11 Sanjiv GuptaFixed more problems caused by 78142.
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-10 Owen AndersonStart moving TargetLowering away from using full MVTs...
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-07-27 Sanjiv GuptaGenerate a libcall for i8 multiply.
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-05-30 Bill WendlingUntabification.
2009-05-11 Sanjiv GuptaFix more naming issues.
2009-04-21 Sanjiv GuptaHandle direct aggregate type arguments.
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-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-20 Sanjiv GuptaReformatting. Inserted code comments. Cleaned interfaces.
2009-02-07 Dan GohmanConstify TargetInstrInfo::EmitInstrWithCustomInserter...
2009-02-07 Dale JohannesenGet rid of the last non-DebugLoc versions of getNode!
2009-02-05 Dale JohannesenGet rid of 3 non-DebugLoc getNode variants.
2009-01-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
2009-01-21 Duncan SandsCleanup whitespace and comments, and tweak some
2009-01-21 Sanjiv GuptaImplement LowerOperationWrapper for legalizer.
2009-01-13 Sanjiv GuptaChecking in conditionals, function call, arrays and...
2008-12-01 Duncan SandsChange the interface to the type legalization method
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-23 Dan GohmanFix these enums' starting values to reflect the way...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-05-14 Sanjiv GuptaDetabification. Fixed indentation and spacing.
2008-05-13 Sanjiv GuptaAdding files for Microchip's PIC16 target.