Age | Commit message (Expand) | Author |
2009-08-13 | reintroduce support for Mips "small" section handling. This is | Chris Lattner |
2009-08-13 | Restore some "small section" support code, reverting my patch from r76936. | Chris Lattner |
2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-08-10 | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson |
2009-08-05 | Major calling convention code refactoring. | Dan Gohman |
2009-07-24 | remove more remnants of small section support. | Chris Lattner |
2009-07-03 | Small cleanups in the PowerPC backend. | Tilmann Scheller |
2009-07-01 | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling |
2009-06-30 | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling |
2009-05-27 | Added support for fround, fextend and FP_TO_SINT | Bruno Cardoso Lopes |
2009-02-07 | Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing | Dan Gohman |
2009-01-01 | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands |
2008-10-18 | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman |
2008-09-23 | Fix these enums' starting values to reflect the way that | Dan Gohman |
2008-09-13 | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman |
2008-08-13 | Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT node | Bruno Cardoso Lopes |
2008-08-07 | Added Mips support for DYNAMIC_STACKALLOC | Bruno Cardoso Lopes |
2008-08-04 | Mips ISelLowering cleanup : Removed old LowerCALL and FORMAL_ARGS helpers, they | Bruno Cardoso Lopes |
2008-08-02 | Apply the same pattern used in 'and' lowering for 'or' | Bruno Cardoso Lopes |
2008-07-31 | Handle more SELECT corner cases considering legalize types, probabily wont wo... | Bruno Cardoso Lopes |
2008-07-29 | Added floating point lowering for select. | Bruno Cardoso Lopes |
2008-07-28 | Added floating point lowering for setcc and brcond. | Bruno Cardoso Lopes |
2008-07-27 | Rename SDOperand to SDValue. | Dan Gohman |
2008-07-23 | Minor fixes. | Bruno Cardoso Lopes |
2008-07-21 | Added initial support for small sections on Mips. | Bruno Cardoso Lopes |
2008-07-09 | Fixe typos and 80 column size problems | Bruno Cardoso Lopes |
2008-07-09 | MipsTargetLowering cleanup | Bruno Cardoso Lopes |
2008-07-05 | Several changes to Mips backend, experimental fp support being the most | Bruno Cardoso Lopes |
2008-06-06 | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands |
2008-06-06 | Added custom SELECT_CC lowering | Bruno Cardoso Lopes |
2008-03-10 | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-11-12 | Added JumpTable support | Bruno Cardoso Lopes |
2007-11-05 | Added support for PIC code with "explicit relocations" *only*. | Bruno Cardoso Lopes |
2007-10-09 | Position Independent Code (PIC) support [3] | Bruno Cardoso Lopes |
2007-08-21 | InlineAsm asm support for integer registers added | Bruno Cardoso Lopes |
2007-08-18 | LowerRETURNADDR removed since it was wrong and does not have utility yet! | Bruno Cardoso Lopes |
2007-08-02 | More explicit keywords. | Dan Gohman |
2007-07-11 | Assert when TLS is not implemented. | Lauro Ramos Venancio |
2007-06-06 | Initial Mips support, here we go! =) | Bruno Cardoso Lopes |