| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix comment typos. | Bob Wilson | 2010-08-26 | 1 | -1/+1 |
* | Teach bottom up pre-ra scheduler to track register pressure. Work in progress. | Evan Cheng | 2010-07-21 | 1 | -0/+3 |
* | Split the SDValue out of OutputArg so that SelectionDAG-independent | Dan Gohman | 2010-07-07 | 1 | -0/+4 |
* | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman | 2010-05-01 | 1 | -4/+3 |
* | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 1 | -43/+39 |
* | Move per-function state out of TargetLowering subclasses and into | Dan Gohman | 2010-04-17 | 1 | -18/+5 |
* | Revert 95130. | Evan Cheng | 2010-02-02 | 1 | -1/+1 |
* | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng | 2010-02-02 | 1 | -1/+1 |
* | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng | 2010-01-27 | 1 | -1/+1 |
* | Allow targets to specify the return type of libcalls that are generated for f... | Sanjiv Gupta | 2009-12-28 | 1 | -0/+1 |
* | Reapply 91904. | Sanjiv Gupta | 2009-12-23 | 1 | -1/+9 |
* | Reverting back 91904. | Sanjiv Gupta | 2009-12-23 | 1 | -9/+1 |
* | While converting one of the operands to a memory operand, we need to check if... | Sanjiv Gupta | 2009-12-22 | 1 | -1/+9 |
* | Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ... | Evan Cheng | 2009-09-18 | 1 | -1/+2 |
* | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel | 2009-09-02 | 1 | -3/+3 |
* | revert r79562 + r79563 | Chris Lattner | 2009-08-21 | 1 | -1/+0 |
* | Implement support for ISRs. | Sanjiv Gupta | 2009-08-20 | 1 | -0/+1 |
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -1/+1 |
* | Fixed more problems caused by 78142. | Sanjiv Gupta | 2009-08-11 | 1 | -0/+1 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -2/+2 |
* | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson | 2009-08-10 | 1 | -1/+1 |
* | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 1 | -18/+38 |
* | Generate a libcall for i8 multiply. | Sanjiv Gupta | 2009-07-27 | 1 | -0/+1 |
* | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling | 2009-07-01 | 1 | -1/+1 |
* | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 2009-06-30 | 1 | -0/+5 |
* | Untabification. | Bill Wendling | 2009-05-30 | 1 | -1/+1 |
* | Fix more naming issues. | Sanjiv Gupta | 2009-05-11 | 1 | -1/+1 |
* | Handle direct aggregate type arguments. | Sanjiv Gupta | 2009-04-21 | 1 | -1/+6 |
* | Handle aggregate type arguments to direct and indirect calls. | Sanjiv Gupta | 2009-04-14 | 1 | -0/+2 |
* | Added code to handle spilling and reloading of FSRs. | Sanjiv Gupta | 2009-04-10 | 1 | -1/+1 |
* | Emit .line debug directives for stoppoints. The debug location is retrieved b... | Sanjiv Gupta | 2009-04-08 | 1 | -2/+0 |
* | Handle indirect function calls. | Sanjiv Gupta | 2009-04-08 | 1 | -6/+36 |
* | Map stack based frameindices for spills to zero based indices that can be acc... | Sanjiv Gupta | 2009-04-06 | 1 | -0/+16 |
* | To convert the StopPoint insn into an assembler directive by ISel, we need to... | Sanjiv Gupta | 2009-04-02 | 1 | -0/+2 |
* | Params are not being generated as static globals now. The caller passes them ... | Sanjiv Gupta | 2009-04-02 | 1 | -6/+10 |
* | Reformatting. Inserted code comments. Cleaned interfaces. | Sanjiv Gupta | 2009-03-20 | 1 | -14/+0 |
* | Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing | Dan Gohman | 2009-02-07 | 1 | -1/+1 |
* | Get rid of the last non-DebugLoc versions of getNode! | Dale Johannesen | 2009-02-07 | 1 | -1/+1 |
* | Get rid of 3 non-DebugLoc getNode variants. | Dale Johannesen | 2009-02-05 | 1 | -2/+2 |
* | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen | 2009-01-30 | 1 | -1/+1 |
* | Cleanup whitespace and comments, and tweak some | Duncan Sands | 2009-01-21 | 1 | -3/+3 |
* | Implement LowerOperationWrapper for legalizer. | Sanjiv Gupta | 2009-01-21 | 1 | -15/+14 |
* | Checking in conditionals, function call, arrays and libcalls implementation. | Sanjiv Gupta | 2009-01-13 | 1 | -11/+75 |
* | Change the interface to the type legalization method | Duncan Sands | 2008-12-01 | 1 | -6/+11 |
* | Emit declaration for globals and externs. | Sanjiv Gupta | 2008-11-26 | 1 | -0/+1 |
* | Added a more function PIC16 backend. However to get this working a patch in | Sanjiv Gupta | 2008-11-19 | 1 | -50/+73 |
* | Fix these enums' starting values to reflect the way that | Dan Gohman | 2008-09-23 | 1 | -1/+1 |
* | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -11/+11 |
* | Detabification. Fixed indentation and spacing. | Sanjiv Gupta | 2008-05-14 | 1 | -10/+10 |
* | Adding files for Microchip's PIC16 target. | Sanjiv Gupta | 2008-05-13 | 1 | -0/+92 |