Age | Commit message (Expand) | Author |
2008-02-22 | Add debugging printfs. | Evan Cheng |
2008-02-22 | Make sure reload of implicit uses are issued before remat's. | Evan Cheng |
2008-02-22 | Pass alignment on ByVal parameters, from FE, all | Dale Johannesen |
2008-02-22 | Enable re-materialization of instructions which have virtual register operand... | Evan Cheng |
2008-02-22 | Fix compiler warning. | Evan Cheng |
2008-02-22 | Fix a regression in 403.gcc and 186.crafty introduced in 47383. To test | Dan Gohman |
2008-02-21 | Make the clobber analysis a bit more smart: we only are careful about | Chris Lattner |
2008-02-21 | Treat clobber operands like early clobbers: if we have | Chris Lattner |
2008-02-21 | Clear PhysRegPartUse for the sub register as well. | Bill Wendling |
2008-02-21 | Adjust the MaxAlignment for the special register scavenging spill slot. | Bill Wendling |
2008-02-21 | Help testing. | Evan Cheng |
2008-02-21 | Better names as per Evan's request | Andrew Lenharth |
2008-02-21 | Atomic op support. If any gcc test uses __sync builtins, it might start fail... | Andrew Lenharth |
2008-02-21 | Add support for matching mem operands. This fixes PR1133, patch by | Chris Lattner |
2008-02-21 | Fix a (harmless) but where vregs were added to the used reg lists for | Chris Lattner |
2008-02-21 | Clean up some spilling code using MachineRegisterInfo. | Evan Cheng |
2008-02-20 | Remove one of the fixmes that I put in there. From Evan: | Bill Wendling |
2008-02-20 | Improve some comments explaining the "handle kills" stuff better. | Bill Wendling |
2008-02-20 | Fix comment. | Bill Wendling |
2008-02-20 | assert is more effective reminder then FIXME tag for unimplemented features. | Devang Patel |
2008-02-20 | LegalizeTypes support for scalarizing a vector store | Duncan Sands |
2008-02-20 | Convert Legalize to use the APInt form of ComputeMaskedBits. | Dan Gohman |
2008-02-20 | Add explicit keywords. | Dan Gohman |
2008-02-20 | Convert DAGCombiner to use the APInt form of ComputeMaskedBits. | Dan Gohman |
2008-02-20 | Use APInt::intersects. | Dan Gohman |
2008-02-20 | Fix newly-introduced 4.3 warnings | Anton Korobeynikov |
2008-02-20 | Update gcc 4.3 warnings fix patch with recent head changes | Anton Korobeynikov |
2008-02-20 | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov |
2008-02-20 | Added some comments and reformatted others. No functionality change. | Bill Wendling |
2008-02-20 | More constification of things. More comments added. No functionality | Bill Wendling |
2008-02-20 | Fix an incredibly subtle bug exposed by Ted's change to APInt profiling. | Chris Lattner |
2008-02-20 | No functionality change: | Bill Wendling |
2008-02-19 | Add GetResultInst. First step for multiple return value support. | Devang Patel |
2008-02-19 | PR1909: Tail merging pass ran wild. It makes no sense to merge blocks in orde... | Evan Cheng |
2008-02-18 | - When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should c... | Evan Cheng |
2008-02-18 | - Remove the previous check which broke coalescer-commute3.ll | Evan Cheng |
2008-02-18 | New helper function getMBBFromIndex() that given an index in any instruction ... | Roman Levenstein |
2008-02-18 | For now, avoid commuting def MI for copy MI's whose source is not killed. Tha... | Evan Cheng |
2008-02-16 | I cannot find a libgcc function for this builtin. Therefor expanding it to a... | Andrew Lenharth |
2008-02-16 | Teach LegalizeTypes how to expand the operands of | Duncan Sands |
2008-02-16 | Refactor some code; check if commuteInstruction is able to commute the instru... | Evan Cheng |
2008-02-16 | llvm.memory.barrier, and impl for x86 and alpha | Andrew Lenharth |
2008-02-16 | Fix typos. | Bill Wendling |
2008-02-16 | Rename CountMemOperands to ComputeMemOperandsEnd to reflect what | Dan Gohman |
2008-02-16 | Revert 47177, which was incorrect. | Dan Gohman |
2008-02-15 | Make tblgen a little smarter about constants smaller than i32. Currently, | Scott Michel |
2008-02-15 | The copy instruction being coalesced will be removed, it is not a kill. | Evan Cheng |
2008-02-15 | Skip over the defs and start at the uses when looking for operands | Dan Gohman |
2008-02-15 | Use the TargetInstrDescr to determine the number of operands | Dan Gohman |
2008-02-15 | Teach LegalizeTypes how to promote the flags | Duncan Sands |