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