| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen | 2008-09-26 | 5 | -17/+24 |
| * | Large mechanical patch. | Devang Patel | 2008-09-25 | 2 | -20/+20 |
| * | Accept 'inreg' attribute on x86 functions as | Dale Johannesen | 2008-09-25 | 1 | -2/+7 |
| * | Support for i1 XOR in FastISel. It is actually safe because | Dan Gohman | 2008-09-25 | 1 | -2/+3 |
| * | Don't print fast-isel debug messages by default. Thanks Chris! | Dan Gohman | 2008-09-25 | 1 | -3/+6 |
| * | Don't forget the newline in debug output. | Dan Gohman | 2008-09-25 | 1 | -1/+1 |
| * | FastISel support for debug info. | Dan Gohman | 2008-09-25 | 3 | -3/+117 |
| * | bug 2812: Segmentation fault on a big emdiam processor. | Richard Pennington | 2008-09-25 | 1 | -1/+1 |
| * | Fix a recent fast-isel coverage regression - don't bail out before | Dan Gohman | 2008-09-25 | 1 | -3/+4 |
| * | Enable DeadMachineInstructionElim when Fast-ISel is enabled. | Dan Gohman | 2008-09-25 | 1 | -3/+0 |
| * | <rdar://problem/6234798> Assertion failed: (!OpInfo.AssignedRegs.Regs.empty()... | Evan Cheng | 2008-09-25 | 1 | -2/+5 |
| * | Remove SelectionDag early allocation of registers | Dale Johannesen | 2008-09-24 | 2 | -41/+10 |
| * | Reapplying r56550 | Bill Wendling | 2008-09-24 | 1 | -13/+13 |
| * | Forgot this part with my last patch. Sorry about the breakage. | Bill Wendling | 2008-09-24 | 1 | -27/+38 |
| * | Temporarily revert r56550 until missing commit can be added. | Eric Christopher | 2008-09-24 | 1 | -13/+13 |
| * | Refactor the constant folding code into it's own function. And call it from both | Bill Wendling | 2008-09-24 | 1 | -13/+13 |
| * | Next round of earlyclobber handling. Approach the | Dale Johannesen | 2008-09-24 | 3 | -42/+17 |
| * | Properly handle 'm' inline asm constraints. If a GV is being selected for the... | Evan Cheng | 2008-09-24 | 2 | -5/+25 |
| * | s/ParameterAttributes/Attributes/g | Devang Patel | 2008-09-23 | 2 | -2/+0 |
| * | Arrange for FastISel code to have access to the MachineModuleInfo | Dan Gohman | 2008-09-23 | 2 | -5/+10 |
| * | Replace the LiveRegs SmallSet with a simple counter that keeps | Dan Gohman | 2008-09-23 | 2 | -23/+29 |
| * | Fix the alignment of loads from constant pool entries when the | Dan Gohman | 2008-09-22 | 2 | -1/+7 |
| * | Make log, log2, log10, exp, exp2 use Expand by | Dale Johannesen | 2008-09-22 | 1 | -0/+12 |
| * | Per review feedback: Only perform | Evan Cheng | 2008-09-22 | 1 | -39/+27 |
| * | Initial support for the CMake build system. | Oscar Fuentes | 2008-09-22 | 1 | -0/+21 |
| * | Add helper function to get a 32-bit floating point constant. No functionality... | Bill Wendling | 2008-09-22 | 1 | -189/+106 |
| * | don't print GlobalAddressSDNode's with an offset of zero as "foo0". | Chris Lattner | 2008-09-21 | 1 | -5/+6 |
| * | Refactor X86SelectConstAddr, folding it into X86SelectAddress. This | Dan Gohman | 2008-09-19 | 1 | -21/+15 |
| * | Add a new "fast" scheduler. This is currently basically just a | Dan Gohman | 2008-09-18 | 1 | -0/+654 |
| * | Add a bit to mark operands of asm's that conflict | Dale Johannesen | 2008-09-17 | 3 | -20/+44 |
| * | Don't worry about clobbering physical register defs that aren't used. | Dan Gohman | 2008-09-17 | 1 | -0/+2 |
| * | When converting a CopyFromReg to a copy instruction, use the register class o... | Evan Cheng | 2008-09-16 | 1 | -5/+24 |
| * | Change SelectionDAG::getConstantPool to always set the alignment of the | Dan Gohman | 2008-09-16 | 2 | -7/+20 |
| * | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling | 2008-09-16 | 6 | -59/+45 |
| * | Include the alignment value when displaying ConstantPoolSDNodes. | Dan Gohman | 2008-09-16 | 1 | -0/+1 |
| * | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 6 | -45/+59 |
| * | Don't take the time to CheckDAGForTailCallsAndFixThem when tail calls | Dan Gohman | 2008-09-16 | 2 | -4/+10 |
| * | Re-enable SelectionDAG CSE for calls. It matters in the case of | Dan Gohman | 2008-09-15 | 1 | -6/+20 |
| * | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman | 2008-09-13 | 5 | -59/+73 |
| * | Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and | Dan Gohman | 2008-09-12 | 5 | -14/+22 |
| * | Pass "earlyclobber" bit through to machine | Dale Johannesen | 2008-09-12 | 2 | -3/+14 |
| * | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 11 | -128/+143 |
| * | The sequence for ppcf128 compares was not IEEE | Dale Johannesen | 2008-09-12 | 1 | -4/+6 |
| * | FastISel support for i1 PHI nodes. | Dan Gohman | 2008-09-10 | 1 | -2/+7 |
| * | FastISel support for i1 constants. | Dan Gohman | 2008-09-10 | 1 | -2/+10 |
| * | Add X86FastISel support for static allocas, and refences | Dan Gohman | 2008-09-10 | 2 | -14/+23 |
| * | Add a break statement that I accidentally deleted when | Dan Gohman | 2008-09-10 | 1 | -0/+1 |
| * | Remove unnecessary bit-wise AND from the limited precision work. | Bill Wendling | 2008-09-10 | 1 | -6/+4 |
| * | Fix 80 col violation. | Daniel Dunbar | 2008-09-10 | 1 | -1/+2 |
| * | Check that both operands are f32 before attempting to lower. | Bill Wendling | 2008-09-10 | 1 | -0/+1 |