| Age | Commit message (Expand) | Author |
| 2008-03-12 | We also need to collect the VN IDs for the PHI instructions for later updating. | Owen Anderson |
| 2008-03-12 | When we're determining what registers to coallesce, track the VNInfo IDs for ... | Owen Anderson |
| 2008-03-12 | Total brain cramp. | Evan Cheng |
| 2008-03-12 | Set NextMII after issuing a physical register spill. | Evan Cheng |
| 2008-03-12 | Minor debug output bug. | Evan Cheng |
| 2008-03-11 | Correctly propagate thread-local flag from aliasee to alias. This fixes PR2137 | Anton Korobeynikov |
| 2008-03-11 | Use PassManagerBase instead of FunctionPassManager for functions | Dan Gohman |
| 2008-03-11 | Honour aliases visibility during asm emission | Anton Korobeynikov |
| 2008-03-11 | Transfer physical register spill info when load / store folding happens. | Evan Cheng |
| 2008-03-11 | Use the correct value for InSignBit. | Dan Gohman |
| 2008-03-11 | Initial codegen support for functions and calls with multiple return values. | Dan Gohman |
| 2008-03-11 | Recommitting parts of r48130. These do not appear to cause the observed failu... | Christopher Lamb |
| 2008-03-11 | Use TargetRegisterInfo::getPhysicalRegisterRegClass. Remove duplicated code. | Evan Cheng |
| 2008-03-11 | When the register allocator runs out of registers, spill a physical register ... | Evan Cheng |
| 2008-03-11 | Some LegalizeTypes code factorization and minor | Duncan Sands |
| 2008-03-11 | compile: double test() {} | Chris Lattner |
| 2008-03-11 | variadic instructions don't have operand info for variadic arguments. | Chris Lattner |
| 2008-03-11 | Generalize ExpandIntToFP to handle the case where the operand is legal | Dan Gohman |
| 2008-03-11 | If a register operand comes from the variadic part of a node, don't | Chris Lattner |
| 2008-03-11 | Temporarily revert 48175. | Evan Cheng |
| 2008-03-11 | More APInt-ification. | Dan Gohman |
| 2008-03-10 | Correctly clone FlaggedNodes. | Dan Gohman |
| 2008-03-10 | APInt-ify this. | Dan Gohman |
| 2008-03-10 | Implement more support for fp-to-i128 and i128-to-fp conversions. | Dan Gohman |
| 2008-03-10 | If the register allocator ran out of registers, just abort for now. | Evan Cheng |
| 2008-03-10 | Fix mul expansion to check the correct number of bits for | Dan Gohman |
| 2008-03-10 | Somewhat better solution. | Evan Cheng |
| 2008-03-10 | Default ISD::PREFETCH to expand. | Evan Cheng |
| 2008-03-10 | Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests. | Evan Cheng |
| 2008-03-10 | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel |
| 2008-03-10 | Minor cleanup. No functionality change. | Bill Wendling |
| 2008-03-10 | - Fix a subtle bug in RemoveCopyByCommutingDef. ALR is the live range where t... | Evan Cheng |
| 2008-03-10 | Doh | Evan Cheng |
| 2008-03-10 | Move StrongPHIElimination after live interval analysis. This will make thing... | Owen Anderson |
| 2008-03-10 | Avoid creating BUILD_VECTOR of all zero elements of "non-normalized" type (e.... | Evan Cheng |
| 2008-03-10 | Allow insert_subreg into implicit, target-specific values. | Christopher Lamb |
| 2008-03-10 | Increase ISD::ParamFlags to 64 bits. Increase the ByValSize | Dale Johannesen |
| 2008-03-09 | remove an extraneous (and ugly) default argument, thanks Duncan. | Chris Lattner |
| 2008-03-09 | fp_round's produced by getCopyFromParts should always be exact, because | Chris Lattner |
| 2008-03-09 | teach X86InstrInfo::copyRegToReg how to copy into ST(0) from | Chris Lattner |
| 2008-03-09 | Add ScheduleDAG support for copytoreg where the src/dst register are | Chris Lattner |
| 2008-03-09 | fix 80 col violation | Chris Lattner |
| 2008-03-09 | extend fp values with FP_EXTEND not FP_ROUND. | Chris Lattner |
| 2008-03-09 | Fix two problems in SelectionDAGLegalize::ExpandBUILD_VECTOR's handling | Chris Lattner |
| 2008-03-08 | Teach SD some vector identities, allowing us to compile vec_set-9 into: | Chris Lattner |
| 2008-03-08 | Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ... | Evan Cheng |
| 2008-03-07 | Something that kills a super-register also | Bill Wendling |
| 2008-03-07 | Fixed a register scavenger bug. If a def is re-defining part of a super regis... | Evan Cheng |
| 2008-03-06 | When setting the "unused" info, take into account something like this: | Bill Wendling |
| 2008-03-06 | 80 col violation. | Evan Cheng |